@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.
Files changed (50) hide show
  1. package/README.md +2 -1
  2. package/bin/{chunk-XVJVSDUV.js → chunk-XEHEHJAH.js} +3 -5
  3. package/bin/chunk-XEHEHJAH.js.map +1 -0
  4. package/bin/{chunk-MJYADVM4.cjs → chunk-ZWBPVIEG.cjs} +3 -5
  5. package/bin/chunk-ZWBPVIEG.cjs.map +1 -0
  6. package/bin/git.cjs +75 -75
  7. package/bin/git.cjs.map +1 -1
  8. package/bin/git.js +1 -1
  9. package/bin/git.js.map +1 -1
  10. package/bin/post-checkout.cjs +9 -9
  11. package/bin/post-checkout.cjs.map +1 -1
  12. package/bin/post-checkout.js +1 -1
  13. package/bin/post-checkout.js.map +1 -1
  14. package/bin/post-commit.cjs +9 -9
  15. package/bin/post-commit.cjs.map +1 -1
  16. package/bin/post-commit.js +1 -1
  17. package/bin/post-commit.js.map +1 -1
  18. package/bin/post-merge.cjs +9 -9
  19. package/bin/post-merge.cjs.map +1 -1
  20. package/bin/post-merge.js +1 -1
  21. package/bin/post-merge.js.map +1 -1
  22. package/bin/pre-commit.cjs +9 -9
  23. package/bin/pre-commit.cjs.map +1 -1
  24. package/bin/pre-commit.js +1 -1
  25. package/bin/pre-commit.js.map +1 -1
  26. package/bin/pre-install.cjs +9 -9
  27. package/bin/pre-install.cjs.map +1 -1
  28. package/bin/pre-install.js +1 -1
  29. package/bin/pre-install.js.map +1 -1
  30. package/bin/pre-push.cjs +13 -13
  31. package/bin/pre-push.js +1 -1
  32. package/bin/prepare.cjs +7 -7
  33. package/bin/prepare.cjs.map +1 -1
  34. package/bin/prepare.js +1 -1
  35. package/bin/prepare.js.map +1 -1
  36. package/bin/version-warning.cjs +5 -5
  37. package/bin/version-warning.cjs.map +1 -1
  38. package/bin/version-warning.js +1 -1
  39. package/bin/version-warning.js.map +1 -1
  40. package/dist/{chunk-Y4HX7IUQ.cjs → chunk-PI2QGROD.cjs} +1 -3
  41. package/dist/{chunk-NHHZKI52.js → chunk-ZWBINQV3.js} +1 -3
  42. package/dist/index.cjs +8 -8
  43. package/dist/index.js +1 -1
  44. package/dist/lefthook/config.yml +8 -4
  45. package/dist/lint-staged/config.cjs +43 -43
  46. package/dist/release/config.cjs +8 -8
  47. package/dist/release/config.js +1 -1
  48. package/package.json +5 -5
  49. package/bin/chunk-MJYADVM4.cjs.map +0 -1
  50. 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-MJYADVM4.cjs.map
3802
- //# sourceMappingURL=chunk-MJYADVM4.cjs.map
3799
+ //# sourceMappingURL=chunk-ZWBPVIEG.cjs.map
3800
+ //# sourceMappingURL=chunk-ZWBPVIEG.cjs.map