@salesforce/cli 2.17.1-esm.0 → 2.17.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 +99 -99
- package/npm-shrinkwrap.json +216 -477
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.17.
|
|
27
|
+
@salesforce/cli/2.17.2 linux-x64 node-v20.9.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -100,8 +100,6 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
|
|
|
100
100
|
- [`sf lightning generate event`](#sf-lightning-generate-event)
|
|
101
101
|
- [`sf lightning generate interface`](#sf-lightning-generate-interface)
|
|
102
102
|
- [`sf lightning generate test`](#sf-lightning-generate-test)
|
|
103
|
-
- [`sf limits api display`](#sf-limits-api-display)
|
|
104
|
-
- [`sf limits recordcounts display`](#sf-limits-recordcounts-display)
|
|
105
103
|
- [`sf login`](#sf-login)
|
|
106
104
|
- [`sf logout`](#sf-logout)
|
|
107
105
|
- [`sf org assign permset`](#sf-org-assign-permset)
|
|
@@ -116,8 +114,10 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
|
|
|
116
114
|
- [`sf org generate password`](#sf-org-generate-password)
|
|
117
115
|
- [`sf org list`](#sf-org-list)
|
|
118
116
|
- [`sf org list auth`](#sf-org-list-auth)
|
|
117
|
+
- [`sf org list limits`](#sf-org-list-limits)
|
|
119
118
|
- [`sf org list metadata`](#sf-org-list-metadata)
|
|
120
119
|
- [`sf org list metadata-types`](#sf-org-list-metadata-types)
|
|
120
|
+
- [`sf org list sobject record-counts`](#sf-org-list-sobject-record-counts)
|
|
121
121
|
- [`sf org list users`](#sf-org-list-users)
|
|
122
122
|
- [`sf org login access-token`](#sf-org-login-access-token)
|
|
123
123
|
- [`sf org login device`](#sf-org-login-device)
|
|
@@ -192,7 +192,7 @@ EXAMPLES
|
|
|
192
192
|
$ sf alias list
|
|
193
193
|
```
|
|
194
194
|
|
|
195
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/
|
|
195
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.1/src/commands/alias/list.ts)_
|
|
196
196
|
|
|
197
197
|
## `sf alias set`
|
|
198
198
|
|
|
@@ -240,7 +240,7 @@ EXAMPLES
|
|
|
240
240
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
241
241
|
```
|
|
242
242
|
|
|
243
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/
|
|
243
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.1/src/commands/alias/set.ts)_
|
|
244
244
|
|
|
245
245
|
## `sf alias unset`
|
|
246
246
|
|
|
@@ -279,7 +279,7 @@ EXAMPLES
|
|
|
279
279
|
$ sf alias unset --all [--no-prompt]
|
|
280
280
|
```
|
|
281
281
|
|
|
282
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/
|
|
282
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.1/src/commands/alias/unset.ts)_
|
|
283
283
|
|
|
284
284
|
## `sf analytics generate template`
|
|
285
285
|
|
|
@@ -889,7 +889,7 @@ CONFIGURATION VARIABLES
|
|
|
889
889
|
org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
|
|
890
890
|
```
|
|
891
891
|
|
|
892
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/
|
|
892
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.1/src/commands/config/get.ts)_
|
|
893
893
|
|
|
894
894
|
## `sf config list`
|
|
895
895
|
|
|
@@ -928,7 +928,7 @@ EXAMPLES
|
|
|
928
928
|
$ sf config list
|
|
929
929
|
```
|
|
930
930
|
|
|
931
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/
|
|
931
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.1/src/commands/config/list.ts)_
|
|
932
932
|
|
|
933
933
|
## `sf config set`
|
|
934
934
|
|
|
@@ -995,7 +995,7 @@ CONFIGURATION VARIABLES
|
|
|
995
995
|
org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
|
|
996
996
|
```
|
|
997
997
|
|
|
998
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/
|
|
998
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.1/src/commands/config/set.ts)_
|
|
999
999
|
|
|
1000
1000
|
## `sf config unset`
|
|
1001
1001
|
|
|
@@ -1043,7 +1043,7 @@ CONFIGURATION VARIABLES
|
|
|
1043
1043
|
org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
|
|
1044
1044
|
```
|
|
1045
1045
|
|
|
1046
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/
|
|
1046
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.1/src/commands/config/unset.ts)_
|
|
1047
1047
|
|
|
1048
1048
|
## `sf data create record`
|
|
1049
1049
|
|
|
@@ -1732,7 +1732,7 @@ EXAMPLES
|
|
|
1732
1732
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
1733
1733
|
```
|
|
1734
1734
|
|
|
1735
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.
|
|
1735
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.51/src/commands/doctor.ts)_
|
|
1736
1736
|
|
|
1737
1737
|
## `sf force data bulk delete`
|
|
1738
1738
|
|
|
@@ -3205,7 +3205,7 @@ EXAMPLES
|
|
|
3205
3205
|
$ sf info releasenotes display --version latest
|
|
3206
3206
|
```
|
|
3207
3207
|
|
|
3208
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.
|
|
3208
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.51/src/commands/info/releasenotes/display.ts)_
|
|
3209
3209
|
|
|
3210
3210
|
## `sf lightning generate app`
|
|
3211
3211
|
|
|
@@ -3487,88 +3487,6 @@ FLAG DESCRIPTIONS
|
|
|
3487
3487
|
|
|
3488
3488
|
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.17/src/commands/lightning/generate/test.ts)_
|
|
3489
3489
|
|
|
3490
|
-
## `sf limits api display`
|
|
3491
|
-
|
|
3492
|
-
Display information about limits in your org.
|
|
3493
|
-
|
|
3494
|
-
```
|
|
3495
|
-
USAGE
|
|
3496
|
-
$ sf limits api display -o <value> [--json] [--api-version <value>]
|
|
3497
|
-
|
|
3498
|
-
FLAGS
|
|
3499
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
3500
|
-
--api-version=<value> Override the api version used for api requests made by this command
|
|
3501
|
-
|
|
3502
|
-
GLOBAL FLAGS
|
|
3503
|
-
--json Format output as json.
|
|
3504
|
-
|
|
3505
|
-
DESCRIPTION
|
|
3506
|
-
Display information about limits in your org.
|
|
3507
|
-
|
|
3508
|
-
For each limit, this command returns the maximum allocation and the remaining allocation based on usage. See this
|
|
3509
|
-
topic for a description of each limit:
|
|
3510
|
-
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_limits.htm.
|
|
3511
|
-
|
|
3512
|
-
ALIASES
|
|
3513
|
-
$ sf force limits api display
|
|
3514
|
-
$ sf org list limits
|
|
3515
|
-
|
|
3516
|
-
EXAMPLES
|
|
3517
|
-
Display limits in your default org:
|
|
3518
|
-
|
|
3519
|
-
$ sf limits api display
|
|
3520
|
-
|
|
3521
|
-
Display limits in the org with alias "my-scratch-org":
|
|
3522
|
-
|
|
3523
|
-
$ sf limits api display --target-org my-scratch-org
|
|
3524
|
-
```
|
|
3525
|
-
|
|
3526
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/2.3.41/src/commands/limits/api/display.ts)_
|
|
3527
|
-
|
|
3528
|
-
## `sf limits recordcounts display`
|
|
3529
|
-
|
|
3530
|
-
Display record counts for the specified standard or custom objects.
|
|
3531
|
-
|
|
3532
|
-
```
|
|
3533
|
-
USAGE
|
|
3534
|
-
$ sf limits recordcounts display -o <value> [--json] [-s <value>] [--api-version <value>]
|
|
3535
|
-
|
|
3536
|
-
FLAGS
|
|
3537
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
3538
|
-
-s, --sobject=<value>... [default: ] API name of the standard or custom object for which to display record counts.
|
|
3539
|
-
--api-version=<value> Override the api version used for api requests made by this command
|
|
3540
|
-
|
|
3541
|
-
GLOBAL FLAGS
|
|
3542
|
-
--json Format output as json.
|
|
3543
|
-
|
|
3544
|
-
DESCRIPTION
|
|
3545
|
-
Display record counts for the specified standard or custom objects.
|
|
3546
|
-
|
|
3547
|
-
Use this command to get an approximate count of the records in standard or custom objects in your org. These record
|
|
3548
|
-
counts are the same as the counts listed in the Storage Usage page in the Setup UI. The record counts are approximate
|
|
3549
|
-
because they're calculated asynchronously and your org's storage usage isn't updated immediately. To display all
|
|
3550
|
-
available record counts, run the command without the --sobject flag.
|
|
3551
|
-
|
|
3552
|
-
ALIASES
|
|
3553
|
-
$ sf force limits recordcounts display
|
|
3554
|
-
$ sf org list sobject record-counts
|
|
3555
|
-
|
|
3556
|
-
EXAMPLES
|
|
3557
|
-
Display all available record counts in your default org:
|
|
3558
|
-
|
|
3559
|
-
$ sf limits recordcounts display
|
|
3560
|
-
|
|
3561
|
-
Display record counts for the Account, Contact, Lead, and Opportunity objects in your default org:
|
|
3562
|
-
|
|
3563
|
-
$ sf limits recordcounts display --sobject Account --sobject Contact --sobject Lead --sobject Opportunity
|
|
3564
|
-
|
|
3565
|
-
Display record counts for the Account and Lead objects for the org with alias "my-scratch-org":
|
|
3566
|
-
|
|
3567
|
-
$ sf limits recordcounts display --sobject Account --sobject Lead --target-org my-scratch-org
|
|
3568
|
-
```
|
|
3569
|
-
|
|
3570
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/2.3.41/src/commands/limits/recordcounts/display.ts)_
|
|
3571
|
-
|
|
3572
3490
|
## `sf login`
|
|
3573
3491
|
|
|
3574
3492
|
Log interactively into an environment.
|
|
@@ -4366,6 +4284,44 @@ EXAMPLES
|
|
|
4366
4284
|
|
|
4367
4285
|
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.25/src/commands/org/list/auth.ts)_
|
|
4368
4286
|
|
|
4287
|
+
## `sf org list limits`
|
|
4288
|
+
|
|
4289
|
+
Display information about limits in your org.
|
|
4290
|
+
|
|
4291
|
+
```
|
|
4292
|
+
USAGE
|
|
4293
|
+
$ sf org list limits -o <value> [--json] [--api-version <value>]
|
|
4294
|
+
|
|
4295
|
+
FLAGS
|
|
4296
|
+
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
4297
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
4298
|
+
|
|
4299
|
+
GLOBAL FLAGS
|
|
4300
|
+
--json Format output as json.
|
|
4301
|
+
|
|
4302
|
+
DESCRIPTION
|
|
4303
|
+
Display information about limits in your org.
|
|
4304
|
+
|
|
4305
|
+
For each limit, this command returns the maximum allocation and the remaining allocation based on usage. See this
|
|
4306
|
+
topic for a description of each limit:
|
|
4307
|
+
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_limits.htm.
|
|
4308
|
+
|
|
4309
|
+
ALIASES
|
|
4310
|
+
$ sf force limits api display
|
|
4311
|
+
$ sf limits api display
|
|
4312
|
+
|
|
4313
|
+
EXAMPLES
|
|
4314
|
+
Display limits in your default org:
|
|
4315
|
+
|
|
4316
|
+
$ sf org list limits
|
|
4317
|
+
|
|
4318
|
+
Display limits in the org with alias "my-scratch-org":
|
|
4319
|
+
|
|
4320
|
+
$ sf org list limits --target-org my-scratch-org
|
|
4321
|
+
```
|
|
4322
|
+
|
|
4323
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.0.1/src/commands/org/list/limits.ts)_
|
|
4324
|
+
|
|
4369
4325
|
## `sf org list metadata`
|
|
4370
4326
|
|
|
4371
4327
|
List the metadata components and properties of a specified type.
|
|
@@ -4483,6 +4439,50 @@ FLAG DESCRIPTIONS
|
|
|
4483
4439
|
|
|
4484
4440
|
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.7/src/commands/org/list/metadata-types.ts)_
|
|
4485
4441
|
|
|
4442
|
+
## `sf org list sobject record-counts`
|
|
4443
|
+
|
|
4444
|
+
Display record counts for the specified standard or custom objects.
|
|
4445
|
+
|
|
4446
|
+
```
|
|
4447
|
+
USAGE
|
|
4448
|
+
$ sf org list sobject record-counts -o <value> [--json] [-s <value>] [--api-version <value>]
|
|
4449
|
+
|
|
4450
|
+
FLAGS
|
|
4451
|
+
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
4452
|
+
-s, --sobject=<value>... [default: ] API name of the standard or custom object for which to display record counts.
|
|
4453
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
4454
|
+
|
|
4455
|
+
GLOBAL FLAGS
|
|
4456
|
+
--json Format output as json.
|
|
4457
|
+
|
|
4458
|
+
DESCRIPTION
|
|
4459
|
+
Display record counts for the specified standard or custom objects.
|
|
4460
|
+
|
|
4461
|
+
Use this command to get an approximate count of the records in standard or custom objects in your org. These record
|
|
4462
|
+
counts are the same as the counts listed in the Storage Usage page in the Setup UI. The record counts are approximate
|
|
4463
|
+
because they're calculated asynchronously and your org's storage usage isn't updated immediately. To display all
|
|
4464
|
+
available record counts, run the command without the --sobject flag.
|
|
4465
|
+
|
|
4466
|
+
ALIASES
|
|
4467
|
+
$ sf force limits recordcounts display
|
|
4468
|
+
$ sf limits recordcounts display
|
|
4469
|
+
|
|
4470
|
+
EXAMPLES
|
|
4471
|
+
Display all available record counts in your default org:
|
|
4472
|
+
|
|
4473
|
+
$ sf org list sobject record-counts
|
|
4474
|
+
|
|
4475
|
+
Display record counts for the Account, Contact, Lead, and Opportunity objects in your default org:
|
|
4476
|
+
|
|
4477
|
+
$ sf org list sobject record-counts --sobject Account --sobject Contact --sobject Lead --sobject Opportunity
|
|
4478
|
+
|
|
4479
|
+
Display record counts for the Account and Lead objects for the org with alias "my-scratch-org":
|
|
4480
|
+
|
|
4481
|
+
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
4482
|
+
```
|
|
4483
|
+
|
|
4484
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.0.1/src/commands/org/list/sobject/record-counts.ts)_
|
|
4485
|
+
|
|
4486
4486
|
## `sf org list users`
|
|
4487
4487
|
|
|
4488
4488
|
List all locally-authenticated users of an org.
|
|
@@ -5134,7 +5134,7 @@ EXAMPLES
|
|
|
5134
5134
|
$ sf plugins discover
|
|
5135
5135
|
```
|
|
5136
5136
|
|
|
5137
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-template-sf/blob/0.
|
|
5137
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.1/src/commands/plugins/discover.ts)_
|
|
5138
5138
|
|
|
5139
5139
|
## `sf plugins:inspect PLUGIN...`
|
|
5140
5140
|
|
|
@@ -7156,16 +7156,16 @@ EXAMPLES
|
|
|
7156
7156
|
|
|
7157
7157
|
$ sf sobject describe --sobject Account
|
|
7158
7158
|
|
|
7159
|
-
Display the metadata of the "
|
|
7159
|
+
Display the metadata of the "MyObject__c" custom object in the org with alias "my-scratch-org":
|
|
7160
7160
|
|
|
7161
|
-
$ sf sobject describe --sobject
|
|
7161
|
+
$ sf sobject describe --sobject MyObject__c --target-org my-scratch-org
|
|
7162
7162
|
|
|
7163
7163
|
Display the metadata of the ApexCodeCoverage Tooling API object in your default org:
|
|
7164
7164
|
|
|
7165
7165
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
7166
7166
|
```
|
|
7167
7167
|
|
|
7168
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.
|
|
7168
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.33/src/commands/sobject/describe.ts)_
|
|
7169
7169
|
|
|
7170
7170
|
## `sf sobject list`
|
|
7171
7171
|
|
|
@@ -7202,7 +7202,7 @@ EXAMPLES
|
|
|
7202
7202
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
7203
7203
|
```
|
|
7204
7204
|
|
|
7205
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.
|
|
7205
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.33/src/commands/sobject/list.ts)_
|
|
7206
7206
|
|
|
7207
7207
|
## `sf static-resource generate`
|
|
7208
7208
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.17.
|
|
3
|
+
"version": "2.17.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.17.
|
|
9
|
+
"version": "2.17.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@oclif/core": "3.
|
|
13
|
+
"@oclif/core": "3.10.1",
|
|
14
14
|
"@oclif/plugin-autocomplete": "3.0.1",
|
|
15
15
|
"@oclif/plugin-commands": "3.0.5",
|
|
16
16
|
"@oclif/plugin-help": "6.0.5",
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
"@salesforce/plugin-auth": "2.8.25",
|
|
27
27
|
"@salesforce/plugin-data": "2.6.1",
|
|
28
28
|
"@salesforce/plugin-deploy-retrieve": "1.19.3",
|
|
29
|
-
"@salesforce/plugin-info": "2.6.
|
|
30
|
-
"@salesforce/plugin-limits": "
|
|
29
|
+
"@salesforce/plugin-info": "2.6.51",
|
|
30
|
+
"@salesforce/plugin-limits": "3.0.1",
|
|
31
31
|
"@salesforce/plugin-login": "1.2.40",
|
|
32
|
-
"@salesforce/plugin-marketplace": "0.
|
|
32
|
+
"@salesforce/plugin-marketplace": "1.0.1",
|
|
33
33
|
"@salesforce/plugin-org": "2.11.7",
|
|
34
|
-
"@salesforce/plugin-schema": "2.3.
|
|
35
|
-
"@salesforce/plugin-settings": "
|
|
34
|
+
"@salesforce/plugin-schema": "2.3.33",
|
|
35
|
+
"@salesforce/plugin-settings": "2.0.1",
|
|
36
36
|
"@salesforce/plugin-sobject": "0.2.14",
|
|
37
37
|
"@salesforce/plugin-source": "2.10.46",
|
|
38
|
-
"@salesforce/plugin-telemetry": "
|
|
38
|
+
"@salesforce/plugin-telemetry": "3.1.0",
|
|
39
39
|
"@salesforce/plugin-templates": "55.5.17",
|
|
40
40
|
"@salesforce/plugin-trust": "2.6.22",
|
|
41
41
|
"@salesforce/plugin-user": "2.3.41",
|
|
@@ -2106,9 +2106,9 @@
|
|
|
2106
2106
|
}
|
|
2107
2107
|
},
|
|
2108
2108
|
"node_modules/@oclif/core": {
|
|
2109
|
-
"version": "3.
|
|
2110
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2111
|
-
"integrity": "sha512-
|
|
2109
|
+
"version": "3.10.1",
|
|
2110
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.1.tgz",
|
|
2111
|
+
"integrity": "sha512-zBjujYmLyEu7T6PBlaPqmsum/Cc5KMwc6XmcKzUC/PUQspENGd4z0n4eBlNlKjfO/1sLdts99xUlSoIYXoFimg==",
|
|
2112
2112
|
"license": "MIT",
|
|
2113
2113
|
"dependencies": {
|
|
2114
2114
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2133,6 +2133,7 @@
|
|
|
2133
2133
|
"strip-ansi": "^6.0.1",
|
|
2134
2134
|
"supports-color": "^8.1.1",
|
|
2135
2135
|
"supports-hyperlinks": "^2.2.0",
|
|
2136
|
+
"tsconfck": "^3.0.0",
|
|
2136
2137
|
"widest-line": "^3.1.0",
|
|
2137
2138
|
"wordwrap": "^1.0.0",
|
|
2138
2139
|
"wrap-ansi": "^7.0.0"
|
|
@@ -2877,9 +2878,9 @@
|
|
|
2877
2878
|
}
|
|
2878
2879
|
},
|
|
2879
2880
|
"node_modules/@salesforce/core": {
|
|
2880
|
-
"version": "5.3.
|
|
2881
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.
|
|
2882
|
-
"integrity": "sha512-
|
|
2881
|
+
"version": "5.3.17",
|
|
2882
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.17.tgz",
|
|
2883
|
+
"integrity": "sha512-3BYdpRwQrtaTNHINk+NSrXwlr0xZjKSkJWhMeryjGyTGf9YPRu1JNawl6PPbEpGCQp2y+NLUdp6vMy64jwIDBg==",
|
|
2883
2884
|
"license": "BSD-3-Clause",
|
|
2884
2885
|
"dependencies": {
|
|
2885
2886
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -3984,193 +3985,28 @@
|
|
|
3984
3985
|
}
|
|
3985
3986
|
},
|
|
3986
3987
|
"node_modules/@salesforce/plugin-info": {
|
|
3987
|
-
"version": "2.6.
|
|
3988
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.
|
|
3989
|
-
"integrity": "sha512-
|
|
3988
|
+
"version": "2.6.51",
|
|
3989
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.51.tgz",
|
|
3990
|
+
"integrity": "sha512-W6okjCPr5+bPfECB1DuoWUVaO1ztPdMH3jNu9xHJ9AAwhBRbh0I5teEJm1Z0YbxNut2yyouSS6oeujdgtEBjzw==",
|
|
3990
3991
|
"license": "BSD-3-Clause",
|
|
3991
3992
|
"dependencies": {
|
|
3992
|
-
"@oclif/core": "^
|
|
3993
|
+
"@oclif/core": "^2.15.0",
|
|
3993
3994
|
"@salesforce/core": "^5.3.1",
|
|
3994
3995
|
"@salesforce/kit": "^3.0.14",
|
|
3995
|
-
"@salesforce/sf-plugins-core": "^
|
|
3996
|
-
"got": "^
|
|
3996
|
+
"@salesforce/sf-plugins-core": "^3.1.28",
|
|
3997
|
+
"got": "^11.8.6",
|
|
3997
3998
|
"marked": "^4.3.0",
|
|
3998
3999
|
"marked-terminal": "^4.2.0",
|
|
3999
4000
|
"open": "^8.4.2",
|
|
4000
4001
|
"proxy-agent": "^6.3.1",
|
|
4001
|
-
"semver": "^7.5.4"
|
|
4002
|
-
},
|
|
4003
|
-
"engines": {
|
|
4004
|
-
"node": ">=18.0.0"
|
|
4005
|
-
}
|
|
4006
|
-
},
|
|
4007
|
-
"node_modules/@salesforce/plugin-info/node_modules/@sindresorhus/is": {
|
|
4008
|
-
"version": "5.6.0",
|
|
4009
|
-
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
|
|
4010
|
-
"integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
|
|
4011
|
-
"license": "MIT",
|
|
4012
|
-
"engines": {
|
|
4013
|
-
"node": ">=14.16"
|
|
4014
|
-
},
|
|
4015
|
-
"funding": {
|
|
4016
|
-
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
4017
|
-
}
|
|
4018
|
-
},
|
|
4019
|
-
"node_modules/@salesforce/plugin-info/node_modules/@szmarczak/http-timer": {
|
|
4020
|
-
"version": "5.0.1",
|
|
4021
|
-
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz",
|
|
4022
|
-
"integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==",
|
|
4023
|
-
"license": "MIT",
|
|
4024
|
-
"dependencies": {
|
|
4025
|
-
"defer-to-connect": "^2.0.1"
|
|
4026
|
-
},
|
|
4027
|
-
"engines": {
|
|
4028
|
-
"node": ">=14.16"
|
|
4029
|
-
}
|
|
4030
|
-
},
|
|
4031
|
-
"node_modules/@salesforce/plugin-info/node_modules/cacheable-lookup": {
|
|
4032
|
-
"version": "7.0.0",
|
|
4033
|
-
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
|
|
4034
|
-
"integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==",
|
|
4035
|
-
"license": "MIT",
|
|
4036
|
-
"engines": {
|
|
4037
|
-
"node": ">=14.16"
|
|
4038
|
-
}
|
|
4039
|
-
},
|
|
4040
|
-
"node_modules/@salesforce/plugin-info/node_modules/cacheable-request": {
|
|
4041
|
-
"version": "10.2.14",
|
|
4042
|
-
"resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz",
|
|
4043
|
-
"integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==",
|
|
4044
|
-
"license": "MIT",
|
|
4045
|
-
"dependencies": {
|
|
4046
|
-
"@types/http-cache-semantics": "^4.0.2",
|
|
4047
|
-
"get-stream": "^6.0.1",
|
|
4048
|
-
"http-cache-semantics": "^4.1.1",
|
|
4049
|
-
"keyv": "^4.5.3",
|
|
4050
|
-
"mimic-response": "^4.0.0",
|
|
4051
|
-
"normalize-url": "^8.0.0",
|
|
4052
|
-
"responselike": "^3.0.0"
|
|
4053
|
-
},
|
|
4054
|
-
"engines": {
|
|
4055
|
-
"node": ">=14.16"
|
|
4056
|
-
}
|
|
4057
|
-
},
|
|
4058
|
-
"node_modules/@salesforce/plugin-info/node_modules/got": {
|
|
4059
|
-
"version": "13.0.0",
|
|
4060
|
-
"resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz",
|
|
4061
|
-
"integrity": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==",
|
|
4062
|
-
"license": "MIT",
|
|
4063
|
-
"dependencies": {
|
|
4064
|
-
"@sindresorhus/is": "^5.2.0",
|
|
4065
|
-
"@szmarczak/http-timer": "^5.0.1",
|
|
4066
|
-
"cacheable-lookup": "^7.0.0",
|
|
4067
|
-
"cacheable-request": "^10.2.8",
|
|
4068
|
-
"decompress-response": "^6.0.0",
|
|
4069
|
-
"form-data-encoder": "^2.1.2",
|
|
4070
|
-
"get-stream": "^6.0.1",
|
|
4071
|
-
"http2-wrapper": "^2.1.10",
|
|
4072
|
-
"lowercase-keys": "^3.0.0",
|
|
4073
|
-
"p-cancelable": "^3.0.0",
|
|
4074
|
-
"responselike": "^3.0.0"
|
|
4075
|
-
},
|
|
4076
|
-
"engines": {
|
|
4077
|
-
"node": ">=16"
|
|
4078
|
-
},
|
|
4079
|
-
"funding": {
|
|
4080
|
-
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
4081
|
-
}
|
|
4082
|
-
},
|
|
4083
|
-
"node_modules/@salesforce/plugin-info/node_modules/http2-wrapper": {
|
|
4084
|
-
"version": "2.2.0",
|
|
4085
|
-
"resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.0.tgz",
|
|
4086
|
-
"integrity": "sha512-kZB0wxMo0sh1PehyjJUWRFEd99KC5TLjZ2cULC4f9iqJBAmKQQXEICjxl5iPJRwP40dpeHFqqhm7tYCvODpqpQ==",
|
|
4087
|
-
"license": "MIT",
|
|
4088
|
-
"dependencies": {
|
|
4089
|
-
"quick-lru": "^5.1.1",
|
|
4090
|
-
"resolve-alpn": "^1.2.0"
|
|
4091
|
-
},
|
|
4092
|
-
"engines": {
|
|
4093
|
-
"node": ">=10.19.0"
|
|
4094
|
-
}
|
|
4095
|
-
},
|
|
4096
|
-
"node_modules/@salesforce/plugin-info/node_modules/lowercase-keys": {
|
|
4097
|
-
"version": "3.0.0",
|
|
4098
|
-
"resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
|
|
4099
|
-
"integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==",
|
|
4100
|
-
"license": "MIT",
|
|
4101
|
-
"engines": {
|
|
4102
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
4103
|
-
},
|
|
4104
|
-
"funding": {
|
|
4105
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4106
|
-
}
|
|
4107
|
-
},
|
|
4108
|
-
"node_modules/@salesforce/plugin-info/node_modules/mimic-response": {
|
|
4109
|
-
"version": "4.0.0",
|
|
4110
|
-
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
|
|
4111
|
-
"integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==",
|
|
4112
|
-
"license": "MIT",
|
|
4113
|
-
"engines": {
|
|
4114
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
4115
|
-
},
|
|
4116
|
-
"funding": {
|
|
4117
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4118
|
-
}
|
|
4119
|
-
},
|
|
4120
|
-
"node_modules/@salesforce/plugin-info/node_modules/normalize-url": {
|
|
4121
|
-
"version": "8.0.0",
|
|
4122
|
-
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.0.tgz",
|
|
4123
|
-
"integrity": "sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==",
|
|
4124
|
-
"license": "MIT",
|
|
4125
|
-
"engines": {
|
|
4126
|
-
"node": ">=14.16"
|
|
4127
|
-
},
|
|
4128
|
-
"funding": {
|
|
4129
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4130
|
-
}
|
|
4131
|
-
},
|
|
4132
|
-
"node_modules/@salesforce/plugin-info/node_modules/p-cancelable": {
|
|
4133
|
-
"version": "3.0.0",
|
|
4134
|
-
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
|
|
4135
|
-
"integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==",
|
|
4136
|
-
"license": "MIT",
|
|
4137
|
-
"engines": {
|
|
4138
|
-
"node": ">=12.20"
|
|
4139
|
-
}
|
|
4140
|
-
},
|
|
4141
|
-
"node_modules/@salesforce/plugin-info/node_modules/responselike": {
|
|
4142
|
-
"version": "3.0.0",
|
|
4143
|
-
"resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
|
|
4144
|
-
"integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==",
|
|
4145
|
-
"license": "MIT",
|
|
4146
|
-
"dependencies": {
|
|
4147
|
-
"lowercase-keys": "^3.0.0"
|
|
4148
|
-
},
|
|
4149
|
-
"engines": {
|
|
4150
|
-
"node": ">=14.16"
|
|
4151
|
-
},
|
|
4152
|
-
"funding": {
|
|
4153
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4154
|
-
}
|
|
4155
|
-
},
|
|
4156
|
-
"node_modules/@salesforce/plugin-limits": {
|
|
4157
|
-
"version": "2.3.41",
|
|
4158
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-2.3.41.tgz",
|
|
4159
|
-
"integrity": "sha512-kDf1/COrx4Z+jwjnOZxHe7qIbkICpj5PyDjO0X+ueWStN5HT3s27FKfEYlSn7P+XBF11MTR8dmxbaVYt+AEjdg==",
|
|
4160
|
-
"license": "BSD-3-Clause",
|
|
4161
|
-
"dependencies": {
|
|
4162
|
-
"@oclif/core": "^2.15.0",
|
|
4163
|
-
"@salesforce/core": "^5.3.10",
|
|
4164
|
-
"@salesforce/kit": "^3.0.11",
|
|
4165
|
-
"@salesforce/sf-plugins-core": "^3.1.28",
|
|
4166
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
4002
|
+
"semver": "^7.5.4",
|
|
4167
4003
|
"tslib": "^2"
|
|
4168
4004
|
},
|
|
4169
4005
|
"engines": {
|
|
4170
4006
|
"node": ">=16.0.0"
|
|
4171
4007
|
}
|
|
4172
4008
|
},
|
|
4173
|
-
"node_modules/@salesforce/plugin-
|
|
4009
|
+
"node_modules/@salesforce/plugin-info/node_modules/@oclif/core": {
|
|
4174
4010
|
"version": "2.15.0",
|
|
4175
4011
|
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
|
|
4176
4012
|
"integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
|
|
@@ -4209,7 +4045,7 @@
|
|
|
4209
4045
|
"node": ">=14.0.0"
|
|
4210
4046
|
}
|
|
4211
4047
|
},
|
|
4212
|
-
"node_modules/@salesforce/plugin-
|
|
4048
|
+
"node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core": {
|
|
4213
4049
|
"version": "3.1.28",
|
|
4214
4050
|
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.28.tgz",
|
|
4215
4051
|
"integrity": "sha512-Z1fVS/pqLCX/3ESrjvtzyuvDFwXu8qxjqs5Gana0J7RKkhDL0f7w+pz3DR1/YfQPeHK8rk9pFDOKB3tOnXf9Lw==",
|
|
@@ -4226,7 +4062,7 @@
|
|
|
4226
4062
|
"node": ">=16.0.0"
|
|
4227
4063
|
}
|
|
4228
4064
|
},
|
|
4229
|
-
"node_modules/@salesforce/plugin-
|
|
4065
|
+
"node_modules/@salesforce/plugin-info/node_modules/argparse": {
|
|
4230
4066
|
"version": "1.0.10",
|
|
4231
4067
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4232
4068
|
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
@@ -4235,7 +4071,7 @@
|
|
|
4235
4071
|
"sprintf-js": "~1.0.2"
|
|
4236
4072
|
}
|
|
4237
4073
|
},
|
|
4238
|
-
"node_modules/@salesforce/plugin-
|
|
4074
|
+
"node_modules/@salesforce/plugin-info/node_modules/js-yaml": {
|
|
4239
4075
|
"version": "3.14.1",
|
|
4240
4076
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4241
4077
|
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
@@ -4248,7 +4084,7 @@
|
|
|
4248
4084
|
"js-yaml": "bin/js-yaml.js"
|
|
4249
4085
|
}
|
|
4250
4086
|
},
|
|
4251
|
-
"node_modules/@salesforce/plugin-
|
|
4087
|
+
"node_modules/@salesforce/plugin-info/node_modules/supports-color": {
|
|
4252
4088
|
"version": "8.1.1",
|
|
4253
4089
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4254
4090
|
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
@@ -4263,6 +4099,22 @@
|
|
|
4263
4099
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4264
4100
|
}
|
|
4265
4101
|
},
|
|
4102
|
+
"node_modules/@salesforce/plugin-limits": {
|
|
4103
|
+
"version": "3.0.1",
|
|
4104
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.0.1.tgz",
|
|
4105
|
+
"integrity": "sha512-R5MHAYT3NyZ9d/pRrgwbUx+K/3slwPm81f/x5DWBltapMJQB7lA5ZkAQ1eOPTFg3brdMyqrvyAV+rBbsrCkxbQ==",
|
|
4106
|
+
"license": "BSD-3-Clause",
|
|
4107
|
+
"dependencies": {
|
|
4108
|
+
"@oclif/core": "^3.9.0",
|
|
4109
|
+
"@salesforce/core": "^5.3.17",
|
|
4110
|
+
"@salesforce/kit": "^3.0.11",
|
|
4111
|
+
"@salesforce/sf-plugins-core": "^4.0.0",
|
|
4112
|
+
"@salesforce/ts-types": "^2.0.9"
|
|
4113
|
+
},
|
|
4114
|
+
"engines": {
|
|
4115
|
+
"node": ">=18.0.0"
|
|
4116
|
+
}
|
|
4117
|
+
},
|
|
4266
4118
|
"node_modules/@salesforce/plugin-login": {
|
|
4267
4119
|
"version": "1.2.40",
|
|
4268
4120
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.40.tgz",
|
|
@@ -4374,114 +4226,169 @@
|
|
|
4374
4226
|
}
|
|
4375
4227
|
},
|
|
4376
4228
|
"node_modules/@salesforce/plugin-marketplace": {
|
|
4377
|
-
"version": "0.
|
|
4378
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-0.
|
|
4379
|
-
"integrity": "sha512-
|
|
4229
|
+
"version": "1.0.1",
|
|
4230
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.0.1.tgz",
|
|
4231
|
+
"integrity": "sha512-7BTE0JhkU9f/Oq/slrCzKPdoIOy4zQP/VrDRoGfP9phWxWiWw+lJ/qmzBOj4NkvgwggRd8BpGFCQUiC4st0vbw==",
|
|
4380
4232
|
"license": "BSD-3-Clause",
|
|
4381
4233
|
"dependencies": {
|
|
4382
|
-
"@oclif/core": "^
|
|
4383
|
-
"@salesforce/core": "^5.
|
|
4234
|
+
"@oclif/core": "^3.10.0",
|
|
4235
|
+
"@salesforce/core": "^5.3.17",
|
|
4384
4236
|
"@salesforce/kit": "^3.0.15",
|
|
4385
|
-
"@salesforce/sf-plugins-core": "^
|
|
4386
|
-
"got": "^
|
|
4387
|
-
"proxy-agent": "^6.3.1"
|
|
4388
|
-
"tslib": "^2"
|
|
4237
|
+
"@salesforce/sf-plugins-core": "^4.0.0",
|
|
4238
|
+
"got": "^13.0.0",
|
|
4239
|
+
"proxy-agent": "^6.3.1"
|
|
4389
4240
|
},
|
|
4390
4241
|
"engines": {
|
|
4391
|
-
"node": ">=
|
|
4242
|
+
"node": ">=18.0.0"
|
|
4392
4243
|
}
|
|
4393
4244
|
},
|
|
4394
|
-
"node_modules/@salesforce/plugin-marketplace/node_modules/@
|
|
4395
|
-
"version": "
|
|
4396
|
-
"resolved": "https://registry.npmjs.org/@
|
|
4397
|
-
"integrity": "sha512-
|
|
4245
|
+
"node_modules/@salesforce/plugin-marketplace/node_modules/@sindresorhus/is": {
|
|
4246
|
+
"version": "5.6.0",
|
|
4247
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
|
|
4248
|
+
"integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
|
|
4249
|
+
"license": "MIT",
|
|
4250
|
+
"engines": {
|
|
4251
|
+
"node": ">=14.16"
|
|
4252
|
+
},
|
|
4253
|
+
"funding": {
|
|
4254
|
+
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
4255
|
+
}
|
|
4256
|
+
},
|
|
4257
|
+
"node_modules/@salesforce/plugin-marketplace/node_modules/@szmarczak/http-timer": {
|
|
4258
|
+
"version": "5.0.1",
|
|
4259
|
+
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz",
|
|
4260
|
+
"integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==",
|
|
4398
4261
|
"license": "MIT",
|
|
4399
4262
|
"dependencies": {
|
|
4400
|
-
"
|
|
4401
|
-
"ansi-escapes": "^4.3.2",
|
|
4402
|
-
"ansi-styles": "^4.3.0",
|
|
4403
|
-
"cardinal": "^2.1.1",
|
|
4404
|
-
"chalk": "^4.1.2",
|
|
4405
|
-
"clean-stack": "^3.0.1",
|
|
4406
|
-
"cli-progress": "^3.12.0",
|
|
4407
|
-
"debug": "^4.3.4",
|
|
4408
|
-
"ejs": "^3.1.8",
|
|
4409
|
-
"get-package-type": "^0.1.0",
|
|
4410
|
-
"globby": "^11.1.0",
|
|
4411
|
-
"hyperlinker": "^1.0.0",
|
|
4412
|
-
"indent-string": "^4.0.0",
|
|
4413
|
-
"is-wsl": "^2.2.0",
|
|
4414
|
-
"js-yaml": "^3.14.1",
|
|
4415
|
-
"natural-orderby": "^2.0.3",
|
|
4416
|
-
"object-treeify": "^1.1.33",
|
|
4417
|
-
"password-prompt": "^1.1.2",
|
|
4418
|
-
"slice-ansi": "^4.0.0",
|
|
4419
|
-
"string-width": "^4.2.3",
|
|
4420
|
-
"strip-ansi": "^6.0.1",
|
|
4421
|
-
"supports-color": "^8.1.1",
|
|
4422
|
-
"supports-hyperlinks": "^2.2.0",
|
|
4423
|
-
"ts-node": "^10.9.1",
|
|
4424
|
-
"tslib": "^2.5.0",
|
|
4425
|
-
"widest-line": "^3.1.0",
|
|
4426
|
-
"wordwrap": "^1.0.0",
|
|
4427
|
-
"wrap-ansi": "^7.0.0"
|
|
4263
|
+
"defer-to-connect": "^2.0.1"
|
|
4428
4264
|
},
|
|
4429
4265
|
"engines": {
|
|
4430
|
-
"node": ">=14.
|
|
4266
|
+
"node": ">=14.16"
|
|
4431
4267
|
}
|
|
4432
4268
|
},
|
|
4433
|
-
"node_modules/@salesforce/plugin-marketplace/node_modules
|
|
4434
|
-
"version": "
|
|
4435
|
-
"resolved": "https://registry.npmjs.org
|
|
4436
|
-
"integrity": "sha512
|
|
4437
|
-
"license": "
|
|
4269
|
+
"node_modules/@salesforce/plugin-marketplace/node_modules/cacheable-lookup": {
|
|
4270
|
+
"version": "7.0.0",
|
|
4271
|
+
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
|
|
4272
|
+
"integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==",
|
|
4273
|
+
"license": "MIT",
|
|
4274
|
+
"engines": {
|
|
4275
|
+
"node": ">=14.16"
|
|
4276
|
+
}
|
|
4277
|
+
},
|
|
4278
|
+
"node_modules/@salesforce/plugin-marketplace/node_modules/cacheable-request": {
|
|
4279
|
+
"version": "10.2.14",
|
|
4280
|
+
"resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz",
|
|
4281
|
+
"integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==",
|
|
4282
|
+
"license": "MIT",
|
|
4438
4283
|
"dependencies": {
|
|
4439
|
-
"@
|
|
4440
|
-
"
|
|
4441
|
-
"
|
|
4442
|
-
"
|
|
4443
|
-
"
|
|
4444
|
-
"
|
|
4284
|
+
"@types/http-cache-semantics": "^4.0.2",
|
|
4285
|
+
"get-stream": "^6.0.1",
|
|
4286
|
+
"http-cache-semantics": "^4.1.1",
|
|
4287
|
+
"keyv": "^4.5.3",
|
|
4288
|
+
"mimic-response": "^4.0.0",
|
|
4289
|
+
"normalize-url": "^8.0.0",
|
|
4290
|
+
"responselike": "^3.0.0"
|
|
4445
4291
|
},
|
|
4446
4292
|
"engines": {
|
|
4447
|
-
"node": ">=16
|
|
4293
|
+
"node": ">=14.16"
|
|
4294
|
+
}
|
|
4295
|
+
},
|
|
4296
|
+
"node_modules/@salesforce/plugin-marketplace/node_modules/got": {
|
|
4297
|
+
"version": "13.0.0",
|
|
4298
|
+
"resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz",
|
|
4299
|
+
"integrity": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==",
|
|
4300
|
+
"license": "MIT",
|
|
4301
|
+
"dependencies": {
|
|
4302
|
+
"@sindresorhus/is": "^5.2.0",
|
|
4303
|
+
"@szmarczak/http-timer": "^5.0.1",
|
|
4304
|
+
"cacheable-lookup": "^7.0.0",
|
|
4305
|
+
"cacheable-request": "^10.2.8",
|
|
4306
|
+
"decompress-response": "^6.0.0",
|
|
4307
|
+
"form-data-encoder": "^2.1.2",
|
|
4308
|
+
"get-stream": "^6.0.1",
|
|
4309
|
+
"http2-wrapper": "^2.1.10",
|
|
4310
|
+
"lowercase-keys": "^3.0.0",
|
|
4311
|
+
"p-cancelable": "^3.0.0",
|
|
4312
|
+
"responselike": "^3.0.0"
|
|
4313
|
+
},
|
|
4314
|
+
"engines": {
|
|
4315
|
+
"node": ">=16"
|
|
4316
|
+
},
|
|
4317
|
+
"funding": {
|
|
4318
|
+
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
4319
|
+
}
|
|
4320
|
+
},
|
|
4321
|
+
"node_modules/@salesforce/plugin-marketplace/node_modules/http2-wrapper": {
|
|
4322
|
+
"version": "2.2.0",
|
|
4323
|
+
"resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.0.tgz",
|
|
4324
|
+
"integrity": "sha512-kZB0wxMo0sh1PehyjJUWRFEd99KC5TLjZ2cULC4f9iqJBAmKQQXEICjxl5iPJRwP40dpeHFqqhm7tYCvODpqpQ==",
|
|
4325
|
+
"license": "MIT",
|
|
4326
|
+
"dependencies": {
|
|
4327
|
+
"quick-lru": "^5.1.1",
|
|
4328
|
+
"resolve-alpn": "^1.2.0"
|
|
4329
|
+
},
|
|
4330
|
+
"engines": {
|
|
4331
|
+
"node": ">=10.19.0"
|
|
4332
|
+
}
|
|
4333
|
+
},
|
|
4334
|
+
"node_modules/@salesforce/plugin-marketplace/node_modules/lowercase-keys": {
|
|
4335
|
+
"version": "3.0.0",
|
|
4336
|
+
"resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
|
|
4337
|
+
"integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==",
|
|
4338
|
+
"license": "MIT",
|
|
4339
|
+
"engines": {
|
|
4340
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
4341
|
+
},
|
|
4342
|
+
"funding": {
|
|
4343
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4448
4344
|
}
|
|
4449
4345
|
},
|
|
4450
|
-
"node_modules/@salesforce/plugin-marketplace/node_modules/
|
|
4451
|
-
"version": "
|
|
4452
|
-
"resolved": "https://registry.npmjs.org/
|
|
4453
|
-
"integrity": "sha512-
|
|
4346
|
+
"node_modules/@salesforce/plugin-marketplace/node_modules/mimic-response": {
|
|
4347
|
+
"version": "4.0.0",
|
|
4348
|
+
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
|
|
4349
|
+
"integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==",
|
|
4454
4350
|
"license": "MIT",
|
|
4455
|
-
"
|
|
4456
|
-
"
|
|
4351
|
+
"engines": {
|
|
4352
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
4353
|
+
},
|
|
4354
|
+
"funding": {
|
|
4355
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4457
4356
|
}
|
|
4458
4357
|
},
|
|
4459
|
-
"node_modules/@salesforce/plugin-marketplace/node_modules/
|
|
4460
|
-
"version": "
|
|
4461
|
-
"resolved": "https://registry.npmjs.org/
|
|
4462
|
-
"integrity": "sha512-
|
|
4358
|
+
"node_modules/@salesforce/plugin-marketplace/node_modules/normalize-url": {
|
|
4359
|
+
"version": "8.0.0",
|
|
4360
|
+
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.0.tgz",
|
|
4361
|
+
"integrity": "sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==",
|
|
4463
4362
|
"license": "MIT",
|
|
4464
|
-
"
|
|
4465
|
-
"
|
|
4466
|
-
"esprima": "^4.0.0"
|
|
4363
|
+
"engines": {
|
|
4364
|
+
"node": ">=14.16"
|
|
4467
4365
|
},
|
|
4468
|
-
"
|
|
4469
|
-
"
|
|
4366
|
+
"funding": {
|
|
4367
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4470
4368
|
}
|
|
4471
4369
|
},
|
|
4472
|
-
"node_modules/@salesforce/plugin-marketplace/node_modules/
|
|
4473
|
-
"version": "
|
|
4474
|
-
"resolved": "https://registry.npmjs.org/
|
|
4475
|
-
"integrity": "sha512-
|
|
4370
|
+
"node_modules/@salesforce/plugin-marketplace/node_modules/p-cancelable": {
|
|
4371
|
+
"version": "3.0.0",
|
|
4372
|
+
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
|
|
4373
|
+
"integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==",
|
|
4374
|
+
"license": "MIT",
|
|
4375
|
+
"engines": {
|
|
4376
|
+
"node": ">=12.20"
|
|
4377
|
+
}
|
|
4378
|
+
},
|
|
4379
|
+
"node_modules/@salesforce/plugin-marketplace/node_modules/responselike": {
|
|
4380
|
+
"version": "3.0.0",
|
|
4381
|
+
"resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
|
|
4382
|
+
"integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==",
|
|
4476
4383
|
"license": "MIT",
|
|
4477
4384
|
"dependencies": {
|
|
4478
|
-
"
|
|
4385
|
+
"lowercase-keys": "^3.0.0"
|
|
4479
4386
|
},
|
|
4480
4387
|
"engines": {
|
|
4481
|
-
"node": ">=
|
|
4388
|
+
"node": ">=14.16"
|
|
4482
4389
|
},
|
|
4483
4390
|
"funding": {
|
|
4484
|
-
"url": "https://github.com/
|
|
4391
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4485
4392
|
}
|
|
4486
4393
|
},
|
|
4487
4394
|
"node_modules/@salesforce/plugin-org": {
|
|
@@ -4875,9 +4782,9 @@
|
|
|
4875
4782
|
}
|
|
4876
4783
|
},
|
|
4877
4784
|
"node_modules/@salesforce/plugin-schema": {
|
|
4878
|
-
"version": "2.3.
|
|
4879
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-2.3.
|
|
4880
|
-
"integrity": "sha512-
|
|
4785
|
+
"version": "2.3.33",
|
|
4786
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-2.3.33.tgz",
|
|
4787
|
+
"integrity": "sha512-8Q3M1/hOlkPYPE+fe1dD1MSHe4GZhTJuYufiHC4XSVShVVBUIuTYcnFKiHNoO8wNpBcrgdl8B17bOF5EHQF86Q==",
|
|
4881
4788
|
"license": "BSD-3-Clause",
|
|
4882
4789
|
"dependencies": {
|
|
4883
4790
|
"@oclif/core": "^2.15.0",
|
|
@@ -4983,112 +4890,18 @@
|
|
|
4983
4890
|
}
|
|
4984
4891
|
},
|
|
4985
4892
|
"node_modules/@salesforce/plugin-settings": {
|
|
4986
|
-
"version": "
|
|
4987
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-
|
|
4988
|
-
"integrity": "sha512-
|
|
4893
|
+
"version": "2.0.1",
|
|
4894
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.0.1.tgz",
|
|
4895
|
+
"integrity": "sha512-VSJp+TUGUdNZXq2IzjJJShvw45WQAoWPWCZ9pa6QIaC+SLTuCTR+CBGVwEKnzM7p5zYDgqfOgR9IUM5SjTyJyQ==",
|
|
4989
4896
|
"license": "BSD-3-Clause",
|
|
4990
4897
|
"dependencies": {
|
|
4991
|
-
"@oclif/core": "^
|
|
4898
|
+
"@oclif/core": "^3.9.0",
|
|
4992
4899
|
"@salesforce/core": "^5.3.14",
|
|
4993
|
-
"@salesforce/sf-plugins-core": "^
|
|
4994
|
-
"fast-levenshtein": "^3.0.0"
|
|
4995
|
-
"tslib": "^2"
|
|
4996
|
-
},
|
|
4997
|
-
"engines": {
|
|
4998
|
-
"node": ">=16.0.0"
|
|
4999
|
-
}
|
|
5000
|
-
},
|
|
5001
|
-
"node_modules/@salesforce/plugin-settings/node_modules/@oclif/core": {
|
|
5002
|
-
"version": "2.15.0",
|
|
5003
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
|
|
5004
|
-
"integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
|
|
5005
|
-
"license": "MIT",
|
|
5006
|
-
"dependencies": {
|
|
5007
|
-
"@types/cli-progress": "^3.11.0",
|
|
5008
|
-
"ansi-escapes": "^4.3.2",
|
|
5009
|
-
"ansi-styles": "^4.3.0",
|
|
5010
|
-
"cardinal": "^2.1.1",
|
|
5011
|
-
"chalk": "^4.1.2",
|
|
5012
|
-
"clean-stack": "^3.0.1",
|
|
5013
|
-
"cli-progress": "^3.12.0",
|
|
5014
|
-
"debug": "^4.3.4",
|
|
5015
|
-
"ejs": "^3.1.8",
|
|
5016
|
-
"get-package-type": "^0.1.0",
|
|
5017
|
-
"globby": "^11.1.0",
|
|
5018
|
-
"hyperlinker": "^1.0.0",
|
|
5019
|
-
"indent-string": "^4.0.0",
|
|
5020
|
-
"is-wsl": "^2.2.0",
|
|
5021
|
-
"js-yaml": "^3.14.1",
|
|
5022
|
-
"natural-orderby": "^2.0.3",
|
|
5023
|
-
"object-treeify": "^1.1.33",
|
|
5024
|
-
"password-prompt": "^1.1.2",
|
|
5025
|
-
"slice-ansi": "^4.0.0",
|
|
5026
|
-
"string-width": "^4.2.3",
|
|
5027
|
-
"strip-ansi": "^6.0.1",
|
|
5028
|
-
"supports-color": "^8.1.1",
|
|
5029
|
-
"supports-hyperlinks": "^2.2.0",
|
|
5030
|
-
"ts-node": "^10.9.1",
|
|
5031
|
-
"tslib": "^2.5.0",
|
|
5032
|
-
"widest-line": "^3.1.0",
|
|
5033
|
-
"wordwrap": "^1.0.0",
|
|
5034
|
-
"wrap-ansi": "^7.0.0"
|
|
5035
|
-
},
|
|
5036
|
-
"engines": {
|
|
5037
|
-
"node": ">=14.0.0"
|
|
5038
|
-
}
|
|
5039
|
-
},
|
|
5040
|
-
"node_modules/@salesforce/plugin-settings/node_modules/@salesforce/sf-plugins-core": {
|
|
5041
|
-
"version": "3.1.28",
|
|
5042
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.28.tgz",
|
|
5043
|
-
"integrity": "sha512-Z1fVS/pqLCX/3ESrjvtzyuvDFwXu8qxjqs5Gana0J7RKkhDL0f7w+pz3DR1/YfQPeHK8rk9pFDOKB3tOnXf9Lw==",
|
|
5044
|
-
"license": "BSD-3-Clause",
|
|
5045
|
-
"dependencies": {
|
|
5046
|
-
"@oclif/core": "^2.15.0",
|
|
5047
|
-
"@salesforce/core": "^5.3.1",
|
|
5048
|
-
"@salesforce/kit": "^3.0.13",
|
|
5049
|
-
"@salesforce/ts-types": "^2.0.7",
|
|
5050
|
-
"chalk": "^4",
|
|
5051
|
-
"inquirer": "^8.2.5"
|
|
5052
|
-
},
|
|
5053
|
-
"engines": {
|
|
5054
|
-
"node": ">=16.0.0"
|
|
5055
|
-
}
|
|
5056
|
-
},
|
|
5057
|
-
"node_modules/@salesforce/plugin-settings/node_modules/argparse": {
|
|
5058
|
-
"version": "1.0.10",
|
|
5059
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5060
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5061
|
-
"license": "MIT",
|
|
5062
|
-
"dependencies": {
|
|
5063
|
-
"sprintf-js": "~1.0.2"
|
|
5064
|
-
}
|
|
5065
|
-
},
|
|
5066
|
-
"node_modules/@salesforce/plugin-settings/node_modules/js-yaml": {
|
|
5067
|
-
"version": "3.14.1",
|
|
5068
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
5069
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
5070
|
-
"license": "MIT",
|
|
5071
|
-
"dependencies": {
|
|
5072
|
-
"argparse": "^1.0.7",
|
|
5073
|
-
"esprima": "^4.0.0"
|
|
5074
|
-
},
|
|
5075
|
-
"bin": {
|
|
5076
|
-
"js-yaml": "bin/js-yaml.js"
|
|
5077
|
-
}
|
|
5078
|
-
},
|
|
5079
|
-
"node_modules/@salesforce/plugin-settings/node_modules/supports-color": {
|
|
5080
|
-
"version": "8.1.1",
|
|
5081
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
5082
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
5083
|
-
"license": "MIT",
|
|
5084
|
-
"dependencies": {
|
|
5085
|
-
"has-flag": "^4.0.0"
|
|
4900
|
+
"@salesforce/sf-plugins-core": "^4.0.0",
|
|
4901
|
+
"fast-levenshtein": "^3.0.0"
|
|
5086
4902
|
},
|
|
5087
4903
|
"engines": {
|
|
5088
|
-
"node": ">=
|
|
5089
|
-
},
|
|
5090
|
-
"funding": {
|
|
5091
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4904
|
+
"node": ">=18.0.0"
|
|
5092
4905
|
}
|
|
5093
4906
|
},
|
|
5094
4907
|
"node_modules/@salesforce/plugin-sobject": {
|
|
@@ -5321,113 +5134,19 @@
|
|
|
5321
5134
|
}
|
|
5322
5135
|
},
|
|
5323
5136
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5324
|
-
"version": "
|
|
5325
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-
|
|
5326
|
-
"integrity": "sha512-
|
|
5137
|
+
"version": "3.1.0",
|
|
5138
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.1.0.tgz",
|
|
5139
|
+
"integrity": "sha512-E9SYsSNV7M9LH4Hp5wFVLV8rN6NlxEd8UWe03KdDnYiS7anw7cdvl1D/Ueh0GZP6bY86Nv+o93UJD0y1R7ikzg==",
|
|
5327
5140
|
"license": "BSD-3-Clause",
|
|
5328
5141
|
"dependencies": {
|
|
5329
|
-
"@oclif/core": "^
|
|
5142
|
+
"@oclif/core": "^3.8.0",
|
|
5330
5143
|
"@salesforce/core": "^5.3.1",
|
|
5331
|
-
"@salesforce/sf-plugins-core": "^
|
|
5144
|
+
"@salesforce/sf-plugins-core": "^4.0.0",
|
|
5332
5145
|
"@salesforce/telemetry": "^4.1.15",
|
|
5333
|
-
"debug": "^4.3.4"
|
|
5334
|
-
"tslib": "^2"
|
|
5335
|
-
},
|
|
5336
|
-
"engines": {
|
|
5337
|
-
"node": ">=16.0.0"
|
|
5338
|
-
}
|
|
5339
|
-
},
|
|
5340
|
-
"node_modules/@salesforce/plugin-telemetry/node_modules/@oclif/core": {
|
|
5341
|
-
"version": "2.15.0",
|
|
5342
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
|
|
5343
|
-
"integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
|
|
5344
|
-
"license": "MIT",
|
|
5345
|
-
"dependencies": {
|
|
5346
|
-
"@types/cli-progress": "^3.11.0",
|
|
5347
|
-
"ansi-escapes": "^4.3.2",
|
|
5348
|
-
"ansi-styles": "^4.3.0",
|
|
5349
|
-
"cardinal": "^2.1.1",
|
|
5350
|
-
"chalk": "^4.1.2",
|
|
5351
|
-
"clean-stack": "^3.0.1",
|
|
5352
|
-
"cli-progress": "^3.12.0",
|
|
5353
|
-
"debug": "^4.3.4",
|
|
5354
|
-
"ejs": "^3.1.8",
|
|
5355
|
-
"get-package-type": "^0.1.0",
|
|
5356
|
-
"globby": "^11.1.0",
|
|
5357
|
-
"hyperlinker": "^1.0.0",
|
|
5358
|
-
"indent-string": "^4.0.0",
|
|
5359
|
-
"is-wsl": "^2.2.0",
|
|
5360
|
-
"js-yaml": "^3.14.1",
|
|
5361
|
-
"natural-orderby": "^2.0.3",
|
|
5362
|
-
"object-treeify": "^1.1.33",
|
|
5363
|
-
"password-prompt": "^1.1.2",
|
|
5364
|
-
"slice-ansi": "^4.0.0",
|
|
5365
|
-
"string-width": "^4.2.3",
|
|
5366
|
-
"strip-ansi": "^6.0.1",
|
|
5367
|
-
"supports-color": "^8.1.1",
|
|
5368
|
-
"supports-hyperlinks": "^2.2.0",
|
|
5369
|
-
"ts-node": "^10.9.1",
|
|
5370
|
-
"tslib": "^2.5.0",
|
|
5371
|
-
"widest-line": "^3.1.0",
|
|
5372
|
-
"wordwrap": "^1.0.0",
|
|
5373
|
-
"wrap-ansi": "^7.0.0"
|
|
5374
|
-
},
|
|
5375
|
-
"engines": {
|
|
5376
|
-
"node": ">=14.0.0"
|
|
5377
|
-
}
|
|
5378
|
-
},
|
|
5379
|
-
"node_modules/@salesforce/plugin-telemetry/node_modules/@salesforce/sf-plugins-core": {
|
|
5380
|
-
"version": "3.1.28",
|
|
5381
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.28.tgz",
|
|
5382
|
-
"integrity": "sha512-Z1fVS/pqLCX/3ESrjvtzyuvDFwXu8qxjqs5Gana0J7RKkhDL0f7w+pz3DR1/YfQPeHK8rk9pFDOKB3tOnXf9Lw==",
|
|
5383
|
-
"license": "BSD-3-Clause",
|
|
5384
|
-
"dependencies": {
|
|
5385
|
-
"@oclif/core": "^2.15.0",
|
|
5386
|
-
"@salesforce/core": "^5.3.1",
|
|
5387
|
-
"@salesforce/kit": "^3.0.13",
|
|
5388
|
-
"@salesforce/ts-types": "^2.0.7",
|
|
5389
|
-
"chalk": "^4",
|
|
5390
|
-
"inquirer": "^8.2.5"
|
|
5391
|
-
},
|
|
5392
|
-
"engines": {
|
|
5393
|
-
"node": ">=16.0.0"
|
|
5394
|
-
}
|
|
5395
|
-
},
|
|
5396
|
-
"node_modules/@salesforce/plugin-telemetry/node_modules/argparse": {
|
|
5397
|
-
"version": "1.0.10",
|
|
5398
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5399
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5400
|
-
"license": "MIT",
|
|
5401
|
-
"dependencies": {
|
|
5402
|
-
"sprintf-js": "~1.0.2"
|
|
5403
|
-
}
|
|
5404
|
-
},
|
|
5405
|
-
"node_modules/@salesforce/plugin-telemetry/node_modules/js-yaml": {
|
|
5406
|
-
"version": "3.14.1",
|
|
5407
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
5408
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
5409
|
-
"license": "MIT",
|
|
5410
|
-
"dependencies": {
|
|
5411
|
-
"argparse": "^1.0.7",
|
|
5412
|
-
"esprima": "^4.0.0"
|
|
5413
|
-
},
|
|
5414
|
-
"bin": {
|
|
5415
|
-
"js-yaml": "bin/js-yaml.js"
|
|
5416
|
-
}
|
|
5417
|
-
},
|
|
5418
|
-
"node_modules/@salesforce/plugin-telemetry/node_modules/supports-color": {
|
|
5419
|
-
"version": "8.1.1",
|
|
5420
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
5421
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
5422
|
-
"license": "MIT",
|
|
5423
|
-
"dependencies": {
|
|
5424
|
-
"has-flag": "^4.0.0"
|
|
5146
|
+
"debug": "^4.3.4"
|
|
5425
5147
|
},
|
|
5426
5148
|
"engines": {
|
|
5427
|
-
"node": ">=
|
|
5428
|
-
},
|
|
5429
|
-
"funding": {
|
|
5430
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5149
|
+
"node": ">=18.0.0"
|
|
5431
5150
|
}
|
|
5432
5151
|
},
|
|
5433
5152
|
"node_modules/@salesforce/plugin-templates": {
|
|
@@ -5798,9 +5517,9 @@
|
|
|
5798
5517
|
}
|
|
5799
5518
|
},
|
|
5800
5519
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5801
|
-
"version": "9.8.
|
|
5802
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.8.
|
|
5803
|
-
"integrity": "sha512-
|
|
5520
|
+
"version": "9.8.3",
|
|
5521
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.8.3.tgz",
|
|
5522
|
+
"integrity": "sha512-GEVfWlwSYdrB3t2Gozxe7X6CRd/dVZ91XQkv8hQJcIUwvSmw0uVH9+V0TYPUJN3JCIyug5Z7f6McO8LTI6jd/Q==",
|
|
5804
5523
|
"license": "BSD-3-Clause",
|
|
5805
5524
|
"dependencies": {
|
|
5806
5525
|
"@salesforce/core": "^5.3.16",
|
|
@@ -23231,6 +22950,26 @@
|
|
|
23231
22950
|
"node": ">=6"
|
|
23232
22951
|
}
|
|
23233
22952
|
},
|
|
22953
|
+
"node_modules/tsconfck": {
|
|
22954
|
+
"version": "3.0.0",
|
|
22955
|
+
"resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.0.0.tgz",
|
|
22956
|
+
"integrity": "sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==",
|
|
22957
|
+
"license": "MIT",
|
|
22958
|
+
"bin": {
|
|
22959
|
+
"tsconfck": "bin/tsconfck.js"
|
|
22960
|
+
},
|
|
22961
|
+
"engines": {
|
|
22962
|
+
"node": "^18 || >=20"
|
|
22963
|
+
},
|
|
22964
|
+
"peerDependencies": {
|
|
22965
|
+
"typescript": "^5.0.0"
|
|
22966
|
+
},
|
|
22967
|
+
"peerDependenciesMeta": {
|
|
22968
|
+
"typescript": {
|
|
22969
|
+
"optional": true
|
|
22970
|
+
}
|
|
22971
|
+
}
|
|
22972
|
+
},
|
|
23234
22973
|
"node_modules/tsconfig-paths": {
|
|
23235
22974
|
"version": "3.14.2",
|
|
23236
22975
|
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz",
|
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.17.
|
|
4
|
+
"version": "2.17.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
127
|
"dependencies": {
|
|
128
|
-
"@oclif/core": "3.
|
|
128
|
+
"@oclif/core": "3.10.1",
|
|
129
129
|
"@oclif/plugin-autocomplete": "3.0.1",
|
|
130
130
|
"@oclif/plugin-commands": "3.0.5",
|
|
131
131
|
"@oclif/plugin-help": "6.0.5",
|
|
@@ -141,16 +141,16 @@
|
|
|
141
141
|
"@salesforce/plugin-auth": "2.8.25",
|
|
142
142
|
"@salesforce/plugin-data": "2.6.1",
|
|
143
143
|
"@salesforce/plugin-deploy-retrieve": "1.19.3",
|
|
144
|
-
"@salesforce/plugin-info": "2.6.
|
|
145
|
-
"@salesforce/plugin-limits": "
|
|
144
|
+
"@salesforce/plugin-info": "2.6.51",
|
|
145
|
+
"@salesforce/plugin-limits": "3.0.1",
|
|
146
146
|
"@salesforce/plugin-login": "1.2.40",
|
|
147
|
-
"@salesforce/plugin-marketplace": "0.
|
|
147
|
+
"@salesforce/plugin-marketplace": "1.0.1",
|
|
148
148
|
"@salesforce/plugin-org": "2.11.7",
|
|
149
|
-
"@salesforce/plugin-schema": "2.3.
|
|
150
|
-
"@salesforce/plugin-settings": "
|
|
149
|
+
"@salesforce/plugin-schema": "2.3.33",
|
|
150
|
+
"@salesforce/plugin-settings": "2.0.1",
|
|
151
151
|
"@salesforce/plugin-sobject": "0.2.14",
|
|
152
152
|
"@salesforce/plugin-source": "2.10.46",
|
|
153
|
-
"@salesforce/plugin-telemetry": "
|
|
153
|
+
"@salesforce/plugin-telemetry": "3.1.0",
|
|
154
154
|
"@salesforce/plugin-templates": "55.5.17",
|
|
155
155
|
"@salesforce/plugin-trust": "2.6.22",
|
|
156
156
|
"@salesforce/plugin-user": "2.3.41",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"resolutions": {
|
|
192
192
|
"@salesforce/schemas": "1.6.1",
|
|
193
193
|
"@salesforce/templates": "59.0.1",
|
|
194
|
-
"@salesforce/source-deploy-retrieve": "9.8.
|
|
194
|
+
"@salesforce/source-deploy-retrieve": "9.8.3",
|
|
195
195
|
"@salesforce/source-tracking": "4.2.20"
|
|
196
196
|
},
|
|
197
197
|
"repository": "salesforcecli/cli",
|