@danielsimonjr/memory-mcp 12.8.0 → 12.8.1

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielsimonjr/memory-mcp",
3
- "version": "12.8.0",
3
+ "version": "12.8.1",
4
4
  "description": "Enhanced MCP memory server with hierarchies, compression, archiving, graph algorithms, semantic search, temporal KG, RBAC, bitemporal validity, OCC, procedural memory, causal reasoning, world model, do_not_remember exclusions, decision rationale, project context, heuristic guidelines, tool affordance + observer, observation dedup, spell correction, event memory, reconstructive memory, relation consolidation, agent reflection, and 241 advanced tools",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -58,7 +58,7 @@
58
58
  "tools:build": "cd tools/chunking-for-files && npm run build && cd ../compress-for-context && npm run build && cd ../create-dependency-graph && npm run build && cd ../migrate-from-jsonl-to-sqlite && npm run build"
59
59
  },
60
60
  "dependencies": {
61
- "@danielsimonjr/memoryjs": "^3.3.0",
61
+ "@danielsimonjr/memoryjs": "^3.3.1",
62
62
  "@modelcontextprotocol/sdk": "^1.30.0",
63
63
  "zod": "^4.4.3"
64
64
  },
@@ -68,7 +68,7 @@
68
68
  "devDependencies": {
69
69
  "@types/node": "^26",
70
70
  "@vitest/coverage-v8": "^4.1.10",
71
- "esbuild": "^0.28.1",
71
+ "esbuild": "^0.28.2",
72
72
  "shx": "^0.4.0",
73
73
  "typescript": "^7.0.2",
74
74
  "vitest": "^4.1.5"