@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/dist/index.mjs CHANGED
@@ -579,7 +579,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
579
579
  }
580
580
 
581
581
  // src/version.ts
582
- var VERSION = true ? "4.0.20" : "0.0.0-test";
582
+ var VERSION = true ? "4.0.21" : "0.0.0-test";
583
583
 
584
584
  // src/get-from-api.ts
585
585
  var getOriginalFetch = () => globalThis.fetch;
@@ -909,7 +909,7 @@ function visit(def) {
909
909
  }
910
910
 
911
911
  // src/to-json-schema/zod3-to-json-schema/options.ts
912
- var ignoreOverride = Symbol(
912
+ var ignoreOverride = /* @__PURE__ */ Symbol(
913
913
  "Let zodToJsonSchema decide on which parser to use"
914
914
  );
915
915
  var defaultOptions = {
@@ -2089,7 +2089,7 @@ var zod3ToJsonSchema = (schema, options) => {
2089
2089
  };
2090
2090
 
2091
2091
  // src/schema.ts
2092
- var schemaSymbol = Symbol.for("vercel.ai.schema");
2092
+ var schemaSymbol = /* @__PURE__ */ Symbol.for("vercel.ai.schema");
2093
2093
  function lazySchema(createSchema) {
2094
2094
  let schema;
2095
2095
  return () => {