Update OpenClaw fixture dependencies
Some checks are pending
Check / check (push) Waiting to run
Check / clawhub-dry-run (push) Waiting to run

Automated update of openclaw@2026.5.6, @openclaw/plugin-inspector@0.3.10, and the generated kitchen-sink API surface.
This commit is contained in:
github-actions[bot] 2026-05-06 17:40:47 +00:00 committed by GitHub
parent c84b7aa983
commit 95ec036d85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 12 additions and 12 deletions

View File

@ -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.5.",
"description": "Generated kitchen-sink fixture for OpenClaw plugin API surface 2026.5.6.",
"enabledByDefault": false,
"kind": [
"tool",

8
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "0.2.5",
"license": "MIT",
"dependencies": {
"openclaw": "2026.5.5"
"openclaw": "2026.5.6"
},
"devDependencies": {
"@openclaw/plugin-inspector": "0.3.10"
@ -5811,9 +5811,9 @@
}
},
"node_modules/openclaw": {
"version": "2026.5.5",
"resolved": "https://registry.npmjs.org/openclaw/-/openclaw-2026.5.5.tgz",
"integrity": "sha512-735aCg6D4xRt4g0fZfSZB0ZqFfAThLbW8WFD740jhflkk7qzoNr9PDFaOQIqsDAXlOneTJtCayUlforheJKh9A==",
"version": "2026.5.6",
"resolved": "https://registry.npmjs.org/openclaw/-/openclaw-2026.5.6.tgz",
"integrity": "sha512-Kn6y87SxfnGb0Vbu/zzET8AjCeVif9Ms3NJV8zfKgqkgOSUuiM4gB8aMJW586IU2s7rz1zjTPEN9MToBvYdGkA==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@ -50,15 +50,15 @@
"clawhubSpec": "clawhub:@openclaw/kitchen-sink",
"npmSpec": "@openclaw/kitchen-sink",
"defaultChoice": "clawhub",
"minHostVersion": ">=2026.5.5"
"minHostVersion": ">=2026.5.6"
},
"release": {
"publishToClawHub": true,
"publishToNpm": true
},
"build": {
"openclawVersion": "2026.5.5",
"pluginSdkVersion": "2026.5.5"
"openclawVersion": "2026.5.6",
"pluginSdkVersion": "2026.5.6"
}
},
"scripts": {
@ -76,7 +76,7 @@
"test": "npm run check"
},
"dependencies": {
"openclaw": "2026.5.5"
"openclaw": "2026.5.6"
},
"devDependencies": {
"@openclaw/plugin-inspector": "0.3.10"

View File

@ -1,4 +1,4 @@
// Generated by scripts/sync-surface.mjs from openclaw 2026.5.5. Do not edit by hand.
// Generated by scripts/sync-surface.mjs from openclaw 2026.5.6. Do not edit by hand.
import { observeKitchenHook } from "./scenarios.js";
export function registerAllHooks(api) {

View File

@ -1,4 +1,4 @@
// Generated by scripts/sync-surface.mjs from openclaw 2026.5.5. Do not edit by hand.
// Generated by scripts/sync-surface.mjs from openclaw 2026.5.6. Do not edit by hand.
export function registerAllRegistrars(api) {
safeRegister("registerAgentEventSubscription", () => api.registerAgentEventSubscription(payloadFor("registerAgentEventSubscription")));

View File

@ -1,4 +1,4 @@
// Generated by scripts/sync-surface.mjs from openclaw 2026.5.5. Do not edit by hand.
// Generated by scripts/sync-surface.mjs from openclaw 2026.5.6. 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";