fix: ship bundled plugin runtime sidecars

This commit is contained in:
Peter Steinberger
2026-03-23 17:37:30 -07:00
parent ffd722bc2c
commit 9334015262
8 changed files with 156 additions and 38 deletions

View File

@@ -110,7 +110,7 @@ describe("collectPublishablePluginPackageErrors", () => {
).toEqual([
'package name must start with "@openclaw/"; found "broken".',
"package.json private must not be true.",
'package.json version must match YYYY.M.D or YYYY.M.D-beta.N; found "latest".',
'package.json version must match YYYY.M.D, YYYY.M.D-N, or YYYY.M.D-beta.N; found "latest".',
"openclaw.extensions must contain only non-empty strings.",
]);
});