@ai-sdk/provider-utils 4.0.0-beta.47 → 4.0.0-beta.49

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
@@ -289,7 +289,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
289
289
  }
290
290
 
291
291
  // src/version.ts
292
- var VERSION = true ? "4.0.0-beta.47" : "0.0.0-test";
292
+ var VERSION = true ? "4.0.0-beta.49" : "0.0.0-test";
293
293
 
294
294
  // src/get-from-api.ts
295
295
  var getOriginalFetch = () => globalThis.fetch;