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.
This commit is contained in:
Harshal Jain 2026-01-27 18:21:57 +05:30 committed by GitHub
parent 7e99311e1d
commit 965950894c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,5 @@
]
},
"peerDependencies": {
"moltbot": ">=2026.1.26"
}
"moltbot": "workspace:*" }
}