@ai-sdk/provider-utils
Advanced tools
+6
-0
| # @ai-sdk/provider-utils | ||
| ## 4.0.45 | ||
| ### Patch Changes | ||
| - b2a4d5a: Preserve streamed download size-limit errors when response cancellation fails. | ||
| ## 4.0.44 | ||
@@ -4,0 +10,0 @@ |
+1
-1
| { | ||
| "name": "@ai-sdk/provider-utils", | ||
| "version": "4.0.44", | ||
| "version": "4.0.45", | ||
| "license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
@@ -87,2 +87,4 @@ import { cancelResponseBody } from './cancel-response-body'; | ||
| await reader.cancel(); | ||
| } catch { | ||
| // Ignore cancel errors so the original rejection is preserved. | ||
| } finally { | ||
@@ -89,0 +91,0 @@ reader.releaseLock(); |
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
988827
0.04%13448
0.03%