Update OpenClaw fixture dependencies

Automated update of openclaw@2026.5.3, @openclaw/plugin-inspector@0.3.10, and the generated kitchen-sink API surface.
This commit is contained in:
github-actions[bot] 2026-05-04 08:10:01 +00:00 committed by GitHub
parent 7657ba8249
commit fbae1bed22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 63 additions and 13 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.2.",
"description": "Generated kitchen-sink fixture for OpenClaw plugin API surface 2026.5.3.",
"enabledByDefault": false,
"kind": [
"tool",

60
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "0.2.5",
"license": "MIT",
"dependencies": {
"openclaw": "2026.5.2"
"openclaw": "2026.5.3"
},
"devDependencies": {
"@openclaw/plugin-inspector": "0.3.10"
@ -5532,6 +5532,15 @@
"node": ">= 0.4.0"
}
},
"node_modules/node-addon-api": {
"version": "8.7.0",
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.7.0.tgz",
"integrity": "sha512-9MdFxmkKaOYVTV+XVRG8ArDwwQ77XIgIPyKASB1k3JPq3M8fGQQQE3YpMOrKm6g//Ktx8ivZr8xo1Qmtqub+GA==",
"license": "MIT",
"engines": {
"node": "^18 || ^20 || >= 21"
}
},
"node_modules/node-domexception": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
@ -5670,6 +5679,17 @@
}
}
},
"node_modules/node-gyp-build": {
"version": "4.8.4",
"resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz",
"integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
"license": "MIT",
"bin": {
"node-gyp-build": "bin.js",
"node-gyp-build-optional": "optional.js",
"node-gyp-build-test": "build-test.js"
}
},
"node_modules/nth-check": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
@ -5755,9 +5775,9 @@
}
},
"node_modules/openclaw": {
"version": "2026.5.2",
"resolved": "https://registry.npmjs.org/openclaw/-/openclaw-2026.5.2.tgz",
"integrity": "sha512-Jz00jdV/yE0/RfAln0tVlEq1hX9DIZdc7NRZVQRpt98XINduqoua9uOc1Ty4GeYlg5c746Lhl5ZCe6A4rsOmng==",
"version": "2026.5.3",
"resolved": "https://registry.npmjs.org/openclaw/-/openclaw-2026.5.3.tgz",
"integrity": "sha512-DMhhMDREWd/KM0RjrQT2aAv/xrf/zGiRzuDf91osADv84r84G9ZQROHalFwJIxzkw2dLg+StAUz0fkQKFPKQPQ==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
@ -5808,13 +5828,14 @@
"playwright-core": "1.59.1",
"proxy-agent": "^8.0.1",
"qrcode": "1.5.4",
"sqlite-vec": "0.1.9",
"tar": "7.5.13",
"tokenjuice": "0.7.0",
"tree-sitter-bash": "^0.25.1",
"tslog": "^4.10.2",
"typebox": "1.1.37",
"undici": "8.1.0",
"web-push": "^3.6.7",
"web-tree-sitter": "^0.26.8",
"ws": "^8.20.0",
"yaml": "^2.8.3",
"zod": "^4.4.1"
@ -5824,6 +5845,9 @@
},
"engines": {
"node": ">=22.14.0"
},
"optionalDependencies": {
"sqlite-vec": "0.1.9"
}
},
"node_modules/openshell": {
@ -6791,6 +6815,7 @@
"resolved": "https://registry.npmjs.org/sqlite-vec/-/sqlite-vec-0.1.9.tgz",
"integrity": "sha512-L7XJWRIBNvR9O5+vh1FQ+IGkh/3D2AzVksW5gdtk28m78Hy8skFD0pqReKH1Yp0/BUKRGcffgKvyO/EON5JXpA==",
"license": "MIT OR Apache",
"optional": true,
"optionalDependencies": {
"sqlite-vec-darwin-arm64": "0.1.9",
"sqlite-vec-darwin-x64": "0.1.9",
@ -7101,6 +7126,25 @@
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
"license": "MIT"
},
"node_modules/tree-sitter-bash": {
"version": "0.25.1",
"resolved": "https://registry.npmjs.org/tree-sitter-bash/-/tree-sitter-bash-0.25.1.tgz",
"integrity": "sha512-7hMytuYIMoXOq24yRulgIxthE9YmggZIOHCyPTTuJcu6EU54tYD+4G39cUb28kxC6jMf/AbPfWGLQtgPTdh3xw==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"node-addon-api": "^8.2.1",
"node-gyp-build": "^4.8.2"
},
"peerDependencies": {
"tree-sitter": "^0.25.0"
},
"peerDependenciesMeta": {
"tree-sitter": {
"optional": true
}
}
},
"node_modules/ts-algebra": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-2.0.0.tgz",
@ -7292,6 +7336,12 @@
"node": ">= 8"
}
},
"node_modules/web-tree-sitter": {
"version": "0.26.8",
"resolved": "https://registry.npmjs.org/web-tree-sitter/-/web-tree-sitter-0.26.8.tgz",
"integrity": "sha512-4sUwi7ZyOrIk5KLgYLkc2A/F0LFMQnBhfb+2Cdl7ik4ePJ6JD+fk4ofI2sA5eGawBKBaK4Vntt7Ww5KcEsay4A==",
"license": "MIT"
},
"node_modules/webidl-conversions": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",

View File

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

View File

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