@kubb/cli 2.12.0 → 2.12.2
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.cjs +6 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7 -9
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/utils/getSummary.ts +5 -7
package/dist/index.cjs
CHANGED
|
@@ -2607,7 +2607,7 @@ var _tty = require('tty'); var _tty2 = _interopRequireDefault(_tty);
|
|
|
2607
2607
|
var p2 = w(_tty.isatty.call(void 0, 1));
|
|
2608
2608
|
|
|
2609
2609
|
// package.json
|
|
2610
|
-
var version = "2.12.
|
|
2610
|
+
var version = "2.12.2";
|
|
2611
2611
|
|
|
2612
2612
|
// src/generate.ts
|
|
2613
2613
|
init_cjs_shims();
|
|
@@ -4311,13 +4311,11 @@ function getSummary({ pluginManager, status, hrstart, config, logger }) {
|
|
|
4311
4311
|
time: p2.yellow(`${elapsedSeconds}s`),
|
|
4312
4312
|
output: _path2.default.isAbsolute(config.root) ? _path2.default.resolve(config.root, config.output.path) : config.root
|
|
4313
4313
|
};
|
|
4314
|
-
|
|
4315
|
-
|
|
4316
|
-
|
|
4317
|
-
|
|
4318
|
-
|
|
4319
|
-
);
|
|
4320
|
-
}
|
|
4314
|
+
logger.emit("debug", ["\nGenerated files:\n"]);
|
|
4315
|
+
logger.emit(
|
|
4316
|
+
"debug",
|
|
4317
|
+
files.map((file) => `${_logger.randomCliColour.call(void 0, JSON.stringify(_optionalChain([file, 'access', _42 => _42.meta, 'optionalAccess', _43 => _43.pluginKey])))} ${file.path}`)
|
|
4318
|
+
);
|
|
4321
4319
|
logs.push(
|
|
4322
4320
|
[
|
|
4323
4321
|
["\n", true],
|