aboutsummaryrefslogtreecommitdiff
path: root/packages/tools/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/tools/package.json')
-rw-r--r--packages/tools/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/tools/package.json b/packages/tools/package.json
index 2a4f0a0a..371f865b 100644
--- a/packages/tools/package.json
+++ b/packages/tools/package.json
@@ -1,7 +1,7 @@
{
"name": "@supermemory/tools",
"type": "module",
- "version": "1.2.16",
+ "version": "1.2.5",
"description": "Memory tools for AI SDK and OpenAI function calling with supermemory",
"scripts": {
"build": "tsdown",
@@ -38,7 +38,7 @@
".": "./dist/index.js",
"./ai-sdk": "./dist/ai-sdk.js",
"./claude-memory": "./dist/claude-memory.js",
- "./openai": "./dist/openai.js",
+ "./openai": "./dist/openai/index.js",
"./package.json": "./package.json"
},
"repository": {