test(release): remove stale runtime deps local · openclaw/openclaw@7897ca9
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -360,7 +360,7 @@ export function createBundledRuntimeDepsPackagePlan(
|
360 | 360 | : undefined; |
361 | 361 | const exactPluginIds = normalizePluginIdSet(params.exactPluginIds, normalizePluginId); |
362 | 362 | const scopedPluginIds = normalizePluginIdSet(params.pluginIds, normalizePluginId); |
363 | | -const { deps, conflicts, pluginIds } = collectBundledPluginRuntimeDeps({ |
| 363 | +const { deps, conflicts } = collectBundledPluginRuntimeDeps({ |
364 | 364 | extensionsDir, |
365 | 365 | ...(params.config ? { config: params.config } : {}), |
366 | 366 | ...(exactPluginIds ? { exactPluginIds } : {}), |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。