Files
openclaw/extensions/memory-core/package.json
T
Dallin Romney dc911510ae chore(release): prepare 2026.6.33 npm rehearsal
Align the core package, plugin manifests, and npm shrinkwrap roots for the SHA-only extended-stable preflight. Native app versions remain on 2026.6.8 because no native release will be dispatched.
2026-07-09 19:23:21 -07:00

30 lines
558 B
JSON

{
"name": "@openclaw/memory-core",
"version": "2026.6.33",
"private": true,
"description": "OpenClaw core memory search plugin",
"type": "module",
"dependencies": {
"chokidar": "5.0.0",
"json5": "2.2.3",
"typebox": "1.1.39"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*",
"openclaw": "2026.5.28"
},
"peerDependencies": {
"openclaw": ">=2026.6.33"
},
"peerDependenciesMeta": {
"openclaw": {
"optional": true
}
},
"openclaw": {
"extensions": [
"./index.ts"
]
}
}