@storm-software/git-tools 2.124.22 → 2.124.24
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/README.md +1 -1
- package/bin/{chunk-X6SBCQZO.cjs → chunk-F65GQVIX.cjs} +3 -3
- package/bin/chunk-F65GQVIX.cjs.map +1 -0
- package/bin/{chunk-WL4UK5RI.js → chunk-WB7NYAEQ.js} +3 -3
- package/bin/chunk-WB7NYAEQ.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-3TFR5K2N.js → chunk-NWUK3RAD.js} +1 -1
- package/dist/{chunk-R6ZQLPPA.cjs → chunk-R5DOSVIY.cjs} +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 +5 -5
- package/bin/chunk-WL4UK5RI.js.map +0 -1
- package/bin/chunk-X6SBCQZO.cjs.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import 'date-fns/
|
|
1
|
+
import 'date-fns/formatDistanceToNow';
|
|
2
2
|
import chalk from 'chalk';
|
|
3
3
|
import { existsSync } from 'node:fs';
|
|
4
4
|
import { loadConfig } from 'c12';
|
|
@@ -3754,5 +3754,5 @@ function getWorkspaceConfig(skipLogs = true, options = {}) {
|
|
|
3754
3754
|
}
|
|
3755
3755
|
|
|
3756
3756
|
export { STORM_DEFAULT_RELEASE_BANNER, defu, exitWithError, exitWithSuccess, findWorkspaceRootSafe, getConfig, getWorkspaceConfig, handleProcess, isVerbose, joinPaths, writeDebug, writeError, writeFatal, writeInfo, writeSuccess, writeTrace, writeWarning };
|
|
3757
|
-
//# sourceMappingURL=chunk-
|
|
3758
|
-
//# sourceMappingURL=chunk-
|
|
3757
|
+
//# sourceMappingURL=chunk-WB7NYAEQ.js.map
|
|
3758
|
+
//# sourceMappingURL=chunk-WB7NYAEQ.js.map
|