@salesforce/cli 2.71.5 → 2.72.0
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,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.72.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.72.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.0
|
|
14
|
+
"@oclif/core": "4.1.0",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.14",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.14",
|
|
17
17
|
"@oclif/plugin-help": "6.2.19",
|
|
@@ -3874,9 +3874,9 @@
|
|
|
3874
3874
|
}
|
|
3875
3875
|
},
|
|
3876
3876
|
"node_modules/@oclif/core": {
|
|
3877
|
-
"version": "4.0
|
|
3878
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
3879
|
-
"integrity": "sha512
|
|
3877
|
+
"version": "4.1.0",
|
|
3878
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.1.0.tgz",
|
|
3879
|
+
"integrity": "sha512-+LeOq0KK9ruVYjhnDRyfUmEMB68ZXxBP1usj29tVOjewwHInNIctvR7ghH1ls6S3/ZbeCk/Z/JoiE68i8vU6FQ==",
|
|
3880
3880
|
"license": "MIT",
|
|
3881
3881
|
"dependencies": {
|
|
3882
3882
|
"ansi-escapes": "^4.3.2",
|
package/oclif.lock
CHANGED
|
@@ -1700,10 +1700,10 @@
|
|
|
1700
1700
|
proc-log "^5.0.0"
|
|
1701
1701
|
which "^5.0.0"
|
|
1702
1702
|
|
|
1703
|
-
"@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.34", "@oclif/core@^4.0.37", "@oclif/core@4.0
|
|
1704
|
-
version "4.0
|
|
1705
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
1706
|
-
integrity sha512
|
|
1703
|
+
"@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.34", "@oclif/core@^4.0.37", "@oclif/core@4.1.0":
|
|
1704
|
+
version "4.1.0"
|
|
1705
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.1.0.tgz"
|
|
1706
|
+
integrity sha512-+LeOq0KK9ruVYjhnDRyfUmEMB68ZXxBP1usj29tVOjewwHInNIctvR7ghH1ls6S3/ZbeCk/Z/JoiE68i8vU6FQ==
|
|
1707
1707
|
dependencies:
|
|
1708
1708
|
ansi-escapes "^4.3.2"
|
|
1709
1709
|
ansis "^3.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": "2.
|
|
4
|
+
"version": "2.72.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
},
|
|
145
145
|
"dependencies": {
|
|
146
146
|
"@inquirer/select": "^2.3.5",
|
|
147
|
-
"@oclif/core": "4.0
|
|
147
|
+
"@oclif/core": "4.1.0",
|
|
148
148
|
"@oclif/plugin-autocomplete": "3.2.14",
|
|
149
149
|
"@oclif/plugin-commands": "4.1.14",
|
|
150
150
|
"@oclif/plugin-help": "6.2.19",
|