@salesforce/cli 2.74.1 → 2.74.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.
- 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 +2 -2
package/README.md
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.74.
|
|
3
|
+
"version": "2.74.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.74.
|
|
9
|
+
"version": "2.74.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.17",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.16",
|
|
17
17
|
"@oclif/plugin-help": "6.2.21",
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.36",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.25",
|
|
20
20
|
"@oclif/plugin-search": "1.2.18",
|
|
21
21
|
"@oclif/plugin-update": "4.6.23",
|
|
@@ -8193,9 +8193,9 @@
|
|
|
8193
8193
|
}
|
|
8194
8194
|
},
|
|
8195
8195
|
"node_modules/@oclif/plugin-not-found": {
|
|
8196
|
-
"version": "3.2.
|
|
8197
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
8198
|
-
"integrity": "sha512-
|
|
8196
|
+
"version": "3.2.36",
|
|
8197
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.36.tgz",
|
|
8198
|
+
"integrity": "sha512-q4bMUtnAvkaV0W7FSGmjSJGAFLa609NOAH7vre+/yqZD0+UTcj6yD7IhYs+d4OORdfh2uYP03KAZureuk6KAYw==",
|
|
8199
8199
|
"license": "MIT",
|
|
8200
8200
|
"dependencies": {
|
|
8201
8201
|
"@inquirer/prompts": "^7.2.1",
|
package/oclif.lock
CHANGED
|
@@ -2143,10 +2143,10 @@
|
|
|
2143
2143
|
dependencies:
|
|
2144
2144
|
"@oclif/core" "^4"
|
|
2145
2145
|
|
|
2146
|
-
"@oclif/plugin-not-found@^3.2.32", "@oclif/plugin-not-found@3.2.
|
|
2147
|
-
version "3.2.
|
|
2148
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
2149
|
-
integrity sha512-
|
|
2146
|
+
"@oclif/plugin-not-found@^3.2.32", "@oclif/plugin-not-found@3.2.36":
|
|
2147
|
+
version "3.2.36"
|
|
2148
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.36.tgz"
|
|
2149
|
+
integrity sha512-q4bMUtnAvkaV0W7FSGmjSJGAFLa609NOAH7vre+/yqZD0+UTcj6yD7IhYs+d4OORdfh2uYP03KAZureuk6KAYw==
|
|
2150
2150
|
dependencies:
|
|
2151
2151
|
"@inquirer/prompts" "^7.2.1"
|
|
2152
2152
|
"@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.74.
|
|
4
|
+
"version": "2.74.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"@oclif/plugin-autocomplete": "3.2.17",
|
|
150
150
|
"@oclif/plugin-commands": "4.1.16",
|
|
151
151
|
"@oclif/plugin-help": "6.2.21",
|
|
152
|
-
"@oclif/plugin-not-found": "3.2.
|
|
152
|
+
"@oclif/plugin-not-found": "3.2.36",
|
|
153
153
|
"@oclif/plugin-plugins": "5.4.25",
|
|
154
154
|
"@oclif/plugin-search": "1.2.18",
|
|
155
155
|
"@oclif/plugin-update": "4.6.23",
|