@remnic/import-mem0 9.3.575 → 9.3.576

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": "@remnic/import-mem0",
3
- "version": "9.3.575",
3
+ "version": "9.3.576",
4
4
  "description": "Import memories from the mem0.ai REST API into Remnic (issue #568)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -19,13 +19,13 @@
19
19
  "provenance": true
20
20
  },
21
21
  "peerDependencies": {
22
- "@remnic/core": "^9.3.575"
22
+ "@remnic/core": "^9.3.576"
23
23
  },
24
24
  "devDependencies": {
25
25
  "tsup": "^8.0.0",
26
26
  "tsx": "^4.0.0",
27
27
  "typescript": "^5.7.0",
28
- "@remnic/core": "9.3.575"
28
+ "@remnic/core": "9.3.576"
29
29
  },
30
30
  "license": "MIT",
31
31
  "repository": {