@salesforce/cli 1.66.1 → 1.66.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 +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "1.66.
|
|
3
|
+
"version": "1.66.2",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "1.66.
|
|
9
|
+
"version": "1.66.2",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "
|
|
12
|
+
"@oclif/core": "2.1.6",
|
|
13
13
|
"@oclif/plugin-autocomplete": "2.1.0",
|
|
14
14
|
"@oclif/plugin-commands": "2.2.9",
|
|
15
15
|
"@oclif/plugin-help": "5.2.4",
|
|
@@ -2712,9 +2712,9 @@
|
|
|
2712
2712
|
}
|
|
2713
2713
|
},
|
|
2714
2714
|
"node_modules/@oclif/core": {
|
|
2715
|
-
"version": "2.1.
|
|
2716
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.1.
|
|
2717
|
-
"integrity": "sha512-
|
|
2715
|
+
"version": "2.1.6",
|
|
2716
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.1.6.tgz",
|
|
2717
|
+
"integrity": "sha512-RMqjKVExVxMmAm3a64LFrIZloKD7emSDro1Mmcc8DOB3O+/pL9drqScc/dw/Alhi6KrmdqwOtxHtKrAwqvyKMg==",
|
|
2718
2718
|
"license": "MIT",
|
|
2719
2719
|
"dependencies": {
|
|
2720
2720
|
"@types/cli-progress": "^3.11.0",
|
|
@@ -26440,9 +26440,9 @@
|
|
|
26440
26440
|
}
|
|
26441
26441
|
},
|
|
26442
26442
|
"@oclif/core": {
|
|
26443
|
-
"version": "2.1.
|
|
26444
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.1.
|
|
26445
|
-
"integrity": "sha512-
|
|
26443
|
+
"version": "2.1.6",
|
|
26444
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.1.6.tgz",
|
|
26445
|
+
"integrity": "sha512-RMqjKVExVxMmAm3a64LFrIZloKD7emSDro1Mmcc8DOB3O+/pL9drqScc/dw/Alhi6KrmdqwOtxHtKrAwqvyKMg==",
|
|
26446
26446
|
"requires": {
|
|
26447
26447
|
"@types/cli-progress": "^3.11.0",
|
|
26448
26448
|
"ansi-escapes": "^4.3.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": "1.66.
|
|
4
|
+
"version": "1.66.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run"
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
]
|
|
108
108
|
},
|
|
109
109
|
"dependencies": {
|
|
110
|
-
"@oclif/core": "
|
|
110
|
+
"@oclif/core": "2.1.6",
|
|
111
111
|
"@oclif/plugin-autocomplete": "2.1.0",
|
|
112
112
|
"@oclif/plugin-commands": "2.2.9",
|
|
113
113
|
"@oclif/plugin-help": "5.2.4",
|