@@ -154,3 +154,3 @@ "use strict"; | ||
| // src/version.ts | ||
| var VERSION = true ? "5.0.203" : "0.0.0-test"; | ||
| var VERSION = true ? "5.0.204" : "0.0.0-test"; | ||
@@ -177,2 +177,3 @@ // src/util/download/download.ts | ||
| if (!response.ok) { | ||
| await (0, import_provider_utils2.cancelResponseBody)(response); | ||
| throw new import_provider_utils2.DownloadError({ | ||
@@ -179,0 +180,0 @@ url: urlText, |
@@ -125,2 +125,3 @@ // internal/index.ts | ||
| import { | ||
| cancelResponseBody, | ||
| DownloadError, | ||
@@ -135,3 +136,3 @@ readResponseWithSizeLimit, | ||
| // src/version.ts | ||
| var VERSION = true ? "5.0.203" : "0.0.0-test"; | ||
| var VERSION = true ? "5.0.204" : "0.0.0-test"; | ||
@@ -158,2 +159,3 @@ // src/util/download/download.ts | ||
| if (!response.ok) { | ||
| await cancelResponseBody(response); | ||
| throw new DownloadError({ | ||
@@ -160,0 +162,0 @@ url: urlText, |
+3
-3
| { | ||
| "name": "ai", | ||
| "version": "5.0.203", | ||
| "version": "5.0.204", | ||
| "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.", | ||
@@ -38,5 +38,5 @@ "license": "Apache-2.0", | ||
| "@opentelemetry/api": "1.9.0", | ||
| "@ai-sdk/gateway": "2.0.102", | ||
| "@ai-sdk/gateway": "2.0.103", | ||
| "@ai-sdk/provider": "2.0.3", | ||
| "@ai-sdk/provider-utils": "3.0.26" | ||
| "@ai-sdk/provider-utils": "3.0.27" | ||
| }, | ||
@@ -43,0 +43,0 @@ "devDependencies": { |
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 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
2861693
0.07%27204
0.02%+ Added
+ Added
- Removed
- Removed
Updated