@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
|
@@ -2868,9 +2868,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
2868
2868
|
)) {
|
|
2869
2869
|
return _startPath;
|
|
2870
2870
|
}
|
|
2871
|
-
if (endFileNames.some(
|
|
2872
|
-
(endFileName) => fs.existsSync(path.join(_startPath, endFileName))
|
|
2873
|
-
)) {
|
|
2871
|
+
if (endFileNames.some((endFileName) => fs.existsSync(path.join(_startPath, endFileName)))) {
|
|
2874
2872
|
return _startPath;
|
|
2875
2873
|
}
|
|
2876
2874
|
if (_startPath !== "/" && depth++ < MAX_PATH_SEARCH_DEPTH) {
|
|
@@ -3798,5 +3796,5 @@ exports.writeInfo = writeInfo;
|
|
|
3798
3796
|
exports.writeSuccess = writeSuccess;
|
|
3799
3797
|
exports.writeTrace = writeTrace;
|
|
3800
3798
|
exports.writeWarning = writeWarning;
|
|
3801
|
-
//# sourceMappingURL=chunk-
|
|
3802
|
-
//# sourceMappingURL=chunk-
|
|
3799
|
+
//# sourceMappingURL=chunk-ZWBPVIEG.cjs.map
|
|
3800
|
+
//# sourceMappingURL=chunk-ZWBPVIEG.cjs.map
|