@salesforce/cli 2.62.1 → 2.62.2
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/README.md +13 -11
- package/npm-shrinkwrap.json +908 -391
- package/oclif.lock +274 -151
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.62.
|
|
4
|
+
"version": "2.62.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"@salesforce/plugin-env": "3.0.33",
|
|
84
84
|
"@salesforce/plugin-functions": "1.23.0",
|
|
85
85
|
"@salesforce/plugin-signups": "2.5.20",
|
|
86
|
-
"@salesforce/sfdx-plugin-lwc-test": "1.2.
|
|
86
|
+
"@salesforce/sfdx-plugin-lwc-test": "1.2.1",
|
|
87
87
|
"@salesforce/sfdx-scanner": "4.6.0"
|
|
88
88
|
},
|
|
89
89
|
"devPlugins": [
|
|
@@ -142,12 +142,12 @@
|
|
|
142
142
|
"@inquirer/select": "^2.3.5",
|
|
143
143
|
"@oclif/core": "4.0.27",
|
|
144
144
|
"@oclif/plugin-autocomplete": "3.2.5",
|
|
145
|
-
"@oclif/plugin-commands": "4.
|
|
145
|
+
"@oclif/plugin-commands": "4.1.1",
|
|
146
146
|
"@oclif/plugin-help": "6.2.13",
|
|
147
147
|
"@oclif/plugin-not-found": "3.2.22",
|
|
148
|
-
"@oclif/plugin-plugins": "5.4.
|
|
148
|
+
"@oclif/plugin-plugins": "5.4.12",
|
|
149
149
|
"@oclif/plugin-search": "1.2.10",
|
|
150
|
-
"@oclif/plugin-update": "4.
|
|
150
|
+
"@oclif/plugin-update": "4.6.0",
|
|
151
151
|
"@oclif/plugin-version": "2.2.14",
|
|
152
152
|
"@oclif/plugin-warn-if-update-available": "3.1.18",
|
|
153
153
|
"@oclif/plugin-which": "3.2.15",
|