mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-14 11:30:41 +00:00
Raise internal OpenClaw constraints to 2026.3.11 and regenerate pnpm lockfile to remove the vulnerable 2026.3.8 resolution.
21 lines
363 B
JSON
21 lines
363 B
JSON
{
|
|
"name": "@openclaw/memory-core",
|
|
"version": "2026.3.11",
|
|
"private": true,
|
|
"description": "OpenClaw core memory search plugin",
|
|
"type": "module",
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.3.11"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|