@salesforce/cli 2.131.1 → 2.131.2
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.131.
|
|
3
|
+
"version": "2.131.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.131.
|
|
9
|
+
"version": "2.131.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.10.
|
|
14
|
+
"@oclif/core": "4.10.4",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.43",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.43",
|
|
17
17
|
"@oclif/plugin-help": "6.2.41",
|
|
@@ -3654,9 +3654,9 @@
|
|
|
3654
3654
|
}
|
|
3655
3655
|
},
|
|
3656
3656
|
"node_modules/@oclif/core": {
|
|
3657
|
-
"version": "4.10.
|
|
3658
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
3659
|
-
"integrity": "sha512-
|
|
3657
|
+
"version": "4.10.4",
|
|
3658
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.4.tgz",
|
|
3659
|
+
"integrity": "sha512-4aMd2BAhmGWjiASzJVmEAaPTZStxW0+VdylON5m+LwbxlG2HD7aTHZ7gWqeHBm/rXH5mi1WLb5LlQTCL+VdELQ==",
|
|
3660
3660
|
"license": "MIT",
|
|
3661
3661
|
"dependencies": {
|
|
3662
3662
|
"ansi-escapes": "^4.3.2",
|
package/oclif.lock
CHANGED
|
@@ -1637,10 +1637,10 @@
|
|
|
1637
1637
|
proc-log "^5.0.0"
|
|
1638
1638
|
which "^5.0.0"
|
|
1639
1639
|
|
|
1640
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.3", "@oclif/core@^4.2.8", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@>= 3.0.0", "@oclif/core@4.10.
|
|
1641
|
-
version "4.10.
|
|
1642
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
1643
|
-
integrity sha512-
|
|
1640
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.3", "@oclif/core@^4.2.8", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@>= 3.0.0", "@oclif/core@4.10.4":
|
|
1641
|
+
version "4.10.4"
|
|
1642
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.10.4.tgz"
|
|
1643
|
+
integrity sha512-4aMd2BAhmGWjiASzJVmEAaPTZStxW0+VdylON5m+LwbxlG2HD7aTHZ7gWqeHBm/rXH5mi1WLb5LlQTCL+VdELQ==
|
|
1644
1644
|
dependencies:
|
|
1645
1645
|
ansi-escapes "^4.3.2"
|
|
1646
1646
|
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.131.
|
|
4
|
+
"version": "2.131.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
},
|
|
147
147
|
"dependencies": {
|
|
148
148
|
"@inquirer/select": "^2.3.5",
|
|
149
|
-
"@oclif/core": "4.10.
|
|
149
|
+
"@oclif/core": "4.10.4",
|
|
150
150
|
"@oclif/plugin-autocomplete": "3.2.43",
|
|
151
151
|
"@oclif/plugin-commands": "4.1.43",
|
|
152
152
|
"@oclif/plugin-help": "6.2.41",
|