@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.
- package/bin/{chunk-UKNYCUVS.js → chunk-GJVVJ34O.js} +4 -4
- package/bin/chunk-GJVVJ34O.js.map +1 -0
- package/bin/{chunk-NUGDUPXJ.cjs → chunk-ZWFRZLHA.cjs} +4 -4
- package/bin/chunk-ZWFRZLHA.cjs.map +1 -0
- package/bin/git.cjs +75 -75
- package/bin/git.js +1 -1
- package/bin/post-checkout.cjs +9 -9
- package/bin/post-checkout.js +1 -1
- package/bin/post-commit.cjs +9 -9
- package/bin/post-commit.js +1 -1
- package/bin/post-merge.cjs +9 -9
- package/bin/post-merge.js +1 -1
- package/bin/pre-commit.cjs +9 -9
- package/bin/pre-commit.js +1 -1
- package/bin/pre-install.cjs +9 -9
- package/bin/pre-install.js +1 -1
- package/bin/pre-push.cjs +13 -13
- package/bin/pre-push.js +1 -1
- package/bin/prepare.cjs +7 -7
- package/bin/prepare.js +1 -1
- package/bin/version-warning.cjs +5 -5
- package/bin/version-warning.js +1 -1
- package/dist/{chunk-IZFUY6XB.js → chunk-HFXZSFMC.js} +2 -2
- package/dist/{chunk-D2BA7VDM.cjs → chunk-TPBCBURX.cjs} +2 -2
- package/dist/index.cjs +8 -8
- package/dist/index.js +1 -1
- package/dist/release/config.cjs +8 -8
- package/dist/release/config.js +1 -1
- package/package.json +4 -4
- package/bin/chunk-NUGDUPXJ.cjs.map +0 -1
- package/bin/chunk-UKNYCUVS.js.map +0 -1
|
@@ -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.
|
|
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(
|
|
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-
|
|
3794
|
-
//# sourceMappingURL=chunk-
|
|
3793
|
+
//# sourceMappingURL=chunk-GJVVJ34O.js.map
|
|
3794
|
+
//# sourceMappingURL=chunk-GJVVJ34O.js.map
|