tnp-helpers 16.444.7 → 16.444.9

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.
@@ -119,7 +119,7 @@ export declare abstract class BaseProject<PROJCET extends BaseProject = any, TYP
119
119
  checkPackages?: boolean;
120
120
  useYarn?: boolean;
121
121
  force?: boolean;
122
- }): void;
122
+ }): Promise<void>;
123
123
  preferYarnOverNpm(): boolean;
124
124
  /**
125
125
  *