openclaw/extensions/memory-core/package.json
rhuanssauro a187cd47f7 fix: downgrade @typescript/native-preview to published version
- Update @typescript/native-preview from 7.0.0-dev.20260125.1 to 7.0.0-dev.20260124.1
  (20260125.1 is not yet published to npm)
- Update memory-core peerDependency to >=2026.1.24 to match latest published version
- Fixes CI lockfile validation failures

This resolves the pnpm frozen-lockfile errors in GitHub Actions.
2026-01-26 13:39:14 +00:00

15 lines
264 B
JSON

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