@salesforce/sf-plugins-core 5.0.2 → 5.0.3

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.
@@ -40,11 +40,11 @@ The specified org %s is not a Dev Hub.
40
40
 
41
41
  # flags.targetOrg.summary
42
42
 
43
- Username or alias of the target org.
43
+ Username or alias of the target org. Not required if the `target-org` configuration variable is already set.
44
44
 
45
45
  # flags.targetDevHubOrg.summary
46
46
 
47
- Username or alias of the Dev Hub org.
47
+ Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.
48
48
 
49
49
  # flags.apiVersion.description
50
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/sf-plugins-core",
3
- "version": "5.0.2",
3
+ "version": "5.0.3",
4
4
  "description": "Utils for writing Salesforce CLI plugins",
5
5
  "main": "lib/exported",
6
6
  "types": "lib/exported.d.ts",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@oclif/test": "^3.1.2",
47
- "@salesforce/dev-scripts": "^6.0.4",
47
+ "@salesforce/dev-scripts": "^7.1.1",
48
48
  "eslint-plugin-sf-plugin": "^1.16.15",
49
49
  "shelljs": "0.8.5",
50
50
  "strip-ansi": "6.0.1",