diff options
| author | Dhravya Shah <[email protected]> | 2025-09-15 19:02:24 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-09-15 19:02:24 -0700 |
| commit | 27ea75b4a2d46de9d49388bb6a750d7a1bdb152a (patch) | |
| tree | 8aae321a3e57b7676dc79ccac2a09a85cc7e5556 /package.json | |
| parent | Merge branch 'main' of https://github.com/supermemoryai/supermemory (diff) | |
| download | supermemory-27ea75b4a2d46de9d49388bb6a750d7a1bdb152a.tar.xz supermemory-27ea75b4a2d46de9d49388bb6a750d7a1bdb152a.zip | |
change /memories to /documents, remove unwanted dependency, biome format
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index a7cc83e7..bb88f692 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "drizzle-zod": "~0.7.1", "file-type": "^21.0.0", "hono-openapi": "^0.4.8", - "llm-bridge": "1.0.8", + "nanoid": "^5.1.5", "neverthrow": "^8.2.0", "pg": "^8.16.3", @@ -65,4 +65,4 @@ "import": "./esm/index.mjs", "require": "./dist/index.js" } -}
\ No newline at end of file +} |