mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-11 01:24:32 +00:00
fix: tools files
This commit is contained in:
parent
e778b6d494
commit
698bd0e1cd
2 changed files with 8 additions and 2 deletions
|
|
@ -2,4 +2,7 @@ src/
|
|||
.turbo/
|
||||
.env
|
||||
tsdown.config.ts
|
||||
tsconfig.json
|
||||
tsconfig.json
|
||||
test/
|
||||
node_modules/
|
||||
*.tsbuildinfo
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue