@storm-software/git-tools 2.124.59 → 2.124.60

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.
@@ -224,7 +224,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.info ?? DEFAULT_COLOR_CONF
224
224
  return (message) => {
225
225
  console.debug(
226
226
  `
227
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CONFIG.dark.info)(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
227
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CONFIG.dark.debug)(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
228
228
  `
229
229
  );
230
230
  };
@@ -233,7 +233,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CON
233
233
  return (message) => {
234
234
  console.debug(
235
235
  `
236
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CONFIG.dark.debug)(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
236
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex("#bbbbbb")(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
237
237
  `
238
238
  );
239
239
  };
@@ -3812,5 +3812,5 @@ exports.writeInfo = writeInfo;
3812
3812
  exports.writeSuccess = writeSuccess;
3813
3813
  exports.writeTrace = writeTrace;
3814
3814
  exports.writeWarning = writeWarning;
3815
- //# sourceMappingURL=chunk-NUGDUPXJ.cjs.map
3816
- //# sourceMappingURL=chunk-NUGDUPXJ.cjs.map
3815
+ //# sourceMappingURL=chunk-ZWFRZLHA.cjs.map
3816
+ //# sourceMappingURL=chunk-ZWFRZLHA.cjs.map