diff --git a/.clawhubignore b/.clawhubignore new file mode 100644 index 0000000..21c9daa --- /dev/null +++ b/.clawhubignore @@ -0,0 +1,6 @@ +.github/ +scripts/ +reports/ +.gitignore +package-lock.json +*.tgz diff --git a/openclaw.plugin.json b/openclaw.plugin.json index 26bb088..b0a3e0b 100644 --- a/openclaw.plugin.json +++ b/openclaw.plugin.json @@ -1,7 +1,7 @@ { "id": "openclaw-kitchen-sink-fixture", "name": "OpenClaw Kitchen Sink", - "version": "0.1.3", + "version": "0.1.4", "description": "Generated kitchen-sink fixture for OpenClaw plugin API surface 2026.4.26.", "enabledByDefault": false, "kind": [ diff --git a/package-lock.json b/package-lock.json index 76cb848..5dc58a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openclaw-kitchen-sink", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openclaw-kitchen-sink", - "version": "0.1.3", + "version": "0.1.4", "license": "MIT", "dependencies": { "openclaw": "2026.4.26" diff --git a/package.json b/package.json index d452feb..052e088 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openclaw-kitchen-sink", - "version": "0.1.3", + "version": "0.1.4", "private": false, "description": "Credential-free kitchen-sink OpenClaw plugin fixture covering the public plugin API surface.", "type": "module", diff --git a/src/index.js b/src/index.js index 1c2a864..6198d2e 100644 --- a/src/index.js +++ b/src/index.js @@ -4,7 +4,7 @@ import { registerAllRegistrars } from "./generated-registrars.js"; export const plugin = { id: "openclaw-kitchen-sink-fixture", name: "OpenClaw Kitchen Sink", - version: "0.1.3", + version: "0.1.4", description: "No-op plugin fixture covering OpenClaw plugin API seams.", register(api) { registerAllHooks(api);