AI SDK Updates (#2470)

This commit is contained in:
Saket Aryan
2025-03-30 11:10:30 +05:30
committed by GitHub
parent c1f5a655ba
commit 5ed15c3bcd
6 changed files with 5728 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mem0/vercel-ai-provider",
"version": "0.0.14",
"version": "1.0.0",
"description": "Vercel AI Provider for providing memory to LLMs",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
@@ -34,7 +34,7 @@
"@ai-sdk/provider-utils": "2.1.10",
"ai": "4.1.46",
"dotenv": "^16.4.5",
"mem0ai": "^1.0.29",
"mem0ai": "^2.1.12",
"partial-json": "0.1.7",
"zod": "^3.0.0"
},
@@ -66,5 +66,12 @@
"directories": {
"example": "example",
"test": "tests"
},
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sqlite3"
]
}
}