diff options
| author | Mahesh Sanikommmu <[email protected]> | 2025-08-28 14:08:33 -0700 |
|---|---|---|
| committer | Mahesh Sanikommmu <[email protected]> | 2025-08-28 14:08:33 -0700 |
| commit | d0611c532fbd4afdf80c3e4da5ede8a052551404 (patch) | |
| tree | d87d26977de0e2244c71d3078172175e8e5a372c | |
| parent | feat: openai js and python sdk utilities (#389) (diff) | |
| download | supermemory-mahesh/ai-sdk-version.tar.xz supermemory-mahesh/ai-sdk-version.zip | |
fix: updated the ai-sdk package versionmahesh/ai-sdk-version
| -rw-r--r-- | packages/ai-sdk/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ai-sdk/package.json b/packages/ai-sdk/package.json index 21d330db..445fbaa1 100644 --- a/packages/ai-sdk/package.json +++ b/packages/ai-sdk/package.json @@ -1,7 +1,7 @@ { "name": "@supermemory/ai-sdk", "type": "module", - "version": "1.0.5", + "version": "1.0.6", "scripts": { "build": "tsdown", "dev": "tsdown --watch", |