mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-06 14:51:08 +00:00
* CI: add ClawHub plugin release workflow * CI: harden ClawHub plugin release workflow * CI: finish ClawHub plugin release hardening * CI: watch shared ClawHub release inputs * CI: harden ClawHub publish workflow * CI: watch more ClawHub release deps * CI: match shared release inputs by prefix * CI: pin ClawHub publish source commit * CI: refresh pinned ClawHub release commit * CI: rename ClawHub plugin release environment --------- Co-authored-by: Onur Solmaz <onur@solmaz.io>
25 lines
497 B
JSON
25 lines
497 B
JSON
{
|
|
"name": "@openclaw/lobster",
|
|
"version": "2026.4.1-beta.1",
|
|
"description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@sinclair/typebox": "0.34.49"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"compat": {
|
|
"pluginApi": ">=2026.4.1"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.4.1"
|
|
},
|
|
"release": {
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|