@ai-sdk/provider-utils 4.0.13 → 4.0.14

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @ai-sdk/provider-utils
2
2
 
3
+ ## 4.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7168375]
8
+ - @ai-sdk/provider@3.0.8
9
+
3
10
  ## 4.0.13
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -502,7 +502,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
502
502
  }
503
503
 
504
504
  // src/version.ts
505
- var VERSION = true ? "4.0.13" : "0.0.0-test";
505
+ var VERSION = true ? "4.0.14" : "0.0.0-test";
506
506
 
507
507
  // src/get-from-api.ts
508
508
  var getOriginalFetch = () => globalThis.fetch;