feat: update ai-gateway version

This commit is contained in:
musistudio 2026-08-05 16:48:24 +08:00
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
View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",