diff options
| author | Dhravya Shah <[email protected]> | 2025-10-02 17:09:27 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-10-02 17:09:27 -0700 |
| commit | 698bd0e1cd7d200bcd23cc2cbbce41df8e27e046 (patch) | |
| tree | 4d3fa82b8973bf1fb789a4ea66b15b34ef19c1f3 /packages/tools/package.json | |
| parent | fix: Migration guides (diff) | |
| download | supermemory-698bd0e1cd7d200bcd23cc2cbbce41df8e27e046.tar.xz supermemory-698bd0e1cd7d200bcd23cc2cbbce41df8e27e046.zip | |
fix: tools files
Diffstat (limited to 'packages/tools/package.json')
| -rw-r--r-- | packages/tools/package.json | 5 |
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", |