fix(release): refresh plugin sdk api gate · openclaw/openclaw@a491090
vincentkoc
·
2026-05-05
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1440,8 +1440,8 @@
|
1440 | 1440 | "openclaw:rpc": "node scripts/run-node.mjs agent --mode rpc --json", |
1441 | 1441 | "perf:kova:summary": "node scripts/kova-ci-summary.mjs", |
1442 | 1442 | "perf:source:summary": "node scripts/openclaw-performance-source-summary.mjs", |
1443 | | -"plugin-sdk:api:check": "node --max-old-space-size=4096 --import tsx scripts/generate-plugin-sdk-api-baseline.ts --check", |
1444 | | -"plugin-sdk:api:gen": "node --max-old-space-size=4096 --import tsx scripts/generate-plugin-sdk-api-baseline.ts --write", |
| 1443 | +"plugin-sdk:api:check": "node --max-old-space-size=8192 --import tsx scripts/generate-plugin-sdk-api-baseline.ts --check", |
| 1444 | +"plugin-sdk:api:gen": "node --max-old-space-size=8192 --import tsx scripts/generate-plugin-sdk-api-baseline.ts --write", |
1445 | 1445 | "plugin-sdk:check-exports": "node scripts/sync-plugin-sdk-exports.mjs --check", |
1446 | 1446 | "plugin-sdk:sync-exports": "node scripts/sync-plugin-sdk-exports.mjs", |
1447 | 1447 | "plugin-sdk:usage": "node --import tsx scripts/analyze-plugin-sdk-usage.ts", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。