update ai-gateway version

This commit is contained in:
musi
2026-07-13 21:58:17 +08:00
parent 21ab38dd47
commit 99cc7066fb
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -12,7 +12,7 @@
"packages/*"
],
"dependencies": {
"@the-next-ai/ai-gateway": "^1.0.7",
"@the-next-ai/ai-gateway": "^1.0.8",
"@the-next-ai/bot-gateway-sdk": "^0.1.0",
"better-sqlite3": "^12.11.1",
"electron-updater": "^6.8.9",
@@ -2310,9 +2310,9 @@
}
},
"node_modules/@the-next-ai/ai-gateway": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/@the-next-ai/ai-gateway/-/ai-gateway-1.0.7.tgz",
"integrity": "sha512-HJtfjpBgjFEPQ6ub7nFTtEyxzzbrz6V5vQZfJOoHi3Jhpjob3W4h0UenTW6loHanJYucFIEh01SvB//Qj3ulcw==",
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@the-next-ai/ai-gateway/-/ai-gateway-1.0.8.tgz",
"integrity": "sha512-IQKlD39YtK3Uhz0lJSKkXtEWf+fAk8J2YW1H1ARpiXa3Bv6VhrVwV++8J4P9JCqJ46ATbKQQKauhminIsrzEGg==",
"license": "MIT",
"dependencies": {
"diff": "^8.0.3",
+1 -1
View File
@@ -56,7 +56,7 @@
"rebuild:sqlite3": "electron-rebuild -f -w better-sqlite3"
},
"dependencies": {
"@the-next-ai/ai-gateway": "^1.0.7",
"@the-next-ai/ai-gateway": "^1.0.8",
"@the-next-ai/bot-gateway-sdk": "^0.1.0",
"better-sqlite3": "^12.11.1",
"electron-updater": "^6.8.9",