tnp-helpers 19.0.63 → 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.
@@ -58,5 +58,12 @@ export declare class BaseNodeModules<NPM_HELPERS extends BaseNpmHelpers = BaseNp
58
58
  * (or yarn install)
59
59
  */
60
60
  prepareCommand(options: CoreModels.NpmInstallOptions, cwd?: string): Promise<string>;
61
+ /**
62
+ *
63
+ * @param rootDir
64
+ * @param packageName
65
+ * @returns absolute paths to package dirs
66
+ */
67
+ private findPackageDirs;
61
68
  dedupePackages(packagesConfig?: DedupePackage[], countOnly?: boolean, fake?: boolean): void;
62
69
  }
@@ -18,4 +18,4 @@ export declare const PROJECT_NPM_NAME = "tnp-helpers";
18
18
  /**
19
19
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
20
20
  */
21
- export declare const CURRENT_PACKAGE_VERSION = "19.0.63";
21
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.65";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-helpers/websql",
3
- "version": "19.0.63",
3
+ "version": "19.0.65",
4
4
  "module": "fesm2022/tnp-helpers.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {