We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da2ae0 commit 317ff81Copy full SHA for 317ff81
1 file changed
packages/tools/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@supermemory/tools",
3
"type": "module",
4
- "version": "1.3.62",
+ "version": "2.0.0",
5
"description": "Memory tools for AI SDK and OpenAI function calling with supermemory",
6
"scripts": {
7
"build": "tsdown",
@@ -40,8 +40,10 @@
40
"exports": {
41
".": "./dist/index.js",
42
"./ai-sdk": "./dist/ai-sdk.js",
43
+ "./vercel": "./dist/vercel/index.js",
44
"./claude-memory": "./dist/claude-memory.js",
45
"./openai": "./dist/openai/index.js",
46
+ "./mastra": "./dist/mastra/index.js",
47
"./package.json": "./package.json"
48
},
49
"repository": {
0 commit comments