diff --git a/openclaw.plugin.json b/openclaw.plugin.json index 88e8f53..a6b5912 100644 --- a/openclaw.plugin.json +++ b/openclaw.plugin.json @@ -2,7 +2,7 @@ "id": "openclaw-kitchen-sink-fixture", "name": "OpenClaw Kitchen Sink", "version": "0.2.5", - "description": "Generated kitchen-sink fixture for OpenClaw plugin API surface 2026.5.6.", + "description": "Generated kitchen-sink fixture for OpenClaw plugin API surface 2026.5.7.", "enabledByDefault": false, "kind": [ "tool", diff --git a/package-lock.json b/package-lock.json index b728bc6..32eb17b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.2.5", "license": "MIT", "dependencies": { - "openclaw": "2026.5.6" + "openclaw": "2026.5.7" }, "devDependencies": { "@openclaw/plugin-inspector": "0.3.10" @@ -5811,9 +5811,9 @@ } }, "node_modules/openclaw": { - "version": "2026.5.6", - "resolved": "https://registry.npmjs.org/openclaw/-/openclaw-2026.5.6.tgz", - "integrity": "sha512-Kn6y87SxfnGb0Vbu/zzET8AjCeVif9Ms3NJV8zfKgqkgOSUuiM4gB8aMJW586IU2s7rz1zjTPEN9MToBvYdGkA==", + "version": "2026.5.7", + "resolved": "https://registry.npmjs.org/openclaw/-/openclaw-2026.5.7.tgz", + "integrity": "sha512-hjvpgconK20YltQPrzDY6cehjM8ijQyZnLKhqLBTngiFEPum9gmXwCDsrisPEXVRFtzuMhap+w6zSEmSQ1047Q==", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ebae0a9..72902ec 100644 --- a/package.json +++ b/package.json @@ -50,15 +50,15 @@ "clawhubSpec": "clawhub:@openclaw/kitchen-sink", "npmSpec": "@openclaw/kitchen-sink", "defaultChoice": "clawhub", - "minHostVersion": ">=2026.5.6" + "minHostVersion": ">=2026.5.7" }, "release": { "publishToClawHub": true, "publishToNpm": true }, "build": { - "openclawVersion": "2026.5.6", - "pluginSdkVersion": "2026.5.6" + "openclawVersion": "2026.5.7", + "pluginSdkVersion": "2026.5.7" } }, "scripts": { @@ -76,7 +76,7 @@ "test": "npm run check" }, "dependencies": { - "openclaw": "2026.5.6" + "openclaw": "2026.5.7" }, "devDependencies": { "@openclaw/plugin-inspector": "0.3.10" diff --git a/src/generated-hooks.js b/src/generated-hooks.js index 6e62296..c45c5e7 100644 --- a/src/generated-hooks.js +++ b/src/generated-hooks.js @@ -1,4 +1,4 @@ -// Generated by scripts/sync-surface.mjs from openclaw 2026.5.6. Do not edit by hand. +// Generated by scripts/sync-surface.mjs from openclaw 2026.5.7. Do not edit by hand. import { observeKitchenHook } from "./scenarios.js"; export function registerAllHooks(api) { diff --git a/src/generated-registrars.js b/src/generated-registrars.js index cb0a3a4..a7602e0 100644 --- a/src/generated-registrars.js +++ b/src/generated-registrars.js @@ -1,4 +1,4 @@ -// Generated by scripts/sync-surface.mjs from openclaw 2026.5.6. Do not edit by hand. +// Generated by scripts/sync-surface.mjs from openclaw 2026.5.7. Do not edit by hand. export function registerAllRegistrars(api) { safeRegister("registerAgentEventSubscription", () => api.registerAgentEventSubscription(payloadFor("registerAgentEventSubscription"))); diff --git a/src/generated-sdk-imports.ts b/src/generated-sdk-imports.ts index 7aaabc3..1bf1a7b 100644 --- a/src/generated-sdk-imports.ts +++ b/src/generated-sdk-imports.ts @@ -1,4 +1,4 @@ -// Generated by scripts/sync-surface.mjs from openclaw 2026.5.6. Do not edit by hand. +// Generated by scripts/sync-surface.mjs from openclaw 2026.5.7. Do not edit by hand. import type * as sdk0 from "openclaw/plugin-sdk"; import type * as sdk1 from "openclaw/plugin-sdk/account-core"; import type * as sdk2 from "openclaw/plugin-sdk/account-helpers";