@ai-sdk/provider-utils 4.0.20 → 4.0.21

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
+ ## 4.0.21
4
+
5
+ ### Patch Changes
6
+
7
+ - 055cd68: fix: publish v6 to latest npm dist tag
8
+
3
9
  ## 4.0.20
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -28,8 +28,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
29
 
30
30
  // src/index.ts
31
- var src_exports = {};
32
- __export(src_exports, {
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
33
  DEFAULT_MAX_DOWNLOAD_SIZE: () => DEFAULT_MAX_DOWNLOAD_SIZE,
34
34
  DelayedPromise: () => DelayedPromise,
35
35
  DownloadError: () => DownloadError,
@@ -92,7 +92,7 @@ __export(src_exports, {
92
92
  withoutTrailingSlash: () => withoutTrailingSlash,
93
93
  zodSchema: () => zodSchema
94
94
  });
95
- module.exports = __toCommonJS(src_exports);
95
+ module.exports = __toCommonJS(index_exports);
96
96
 
97
97
  // src/combine-headers.ts
98
98
  function combineHeaders(...headers) {
@@ -675,7 +675,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
675
675
  }
676
676
 
677
677
  // src/version.ts
678
- var VERSION = true ? "4.0.20" : "0.0.0-test";
678
+ var VERSION = true ? "4.0.21" : "0.0.0-test";
679
679
 
680
680
  // src/get-from-api.ts
681
681
  var getOriginalFetch = () => globalThis.fetch;
@@ -1002,7 +1002,7 @@ function visit(def) {
1002
1002
  }
1003
1003
 
1004
1004
  // src/to-json-schema/zod3-to-json-schema/options.ts
1005
- var ignoreOverride = Symbol(
1005
+ var ignoreOverride = /* @__PURE__ */ Symbol(
1006
1006
  "Let zodToJsonSchema decide on which parser to use"
1007
1007
  );
1008
1008
  var defaultOptions = {
@@ -2180,7 +2180,7 @@ var zod3ToJsonSchema = (schema, options) => {
2180
2180
  };
2181
2181
 
2182
2182
  // src/schema.ts
2183
- var schemaSymbol = Symbol.for("vercel.ai.schema");
2183
+ var schemaSymbol = /* @__PURE__ */ Symbol.for("vercel.ai.schema");
2184
2184
  function lazySchema(createSchema) {
2185
2185
  let schema;
2186
2186
  return () => {