chore: sync plugin versions

This commit is contained in:
Peter Steinberger
2026-01-22 09:39:47 +00:00
parent 5045a9a00d
commit d47db55106

View File

@@ -1,9 +1,11 @@
{ {
"name": "@clawdbot/lobster", "name": "@clawdbot/lobster",
"version": "2026.1.17-1", "version": "2026.1.21",
"type": "module", "type": "module",
"description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)", "description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)",
"clawdbot": { "clawdbot": {
"extensions": ["./index.ts"] "extensions": [
"./index.ts"
]
} }
} }