chore: bump version to 2026.1.26
This commit is contained in:
16
packages/clawdbot/package.json
Normal file
16
packages/clawdbot/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "clawdbot",
|
||||
"version": "2026.1.26",
|
||||
"type": "module",
|
||||
"description": "Compatibility shim that forwards to moltbot",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./plugin-sdk": "./plugin-sdk/index.js"
|
||||
},
|
||||
"bin": {
|
||||
"clawdbot": "./bin/clawdbot.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"moltbot": "workspace:*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user