diff options
| author | Dhravya Shah <[email protected]> | 2025-09-24 21:48:56 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-09-24 21:48:56 -0700 |
| commit | 3d2d3ae35c1e754bf651711203451367a64933ea (patch) | |
| tree | 34b6c5ab7453c1d638bf1b3262b3239b971ef300 /packages | |
| parent | fix: one more type error (diff) | |
| download | supermemory-3d2d3ae35c1e754bf651711203451367a64933ea.tar.xz supermemory-3d2d3ae35c1e754bf651711203451367a64933ea.zip | |
bump version
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/tools/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tools/package.json b/packages/tools/package.json index c7091029..c7f4f21e 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -1,7 +1,7 @@ { "name": "@supermemory/tools", "type": "module", - "version": "1.0.4", + "version": "1.0.41", "description": "Memory tools for AI SDK and OpenAI function calling with supermemory", "scripts": { "build": "tsdown", |