openclaw/extensions/memory-core/package.json
klabo 07d2fb540e 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>
2026-01-27 11:28:14 -08:00

15 lines
254 B
JSON

{
"name": "@clawdbot/memory-core",
"version": "2026.1.25",
"type": "module",
"description": "Clawdbot core memory search plugin",
"clawdbot": {
"extensions": [
"./index.ts"
]
},
"peerDependencies": {
"clawdbot": "*"
}
}