tnp-helpers 16.444.3 → 16.444.6

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.
@@ -1713,6 +1713,39 @@ class BaseProject {
1713
1713
  /* */
1714
1714
  return (void 0);
1715
1715
  }
1716
+ /**
1717
+ * @deprecated
1718
+ */
1719
+ async bumpPatchVersion() {
1720
+ /* */
1721
+ /* */
1722
+ /* */
1723
+ /* */
1724
+ /* */
1725
+ /* */
1726
+ /* */
1727
+ /* */
1728
+ /* */
1729
+ /* */
1730
+ /* */
1731
+ /* */
1732
+ /* */
1733
+ /* */
1734
+ /* */
1735
+ /* */
1736
+ /* */
1737
+ /* */
1738
+ /* */
1739
+ /* */
1740
+ /* */
1741
+ /* */
1742
+ /* */
1743
+ /* */
1744
+ /* */
1745
+ /* */
1746
+ /* */
1747
+ return (void 0);
1748
+ }
1716
1749
  get versionPathAsNumber() {
1717
1750
  /* */
1718
1751
  /* */
@@ -1851,6 +1884,10 @@ class BaseProject {
1851
1884
  preferYarnOverNpm() {
1852
1885
  return false;
1853
1886
  }
1887
+ /**
1888
+ *
1889
+ * @returns true if node_modules folder is empty
1890
+ */
1854
1891
  nodeModulesEmpty() {
1855
1892
  /* */
1856
1893
  /* */