@storm-software/git-tools 2.124.62 → 2.124.63
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-EGBAPP6Q.cjs → chunk-LHLRRAC7.cjs} +3 -3
- package/bin/chunk-LHLRRAC7.cjs.map +1 -0
- package/bin/{chunk-X6QPG2T4.js → chunk-SH7GWQRX.js} +3 -3
- package/bin/chunk-SH7GWQRX.js.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-NKCUBWZU.cjs → chunk-7W6KKQAE.cjs} +1 -1
- package/dist/{chunk-RVPCQYBR.js → chunk-LCKUTJW7.js} +1 -1
- 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-EGBAPP6Q.cjs.map +0 -1
- package/bin/chunk-X6QPG2T4.js.map +0 -1
|
@@ -92,7 +92,7 @@ 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("\
|
|
95
|
+
[LogLevelLabel.FATAL]: useIcon("\u{1F571}", "\xD7"),
|
|
96
96
|
[LogLevelLabel.WARN]: useIcon("\u26A0", "\u203C"),
|
|
97
97
|
[LogLevelLabel.INFO]: useIcon("\u2139", "i"),
|
|
98
98
|
[LogLevelLabel.SUCCESS]: useIcon("\u2714", "\u221A"),
|
|
@@ -3820,5 +3820,5 @@ function getWorkspaceConfig(skipLogs = true, options = {}) {
|
|
|
3820
3820
|
}
|
|
3821
3821
|
|
|
3822
3822
|
export { STORM_DEFAULT_RELEASE_BANNER, defu, exitWithError, exitWithSuccess, findWorkspaceRootSafe, getConfig, getWorkspaceConfig, handleProcess, isVerbose, joinPaths, writeDebug, writeError, writeFatal, writeInfo, writeSuccess, writeTrace, writeWarning };
|
|
3823
|
-
//# sourceMappingURL=chunk-
|
|
3824
|
-
//# sourceMappingURL=chunk-
|
|
3823
|
+
//# sourceMappingURL=chunk-SH7GWQRX.js.map
|
|
3824
|
+
//# sourceMappingURL=chunk-SH7GWQRX.js.map
|