mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
fix: add missing strip-ansi dep for pi-coding-agent via packageExtensions
This commit is contained in:
committed by
Altay
parent
9425209602
commit
dd03a6aaaf
@@ -443,6 +443,13 @@
|
|||||||
"node-llama-cpp",
|
"node-llama-cpp",
|
||||||
"protobufjs",
|
"protobufjs",
|
||||||
"sharp"
|
"sharp"
|
||||||
]
|
],
|
||||||
|
"packageExtensions": {
|
||||||
|
"@mariozechner/pi-coding-agent": {
|
||||||
|
"dependencies": {
|
||||||
|
"strip-ansi": "^7.2.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
@@ -18,6 +18,8 @@ overrides:
|
|||||||
tar: 7.5.10
|
tar: 7.5.10
|
||||||
tough-cookie: 4.1.3
|
tough-cookie: 4.1.3
|
||||||
|
|
||||||
|
packageExtensionsChecksum: sha256-n+P/SQo4Pf+dHYpYn1Y6wL4cJEVoVzZ835N0OEp4TM8=
|
||||||
|
|
||||||
importers:
|
importers:
|
||||||
|
|
||||||
.:
|
.:
|
||||||
@@ -8368,6 +8370,7 @@ snapshots:
|
|||||||
marked: 15.0.12
|
marked: 15.0.12
|
||||||
minimatch: 10.2.4
|
minimatch: 10.2.4
|
||||||
proper-lockfile: 4.1.2
|
proper-lockfile: 4.1.2
|
||||||
|
strip-ansi: 7.2.0
|
||||||
yaml: 2.8.2
|
yaml: 2.8.2
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@mariozechner/clipboard': 0.3.2
|
'@mariozechner/clipboard': 0.3.2
|
||||||
|
|||||||
Reference in New Issue
Block a user