@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
|
@@ -98,7 +98,7 @@ function isUnicodeSupported() {
|
|
|
98
98
|
var useIcon = (c, fallback) => isUnicodeSupported() ? c : fallback;
|
|
99
99
|
var CONSOLE_ICONS = {
|
|
100
100
|
[LogLevelLabel.ERROR]: useIcon("\u2718", "\xD7"),
|
|
101
|
-
[LogLevelLabel.FATAL]: useIcon("\
|
|
101
|
+
[LogLevelLabel.FATAL]: useIcon("\u{1F571}", "\xD7"),
|
|
102
102
|
[LogLevelLabel.WARN]: useIcon("\u26A0", "\u203C"),
|
|
103
103
|
[LogLevelLabel.INFO]: useIcon("\u2139", "i"),
|
|
104
104
|
[LogLevelLabel.SUCCESS]: useIcon("\u2714", "\u221A"),
|
|
@@ -3842,5 +3842,5 @@ exports.writeInfo = writeInfo;
|
|
|
3842
3842
|
exports.writeSuccess = writeSuccess;
|
|
3843
3843
|
exports.writeTrace = writeTrace;
|
|
3844
3844
|
exports.writeWarning = writeWarning;
|
|
3845
|
-
//# sourceMappingURL=chunk-
|
|
3846
|
-
//# sourceMappingURL=chunk-
|
|
3845
|
+
//# sourceMappingURL=chunk-LHLRRAC7.cjs.map
|
|
3846
|
+
//# sourceMappingURL=chunk-LHLRRAC7.cjs.map
|