@salesforce/cli 2.96.4 → 2.97.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.97.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.97.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.4.
|
|
14
|
+
"@oclif/core": "4.4.1",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.31",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.26",
|
|
17
17
|
"@oclif/plugin-help": "6.2.29",
|
|
@@ -3615,9 +3615,9 @@
|
|
|
3615
3615
|
}
|
|
3616
3616
|
},
|
|
3617
3617
|
"node_modules/@oclif/core": {
|
|
3618
|
-
"version": "4.4.
|
|
3619
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.4.
|
|
3620
|
-
"integrity": "sha512-
|
|
3618
|
+
"version": "4.4.1",
|
|
3619
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.4.1.tgz",
|
|
3620
|
+
"integrity": "sha512-RYonV4IJZcGAoi3pdo5CPl5hVH1YdtQMEX77TLdgTPVrMmIjbiB0Borfguj/mdDF2TjLXp+Z+RbmLUejuhSYTA==",
|
|
3621
3621
|
"license": "MIT",
|
|
3622
3622
|
"dependencies": {
|
|
3623
3623
|
"ansi-escapes": "^4.3.2",
|
package/oclif.lock
CHANGED
|
@@ -1587,10 +1587,10 @@
|
|
|
1587
1587
|
proc-log "^5.0.0"
|
|
1588
1588
|
which "^5.0.0"
|
|
1589
1589
|
|
|
1590
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.8", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2", "@oclif/core@^4.4.0", "@oclif/core@>= 3.0.0", "@oclif/core@4.4.
|
|
1591
|
-
version "4.4.
|
|
1592
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.4.
|
|
1593
|
-
integrity sha512-
|
|
1590
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.8", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2", "@oclif/core@^4.4.0", "@oclif/core@>= 3.0.0", "@oclif/core@4.4.1":
|
|
1591
|
+
version "4.4.1"
|
|
1592
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.4.1.tgz"
|
|
1593
|
+
integrity sha512-RYonV4IJZcGAoi3pdo5CPl5hVH1YdtQMEX77TLdgTPVrMmIjbiB0Borfguj/mdDF2TjLXp+Z+RbmLUejuhSYTA==
|
|
1594
1594
|
dependencies:
|
|
1595
1595
|
ansi-escapes "^4.3.2"
|
|
1596
1596
|
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.97.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.4.
|
|
148
|
+
"@oclif/core": "4.4.1",
|
|
149
149
|
"@oclif/plugin-autocomplete": "3.2.31",
|
|
150
150
|
"@oclif/plugin-commands": "4.1.26",
|
|
151
151
|
"@oclif/plugin-help": "6.2.29",
|