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.
14 lines
255 B
JSON
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:*" }
|
|
}
|