@wazionapps/openclaw-memory-nexo-brain 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wazionapps/openclaw-memory-nexo-brain",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "OpenClaw native memory plugin powered by NEXO Brain — Atkinson-Shiffrin cognitive memory, semantic RAG, trust scoring, and metacognitive guard.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -16,9 +16,6 @@
16
16
  "@types/node": "^25.5.0",
17
17
  "typescript": "^5.7.0"
18
18
  },
19
- "peerDependencies": {
20
- "openclaw": ">=2026.3.22"
21
- },
22
19
  "openclaw": {
23
20
  "extensions": [
24
21
  "./dist/index.js"
@@ -26,7 +23,7 @@
26
23
  "install": {
27
24
  "npmSpec": "@wazionapps/openclaw-memory-nexo-brain",
28
25
  "defaultChoice": "npm",
29
- "minHostVersion": ">=2026.3.22"
26
+ "minHostVersion": ">=2026.3.0"
30
27
  },
31
28
  "release": {
32
29
  "publishToNpm": true