diff options
| author | MaheshtheDev <[email protected]> | 2025-12-30 18:58:04 +0000 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2025-12-30 18:58:04 +0000 |
| commit | 04fb67a33eef706affb513d1ec84e32285d7ee03 (patch) | |
| tree | f03875582ff7a2b8dbb41ba39de23f4af5fd39b7 | |
| parent | fix(tools): pass apiKey to profile search instead of using process.env (#634) (diff) | |
| download | supermemory-12-30-chore_update_the_package_version_of_tools.tar.xz supermemory-12-30-chore_update_the_package_version_of_tools.zip | |
chore: update the package version of tools (#637)12-30-chore_update_the_package_version_of_tools
| -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 d4194226..dd8a1d00 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -1,7 +1,7 @@ { "name": "@supermemory/tools", "type": "module", - "version": "1.3.64", + "version": "1.3.65", "description": "Memory tools for AI SDK and OpenAI function calling with supermemory", "scripts": { "build": "tsdown", |