@kubb/core 2.26.3 → 2.26.5

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.
Files changed (33) hide show
  1. package/dist/{chunk-PZT4CTBV.cjs → chunk-3WAFCJTY.cjs} +19 -18
  2. package/dist/chunk-3WAFCJTY.cjs.map +1 -0
  3. package/dist/{chunk-67C6RBGQ.cjs → chunk-72CJQUQE.cjs} +5 -5
  4. package/dist/{chunk-67C6RBGQ.cjs.map → chunk-72CJQUQE.cjs.map} +1 -1
  5. package/dist/{chunk-XCPFG6DO.cjs → chunk-ASAQKYU5.cjs} +3 -3
  6. package/dist/{chunk-XCPFG6DO.cjs.map → chunk-ASAQKYU5.cjs.map} +1 -1
  7. package/dist/{chunk-YTSNYMHW.cjs → chunk-CITJQACT.cjs} +28 -28
  8. package/dist/{chunk-YTSNYMHW.cjs.map → chunk-CITJQACT.cjs.map} +1 -1
  9. package/dist/{chunk-ADC5UNZ5.cjs → chunk-CO2U7476.cjs} +145 -145
  10. package/dist/{chunk-ADC5UNZ5.cjs.map → chunk-CO2U7476.cjs.map} +1 -1
  11. package/dist/{chunk-LM2YQC3T.cjs → chunk-G3IAGKIW.cjs} +12 -12
  12. package/dist/{chunk-LM2YQC3T.cjs.map → chunk-G3IAGKIW.cjs.map} +1 -1
  13. package/dist/{chunk-JKZG2IJR.js → chunk-OZKPV7RD.js} +2 -1
  14. package/dist/chunk-OZKPV7RD.js.map +1 -0
  15. package/dist/{chunk-3OXCZ5DJ.js → chunk-Q2IVZO4X.js} +2 -2
  16. package/dist/{chunk-SA2GZKXS.js → chunk-WURRAECF.js} +5 -5
  17. package/dist/index.cjs +132 -132
  18. package/dist/index.js +7 -7
  19. package/dist/logger.cjs +3 -3
  20. package/dist/logger.js +1 -1
  21. package/dist/mocks.cjs +8 -8
  22. package/dist/mocks.js +2 -2
  23. package/dist/transformers.cjs +4 -4
  24. package/dist/transformers.d.cts +1 -1
  25. package/dist/transformers.d.ts +1 -1
  26. package/dist/transformers.js +1 -1
  27. package/dist/utils.cjs +4 -4
  28. package/package.json +11 -11
  29. package/src/transformers/stringify.ts +1 -1
  30. package/dist/chunk-JKZG2IJR.js.map +0 -1
  31. package/dist/chunk-PZT4CTBV.cjs.map +0 -1
  32. /package/dist/{chunk-3OXCZ5DJ.js.map → chunk-Q2IVZO4X.js.map} +0 -0
  33. /package/dist/{chunk-SA2GZKXS.js.map → chunk-WURRAECF.js.map} +0 -0
@@ -90,7 +90,7 @@ import { isatty as r } from "tty";
90
90
  var p2 = p(r(1));
91
91
 
92
92
  // src/utils/EventEmitter.ts
93
- import { EventEmitter as NodeEventEmitter } from "events";
93
+ import { EventEmitter as NodeEventEmitter } from "node:events";
94
94
  var _emitter;
95
95
  var EventEmitter = class {
96
96
  constructor() {
@@ -196,4 +196,4 @@ export {
196
196
  randomColour,
197
197
  randomCliColour
198
198
  };
199
- //# sourceMappingURL=chunk-3OXCZ5DJ.js.map
199
+ //# sourceMappingURL=chunk-Q2IVZO4X.js.map
@@ -2,7 +2,7 @@ import {
2
2
  searchAndReplace,
3
3
  transformers_default,
4
4
  trimExtName
5
- } from "./chunk-JKZG2IJR.js";
5
+ } from "./chunk-OZKPV7RD.js";
6
6
  import {
7
7
  getParser
8
8
  } from "./chunk-5JZNFPUP.js";
@@ -17,15 +17,15 @@ import {
17
17
  } from "./chunk-HMLY7DHA.js";
18
18
 
19
19
  // src/FileManager.ts
20
- import crypto from "crypto";
21
- import { extname, resolve } from "path";
20
+ import crypto from "node:crypto";
21
+ import { extname, resolve } from "node:path";
22
22
  import PQueue from "p-queue";
23
23
  import { isDeepEqual } from "remeda";
24
24
  import { getRelativePath, read, write } from "@kubb/fs";
25
25
 
26
26
  // src/BarrelManager.ts
27
27
  import { getExports } from "@kubb/parser-ts";
28
- import path from "path";
28
+ import path from "node:path";
29
29
 
30
30
  // src/utils/TreeNode.ts
31
31
  import dirTree from "directory-tree";
@@ -593,4 +593,4 @@ function getEnvSource(source, env) {
593
593
  export {
594
594
  FileManager
595
595
  };
596
- //# sourceMappingURL=chunk-SA2GZKXS.js.map
596
+ //# sourceMappingURL=chunk-WURRAECF.js.map