@storm-software/git-tools 2.124.72 → 2.124.74
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/git.cjs +1 -1
- package/bin/git.cjs.map +1 -1
- package/bin/git.js +1 -1
- package/bin/git.js.map +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
package/bin/git.cjs
CHANGED
|
@@ -4010,7 +4010,7 @@ void (async () => {
|
|
|
4010
4010
|
const program = createProgram(config5);
|
|
4011
4011
|
await program.parseAsync(process.argv);
|
|
4012
4012
|
chunkZBLIE7F7_cjs.writeSuccess(
|
|
4013
|
-
`\u2714
|
|
4013
|
+
`\u2714 Git ${process.argv && process.argv.length >= 3 && process.argv[2] ? process.argv[2] : "tool"} processing completed successfully!`,
|
|
4014
4014
|
config5
|
|
4015
4015
|
);
|
|
4016
4016
|
chunkZBLIE7F7_cjs.exitWithSuccess(config5);
|