@salesforce/cli 2.45.4 → 2.45.5
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.45.
|
|
3
|
+
"version": "2.45.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.45.
|
|
9
|
+
"version": "2.45.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^1.3.1",
|
|
14
|
-
"@oclif/core": "3.26.
|
|
14
|
+
"@oclif/core": "3.26.9",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.1.1",
|
|
16
16
|
"@oclif/plugin-commands": "4.0.1",
|
|
17
17
|
"@oclif/plugin-help": "6.1.0",
|
|
@@ -3673,9 +3673,9 @@
|
|
|
3673
3673
|
}
|
|
3674
3674
|
},
|
|
3675
3675
|
"node_modules/@oclif/core": {
|
|
3676
|
-
"version": "3.26.
|
|
3677
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
3678
|
-
"integrity": "sha512-
|
|
3676
|
+
"version": "3.26.9",
|
|
3677
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.9.tgz",
|
|
3678
|
+
"integrity": "sha512-yB5Yxd62DsHqqCK/60L8IiGpTRIU4J+fzCqfbPRiIYE5+agfN63kppaM+TbqyMBdsnt/PQOnYD8Bhs1quUr6fg==",
|
|
3679
3679
|
"license": "MIT",
|
|
3680
3680
|
"dependencies": {
|
|
3681
3681
|
"@types/cli-progress": "^3.11.5",
|
package/oclif.lock
CHANGED
|
@@ -2013,10 +2013,10 @@
|
|
|
2013
2013
|
proc-log "^4.0.0"
|
|
2014
2014
|
which "^4.0.0"
|
|
2015
2015
|
|
|
2016
|
-
"@oclif/core@^3.26.2", "@oclif/core@^3.26.3", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6", "@oclif/core@3.26.
|
|
2017
|
-
version "3.26.
|
|
2018
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
2019
|
-
integrity sha512-
|
|
2016
|
+
"@oclif/core@^3.26.2", "@oclif/core@^3.26.3", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6", "@oclif/core@3.26.9":
|
|
2017
|
+
version "3.26.9"
|
|
2018
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-3.26.9.tgz"
|
|
2019
|
+
integrity sha512-yB5Yxd62DsHqqCK/60L8IiGpTRIU4J+fzCqfbPRiIYE5+agfN63kppaM+TbqyMBdsnt/PQOnYD8Bhs1quUr6fg==
|
|
2020
2020
|
dependencies:
|
|
2021
2021
|
"@types/cli-progress" "^3.11.5"
|
|
2022
2022
|
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": "2.45.
|
|
4
|
+
"version": "2.45.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
},
|
|
140
140
|
"dependencies": {
|
|
141
141
|
"@inquirer/select": "^1.3.1",
|
|
142
|
-
"@oclif/core": "3.26.
|
|
142
|
+
"@oclif/core": "3.26.9",
|
|
143
143
|
"@oclif/plugin-autocomplete": "3.1.1",
|
|
144
144
|
"@oclif/plugin-commands": "4.0.1",
|
|
145
145
|
"@oclif/plugin-help": "6.1.0",
|