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>
15 lines
254 B
JSON
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": "*"
|
|
}
|
|
}
|