@salesforce/cli 2.0.0-beta.23 → 2.0.0-beta.24
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 +10 -10
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.24",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.0.0-beta.
|
|
9
|
+
"version": "2.0.0-beta.24",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@oclif/core": "2.8.5",
|
|
14
|
-
"@oclif/plugin-autocomplete": "2.
|
|
14
|
+
"@oclif/plugin-autocomplete": "2.2.0",
|
|
15
15
|
"@oclif/plugin-commands": "2.2.15",
|
|
16
16
|
"@oclif/plugin-help": "5.2.9",
|
|
17
17
|
"@oclif/plugin-not-found": "2.3.23",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@salesforce/plugin-apex": "2.2.17",
|
|
26
26
|
"@salesforce/plugin-auth": "2.7.15",
|
|
27
27
|
"@salesforce/plugin-data": "2.3.16",
|
|
28
|
-
"@salesforce/plugin-deploy-retrieve": "1.8.
|
|
28
|
+
"@salesforce/plugin-deploy-retrieve": "1.8.20",
|
|
29
29
|
"@salesforce/plugin-info": "2.6.10",
|
|
30
30
|
"@salesforce/plugin-limits": "2.3.14",
|
|
31
31
|
"@salesforce/plugin-login": "1.2.8",
|
|
@@ -3796,9 +3796,9 @@
|
|
|
3796
3796
|
}
|
|
3797
3797
|
},
|
|
3798
3798
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
3799
|
-
"version": "2.
|
|
3800
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.
|
|
3801
|
-
"integrity": "sha512-
|
|
3799
|
+
"version": "2.2.0",
|
|
3800
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.2.0.tgz",
|
|
3801
|
+
"integrity": "sha512-nG+j6UR2D0VCR/kEPdFRYnHGLJwFKp4UHESDmbMNjMtzdw5VDPdV1ziaWYD3wMUUeHNbxyKzmmR6wVwmVqxWkw==",
|
|
3802
3802
|
"license": "MIT",
|
|
3803
3803
|
"dependencies": {
|
|
3804
3804
|
"@oclif/core": "^2.8.2",
|
|
@@ -9508,9 +9508,9 @@
|
|
|
9508
9508
|
}
|
|
9509
9509
|
},
|
|
9510
9510
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
9511
|
-
"version": "1.8.
|
|
9512
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.8.
|
|
9513
|
-
"integrity": "sha512-
|
|
9511
|
+
"version": "1.8.20",
|
|
9512
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.8.20.tgz",
|
|
9513
|
+
"integrity": "sha512-88sHiib+uSCqndlX64a0AvfBDeR5qkDo1G8WpvMJ5dfk/hGHBamM2J6He9ciN4I1U81t/ISBRxElhiD50L2Jew==",
|
|
9514
9514
|
"license": "BSD-3-Clause",
|
|
9515
9515
|
"dependencies": {
|
|
9516
9516
|
"@oclif/core": "^2.8.2",
|
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.0.0-beta.
|
|
4
|
+
"version": "2.0.0-beta.24",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
},
|
|
120
120
|
"dependencies": {
|
|
121
121
|
"@oclif/core": "2.8.5",
|
|
122
|
-
"@oclif/plugin-autocomplete": "2.
|
|
122
|
+
"@oclif/plugin-autocomplete": "2.2.0",
|
|
123
123
|
"@oclif/plugin-commands": "2.2.15",
|
|
124
124
|
"@oclif/plugin-help": "5.2.9",
|
|
125
125
|
"@oclif/plugin-not-found": "2.3.23",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"@salesforce/plugin-apex": "2.2.17",
|
|
134
134
|
"@salesforce/plugin-auth": "2.7.15",
|
|
135
135
|
"@salesforce/plugin-data": "2.3.16",
|
|
136
|
-
"@salesforce/plugin-deploy-retrieve": "1.8.
|
|
136
|
+
"@salesforce/plugin-deploy-retrieve": "1.8.20",
|
|
137
137
|
"@salesforce/plugin-info": "2.6.10",
|
|
138
138
|
"@salesforce/plugin-limits": "2.3.14",
|
|
139
139
|
"@salesforce/plugin-login": "1.2.8",
|