chore: bump 2026.1.16 for beta

This commit is contained in:
Peter Steinberger
2026-01-17 10:49:49 +00:00
parent 6b784a9771
commit c874fa9712
14 changed files with 54 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@clawdbot/voice-call",
"version": "2026.1.15",
"version": "2026.1.16",
"type": "module",
"description": "Clawdbot voice-call plugin",
"dependencies": {
@@ -9,6 +9,8 @@
"zod": "^4.3.5"
},
"clawdbot": {
"extensions": ["./index.ts"]
"extensions": [
"./index.ts"
]
}
}