@kubb/core 3.5.13 → 3.6.0
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/{chunk-APA7HHVW.cjs → chunk-CGWZQZJF.cjs} +4 -4
- package/dist/{chunk-APA7HHVW.cjs.map → chunk-CGWZQZJF.cjs.map} +1 -1
- package/dist/{chunk-A6GSUSEJ.cjs → chunk-GWUWH5FS.cjs} +12 -12
- package/dist/{chunk-A6GSUSEJ.cjs.map → chunk-GWUWH5FS.cjs.map} +1 -1
- package/dist/{chunk-KRCCD6NL.cjs → chunk-OSNPTN3U.cjs} +35 -35
- package/dist/{chunk-KRCCD6NL.cjs.map → chunk-OSNPTN3U.cjs.map} +1 -1
- package/dist/{chunk-FNJSMBV2.cjs → chunk-WUEIS5RI.cjs} +17 -17
- package/dist/{chunk-FNJSMBV2.cjs.map → chunk-WUEIS5RI.cjs.map} +1 -1
- package/dist/index.cjs +34 -34
- package/dist/logger.cjs +6 -6
- package/dist/mocks.cjs +9 -9
- package/dist/{prompt-2N5MUW25.cjs → prompt-YAN5XLN7.cjs} +4 -4
- package/dist/{prompt-2N5MUW25.cjs.map → prompt-YAN5XLN7.cjs.map} +1 -1
- package/dist/transformers.cjs +22 -22
- package/dist/utils.cjs +17 -17
- package/package.json +7 -7
|
@@ -29,14 +29,14 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
29
29
|
mod
|
|
30
30
|
));
|
|
31
31
|
|
|
32
|
-
// ../../node_modules/.pnpm/tsup@8.3.6_@microsoft+api-extractor@7.50.
|
|
32
|
+
// ../../node_modules/.pnpm/tsup@8.3.6_@microsoft+api-extractor@7.50.1_@types+node@20.17.19__jiti@2.4.2_postcss@8.5.3_typescript@5.7.3_yaml@2.6.1/node_modules/tsup/assets/cjs_shims.js
|
|
33
33
|
var init_cjs_shims = __esm({
|
|
34
|
-
"../../node_modules/.pnpm/tsup@8.3.6_@microsoft+api-extractor@7.50.
|
|
34
|
+
"../../node_modules/.pnpm/tsup@8.3.6_@microsoft+api-extractor@7.50.1_@types+node@20.17.19__jiti@2.4.2_postcss@8.5.3_typescript@5.7.3_yaml@2.6.1/node_modules/tsup/assets/cjs_shims.js"() {
|
|
35
35
|
}
|
|
36
36
|
});
|
|
37
37
|
|
|
38
38
|
exports.__commonJS = __commonJS;
|
|
39
39
|
exports.__toESM = __toESM;
|
|
40
40
|
exports.init_cjs_shims = init_cjs_shims;
|
|
41
|
-
//# sourceMappingURL=chunk-
|
|
42
|
-
//# sourceMappingURL=chunk-
|
|
41
|
+
//# sourceMappingURL=chunk-CGWZQZJF.cjs.map
|
|
42
|
+
//# sourceMappingURL=chunk-CGWZQZJF.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../node_modules/.pnpm/tsup@8.3.6_@microsoft+api-extractor@7.50.
|
|
1
|
+
{"version":3,"sources":["../../../node_modules/.pnpm/tsup@8.3.6_@microsoft+api-extractor@7.50.1_@types+node@20.17.19__jiti@2.4.2_postcss@8.5.3_typescript@5.7.3_yaml@2.6.1/node_modules/tsup/assets/cjs_shims.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAA,cAAA,GAAA,KAAA,CAAA;AAAA,EAAA,sLAAA,GAAA;AAAA;AAAA,CAAA","file":"chunk-CGWZQZJF.cjs","sourcesContent":["// Shim globals in cjs bundle\n// There's a weird bug that esbuild will always inject importMetaUrl\n// if we export it as `const importMetaUrl = ... __filename ...`\n// But using a function will not cause this issue\n\nconst getImportMetaUrl = () =>\n typeof document === 'undefined'\n ? new URL(`file:${__filename}`).href\n : (document.currentScript && document.currentScript.src) ||\n new URL('main.js', document.baseURI).href\n\nexport const importMetaUrl = /* @__PURE__ */ getImportMetaUrl()\n"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkCGWZQZJF_cjs = require('./chunk-CGWZQZJF.cjs');
|
|
4
4
|
var seedrandom = require('seedrandom');
|
|
5
5
|
var tty = require('tty');
|
|
6
6
|
var events = require('events');
|
|
@@ -34,13 +34,13 @@ var tty__namespace = /*#__PURE__*/_interopNamespace(tty);
|
|
|
34
34
|
var p$1__default = /*#__PURE__*/_interopDefault(p$1);
|
|
35
35
|
|
|
36
36
|
// src/logger.ts
|
|
37
|
-
|
|
37
|
+
chunkCGWZQZJF_cjs.init_cjs_shims();
|
|
38
38
|
|
|
39
39
|
// ../../node_modules/.pnpm/tinyrainbow@1.2.0/node_modules/tinyrainbow/dist/node.js
|
|
40
|
-
|
|
40
|
+
chunkCGWZQZJF_cjs.init_cjs_shims();
|
|
41
41
|
|
|
42
42
|
// ../../node_modules/.pnpm/tinyrainbow@1.2.0/node_modules/tinyrainbow/dist/chunk-BVHSVHOK.js
|
|
43
|
-
|
|
43
|
+
chunkCGWZQZJF_cjs.init_cjs_shims();
|
|
44
44
|
var f = {
|
|
45
45
|
reset: [0, 0],
|
|
46
46
|
bold: [1, 22, "\x1B[22m\x1B[1m"],
|
|
@@ -121,7 +121,7 @@ function p(n2 = false) {
|
|
|
121
121
|
var p2 = p(tty.isatty(1));
|
|
122
122
|
|
|
123
123
|
// src/utils/EventEmitter.ts
|
|
124
|
-
|
|
124
|
+
chunkCGWZQZJF_cjs.init_cjs_shims();
|
|
125
125
|
var EventEmitter = class {
|
|
126
126
|
constructor() {
|
|
127
127
|
this.#emitter.setMaxListeners(100);
|
|
@@ -142,10 +142,10 @@ var EventEmitter = class {
|
|
|
142
142
|
};
|
|
143
143
|
|
|
144
144
|
// ../../node_modules/.pnpm/consola@3.4.0/node_modules/consola/dist/index.mjs
|
|
145
|
-
|
|
145
|
+
chunkCGWZQZJF_cjs.init_cjs_shims();
|
|
146
146
|
|
|
147
147
|
// ../../node_modules/.pnpm/consola@3.4.0/node_modules/consola/dist/core.mjs
|
|
148
|
-
|
|
148
|
+
chunkCGWZQZJF_cjs.init_cjs_shims();
|
|
149
149
|
var LogLevels = {
|
|
150
150
|
silent: Number.NEGATIVE_INFINITY,
|
|
151
151
|
fatal: 0,
|
|
@@ -649,7 +649,7 @@ function createConsola(options = {}) {
|
|
|
649
649
|
}
|
|
650
650
|
|
|
651
651
|
// ../../node_modules/.pnpm/consola@3.4.0/node_modules/consola/dist/shared/consola.Cs5FdtHD.mjs
|
|
652
|
-
|
|
652
|
+
chunkCGWZQZJF_cjs.init_cjs_shims();
|
|
653
653
|
function parseStack(stack) {
|
|
654
654
|
const cwd = process.cwd() + path.sep;
|
|
655
655
|
const lines = stack.split("\n").splice(1).map((l2) => l2.trim().replace("file://", "").replace(cwd, ""));
|
|
@@ -717,7 +717,7 @@ ${indent}`);
|
|
|
717
717
|
};
|
|
718
718
|
|
|
719
719
|
// ../../node_modules/.pnpm/consola@3.4.0/node_modules/consola/dist/shared/consola.lX6kr4n8.mjs
|
|
720
|
-
|
|
720
|
+
chunkCGWZQZJF_cjs.init_cjs_shims();
|
|
721
721
|
var {
|
|
722
722
|
env = {},
|
|
723
723
|
argv = [],
|
|
@@ -1210,7 +1210,7 @@ function createConsola2(options = {}) {
|
|
|
1210
1210
|
defaults: { level },
|
|
1211
1211
|
stdout: process.stdout,
|
|
1212
1212
|
stderr: process.stderr,
|
|
1213
|
-
prompt: (...args) => import('./prompt-
|
|
1213
|
+
prompt: (...args) => import('./prompt-YAN5XLN7.cjs').then((m2) => m2.prompt(...args)),
|
|
1214
1214
|
reporters: options.reporters || [
|
|
1215
1215
|
options.fancy ?? !(T || A) ? new FancyReporter() : new BasicReporter()
|
|
1216
1216
|
],
|
|
@@ -1336,5 +1336,5 @@ exports.LogMapper = LogMapper;
|
|
|
1336
1336
|
exports.createLogger = createLogger;
|
|
1337
1337
|
exports.randomCliColour = randomCliColour;
|
|
1338
1338
|
exports.randomColour = randomColour;
|
|
1339
|
-
//# sourceMappingURL=chunk-
|
|
1340
|
-
//# sourceMappingURL=chunk-
|
|
1339
|
+
//# sourceMappingURL=chunk-GWUWH5FS.cjs.map
|
|
1340
|
+
//# sourceMappingURL=chunk-GWUWH5FS.cjs.map
|