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

View File

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