@storm-software/git-tools 2.110.0 → 2.111.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.
@@ -39558,6 +39558,7 @@ export {
39558
39558
  writeInfo,
39559
39559
  writeSuccess,
39560
39560
  writeDebug,
39561
+ writeTrace,
39561
39562
  exitWithError,
39562
39563
  exitWithSuccess,
39563
39564
  handleProcess,
@@ -39502,4 +39502,5 @@ var getWorkspaceConfig = (skipLogs = false, options = {}) => {
39502
39502
 
39503
39503
 
39504
39504
 
39505
- exports.joinPaths = joinPaths; exports.findWorkspaceRootSafe = findWorkspaceRootSafe; exports.require_ansi_styles = require_ansi_styles; exports.require_supports_color = require_supports_color; exports.require_source = require_source; exports.isVerbose = isVerbose; exports.writeFatal = writeFatal; exports.writeError = writeError; exports.writeWarning = writeWarning; exports.writeInfo = writeInfo; exports.writeSuccess = writeSuccess; exports.writeDebug = writeDebug; exports.exitWithError = exitWithError; exports.exitWithSuccess = exitWithSuccess; exports.handleProcess = handleProcess; exports.getConfig = getConfig; exports.getWorkspaceConfig = getWorkspaceConfig;
39505
+
39506
+ exports.joinPaths = joinPaths; exports.findWorkspaceRootSafe = findWorkspaceRootSafe; exports.require_ansi_styles = require_ansi_styles; exports.require_supports_color = require_supports_color; exports.require_source = require_source; exports.isVerbose = isVerbose; exports.writeFatal = writeFatal; exports.writeError = writeError; exports.writeWarning = writeWarning; exports.writeInfo = writeInfo; exports.writeSuccess = writeSuccess; exports.writeDebug = writeDebug; exports.writeTrace = writeTrace; exports.exitWithError = exitWithError; exports.exitWithSuccess = exitWithSuccess; exports.handleProcess = handleProcess; exports.getConfig = getConfig; exports.getWorkspaceConfig = getWorkspaceConfig;