@kubb/cli 3.16.4 → 3.17.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.
@@ -608,7 +608,6 @@ const fallbackSymbols = {
608
608
  };
609
609
  const shouldUseMain = isUnicodeSupported();
610
610
  const figures = shouldUseMain ? mainSymbols : fallbackSymbols;
611
- var figures_default = figures;
612
611
  const replacements = Object.entries(specialMainSymbols);
613
612
 
614
613
  //#endregion
@@ -690,8 +689,8 @@ const defaultVerboseFunction = ({ type, message, timestamp, piped, commandId, re
690
689
  const serializeTimestamp = (timestamp) => `${padField(timestamp.getHours(), 2)}:${padField(timestamp.getMinutes(), 2)}:${padField(timestamp.getSeconds(), 2)}.${padField(timestamp.getMilliseconds(), 3)}`;
691
690
  const padField = (field, padding) => String(field).padStart(padding, "0");
692
691
  const getFinalIcon = ({ failed, reject }) => {
693
- if (!failed) return figures_default.tick;
694
- return reject ? figures_default.cross : figures_default.warning;
692
+ if (!failed) return figures.tick;
693
+ return reject ? figures.cross : figures.warning;
695
694
  };
696
695
  const ICONS = {
697
696
  command: ({ piped }) => piped ? "|" : "$",
@@ -6638,4 +6637,4 @@ async function generate({ input, config, progressCache, args }) {
6638
6637
 
6639
6638
  //#endregion
6640
6639
  exports.generate = generate;
6641
- //# sourceMappingURL=generate-B9o-QjSi.cjs.map
6640
+ //# sourceMappingURL=generate-TqAvum5c.cjs.map