@mnemoai/core 1.1.3 → 1.1.4

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 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mnemoai/core",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Cognitive science-based AI memory framework — Weibull decay, triple-path retrieval, multi-backend storage",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -65,7 +65,7 @@
65
65
  "scripts": {
66
66
  "build": "node build.mjs",
67
67
  "prepublishOnly": "npm run build",
68
- "test": "node --test test/*.test.mjs",
68
+ "test": "node --test test/core.test.mjs test/package.test.mjs",
69
69
  "test:openclaw-host": "node test/openclaw-host-functional.mjs",
70
70
  "version": "node scripts/sync-plugin-version.mjs openclaw.plugin.json package.json && git add openclaw.plugin.json"
71
71
  },