mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-25 22:09:33 +00:00
* chore(release): close out 2026.6.10 on main * chore(release): align native app metadata for 2026.6.10 * chore(release): sync Android 2026.6.10 notes * docs(changelog): preserve 2026.6.9 history * docs(changelog): preserve 2026.6.9 history
30 lines
558 B
JSON
30 lines
558 B
JSON
{
|
|
"name": "@openclaw/memory-core",
|
|
"version": "2026.6.10",
|
|
"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.10"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|