@storm-software/git-tools 2.110.0 → 2.111.1
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-TJO3OVQL.js → chunk-6W35JGWT.js} +1 -0
- package/bin/{chunk-QXEKRC3T.cjs → chunk-JMVFGGPW.cjs} +2 -1
- package/bin/git.cjs +30225 -27250
- package/bin/git.js +35755 -32780
- 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/package.json +1 -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 -->
|
|
@@ -39558,6 +39558,7 @@ export {
|
|
|
39558
39558
|
writeInfo,
|
|
39559
39559
|
writeSuccess,
|
|
39560
39560
|
writeDebug,
|
|
39561
|
+
writeTrace,
|
|
39561
39562
|
exitWithError,
|
|
39562
39563
|
exitWithSuccess,
|
|
39563
39564
|
handleProcess,
|
|
@@ -39502,4 +39502,5 @@ var getWorkspaceConfig = (skipLogs = false, options = {}) => {
|
|
|
39502
39502
|
|
|
39503
39503
|
|
|
39504
39504
|
|
|
39505
|
-
|
|
39505
|
+
|
|
39506
|
+
exports.joinPaths = joinPaths; exports.findWorkspaceRootSafe = findWorkspaceRootSafe; exports.require_ansi_styles = require_ansi_styles; exports.require_supports_color = require_supports_color; exports.require_source = require_source; exports.isVerbose = isVerbose; exports.writeFatal = writeFatal; exports.writeError = writeError; exports.writeWarning = writeWarning; exports.writeInfo = writeInfo; exports.writeSuccess = writeSuccess; exports.writeDebug = writeDebug; exports.writeTrace = writeTrace; exports.exitWithError = exitWithError; exports.exitWithSuccess = exitWithSuccess; exports.handleProcess = handleProcess; exports.getConfig = getConfig; exports.getWorkspaceConfig = getWorkspaceConfig;
|