@salesforce/cli 2.110.20 → 2.111.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.111.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.111.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.
|
|
14
|
+
"@oclif/core": "4.7.0",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.37",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.35",
|
|
17
17
|
"@oclif/plugin-help": "6.2.33",
|
|
@@ -4030,9 +4030,9 @@
|
|
|
4030
4030
|
}
|
|
4031
4031
|
},
|
|
4032
4032
|
"node_modules/@oclif/core": {
|
|
4033
|
-
"version": "4.
|
|
4034
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.
|
|
4035
|
-
"integrity": "sha512-
|
|
4033
|
+
"version": "4.7.0",
|
|
4034
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.7.0.tgz",
|
|
4035
|
+
"integrity": "sha512-PTdByCzWpZlSzSCYnk9vcuKQXDBkjZf1CHHxHSMX3f+Y0DythTPxB8b3B8eQABiTLG3q57cTsZPviiVgWCfi0A==",
|
|
4036
4036
|
"license": "MIT",
|
|
4037
4037
|
"dependencies": {
|
|
4038
4038
|
"ansi-escapes": "^4.3.2",
|
package/oclif.lock
CHANGED
|
@@ -1913,10 +1913,10 @@
|
|
|
1913
1913
|
proc-log "^5.0.0"
|
|
1914
1914
|
which "^5.0.0"
|
|
1915
1915
|
|
|
1916
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.8", "@oclif/core@^4.4.0", "@oclif/core@^4.5.2", "@oclif/core@^4.5.4", "@oclif/core@^4.5.5", "@oclif/core@^4.5.6", "@oclif/core@>= 3.0.0", "@oclif/core@4.
|
|
1917
|
-
version "4.
|
|
1918
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.
|
|
1919
|
-
integrity sha512-
|
|
1916
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.8", "@oclif/core@^4.4.0", "@oclif/core@^4.5.2", "@oclif/core@^4.5.4", "@oclif/core@^4.5.5", "@oclif/core@^4.5.6", "@oclif/core@>= 3.0.0", "@oclif/core@4.7.0":
|
|
1917
|
+
version "4.7.0"
|
|
1918
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.7.0.tgz"
|
|
1919
|
+
integrity sha512-PTdByCzWpZlSzSCYnk9vcuKQXDBkjZf1CHHxHSMX3f+Y0DythTPxB8b3B8eQABiTLG3q57cTsZPviiVgWCfi0A==
|
|
1920
1920
|
dependencies:
|
|
1921
1921
|
ansi-escapes "^4.3.2"
|
|
1922
1922
|
ansis "^3.17.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.
|
|
4
|
+
"version": "2.111.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.
|
|
147
|
+
"@oclif/core": "4.7.0",
|
|
148
148
|
"@oclif/plugin-autocomplete": "3.2.37",
|
|
149
149
|
"@oclif/plugin-commands": "4.1.35",
|
|
150
150
|
"@oclif/plugin-help": "6.2.33",
|