@salesforce/cli 2.92.0 → 2.92.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 +1 -1
- package/npm-shrinkwrap.json +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.92.
|
|
3
|
+
"version": "2.92.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.92.
|
|
9
|
+
"version": "2.92.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.29",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.25",
|
|
17
17
|
"@oclif/plugin-help": "6.2.28",
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.54",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.38",
|
|
20
20
|
"@oclif/plugin-search": "1.2.24",
|
|
21
21
|
"@oclif/plugin-update": "4.6.41",
|
|
@@ -4014,9 +4014,9 @@
|
|
|
4014
4014
|
}
|
|
4015
4015
|
},
|
|
4016
4016
|
"node_modules/@oclif/plugin-not-found": {
|
|
4017
|
-
"version": "3.2.
|
|
4018
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
4019
|
-
"integrity": "sha512-
|
|
4017
|
+
"version": "3.2.54",
|
|
4018
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.54.tgz",
|
|
4019
|
+
"integrity": "sha512-5UARYjv91+aD30XaSw9vb6IgOvMMNA7DlnHVyt+u2OkK8TlyBflpaasvC7xSLnP+DKDQIgxTuGqJI/ZbcNAFxQ==",
|
|
4020
4020
|
"license": "MIT",
|
|
4021
4021
|
"dependencies": {
|
|
4022
4022
|
"@inquirer/prompts": "^7.5.2",
|
package/oclif.lock
CHANGED
|
@@ -1684,10 +1684,10 @@
|
|
|
1684
1684
|
dependencies:
|
|
1685
1685
|
"@oclif/core" "^4"
|
|
1686
1686
|
|
|
1687
|
-
"@oclif/plugin-not-found@^3.2.32", "@oclif/plugin-not-found@3.2.
|
|
1688
|
-
version "3.2.
|
|
1689
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
1690
|
-
integrity sha512-
|
|
1687
|
+
"@oclif/plugin-not-found@^3.2.32", "@oclif/plugin-not-found@3.2.54":
|
|
1688
|
+
version "3.2.54"
|
|
1689
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.54.tgz"
|
|
1690
|
+
integrity sha512-5UARYjv91+aD30XaSw9vb6IgOvMMNA7DlnHVyt+u2OkK8TlyBflpaasvC7xSLnP+DKDQIgxTuGqJI/ZbcNAFxQ==
|
|
1691
1691
|
dependencies:
|
|
1692
1692
|
"@inquirer/prompts" "^7.5.2"
|
|
1693
1693
|
"@oclif/core" "^4"
|
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.92.
|
|
4
|
+
"version": "2.92.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"@salesforce/plugin-signups": "2.6.28",
|
|
85
85
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.1",
|
|
86
86
|
"@salesforce/sfdx-scanner": "4.12.0",
|
|
87
|
-
"@salesforce/plugin-agent": "1.22.
|
|
87
|
+
"@salesforce/plugin-agent": "1.22.4"
|
|
88
88
|
},
|
|
89
89
|
"devPlugins": [
|
|
90
90
|
"@oclif/plugin-command-snapshot",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"@oclif/plugin-autocomplete": "3.2.29",
|
|
150
150
|
"@oclif/plugin-commands": "4.1.25",
|
|
151
151
|
"@oclif/plugin-help": "6.2.28",
|
|
152
|
-
"@oclif/plugin-not-found": "3.2.
|
|
152
|
+
"@oclif/plugin-not-found": "3.2.54",
|
|
153
153
|
"@oclif/plugin-plugins": "5.4.38",
|
|
154
154
|
"@oclif/plugin-search": "1.2.24",
|
|
155
155
|
"@oclif/plugin-update": "4.6.41",
|