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.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/tools/package.json b/packages/tools/package.json
index 9aad412f..dd3d3c52 100644
--- a/packages/tools/package.json
+++ b/packages/tools/package.json
@@ -1,7 +1,7 @@
{
"name": "@supermemory/tools",
"type": "module",
- "version": "1.1.0",
+ "version": "1.1.12",
"description": "Memory tools for AI SDK and OpenAI function calling with supermemory",
"scripts": {
"build": "tsdown",
@@ -30,6 +30,9 @@
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
+ "files": [
+ "dist"
+ ],
"exports": {
".": "./dist/index.js",
"./ai-sdk": "./dist/ai-sdk.js",