@salesforce/cli 2.114.2 → 2.114.3
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 +10 -10
- package/npm-shrinkwrap.json +30 -30
- package/oclif.lock +30 -30
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.114.
|
|
28
|
+
@salesforce/cli/2.114.3 linux-x64 node-v22.21.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -3328,7 +3328,7 @@ DESCRIPTION
|
|
|
3328
3328
|
Display help for sf.
|
|
3329
3329
|
```
|
|
3330
3330
|
|
|
3331
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
3331
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.36/src/commands/help.ts)_
|
|
3332
3332
|
|
|
3333
3333
|
## `sf info releasenotes display`
|
|
3334
3334
|
|
|
@@ -7401,7 +7401,7 @@ EXAMPLES
|
|
|
7401
7401
|
$ sf plugins
|
|
7402
7402
|
```
|
|
7403
7403
|
|
|
7404
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7404
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.54/src/commands/plugins/index.ts)_
|
|
7405
7405
|
|
|
7406
7406
|
## `sf plugins discover`
|
|
7407
7407
|
|
|
@@ -7446,7 +7446,7 @@ EXAMPLES
|
|
|
7446
7446
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
7447
7447
|
```
|
|
7448
7448
|
|
|
7449
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7449
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.54/src/commands/plugins/inspect.ts)_
|
|
7450
7450
|
|
|
7451
7451
|
## `sf plugins install PLUGIN`
|
|
7452
7452
|
|
|
@@ -7495,7 +7495,7 @@ EXAMPLES
|
|
|
7495
7495
|
$ sf plugins install someuser/someplugin
|
|
7496
7496
|
```
|
|
7497
7497
|
|
|
7498
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7498
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.54/src/commands/plugins/install.ts)_
|
|
7499
7499
|
|
|
7500
7500
|
## `sf plugins link PATH`
|
|
7501
7501
|
|
|
@@ -7526,7 +7526,7 @@ EXAMPLES
|
|
|
7526
7526
|
$ sf plugins link @salesforce/plugin-packaging
|
|
7527
7527
|
```
|
|
7528
7528
|
|
|
7529
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7529
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.54/src/commands/plugins/link.ts)_
|
|
7530
7530
|
|
|
7531
7531
|
## `sf plugins reset`
|
|
7532
7532
|
|
|
@@ -7541,7 +7541,7 @@ FLAGS
|
|
|
7541
7541
|
--reinstall Reinstall all plugins after uninstalling.
|
|
7542
7542
|
```
|
|
7543
7543
|
|
|
7544
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7544
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.54/src/commands/plugins/reset.ts)_
|
|
7545
7545
|
|
|
7546
7546
|
## `sf plugins trust verify`
|
|
7547
7547
|
|
|
@@ -7598,7 +7598,7 @@ EXAMPLES
|
|
|
7598
7598
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
7599
7599
|
```
|
|
7600
7600
|
|
|
7601
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7601
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.54/src/commands/plugins/uninstall.ts)_
|
|
7602
7602
|
|
|
7603
7603
|
## `sf plugins update`
|
|
7604
7604
|
|
|
@@ -7616,7 +7616,7 @@ DESCRIPTION
|
|
|
7616
7616
|
Update installed plugins.
|
|
7617
7617
|
```
|
|
7618
7618
|
|
|
7619
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7619
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.54/src/commands/plugins/update.ts)_
|
|
7620
7620
|
|
|
7621
7621
|
## `sf project convert mdapi`
|
|
7622
7622
|
|
|
@@ -9798,7 +9798,7 @@ EXAMPLES
|
|
|
9798
9798
|
$ sf update --available
|
|
9799
9799
|
```
|
|
9800
9800
|
|
|
9801
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.
|
|
9801
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.15/src/commands/update.ts)_
|
|
9802
9802
|
|
|
9803
9803
|
## `sf version`
|
|
9804
9804
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.114.
|
|
3
|
+
"version": "2.114.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.114.
|
|
9
|
+
"version": "2.114.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
"@oclif/core": "4.8.0",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.39",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.37",
|
|
17
|
-
"@oclif/plugin-help": "6.2.
|
|
17
|
+
"@oclif/plugin-help": "6.2.36",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.72",
|
|
19
|
-
"@oclif/plugin-plugins": "5.4.
|
|
19
|
+
"@oclif/plugin-plugins": "5.4.54",
|
|
20
20
|
"@oclif/plugin-search": "1.2.36",
|
|
21
|
-
"@oclif/plugin-update": "4.7.
|
|
21
|
+
"@oclif/plugin-update": "4.7.15",
|
|
22
22
|
"@oclif/plugin-version": "2.2.36",
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.1.53",
|
|
24
24
|
"@oclif/plugin-which": "3.2.42",
|
|
25
25
|
"@salesforce/core": "^8.9.1",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.88",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.51",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.79",
|
|
41
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
41
|
+
"@salesforce/plugin-telemetry": "3.6.67",
|
|
42
42
|
"@salesforce/plugin-templates": "56.3.71",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.113",
|
|
44
44
|
"@salesforce/plugin-user": "3.6.41",
|
|
@@ -3981,9 +3981,9 @@
|
|
|
3981
3981
|
}
|
|
3982
3982
|
},
|
|
3983
3983
|
"node_modules/@oclif/plugin-help": {
|
|
3984
|
-
"version": "6.2.
|
|
3985
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
3986
|
-
"integrity": "sha512-
|
|
3984
|
+
"version": "6.2.36",
|
|
3985
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.36.tgz",
|
|
3986
|
+
"integrity": "sha512-NBQIg5hEMhvdbi4mSrdqRGl5XJ0bqTAHq6vDCCCDXUcfVtdk3ZJbSxtRVWyVvo9E28vwqu6MZyHOJylevqcHbA==",
|
|
3987
3987
|
"license": "MIT",
|
|
3988
3988
|
"dependencies": {
|
|
3989
3989
|
"@oclif/core": "^4"
|
|
@@ -4008,9 +4008,9 @@
|
|
|
4008
4008
|
}
|
|
4009
4009
|
},
|
|
4010
4010
|
"node_modules/@oclif/plugin-plugins": {
|
|
4011
|
-
"version": "5.4.
|
|
4012
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
4013
|
-
"integrity": "sha512-
|
|
4011
|
+
"version": "5.4.54",
|
|
4012
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.54.tgz",
|
|
4013
|
+
"integrity": "sha512-yzdukEfvvyXx31AhN+YhxLhuQdx2SrZDcRtPl5CNkuqh/uNSB2BuA3xpurdv2qotpaw/Z9InRl+Sa9bLp/4aLA==",
|
|
4014
4014
|
"license": "MIT",
|
|
4015
4015
|
"dependencies": {
|
|
4016
4016
|
"@oclif/core": "^4.8.0",
|
|
@@ -4137,9 +4137,9 @@
|
|
|
4137
4137
|
}
|
|
4138
4138
|
},
|
|
4139
4139
|
"node_modules/@oclif/plugin-update": {
|
|
4140
|
-
"version": "4.7.
|
|
4141
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.
|
|
4142
|
-
"integrity": "sha512
|
|
4140
|
+
"version": "4.7.15",
|
|
4141
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.15.tgz",
|
|
4142
|
+
"integrity": "sha512-+ZQ7vwJIcMOFB+R3h7SYkDhhyhgoPEiORDDlGXHeJDT6yMqGUV3V2sBILiRgmQKVvx7YO9JpHLliHnBfvUS18w==",
|
|
4143
4143
|
"license": "MIT",
|
|
4144
4144
|
"dependencies": {
|
|
4145
4145
|
"@inquirer/select": "^2.5.0",
|
|
@@ -4171,9 +4171,9 @@
|
|
|
4171
4171
|
}
|
|
4172
4172
|
},
|
|
4173
4173
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
4174
|
-
"version": "3.1.
|
|
4175
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
4176
|
-
"integrity": "sha512-
|
|
4174
|
+
"version": "3.1.53",
|
|
4175
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.53.tgz",
|
|
4176
|
+
"integrity": "sha512-ALxKMNFFJQJV1Z2OMVTV+q7EbKHhnTAPcTgkgHeXCNdW5nFExoXuwusZLS4Zv2o83j9UoDx1R/CSX7QZVgEHTA==",
|
|
4177
4177
|
"license": "MIT",
|
|
4178
4178
|
"dependencies": {
|
|
4179
4179
|
"@oclif/core": "^4",
|
|
@@ -5011,9 +5011,9 @@
|
|
|
5011
5011
|
}
|
|
5012
5012
|
},
|
|
5013
5013
|
"node_modules/@salesforce/o11y-reporter": {
|
|
5014
|
-
"version": "1.
|
|
5015
|
-
"resolved": "https://registry.npmjs.org/@salesforce/o11y-reporter/-/o11y-reporter-1.
|
|
5016
|
-
"integrity": "sha512-
|
|
5014
|
+
"version": "1.4.0",
|
|
5015
|
+
"resolved": "https://registry.npmjs.org/@salesforce/o11y-reporter/-/o11y-reporter-1.4.0.tgz",
|
|
5016
|
+
"integrity": "sha512-9x6wCVoIO6HarMM8vSvPj0A+aF2Z8XQ5W5t7UeeTymoCNaAyVxQEIe+2iQxaFQbbIiH3ZouySRMSNxui7mqNHQ==",
|
|
5017
5017
|
"license": "Apache-2.0",
|
|
5018
5018
|
"dependencies": {
|
|
5019
5019
|
"o11y": "^258.7.0",
|
|
@@ -5650,16 +5650,16 @@
|
|
|
5650
5650
|
}
|
|
5651
5651
|
},
|
|
5652
5652
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5653
|
-
"version": "3.6.
|
|
5654
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
5655
|
-
"integrity": "sha512
|
|
5653
|
+
"version": "3.6.67",
|
|
5654
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.67.tgz",
|
|
5655
|
+
"integrity": "sha512-+c7i5DrII9UTvC/JcSHimBPVak/9BIV9XKaEbN9FzRyoqS6luFDUHzv3GdbdvWEbQ3XkWMoDDkW9nOjTAAPHYA==",
|
|
5656
5656
|
"license": "Apache-2.0",
|
|
5657
5657
|
"dependencies": {
|
|
5658
5658
|
"@oclif/core": "^4.8.0",
|
|
5659
5659
|
"@salesforce/core": "^8.23.4",
|
|
5660
5660
|
"@salesforce/kit": "^3.2.3",
|
|
5661
5661
|
"@salesforce/sf-plugins-core": "^12",
|
|
5662
|
-
"@salesforce/telemetry": "^6.
|
|
5662
|
+
"@salesforce/telemetry": "^6.3.0",
|
|
5663
5663
|
"@salesforce/ts-types": "^2.0.11",
|
|
5664
5664
|
"debug": "^4.4.3"
|
|
5665
5665
|
},
|
|
@@ -5913,14 +5913,14 @@
|
|
|
5913
5913
|
}
|
|
5914
5914
|
},
|
|
5915
5915
|
"node_modules/@salesforce/telemetry": {
|
|
5916
|
-
"version": "6.
|
|
5917
|
-
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.
|
|
5918
|
-
"integrity": "sha512-
|
|
5916
|
+
"version": "6.3.0",
|
|
5917
|
+
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.3.0.tgz",
|
|
5918
|
+
"integrity": "sha512-edCfa27JR+zHLzT1GaDfjzw5DbmelGVctu6xRbACu723CQYR0XvvuLp67HK0B30BKfcrUlNcfrJUSh+b6vOkag==",
|
|
5919
5919
|
"license": "Apache-2.0",
|
|
5920
5920
|
"dependencies": {
|
|
5921
5921
|
"@salesforce/core": "^8.23.4",
|
|
5922
5922
|
"@salesforce/kit": "^3.2.4",
|
|
5923
|
-
"@salesforce/o11y-reporter": "1.
|
|
5923
|
+
"@salesforce/o11y-reporter": "1.4.0",
|
|
5924
5924
|
"applicationinsights": "^2.9.8",
|
|
5925
5925
|
"got": "^11",
|
|
5926
5926
|
"proxy-agent": "^6.5.0"
|
package/oclif.lock
CHANGED
|
@@ -1727,10 +1727,10 @@
|
|
|
1727
1727
|
lodash "^4.17.21"
|
|
1728
1728
|
object-treeify "^4.0.1"
|
|
1729
1729
|
|
|
1730
|
-
"@oclif/plugin-help@^6.2.34", "@oclif/plugin-help@6.2.
|
|
1731
|
-
version "6.2.
|
|
1732
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1733
|
-
integrity sha512-
|
|
1730
|
+
"@oclif/plugin-help@^6.2.34", "@oclif/plugin-help@6.2.36":
|
|
1731
|
+
version "6.2.36"
|
|
1732
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.36.tgz"
|
|
1733
|
+
integrity sha512-NBQIg5hEMhvdbi4mSrdqRGl5XJ0bqTAHq6vDCCCDXUcfVtdk3ZJbSxtRVWyVvo9E28vwqu6MZyHOJylevqcHbA==
|
|
1734
1734
|
dependencies:
|
|
1735
1735
|
"@oclif/core" "^4"
|
|
1736
1736
|
|
|
@@ -1744,10 +1744,10 @@
|
|
|
1744
1744
|
ansis "^3.17.0"
|
|
1745
1745
|
fast-levenshtein "^3.0.0"
|
|
1746
1746
|
|
|
1747
|
-
"@oclif/plugin-plugins@5.4.
|
|
1748
|
-
version "5.4.
|
|
1749
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
1750
|
-
integrity sha512-
|
|
1747
|
+
"@oclif/plugin-plugins@5.4.54":
|
|
1748
|
+
version "5.4.54"
|
|
1749
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.54.tgz"
|
|
1750
|
+
integrity sha512-yzdukEfvvyXx31AhN+YhxLhuQdx2SrZDcRtPl5CNkuqh/uNSB2BuA3xpurdv2qotpaw/Z9InRl+Sa9bLp/4aLA==
|
|
1751
1751
|
dependencies:
|
|
1752
1752
|
"@oclif/core" "^4.8.0"
|
|
1753
1753
|
ansis "^3.17.0"
|
|
@@ -1770,10 +1770,10 @@
|
|
|
1770
1770
|
ansi-escapes "^7.2.0"
|
|
1771
1771
|
inquirer-autocomplete-standalone "^0.8.1"
|
|
1772
1772
|
|
|
1773
|
-
"@oclif/plugin-update@4.7.
|
|
1774
|
-
version "4.7.
|
|
1775
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.
|
|
1776
|
-
integrity sha512
|
|
1773
|
+
"@oclif/plugin-update@4.7.15":
|
|
1774
|
+
version "4.7.15"
|
|
1775
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.15.tgz"
|
|
1776
|
+
integrity sha512-+ZQ7vwJIcMOFB+R3h7SYkDhhyhgoPEiORDDlGXHeJDT6yMqGUV3V2sBILiRgmQKVvx7YO9JpHLliHnBfvUS18w==
|
|
1777
1777
|
dependencies:
|
|
1778
1778
|
"@inquirer/select" "^2.5.0"
|
|
1779
1779
|
"@oclif/core" "^4"
|
|
@@ -1794,10 +1794,10 @@
|
|
|
1794
1794
|
"@oclif/core" "^4"
|
|
1795
1795
|
ansis "^3.17.0"
|
|
1796
1796
|
|
|
1797
|
-
"@oclif/plugin-warn-if-update-available@^3.1.52", "@oclif/plugin-warn-if-update-available@3.1.
|
|
1798
|
-
version "3.1.
|
|
1799
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
1800
|
-
integrity sha512-
|
|
1797
|
+
"@oclif/plugin-warn-if-update-available@^3.1.52", "@oclif/plugin-warn-if-update-available@3.1.53":
|
|
1798
|
+
version "3.1.53"
|
|
1799
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.53.tgz"
|
|
1800
|
+
integrity sha512-ALxKMNFFJQJV1Z2OMVTV+q7EbKHhnTAPcTgkgHeXCNdW5nFExoXuwusZLS4Zv2o83j9UoDx1R/CSX7QZVgEHTA==
|
|
1801
1801
|
dependencies:
|
|
1802
1802
|
"@oclif/core" "^4"
|
|
1803
1803
|
ansis "^3.17.0"
|
|
@@ -2154,10 +2154,10 @@
|
|
|
2154
2154
|
dependencies:
|
|
2155
2155
|
"@salesforce/ts-types" "^2.0.12"
|
|
2156
2156
|
|
|
2157
|
-
"@salesforce/o11y-reporter@1.
|
|
2158
|
-
version "1.
|
|
2159
|
-
resolved "https://registry.npmjs.org/@salesforce/o11y-reporter/-/o11y-reporter-1.
|
|
2160
|
-
integrity sha512-
|
|
2157
|
+
"@salesforce/o11y-reporter@1.4.0":
|
|
2158
|
+
version "1.4.0"
|
|
2159
|
+
resolved "https://registry.npmjs.org/@salesforce/o11y-reporter/-/o11y-reporter-1.4.0.tgz"
|
|
2160
|
+
integrity sha512-9x6wCVoIO6HarMM8vSvPj0A+aF2Z8XQ5W5t7UeeTymoCNaAyVxQEIe+2iQxaFQbbIiH3ZouySRMSNxui7mqNHQ==
|
|
2161
2161
|
dependencies:
|
|
2162
2162
|
o11y "^258.7.0"
|
|
2163
2163
|
o11y_schema "256.154.0"
|
|
@@ -2427,16 +2427,16 @@
|
|
|
2427
2427
|
fast-xml-parser "^4.5.3"
|
|
2428
2428
|
js2xmlparser "^4.0.2"
|
|
2429
2429
|
|
|
2430
|
-
"@salesforce/plugin-telemetry@3.6.
|
|
2431
|
-
version "3.6.
|
|
2432
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
2433
|
-
integrity sha512
|
|
2430
|
+
"@salesforce/plugin-telemetry@3.6.67":
|
|
2431
|
+
version "3.6.67"
|
|
2432
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.67.tgz"
|
|
2433
|
+
integrity sha512-+c7i5DrII9UTvC/JcSHimBPVak/9BIV9XKaEbN9FzRyoqS6luFDUHzv3GdbdvWEbQ3XkWMoDDkW9nOjTAAPHYA==
|
|
2434
2434
|
dependencies:
|
|
2435
2435
|
"@oclif/core" "^4.8.0"
|
|
2436
2436
|
"@salesforce/core" "^8.23.4"
|
|
2437
2437
|
"@salesforce/kit" "^3.2.3"
|
|
2438
2438
|
"@salesforce/sf-plugins-core" "^12"
|
|
2439
|
-
"@salesforce/telemetry" "^6.
|
|
2439
|
+
"@salesforce/telemetry" "^6.3.0"
|
|
2440
2440
|
"@salesforce/ts-types" "^2.0.11"
|
|
2441
2441
|
debug "^4.4.3"
|
|
2442
2442
|
|
|
@@ -2554,14 +2554,14 @@
|
|
|
2554
2554
|
isomorphic-git "^1.34.2"
|
|
2555
2555
|
ts-retry-promise "^0.8.1"
|
|
2556
2556
|
|
|
2557
|
-
"@salesforce/telemetry@^6.
|
|
2558
|
-
version "6.
|
|
2559
|
-
resolved "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.
|
|
2560
|
-
integrity sha512-
|
|
2557
|
+
"@salesforce/telemetry@^6.3.0":
|
|
2558
|
+
version "6.3.0"
|
|
2559
|
+
resolved "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.3.0.tgz"
|
|
2560
|
+
integrity sha512-edCfa27JR+zHLzT1GaDfjzw5DbmelGVctu6xRbACu723CQYR0XvvuLp67HK0B30BKfcrUlNcfrJUSh+b6vOkag==
|
|
2561
2561
|
dependencies:
|
|
2562
2562
|
"@salesforce/core" "^8.23.4"
|
|
2563
2563
|
"@salesforce/kit" "^3.2.4"
|
|
2564
|
-
"@salesforce/o11y-reporter" "1.
|
|
2564
|
+
"@salesforce/o11y-reporter" "1.4.0"
|
|
2565
2565
|
applicationinsights "^2.9.8"
|
|
2566
2566
|
got "^11"
|
|
2567
2567
|
proxy-agent "^6.5.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.114.
|
|
4
|
+
"version": "2.114.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -147,13 +147,13 @@
|
|
|
147
147
|
"@oclif/core": "4.8.0",
|
|
148
148
|
"@oclif/plugin-autocomplete": "3.2.39",
|
|
149
149
|
"@oclif/plugin-commands": "4.1.37",
|
|
150
|
-
"@oclif/plugin-help": "6.2.
|
|
150
|
+
"@oclif/plugin-help": "6.2.36",
|
|
151
151
|
"@oclif/plugin-not-found": "3.2.72",
|
|
152
|
-
"@oclif/plugin-plugins": "5.4.
|
|
152
|
+
"@oclif/plugin-plugins": "5.4.54",
|
|
153
153
|
"@oclif/plugin-search": "1.2.36",
|
|
154
|
-
"@oclif/plugin-update": "4.7.
|
|
154
|
+
"@oclif/plugin-update": "4.7.15",
|
|
155
155
|
"@oclif/plugin-version": "2.2.36",
|
|
156
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
156
|
+
"@oclif/plugin-warn-if-update-available": "3.1.53",
|
|
157
157
|
"@oclif/plugin-which": "3.2.42",
|
|
158
158
|
"@salesforce/core": "^8.9.1",
|
|
159
159
|
"@salesforce/kit": "^3.1.6",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"@salesforce/plugin-schema": "3.3.88",
|
|
172
172
|
"@salesforce/plugin-settings": "2.4.51",
|
|
173
173
|
"@salesforce/plugin-sobject": "1.4.79",
|
|
174
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
174
|
+
"@salesforce/plugin-telemetry": "3.6.67",
|
|
175
175
|
"@salesforce/plugin-templates": "56.3.71",
|
|
176
176
|
"@salesforce/plugin-trust": "3.7.113",
|
|
177
177
|
"@salesforce/plugin-user": "3.6.41",
|