fix(plugins): remove unsupported bundle metadata

This commit is contained in:
Vincent Koc
2026-05-02 11:33:11 -07:00
parent 62aa4df3da
commit 76c327c096
6 changed files with 16 additions and 29 deletions

View File

@@ -152,14 +152,6 @@ describe("bundled plugin postinstall", () => {
isSourceCheckoutRoot({
packageRoot,
existsSync: (value: string) => existingPaths.has(value),
readFileSync: () =>
JSON.stringify({
openclaw: {
bundle: {
mirroredRootRuntimeDependencies: ["json5"],
},
},
}),
}),
).toBe(false);
});