From 698bd0e1cd7d200bcd23cc2cbbce41df8e27e046 Mon Sep 17 00:00:00 2001 From: Dhravya Shah Date: Thu, 2 Oct 2025 17:09:27 -0700 Subject: fix: tools files --- packages/tools/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'packages/tools/package.json') 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", -- cgit v1.2.3