@hebo-ai/gateway 0.6.0-rc2 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hebo-ai/gateway",
|
|
3
|
-
"version": "0.6.0
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "AI gateway as a framework. For full control over models, routing & lifecycle. OpenAI-compatible /chat/completions, /embeddings & /models.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -160,17 +160,17 @@
|
|
|
160
160
|
},
|
|
161
161
|
"dependencies": {
|
|
162
162
|
"@ai-sdk/provider": "^3.0.8",
|
|
163
|
-
"ai": "^6.0.
|
|
163
|
+
"ai": "^6.0.103",
|
|
164
164
|
"zod": "^4.3.6"
|
|
165
165
|
},
|
|
166
166
|
"devDependencies": {
|
|
167
|
-
"@ai-sdk/amazon-bedrock": "^4.0.
|
|
168
|
-
"@ai-sdk/anthropic": "^3.0.
|
|
167
|
+
"@ai-sdk/amazon-bedrock": "^4.0.67",
|
|
168
|
+
"@ai-sdk/anthropic": "^3.0.48",
|
|
169
169
|
"@ai-sdk/cohere": "^3.0.21",
|
|
170
|
-
"@ai-sdk/google-vertex": "^4.0.
|
|
171
|
-
"@ai-sdk/groq": "^3.0.
|
|
172
|
-
"@ai-sdk/openai": "^3.0.
|
|
173
|
-
"@aws-sdk/credential-providers": "^3.
|
|
170
|
+
"@ai-sdk/google-vertex": "^4.0.66",
|
|
171
|
+
"@ai-sdk/groq": "^3.0.25",
|
|
172
|
+
"@ai-sdk/openai": "^3.0.36",
|
|
173
|
+
"@aws-sdk/credential-providers": "^3.999.0",
|
|
174
174
|
"@langfuse/otel": "^4.6.1",
|
|
175
175
|
"@mjackson/node-fetch-server": "^0.7.0",
|
|
176
176
|
"@opentelemetry/api": "^1.9.0",
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
"@types/react": "^19.2.14",
|
|
183
183
|
"@types/react-dom": "^19.2.3",
|
|
184
184
|
"elysia": "^1.4.26",
|
|
185
|
-
"hono": "^4.12.
|
|
185
|
+
"hono": "^4.12.3",
|
|
186
186
|
"lefthook": "^2.1.1",
|
|
187
187
|
"next": "^16.1.6",
|
|
188
188
|
"oxfmt": "^0.24.0",
|
|
@@ -194,12 +194,12 @@
|
|
|
194
194
|
"voyage-ai-provider": "^3.0.0"
|
|
195
195
|
},
|
|
196
196
|
"peerDependencies": {
|
|
197
|
-
"@ai-sdk/amazon-bedrock": "^4.0.
|
|
198
|
-
"@ai-sdk/anthropic": "^3.0.
|
|
199
|
-
"@ai-sdk/cohere": "^3.0.
|
|
200
|
-
"@ai-sdk/google-vertex": "^4.0.
|
|
201
|
-
"@ai-sdk/groq": "^3.0.
|
|
202
|
-
"@ai-sdk/openai": "^3.0.
|
|
197
|
+
"@ai-sdk/amazon-bedrock": "^4.0.67",
|
|
198
|
+
"@ai-sdk/anthropic": "^3.0.48",
|
|
199
|
+
"@ai-sdk/cohere": "^3.0.21",
|
|
200
|
+
"@ai-sdk/google-vertex": "^4.0.66",
|
|
201
|
+
"@ai-sdk/groq": "^3.0.25",
|
|
202
|
+
"@ai-sdk/openai": "^3.0.36",
|
|
203
203
|
"@opentelemetry/api": "^1.9.0",
|
|
204
204
|
"typescript": "^5.9.3",
|
|
205
205
|
"voyage-ai-provider": "^3.0.0"
|