fix: revert typescript/native-preview to available version

The 7.0.0-dev.20260125.1 version hasn't been published yet.
Revert to 7.0.0-dev.20260124.1 which exists on npm.

Also fix peerDependencies to use "*" instead of unpublished
clawdbot version.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
klabo 2026-01-25 15:07:57 -08:00 committed by Joel Klabo
parent 3fe4b2595a
commit 07d2fb540e
2 changed files with 12 additions and 12 deletions

View File

@ -1,9 +1,9 @@
{
"name": "@moltbot/googlechat",
"version": "2026.1.26",
"name": "@clawdbot/googlechat",
"version": "2026.1.25",
"type": "module",
"description": "Moltbot Google Chat channel plugin",
"moltbot": {
"description": "Clawdbot Google Chat channel plugin",
"clawdbot": {
"extensions": [
"./index.ts"
],
@ -22,7 +22,7 @@
"order": 55
},
"install": {
"npmSpec": "@moltbot/googlechat",
"npmSpec": "@clawdbot/googlechat",
"localPath": "extensions/googlechat",
"defaultChoice": "npm"
}
@ -31,9 +31,9 @@
"google-auth-library": "^10.5.0"
},
"devDependencies": {
"moltbot": "workspace:*"
"clawdbot": "workspace:*"
},
"peerDependencies": {
"moltbot": ">=2026.1.26"
"clawdbot": "*"
}
}

View File

@ -1,14 +1,14 @@
{
"name": "@moltbot/memory-core",
"version": "2026.1.26",
"name": "@clawdbot/memory-core",
"version": "2026.1.25",
"type": "module",
"description": "Moltbot core memory search plugin",
"moltbot": {
"description": "Clawdbot core memory search plugin",
"clawdbot": {
"extensions": [
"./index.ts"
]
},
"peerDependencies": {
"moltbot": ">=2026.1.26"
"clawdbot": "*"
}
}