@storm-software/git-tools 2.124.59 → 2.124.61

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.
@@ -92,12 +92,12 @@ function isUnicodeSupported() {
92
92
  var useIcon = (c, fallback) => isUnicodeSupported() ? c : fallback;
93
93
  var CONSOLE_ICONS = {
94
94
  [LogLevelLabel.ERROR]: useIcon("\u2718", "\xD7"),
95
- [LogLevelLabel.FATAL]: useIcon("\u{1F480}", "\xD7"),
95
+ [LogLevelLabel.FATAL]: useIcon("\u2620", "\xD7"),
96
96
  [LogLevelLabel.WARN]: useIcon("\u26A0", "\u203C"),
97
- [LogLevelLabel.INFO]: useIcon("\u2139", "i"),
97
+ [LogLevelLabel.INFO]: useIcon("\u{1F6C8}", "i"),
98
98
  [LogLevelLabel.SUCCESS]: useIcon("\u2714", "\u221A"),
99
99
  [LogLevelLabel.DEBUG]: useIcon("\u{1F6E0}", "D"),
100
- [LogLevelLabel.TRACE]: useIcon("\u{1F6E0}", "T"),
100
+ [LogLevelLabel.TRACE]: useIcon("\u2699", "T"),
101
101
  [LogLevelLabel.ALL]: useIcon("\u2709", "\u2192")
102
102
  };
103
103
 
@@ -218,7 +218,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.info ?? DEFAULT_COLOR_CONF
218
218
  return (message) => {
219
219
  console.debug(
220
220
  `
221
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CONFIG.dark.info)(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
221
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CONFIG.dark.debug)(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
222
222
  `
223
223
  );
224
224
  };
@@ -227,7 +227,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CON
227
227
  return (message) => {
228
228
  console.debug(
229
229
  `
230
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CONFIG.dark.debug)(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
230
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex("#bbbbbb")(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
231
231
  `
232
232
  );
233
233
  };
@@ -3790,5 +3790,5 @@ function getWorkspaceConfig(skipLogs = true, options = {}) {
3790
3790
  }
3791
3791
 
3792
3792
  export { STORM_DEFAULT_RELEASE_BANNER, defu, exitWithError, exitWithSuccess, findWorkspaceRootSafe, getConfig, getWorkspaceConfig, handleProcess, isVerbose, joinPaths, writeDebug, writeError, writeFatal, writeInfo, writeSuccess, writeTrace, writeWarning };
3793
- //# sourceMappingURL=chunk-UKNYCUVS.js.map
3794
- //# sourceMappingURL=chunk-UKNYCUVS.js.map
3793
+ //# sourceMappingURL=chunk-TMQCIJTZ.js.map
3794
+ //# sourceMappingURL=chunk-TMQCIJTZ.js.map