mem0ai 3.0.5 → 3.0.6
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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/oss/index.js +1 -1
- package/dist/oss/index.mjs +1 -1
- package/package.json +18 -5
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/dist/oss/index.js
CHANGED
package/dist/oss/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mem0ai",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.6",
|
|
4
4
|
"description": "The Memory Layer For Your AI Apps",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"typescript": "5.5.4"
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"axios": "^1.
|
|
103
|
+
"axios": "^1.16.0",
|
|
104
104
|
"openai": "^4.93.0",
|
|
105
105
|
"uuid": "9.0.1",
|
|
106
106
|
"zod": "^3.24.1"
|
|
@@ -110,10 +110,10 @@
|
|
|
110
110
|
"@azure/identity": "^4.0.0",
|
|
111
111
|
"@azure/search-documents": "^12.0.0",
|
|
112
112
|
"@cloudflare/workers-types": "^4.20250504.0",
|
|
113
|
-
"@google/genai": "^1.
|
|
113
|
+
"@google/genai": "^1.40.0",
|
|
114
114
|
"@langchain/core": "^1.1.47",
|
|
115
115
|
"@mistralai/mistralai": "^1.5.2",
|
|
116
|
-
"@qdrant/js-client-rest": "1.
|
|
116
|
+
"@qdrant/js-client-rest": "^1.18.0",
|
|
117
117
|
"@supabase/supabase-js": "^2.49.1",
|
|
118
118
|
"@types/jest": "29.5.14",
|
|
119
119
|
"@types/pg": "8.11.0",
|
|
@@ -137,6 +137,19 @@
|
|
|
137
137
|
"onlyBuiltDependencies": [
|
|
138
138
|
"esbuild",
|
|
139
139
|
"better-sqlite3"
|
|
140
|
-
]
|
|
140
|
+
],
|
|
141
|
+
"overrides": {
|
|
142
|
+
"picomatch@<2.3.2": "^2.3.2",
|
|
143
|
+
"jws@4.0.0": "4.0.1",
|
|
144
|
+
"langsmith@<0.6.0": "^0.6.0",
|
|
145
|
+
"minimatch@<3.1.3": "^3.1.3",
|
|
146
|
+
"minimatch@>=5.0.0 <5.1.8": "^5.1.8",
|
|
147
|
+
"minimatch@>=9.0.0 <9.0.7": "^9.0.7",
|
|
148
|
+
"path-to-regexp@>=8.0.0 <8.4.0": "^8.4.0",
|
|
149
|
+
"rollup@>=4.0.0 <4.59.0": "^4.59.0",
|
|
150
|
+
"tar-fs@>=2.0.0 <2.1.4": "^2.1.4",
|
|
151
|
+
"glob@>=10.2.0 <10.5.0": "^10.5.0",
|
|
152
|
+
"@modelcontextprotocol/sdk": "^1.25.4"
|
|
153
|
+
}
|
|
141
154
|
}
|
|
142
155
|
}
|