Compare commits

...

3 Commits

Author SHA1 Message Date
Patrick Erichsen
ce49645dcb Release kitchen sink 0.1.4 2026-04-28 16:08:24 -07:00
Patrick Erichsen
036ba6630b Release kitchen sink 0.1.3 2026-04-28 15:59:31 -07:00
Patrick Erichsen
8183cd52e4 Allow current OpenClaw plugin API range 2026-04-28 15:58:29 -07:00
5 changed files with 12 additions and 6 deletions

6
.clawhubignore Normal file
View File

@ -0,0 +1,6 @@
.github/
scripts/
reports/
.gitignore
package-lock.json
*.tgz

View File

@ -1,7 +1,7 @@
{
"id": "openclaw-kitchen-sink-fixture",
"name": "OpenClaw Kitchen Sink",
"version": "0.1.2",
"version": "0.1.4",
"description": "Generated kitchen-sink fixture for OpenClaw plugin API surface 2026.4.26.",
"enabledByDefault": false,
"kind": [

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "openclaw-kitchen-sink",
"version": "0.1.2",
"version": "0.1.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openclaw-kitchen-sink",
"version": "0.1.2",
"version": "0.1.4",
"license": "MIT",
"dependencies": {
"openclaw": "2026.4.26"

View File

@ -1,6 +1,6 @@
{
"name": "openclaw-kitchen-sink",
"version": "0.1.2",
"version": "0.1.4",
"private": false,
"description": "Credential-free kitchen-sink OpenClaw plugin fixture covering the public plugin API surface.",
"type": "module",
@ -42,7 +42,7 @@
],
"setupEntry": "./src/setup.js",
"compat": {
"pluginApi": "2026.4"
"pluginApi": ">=2026.4.26"
},
"build": {
"openclawVersion": "2026.4.26",

View File

@ -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.2",
version: "0.1.4",
description: "No-op plugin fixture covering OpenClaw plugin API seams.",
register(api) {
registerAllHooks(api);