@ai-sdk/provider-utils 3.0.31 → 3.0.33

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/dist/index.mjs CHANGED
@@ -504,6 +504,7 @@ async function readResponseWithSizeLimit({
504
504
  } finally {
505
505
  try {
506
506
  await reader.cancel();
507
+ } catch (e) {
507
508
  } finally {
508
509
  reader.releaseLock();
509
510
  }
@@ -651,7 +652,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
651
652
  }
652
653
 
653
654
  // src/version.ts
654
- var VERSION = true ? "3.0.31" : "0.0.0-test";
655
+ var VERSION = true ? "3.0.33" : "0.0.0-test";
655
656
 
656
657
  // src/get-from-api.ts
657
658
  var getOriginalFetch = () => globalThis.fetch;