fix: tools files

This commit is contained in:
Dhravya Shah 2025-10-02 17:09:27 -07:00
parent e778b6d494
commit 698bd0e1cd
2 changed files with 8 additions and 2 deletions

View file

@ -2,4 +2,7 @@ src/
.turbo/
.env
tsdown.config.ts
tsconfig.json
tsconfig.json
test/
node_modules/
*.tsbuildinfo

View file

@ -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",