@salesforce/cli 2.5.1 → 2.5.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/npm-shrinkwrap.json +7 -7
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.5.
|
|
9
|
+
"version": "2.5.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@oclif/plugin-commands": "2.2.21",
|
|
16
16
|
"@oclif/plugin-help": "5.2.16",
|
|
17
17
|
"@oclif/plugin-not-found": "2.3.36",
|
|
18
|
-
"@oclif/plugin-plugins": "3.2.
|
|
18
|
+
"@oclif/plugin-plugins": "3.2.5",
|
|
19
19
|
"@oclif/plugin-search": "0.0.22",
|
|
20
20
|
"@oclif/plugin-update": "3.1.30",
|
|
21
21
|
"@oclif/plugin-version": "1.3.8",
|
|
@@ -3348,13 +3348,13 @@
|
|
|
3348
3348
|
}
|
|
3349
3349
|
},
|
|
3350
3350
|
"node_modules/@oclif/plugin-plugins": {
|
|
3351
|
-
"version": "3.2.
|
|
3352
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.2.
|
|
3353
|
-
"integrity": "sha512-
|
|
3351
|
+
"version": "3.2.5",
|
|
3352
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.2.5.tgz",
|
|
3353
|
+
"integrity": "sha512-1MCvzXHk1ESVXC/aH8XraHAmB/M8yA8YfbHaxgvvc2RGI/y9YWtGAbaamQULs6Rez98YQ+zMSgfNILL5ENkf8A==",
|
|
3354
3354
|
"license": "MIT",
|
|
3355
3355
|
"dependencies": {
|
|
3356
3356
|
"@oclif/color": "^1.0.4",
|
|
3357
|
-
"@oclif/core": "^2.8
|
|
3357
|
+
"@oclif/core": "^2.11.8",
|
|
3358
3358
|
"chalk": "^4.1.2",
|
|
3359
3359
|
"debug": "^4.3.4",
|
|
3360
3360
|
"fs-extra": "^9.0",
|
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.5.
|
|
4
|
+
"version": "2.5.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"@oclif/plugin-commands": "2.2.21",
|
|
125
125
|
"@oclif/plugin-help": "5.2.16",
|
|
126
126
|
"@oclif/plugin-not-found": "2.3.36",
|
|
127
|
-
"@oclif/plugin-plugins": "3.2.
|
|
127
|
+
"@oclif/plugin-plugins": "3.2.5",
|
|
128
128
|
"@oclif/plugin-search": "0.0.22",
|
|
129
129
|
"@oclif/plugin-update": "3.1.30",
|
|
130
130
|
"@oclif/plugin-version": "1.3.8",
|