openclaw/extensions/memory-core/package.json
Harshal Jain 965950894c
Update moltbot peer dependency to workspace:*
Change memory-core extension's moltbot peerDependency from npm version constraint (>2026.1.26) to workspace resolution protocol (workspace:*). This ensures pnpm resolves the local moltbot package instead of attempting to fetch from npm during monorepo builds.

Related to issue #2745.
2026-01-27 18:21:57 +05:30

14 lines
255 B
JSON

{
"name": "@moltbot/memory-core",
"version": "2026.1.26",
"type": "module",
"description": "Moltbot core memory search plugin",
"moltbot": {
"extensions": [
"./index.ts"
]
},
"peerDependencies": {
"moltbot": "workspace:*" }
}