@ai-sdk/provider-utils 4.0.25 → 4.0.26

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
@@ -582,7 +582,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
582
582
  }
583
583
 
584
584
  // src/version.ts
585
- var VERSION = true ? "4.0.25" : "0.0.0-test";
585
+ var VERSION = true ? "4.0.26" : "0.0.0-test";
586
586
 
587
587
  // src/get-from-api.ts
588
588
  var getOriginalFetch = () => globalThis.fetch;