AI SDK Updates (#2470)
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user