tnp-helpers 19.0.64 → 19.0.65

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.
@@ -6904,7 +6904,7 @@ const PROJECT_NPM_NAME = 'tnp-helpers';
6904
6904
  /**
6905
6905
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
6906
6906
  */
6907
- const CURRENT_PACKAGE_VERSION = '19.0.64';
6907
+ const CURRENT_PACKAGE_VERSION = '19.0.65';
6908
6908
  // THIS FILE IS GENERATED - DO NOT MODIFY
6909
6909
 
6910
6910
  //#endregion
@@ -9556,7 +9556,6 @@ class BasePackageJson extends BaseJsonFileReader {
9556
9556
  }
9557
9557
  }
9558
9558
 
9559
- //#region imports
9560
9559
  class BaseNodeModules {
9561
9560
  //#region constructor
9562
9561
  constructor(
@@ -9903,8 +9902,16 @@ class BaseNodeModules {
9903
9902
  return (void 0);
9904
9903
  }
9905
9904
  //#endregion
9906
- //#region dedupe packages action
9907
- dedupePackages(packagesConfig, countOnly = false, fake = false) {
9905
+ //#region find package dirs
9906
+ /**
9907
+ *
9908
+ * @param rootDir
9909
+ * @param packageName
9910
+ * @returns absolute paths to package dirs
9911
+ */
9912
+ findPackageDirs(rootDir, packageName, options = {}) {
9913
+ /* */
9914
+ /* */
9908
9915
  /* */
9909
9916
  /* */
9910
9917
  /* */
@@ -9949,6 +9956,14 @@ class BaseNodeModules {
9949
9956
  /* */
9950
9957
  /* */
9951
9958
  /* */
9959
+ /* */
9960
+ /* */
9961
+ /* */
9962
+ return (void 0);
9963
+ }
9964
+ //#endregion
9965
+ //#region dedupe packages action
9966
+ dedupePackages(packagesConfig, countOnly = false, fake = false) {
9952
9967
  /* */
9953
9968
  /* */
9954
9969
  /* */