update ai-gateway

This commit is contained in:
musi
2026-07-20 22:19:41 +08:00
parent 5d9785ddc3
commit 79c3218ed8
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -9545,7 +9545,7 @@
"version": "3.0.6",
"license": "MIT",
"dependencies": {
"@the-next-ai/ai-gateway": "^1.0.11",
"@the-next-ai/ai-gateway": "^1.0.12",
"@the-next-ai/bot-gateway-sdk": "^0.1.0",
"better-sqlite3": "^12.11.1",
"node-forge": "^1.4.0",
@@ -9562,7 +9562,7 @@
"name": "@claude-code-router/core",
"version": "3.0.6",
"dependencies": {
"@the-next-ai/ai-gateway": "^1.0.11",
"@the-next-ai/ai-gateway": "^1.0.12",
"@the-next-ai/bot-gateway-sdk": "^0.1.0",
"better-sqlite3": "^12.11.1",
"node-forge": "^1.4.0",
+1 -1
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.11",
"@the-next-ai/ai-gateway": "^1.0.12",
"@the-next-ai/bot-gateway-sdk": "^0.1.0",
"better-sqlite3": "^12.11.1",
"node-forge": "^1.4.0",
+1 -1
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.11",
"@the-next-ai/ai-gateway": "^1.0.12",
"@the-next-ai/bot-gateway-sdk": "^0.1.0",
"better-sqlite3": "^12.11.1",
"node-forge": "^1.4.0",