Update OpenClaw fixture dependencies
Automated update of openclaw@2026.5.3-1, @openclaw/plugin-inspector@0.3.10, and the generated kitchen-sink API surface.
This commit is contained in:
parent
fbae1bed22
commit
f57a0fc7c4
@ -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.3.",
|
||||
"description": "Generated kitchen-sink fixture for OpenClaw plugin API surface 2026.5.3-1.",
|
||||
"enabledByDefault": false,
|
||||
"kind": [
|
||||
"tool",
|
||||
|
||||
8
package-lock.json
generated
8
package-lock.json
generated
@ -9,7 +9,7 @@
|
||||
"version": "0.2.5",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"openclaw": "2026.5.3"
|
||||
"openclaw": "2026.5.3-1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openclaw/plugin-inspector": "0.3.10"
|
||||
@ -5775,9 +5775,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/openclaw": {
|
||||
"version": "2026.5.3",
|
||||
"resolved": "https://registry.npmjs.org/openclaw/-/openclaw-2026.5.3.tgz",
|
||||
"integrity": "sha512-DMhhMDREWd/KM0RjrQT2aAv/xrf/zGiRzuDf91osADv84r84G9ZQROHalFwJIxzkw2dLg+StAUz0fkQKFPKQPQ==",
|
||||
"version": "2026.5.3-1",
|
||||
"resolved": "https://registry.npmjs.org/openclaw/-/openclaw-2026.5.3-1.tgz",
|
||||
"integrity": "sha512-3Jk5sO7uZDFI6vWEyUk6spKkY0QndHBDRNYAteEFQDK8F38Ov4WO37weH3E81WZ0GO8dYSEEQayqeDxU6gsmJw==",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
@ -50,15 +50,15 @@
|
||||
"clawhubSpec": "clawhub:@openclaw/kitchen-sink",
|
||||
"npmSpec": "@openclaw/kitchen-sink",
|
||||
"defaultChoice": "clawhub",
|
||||
"minHostVersion": ">=2026.5.3"
|
||||
"minHostVersion": ">=2026.5.3-1"
|
||||
},
|
||||
"release": {
|
||||
"publishToClawHub": true,
|
||||
"publishToNpm": true
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.5.3",
|
||||
"pluginSdkVersion": "2026.5.3"
|
||||
"openclawVersion": "2026.5.3-1",
|
||||
"pluginSdkVersion": "2026.5.3-1"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
@ -76,7 +76,7 @@
|
||||
"test": "npm run check"
|
||||
},
|
||||
"dependencies": {
|
||||
"openclaw": "2026.5.3"
|
||||
"openclaw": "2026.5.3-1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openclaw/plugin-inspector": "0.3.10"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Generated by scripts/sync-surface.mjs from openclaw 2026.5.3. Do not edit by hand.
|
||||
// Generated by scripts/sync-surface.mjs from openclaw 2026.5.3-1. Do not edit by hand.
|
||||
import { observeKitchenHook } from "./scenarios.js";
|
||||
|
||||
export function registerAllHooks(api) {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Generated by scripts/sync-surface.mjs from openclaw 2026.5.3. Do not edit by hand.
|
||||
// Generated by scripts/sync-surface.mjs from openclaw 2026.5.3-1. Do not edit by hand.
|
||||
|
||||
export function registerAllRegistrars(api) {
|
||||
safeRegister("registerAgentEventSubscription", () => api.registerAgentEventSubscription(payloadFor("registerAgentEventSubscription")));
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Generated by scripts/sync-surface.mjs from openclaw 2026.5.3. Do not edit by hand.
|
||||
// Generated by scripts/sync-surface.mjs from openclaw 2026.5.3-1. 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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user