@ai-sdk/provider-utils 3.0.11 → 3.0.12

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,11 @@
1
1
  # @ai-sdk/provider-utils
2
2
 
3
+ ## 3.0.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 17f9872: fix: revert zod import change
8
+
3
9
  ## 3.0.11
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -285,7 +285,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
285
285
  }
286
286
 
287
287
  // src/version.ts
288
- var VERSION = true ? "3.0.11" : "0.0.0-test";
288
+ var VERSION = true ? "3.0.12" : "0.0.0-test";
289
289
 
290
290
  // src/get-from-api.ts
291
291
  var getOriginalFetch = () => globalThis.fetch;
package/dist/index.mjs CHANGED
@@ -194,7 +194,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
194
194
  }
195
195
 
196
196
  // src/version.ts
197
- var VERSION = true ? "3.0.11" : "0.0.0-test";
197
+ var VERSION = true ? "3.0.12" : "0.0.0-test";
198
198
 
199
199
  // src/get-from-api.ts
200
200
  var getOriginalFetch = () => globalThis.fetch;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/provider-utils",
3
- "version": "3.0.11",
3
+ "version": "3.0.12",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",