mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 14:00:26 +00:00
fix: ship bundled plugin runtime sidecars
This commit is contained in:
@@ -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.",
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user