@kubb/cli 3.18.1 → 3.18.3

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.
@@ -636,6 +636,7 @@ const fallbackSymbols = {
636
636
  };
637
637
  const shouldUseMain = isUnicodeSupported();
638
638
  const figures = shouldUseMain ? mainSymbols : fallbackSymbols;
639
+ var figures_default = figures;
639
640
  const replacements = Object.entries(specialMainSymbols);
640
641
 
641
642
  //#endregion
@@ -717,8 +718,8 @@ const defaultVerboseFunction = ({ type, message, timestamp, piped, commandId, re
717
718
  const serializeTimestamp = (timestamp) => `${padField(timestamp.getHours(), 2)}:${padField(timestamp.getMinutes(), 2)}:${padField(timestamp.getSeconds(), 2)}.${padField(timestamp.getMilliseconds(), 3)}`;
718
719
  const padField = (field, padding) => String(field).padStart(padding, "0");
719
720
  const getFinalIcon = ({ failed, reject }) => {
720
- if (!failed) return figures.tick;
721
- return reject ? figures.cross : figures.warning;
721
+ if (!failed) return figures_default.tick;
722
+ return reject ? figures_default.cross : figures_default.warning;
722
723
  };
723
724
  const ICONS = {
724
725
  command: ({ piped }) => piped ? "|" : "$",
@@ -6728,4 +6729,4 @@ async function generate({ input, config, progressCache, args }) {
6728
6729
 
6729
6730
  //#endregion
6730
6731
  export { generate };
6731
- //# sourceMappingURL=generate-B5KogiFG.js.map
6732
+ //# sourceMappingURL=generate-DvSF6lmv.js.map