@salesforce/cli 2.73.6 → 2.74.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 +7 -7
- package/oclif.lock +5 -5
- 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.74.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.74.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.2.
|
|
14
|
+
"@oclif/core": "4.2.3",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.17",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.16",
|
|
17
17
|
"@oclif/plugin-help": "6.2.21",
|
|
@@ -7883,13 +7883,13 @@
|
|
|
7883
7883
|
}
|
|
7884
7884
|
},
|
|
7885
7885
|
"node_modules/@oclif/core": {
|
|
7886
|
-
"version": "4.2.
|
|
7887
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
|
7888
|
-
"integrity": "sha512-
|
|
7886
|
+
"version": "4.2.3",
|
|
7887
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.3.tgz",
|
|
7888
|
+
"integrity": "sha512-JVEONwSZAfTNZCS81ah2u42Ya1mSeutCtHpoqMq/U+vP9Ka3Ni15/AqtcVtpH1afdUUn5RgtJYj+zlsrvMwksA==",
|
|
7889
7889
|
"license": "MIT",
|
|
7890
7890
|
"dependencies": {
|
|
7891
7891
|
"ansi-escapes": "^4.3.2",
|
|
7892
|
-
"ansis": "^3.
|
|
7892
|
+
"ansis": "^3.8.1",
|
|
7893
7893
|
"clean-stack": "^3.0.1",
|
|
7894
7894
|
"cli-spinners": "^2.9.2",
|
|
7895
7895
|
"debug": "^4.4.0",
|
package/oclif.lock
CHANGED
|
@@ -2064,13 +2064,13 @@
|
|
|
2064
2064
|
proc-log "^5.0.0"
|
|
2065
2065
|
which "^5.0.0"
|
|
2066
2066
|
|
|
2067
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.2", "@oclif/core@4.2.
|
|
2068
|
-
version "4.2.
|
|
2069
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
|
2070
|
-
integrity sha512-
|
|
2067
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.2", "@oclif/core@4.2.3":
|
|
2068
|
+
version "4.2.3"
|
|
2069
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.2.3.tgz"
|
|
2070
|
+
integrity sha512-JVEONwSZAfTNZCS81ah2u42Ya1mSeutCtHpoqMq/U+vP9Ka3Ni15/AqtcVtpH1afdUUn5RgtJYj+zlsrvMwksA==
|
|
2071
2071
|
dependencies:
|
|
2072
2072
|
ansi-escapes "^4.3.2"
|
|
2073
|
-
ansis "^3.
|
|
2073
|
+
ansis "^3.8.1"
|
|
2074
2074
|
clean-stack "^3.0.1"
|
|
2075
2075
|
cli-spinners "^2.9.2"
|
|
2076
2076
|
debug "^4.4.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.74.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
},
|
|
146
146
|
"dependencies": {
|
|
147
147
|
"@inquirer/select": "^2.3.5",
|
|
148
|
-
"@oclif/core": "4.2.
|
|
148
|
+
"@oclif/core": "4.2.3",
|
|
149
149
|
"@oclif/plugin-autocomplete": "3.2.17",
|
|
150
150
|
"@oclif/plugin-commands": "4.1.16",
|
|
151
151
|
"@oclif/plugin-help": "6.2.21",
|