@ai-sdk/provider-utils 4.0.11 → 4.0.13

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,18 @@
1
1
  # @ai-sdk/provider-utils
2
2
 
3
+ ## 4.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [53f6731]
8
+ - @ai-sdk/provider@3.0.7
9
+
10
+ ## 4.0.12
11
+
12
+ ### Patch Changes
13
+
14
+ - 96936e5: fix(provider-utils): export only types from standard-schema package
15
+
3
16
  ## 4.0.11
4
17
 
5
18
  ### Patch Changes
package/dist/index.js CHANGED
@@ -17,7 +17,6 @@ var __copyProps = (to, from, except, desc) => {
17
17
  }
18
18
  return to;
19
19
  };
20
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
21
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
22
21
  // If the importer is in node compatibility mode or this is not an ESM
23
22
  // file that has been converted to a CommonJS file using a Babel-
@@ -503,7 +502,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
503
502
  }
504
503
 
505
504
  // src/version.ts
506
- var VERSION = true ? "4.0.11" : "0.0.0-test";
505
+ var VERSION = true ? "4.0.13" : "0.0.0-test";
507
506
 
508
507
  // src/get-from-api.ts
509
508
  var getOriginalFetch = () => globalThis.fetch;
@@ -2601,7 +2600,6 @@ async function* executeTool({
2601
2600
  }
2602
2601
 
2603
2602
  // src/index.ts
2604
- __reExport(src_exports, require("@standard-schema/spec"), module.exports);
2605
2603
  var import_stream2 = require("eventsource-parser/stream");
2606
2604
  // Annotate the CommonJS export names for ESM import in node:
2607
2605
  0 && (module.exports = {
@@ -2661,7 +2659,6 @@ var import_stream2 = require("eventsource-parser/stream");
2661
2659
  validateTypes,
2662
2660
  withUserAgentSuffix,
2663
2661
  withoutTrailingSlash,
2664
- zodSchema,
2665
- ...require("@standard-schema/spec")
2662
+ zodSchema
2666
2663
  });
2667
2664
  //# sourceMappingURL=index.js.map