@aitytech/agentkits-memory 2.0.0 → 2.0.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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aitytech/agentkits-memory",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "type": "module",
5
5
  "description": "Persistent memory system for AI coding assistants via MCP. Works with Claude Code, Cursor, Copilot, Windsurf, Cline.",
6
6
  "main": "dist/index.js",
@@ -77,6 +77,6 @@
77
77
  ],
78
78
  "license": "MIT",
79
79
  "engines": {
80
- "node": ">=18.0.0"
80
+ "node": "^18.0.0 || ^20.0.0 || ^22.0.0"
81
81
  }
82
82
  }