build(extensions): bump bundled plugin versions to 2026.4.15-beta.1

This commit is contained in:
Peter Steinberger
2026-04-15 15:05:53 +01:00
parent cb790c858b
commit b3fa5880dd
100 changed files with 151 additions and 151 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@openclaw/qa-lab",
"version": "2026.4.12",
"version": "2026.4.15-beta.1",
"private": true,
"description": "OpenClaw QA lab plugin with private debugger UI and scenario runner",
"type": "module",
@@ -12,7 +12,7 @@
"openclaw": "workspace:*"
},
"peerDependencies": {
"openclaw": ">=2026.4.12"
"openclaw": ">=2026.4.15-beta.1"
},
"peerDependenciesMeta": {
"openclaw": {
@@ -29,7 +29,7 @@
"minHostVersion": ">=2026.4.10"
},
"compat": {
"pluginApi": ">=2026.4.12"
"pluginApi": ">=2026.4.15-beta.1"
}
}
}