@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.
@@ -119,7 +119,7 @@ export declare class SfProjectJson extends ConfigFile<ConfigFile.Options, Projec
119
119
  *
120
120
  * @param packageDir
121
121
  */
122
- addPackageDirectory(packageDir: NamedPackageDir): void;
122
+ addPackageDirectory(packageDir: PackageDir): void;
123
123
  private doesPackageExist;
124
124
  private validateKeys;
125
125
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/core",
3
- "version": "7.3.12-qa.0",
3
+ "version": "7.3.12-qa.1",
4
4
  "description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
5
5
  "main": "lib/index",
6
6
  "types": "lib/index.d.ts",