mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 09:01:33 +00:00
fix(release): scope dependency conflicts to bundled plugins (#113350)
This commit is contained in:
committed by
GitHub
parent
e430a1beb2
commit
4e9cba2aba
@@ -74,6 +74,16 @@ describe("scripts/lib/plugin-package-dependencies.mjs", () => {
|
||||
shared: "^1.1.0",
|
||||
},
|
||||
});
|
||||
writePackageJson(root, "external", {
|
||||
dependencies: {
|
||||
shared: "^9.0.0",
|
||||
},
|
||||
openclaw: {
|
||||
build: {
|
||||
bundledDist: false,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
expect([...collectBundledPluginPackageDependencySpecs(root)]).toEqual([
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user