mem0ai 3.0.9 → 3.0.12

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mem0ai",
3
- "version": "3.0.9",
3
+ "version": "3.0.12",
4
4
  "description": "The Memory Layer For Your AI Apps",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -139,6 +139,7 @@
139
139
  "better-sqlite3"
140
140
  ],
141
141
  "overrides": {
142
+ "form-data@<4.0.6": ">=4.0.6",
142
143
  "picomatch@<2.3.2": "^2.3.2",
143
144
  "picomatch@>=4.0.0 <4.0.4": "^4.0.4",
144
145
  "jws@4.0.0": "4.0.1",
@@ -155,7 +156,8 @@
155
156
  "tar-fs@>=2.0.0 <2.1.4": "^2.1.4",
156
157
  "glob@>=10.2.0 <10.5.0": "^10.5.0",
157
158
  "@modelcontextprotocol/sdk": "^1.25.4",
158
- "esbuild": ">=0.28.1"
159
+ "esbuild": ">=0.28.1",
160
+ "undici@<6.27.0": ">=6.27.0 <8.0.0"
159
161
  }
160
162
  }
161
163
  }