feat: update ai-gateway version

This commit is contained in:
musistudio
2026-07-31 15:33:46 +08:00
parent 3f566d991a
commit e8ae64f5a2
4 changed files with 9 additions and 9 deletions
+6 -6
View File
@@ -12,7 +12,7 @@
"packages/*"
],
"dependencies": {
"@the-next-ai/ai-gateway": "^1.0.14",
"@the-next-ai/ai-gateway": "^1.0.15",
"@the-next-ai/bot-gateway-sdk": "^0.1.0",
"better-sqlite3": "^12.11.1",
"electron-updater": "^6.8.9",
@@ -2311,9 +2311,9 @@
}
},
"node_modules/@the-next-ai/ai-gateway": {
"version": "1.0.14",
"resolved": "https://registry.npmjs.org/@the-next-ai/ai-gateway/-/ai-gateway-1.0.14.tgz",
"integrity": "sha512-ZVilhuxEoMxvMdPlVI55q6wm6JfWJyKLh9fS5uIAMZtc6Zzc0vf21coLYoP/hsqoNIQCchzkFgD5I2rHDG1QNA==",
"version": "1.0.15",
"resolved": "https://registry.npmjs.org/@the-next-ai/ai-gateway/-/ai-gateway-1.0.15.tgz",
"integrity": "sha512-U5SnIBGXHVq0uzzljpUb/hvND5cGehzMZegtvnB8+pRsRTM19yrAsPSaUocolB7JYun7TlKhi+BdOWp5Az17gA==",
"license": "MIT",
"dependencies": {
"diff": "^8.0.3",
@@ -9546,7 +9546,7 @@
"version": "3.0.17",
"license": "MIT",
"dependencies": {
"@the-next-ai/ai-gateway": "^1.0.14",
"@the-next-ai/ai-gateway": "^1.0.15",
"@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.17",
"dependencies": {
"@the-next-ai/ai-gateway": "^1.0.14",
"@the-next-ai/ai-gateway": "^1.0.15",
"@the-next-ai/bot-gateway-sdk": "^0.1.0",
"better-sqlite3": "^12.11.1",
"node-forge": "^1.4.0",
+1 -1
View File
@@ -72,7 +72,7 @@
"rebuild:sqlite3": "electron-rebuild -f -w better-sqlite3"
},
"dependencies": {
"@the-next-ai/ai-gateway": "^1.0.14",
"@the-next-ai/ai-gateway": "^1.0.15",
"@the-next-ai/bot-gateway-sdk": "^0.1.0",
"better-sqlite3": "^12.11.1",
"electron-updater": "^6.8.9",
+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.14",
"@the-next-ai/ai-gateway": "^1.0.15",
"@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.14",
"@the-next-ai/ai-gateway": "^1.0.15",
"@the-next-ai/bot-gateway-sdk": "^0.1.0",
"better-sqlite3": "^12.11.1",
"node-forge": "^1.4.0",