mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:50:43 +00:00
fix(plugins): mirror global-agent runtime dependency (#74593)
* fix(plugins): mirror global-agent runtime dependency * fix(plugins): update bundled dependency drift guard
This commit is contained in:
committed by
GitHub
parent
36ff8d78e4
commit
18faf22e15
@@ -1745,6 +1745,7 @@
|
||||
"commander",
|
||||
"croner",
|
||||
"dotenv",
|
||||
"global-agent",
|
||||
"https-proxy-agent",
|
||||
"jiti",
|
||||
"json5",
|
||||
|
||||
@@ -11,7 +11,6 @@ describe("mirrored root runtime dependency drift guard", () => {
|
||||
"@mariozechner/pi-tui", // TUI mode runs from npm-global, not the gateway runtime mirror
|
||||
"chalk", // available transitively via mirrored deps
|
||||
"file-type", // available transitively via mirrored deps
|
||||
"global-agent", // proxy bootstrap, only loaded when HTTP_PROXY is set
|
||||
"ipaddr.js", // available transitively via mirrored deps
|
||||
"proxy-agent", // available transitively via mirrored deps
|
||||
"qrcode", // type-only import in src/media/qr-runtime.ts
|
||||
|
||||
Reference in New Issue
Block a user