claude-mem 13.4.2 → 13.5.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-mem",
3
- "version": "13.4.2",
3
+ "version": "13.5.2",
4
4
  "description": "Memory compression system for Claude Code - persist context across sessions",
5
5
  "author": {
6
6
  "name": "Alex Newman",
package/README.md CHANGED
@@ -52,10 +52,10 @@
52
52
  <img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License">
53
53
  </a>
54
54
  <a href="package.json">
55
- <img src="https://img.shields.io/badge/version-6.5.0-green.svg" alt="Version">
55
+ <img src="https://img.shields.io/badge/version-13.4.0-green.svg" alt="Version">
56
56
  </a>
57
57
  <a href="package.json">
58
- <img src="https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen.svg" alt="Node">
58
+ <img src="https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen.svg" alt="Node">
59
59
  </a>
60
60
  <a href="https://github.com/thedotmack/awesome-claude-code">
61
61
  <img src="https://awesome.re/mentioned-badge.svg" alt="Mentioned in Awesome Claude Code">
@@ -280,7 +280,7 @@ See **[Beta Features Documentation](https://docs.claude-mem.ai/beta-features)**
280
280
 
281
281
  ## System Requirements
282
282
 
283
- - **Node.js**: 18.0.0 or higher
283
+ - **Node.js**: 20.0.0 or higher
284
284
  - **Claude Code**: Latest version with plugin support
285
285
  - **Bun**: JavaScript runtime and process manager (auto-installed if missing)
286
286
  - **uv**: Python package manager for vector search (auto-installed if missing)