Add user_id in TS OSS SDK (#2514)

This commit is contained in:
Saket Aryan
2025-04-09 22:54:56 +05:30
committed by GitHub
parent f4d8647264
commit 309c8c18a6
14 changed files with 819 additions and 166 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "mem0ai",
"version": "2.1.13",
"version": "2.1.15",
"description": "The Memory Layer For Your AI Apps",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
@@ -93,12 +93,14 @@
"dependencies": {
"axios": "1.7.7",
"openai": "4.28.0",
"redis": "^4.6.13",
"uuid": "9.0.1",
"zod": "3.22.4"
},
"peerDependencies": {
"@anthropic-ai/sdk": "0.18.0",
"@qdrant/js-client-rest": "1.13.0",
"@google/genai": "^0.7.0",
"@supabase/supabase-js": "^2.49.1",
"@types/jest": "29.5.14",
"@types/pg": "8.11.0",