@storm-software/git-tools 2.124.49 → 2.124.50
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 +2 -1
- package/bin/{chunk-XVJVSDUV.js → chunk-XEHEHJAH.js} +3 -5
- package/bin/chunk-XEHEHJAH.js.map +1 -0
- package/bin/{chunk-MJYADVM4.cjs → chunk-ZWBPVIEG.cjs} +3 -5
- package/bin/chunk-ZWBPVIEG.cjs.map +1 -0
- package/bin/git.cjs +75 -75
- package/bin/git.cjs.map +1 -1
- package/bin/git.js +1 -1
- package/bin/git.js.map +1 -1
- package/bin/post-checkout.cjs +9 -9
- package/bin/post-checkout.cjs.map +1 -1
- package/bin/post-checkout.js +1 -1
- package/bin/post-checkout.js.map +1 -1
- package/bin/post-commit.cjs +9 -9
- package/bin/post-commit.cjs.map +1 -1
- package/bin/post-commit.js +1 -1
- package/bin/post-commit.js.map +1 -1
- package/bin/post-merge.cjs +9 -9
- package/bin/post-merge.cjs.map +1 -1
- package/bin/post-merge.js +1 -1
- package/bin/post-merge.js.map +1 -1
- package/bin/pre-commit.cjs +9 -9
- package/bin/pre-commit.cjs.map +1 -1
- package/bin/pre-commit.js +1 -1
- package/bin/pre-commit.js.map +1 -1
- package/bin/pre-install.cjs +9 -9
- package/bin/pre-install.cjs.map +1 -1
- package/bin/pre-install.js +1 -1
- package/bin/pre-install.js.map +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.cjs.map +1 -1
- package/bin/prepare.js +1 -1
- package/bin/prepare.js.map +1 -1
- package/bin/version-warning.cjs +5 -5
- package/bin/version-warning.cjs.map +1 -1
- package/bin/version-warning.js +1 -1
- package/bin/version-warning.js.map +1 -1
- package/dist/{chunk-Y4HX7IUQ.cjs → chunk-PI2QGROD.cjs} +1 -3
- package/dist/{chunk-NHHZKI52.js → chunk-ZWBINQV3.js} +1 -3
- package/dist/index.cjs +8 -8
- package/dist/index.js +1 -1
- package/dist/lefthook/config.yml +8 -4
- package/dist/lint-staged/config.cjs +43 -43
- package/dist/release/config.cjs +8 -8
- package/dist/release/config.js +1 -1
- package/package.json +5 -5
- package/bin/chunk-MJYADVM4.cjs.map +0 -1
- package/bin/chunk-XVJVSDUV.js.map +0 -1
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 -->
|
|
@@ -46,6 +46,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
46
46
|
|
|
47
47
|
<!-- START doctoc -->
|
|
48
48
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
49
|
+
|
|
49
50
|
## Table of Contents
|
|
50
51
|
|
|
51
52
|
- [Storm Git Tools](#storm-git-tools)
|
|
@@ -2862,9 +2862,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
2862
2862
|
)) {
|
|
2863
2863
|
return _startPath;
|
|
2864
2864
|
}
|
|
2865
|
-
if (endFileNames.some(
|
|
2866
|
-
(endFileName) => existsSync(join(_startPath, endFileName))
|
|
2867
|
-
)) {
|
|
2865
|
+
if (endFileNames.some((endFileName) => existsSync(join(_startPath, endFileName)))) {
|
|
2868
2866
|
return _startPath;
|
|
2869
2867
|
}
|
|
2870
2868
|
if (_startPath !== "/" && depth++ < MAX_PATH_SEARCH_DEPTH) {
|
|
@@ -3776,5 +3774,5 @@ function getWorkspaceConfig(skipLogs = true, options = {}) {
|
|
|
3776
3774
|
}
|
|
3777
3775
|
|
|
3778
3776
|
export { STORM_DEFAULT_RELEASE_BANNER, defu, exitWithError, exitWithSuccess, findWorkspaceRootSafe, getConfig, getWorkspaceConfig, handleProcess, isVerbose, joinPaths, writeDebug, writeError, writeFatal, writeInfo, writeSuccess, writeTrace, writeWarning };
|
|
3779
|
-
//# sourceMappingURL=chunk-
|
|
3780
|
-
//# sourceMappingURL=chunk-
|
|
3777
|
+
//# sourceMappingURL=chunk-XEHEHJAH.js.map
|
|
3778
|
+
//# sourceMappingURL=chunk-XEHEHJAH.js.map
|