mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-08-19 13:33:23 +00:00
feat: update ai-gateway version
This commit is contained in:
parent
0e1d9f4c05
commit
62ca009716
5 changed files with 6 additions and 6 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 319 KiB |
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -12,7 +12,7 @@
|
|||
"packages/*"
|
||||
],
|
||||
"dependencies": {
|
||||
"@the-next-ai/ai-gateway": "^1.0.15",
|
||||
"@the-next-ai/ai-gateway": "^1.0.16",
|
||||
"@the-next-ai/bot-gateway-sdk": "^0.1.0",
|
||||
"better-sqlite3": "^12.11.1",
|
||||
"electron-updater": "^6.8.9",
|
||||
|
|
@ -9546,7 +9546,7 @@
|
|||
"version": "3.0.18",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@the-next-ai/ai-gateway": "^1.0.15",
|
||||
"@the-next-ai/ai-gateway": "^1.0.16",
|
||||
"@the-next-ai/bot-gateway-sdk": "^0.1.0",
|
||||
"better-sqlite3": "^12.11.1",
|
||||
"node-forge": "^1.4.0",
|
||||
|
|
@ -9563,7 +9563,7 @@
|
|||
"name": "@claude-code-router/core",
|
||||
"version": "3.0.18",
|
||||
"dependencies": {
|
||||
"@the-next-ai/ai-gateway": "^1.0.15",
|
||||
"@the-next-ai/ai-gateway": "^1.0.16",
|
||||
"@the-next-ai/bot-gateway-sdk": "^0.1.0",
|
||||
"better-sqlite3": "^12.11.1",
|
||||
"node-forge": "^1.4.0",
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
"rebuild:sqlite3": "electron-rebuild -f -w better-sqlite3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@the-next-ai/ai-gateway": "^1.0.15",
|
||||
"@the-next-ai/ai-gateway": "^1.0.16",
|
||||
"@the-next-ai/bot-gateway-sdk": "^0.1.0",
|
||||
"better-sqlite3": "^12.11.1",
|
||||
"electron-updater": "^6.8.9",
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
"test:integration": "node ../../build/test.mjs cli --scope integration && node ../../build/run-tests.mjs cli"
|
||||
},
|
||||
"dependencies": {
|
||||
"@the-next-ai/ai-gateway": "^1.0.15",
|
||||
"@the-next-ai/ai-gateway": "^1.0.16",
|
||||
"@the-next-ai/bot-gateway-sdk": "^0.1.0",
|
||||
"better-sqlite3": "^12.11.1",
|
||||
"node-forge": "^1.4.0",
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"test:integration": "node ../../build/test.mjs core --scope integration && node ../../build/run-tests.mjs core"
|
||||
},
|
||||
"dependencies": {
|
||||
"@the-next-ai/ai-gateway": "^1.0.15",
|
||||
"@the-next-ai/ai-gateway": "^1.0.16",
|
||||
"@the-next-ai/bot-gateway-sdk": "^0.1.0",
|
||||
"better-sqlite3": "^12.11.1",
|
||||
"node-forge": "^1.4.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue