@storm-software/git-tools 2.124.20 → 2.124.22
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-VBJB46HW.js → chunk-WL4UK5RI.js} +3 -2
- package/bin/chunk-WL4UK5RI.js.map +1 -0
- package/bin/{chunk-EHPPIARR.cjs → chunk-X6SBCQZO.cjs} +3 -2
- package/bin/chunk-X6SBCQZO.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-MHDKAPSW.js → chunk-3TFR5K2N.js} +1 -0
- package/dist/{chunk-URMYDI7F.cjs → chunk-R6ZQLPPA.cjs} +1 -0
- 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-EHPPIARR.cjs.map +0 -1
- package/bin/chunk-VBJB46HW.js.map +0 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import 'date-fns/formatDistanceToNowStrict';
|
|
1
2
|
import chalk from 'chalk';
|
|
2
3
|
import { existsSync } from 'node:fs';
|
|
3
4
|
import { loadConfig } from 'c12';
|
|
@@ -3753,5 +3754,5 @@ function getWorkspaceConfig(skipLogs = true, options = {}) {
|
|
|
3753
3754
|
}
|
|
3754
3755
|
|
|
3755
3756
|
export { STORM_DEFAULT_RELEASE_BANNER, defu, exitWithError, exitWithSuccess, findWorkspaceRootSafe, getConfig, getWorkspaceConfig, handleProcess, isVerbose, joinPaths, writeDebug, writeError, writeFatal, writeInfo, writeSuccess, writeTrace, writeWarning };
|
|
3756
|
-
//# sourceMappingURL=chunk-
|
|
3757
|
-
//# sourceMappingURL=chunk-
|
|
3757
|
+
//# sourceMappingURL=chunk-WL4UK5RI.js.map
|
|
3758
|
+
//# sourceMappingURL=chunk-WL4UK5RI.js.map
|