@salesforce/core 7.3.12-qa.0 → 7.3.12-qa.1
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.
- package/lib/sfProject.d.ts +1 -1
- package/package.json +1 -1
package/lib/sfProject.d.ts
CHANGED
|
@@ -119,7 +119,7 @@ export declare class SfProjectJson extends ConfigFile<ConfigFile.Options, Projec
|
|
|
119
119
|
*
|
|
120
120
|
* @param packageDir
|
|
121
121
|
*/
|
|
122
|
-
addPackageDirectory(packageDir:
|
|
122
|
+
addPackageDirectory(packageDir: PackageDir): void;
|
|
123
123
|
private doesPackageExist;
|
|
124
124
|
private validateKeys;
|
|
125
125
|
}
|