build: prepare next external plugin beta batch

This commit is contained in:
Peter Steinberger
2026-05-02 05:15:58 +01:00
parent 87f43ca88c
commit 9f4921c1cd
10 changed files with 55 additions and 19 deletions

View File

@@ -1,8 +1,11 @@
{
"name": "@openclaw/diffs",
"version": "2026.4.25",
"private": true,
"version": "2026.5.1-beta.1",
"description": "OpenClaw diff viewer plugin",
"repository": {
"type": "git",
"url": "https://github.com/openclaw/openclaw"
},
"type": "module",
"scripts": {
"build:viewer": "bun build src/viewer-client.ts --target browser --format esm --minify --outfile assets/viewer-runtime.js"
@@ -30,7 +33,7 @@
"pluginApi": ">=2026.4.30"
},
"build": {
"openclawVersion": "2026.4.30"
"openclawVersion": "2026.5.1-beta.1"
},
"bundle": {
"includeInCore": false