+2
-2
| { | ||
| "name": "ai", | ||
| "version": "7.0.70", | ||
| "version": "7.0.71", | ||
| "type": "module", | ||
@@ -45,3 +45,3 @@ "description": "AI SDK by Vercel - build apps like ChatGPT, Claude, Gemini, and more with a single interface for any model using the Vercel AI Gateway or go direct to OpenAI, Anthropic, Google, or any other model provider.", | ||
| "dependencies": { | ||
| "@ai-sdk/gateway": "4.0.56", | ||
| "@ai-sdk/gateway": "4.0.57", | ||
| "@ai-sdk/provider": "4.0.7", | ||
@@ -48,0 +48,0 @@ "@ai-sdk/provider-utils": "5.0.28" |
@@ -549,3 +549,6 @@ import type { | ||
| if (chunk.type === 'error') { | ||
| onError({ error: wrapGatewayError(chunk.error) }); | ||
| void notify({ | ||
| event: { error: wrapGatewayError(chunk.error) }, | ||
| callbacks: onError, | ||
| }); | ||
| } | ||
@@ -552,0 +555,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
6710248
0.07%69656
0.03%+ Added
- Removed
Updated