ci: fix ClawHub plugin peer fixture

This commit is contained in:
Peter Steinberger
2026-04-29 11:58:27 +01:00
parent e6cd90e3fd
commit af31fc938a
2 changed files with 14 additions and 0 deletions

View File

@@ -148,6 +148,17 @@ export default definePluginEntry({
packageJson: {
name: packageName,
version: "0.1.0",
dependencies: {
"is-number": "7.0.0",
},
peerDependencies: {
openclaw: ">=2026.4.11",
},
peerDependenciesMeta: {
openclaw: {
optional: true,
},
},
openclaw: { extensions: ["./index.js"] },
},
indexJs: `module.exports = {