@mono-agent/memory-supermemory 0.20.14 → 0.21.0

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": "@mono-agent/memory-supermemory",
3
- "version": "0.20.14",
3
+ "version": "0.21.0",
4
4
  "description": "Supermemory external memory backend: a MemoryStore over Supermemory's REST API (local OSS binary or hosted cloud).",
5
5
  "type": "module",
6
6
  "license": "GPL-3.0-only",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "private": false,
13
13
  "engines": {
14
- "node": ">=22.19.0"
14
+ "node": ">=24.15.0"
15
15
  },
16
16
  "main": "./dist/index.js",
17
17
  "types": "./dist/index.d.ts",
@@ -29,7 +29,7 @@
29
29
  "README.md"
30
30
  ],
31
31
  "dependencies": {
32
- "@mono-agent/agent-contracts": "0.20.14"
32
+ "@mono-agent/agent-contracts": "0.21.0"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"