@salesforce/cli 2.114.3 → 2.114.5-dev.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 +37 -37
- package/npm-shrinkwrap.json +99 -99
- package/oclif.lock +111 -116
- package/oclif.manifest.json +1 -1
- package/package.json +9 -8
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.5-dev.0 linux-x64 node-v22.21.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -244,7 +244,7 @@ EXAMPLES
|
|
|
244
244
|
$ sf agent activate --api-name Resort_Manager --target-org my-org
|
|
245
245
|
```
|
|
246
246
|
|
|
247
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
247
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.29/src/commands/agent/activate.ts)_
|
|
248
248
|
|
|
249
249
|
## `sf agent create`
|
|
250
250
|
|
|
@@ -306,7 +306,7 @@ EXAMPLES
|
|
|
306
306
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
307
307
|
```
|
|
308
308
|
|
|
309
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
309
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.29/src/commands/agent/create.ts)_
|
|
310
310
|
|
|
311
311
|
## `sf agent deactivate`
|
|
312
312
|
|
|
@@ -346,7 +346,7 @@ EXAMPLES
|
|
|
346
346
|
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
|
|
347
347
|
```
|
|
348
348
|
|
|
349
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
349
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.29/src/commands/agent/deactivate.ts)_
|
|
350
350
|
|
|
351
351
|
## `sf agent generate agent-spec`
|
|
352
352
|
|
|
@@ -451,7 +451,7 @@ EXAMPLES
|
|
|
451
451
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
452
452
|
```
|
|
453
453
|
|
|
454
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
454
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.29/src/commands/agent/generate/agent-spec.ts)_
|
|
455
455
|
|
|
456
456
|
## `sf agent generate template`
|
|
457
457
|
|
|
@@ -499,7 +499,7 @@ EXAMPLES
|
|
|
499
499
|
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
|
|
500
500
|
```
|
|
501
501
|
|
|
502
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
502
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.29/src/commands/agent/generate/template.ts)_
|
|
503
503
|
|
|
504
504
|
## `sf agent generate test-spec`
|
|
505
505
|
|
|
@@ -560,7 +560,7 @@ EXAMPLES
|
|
|
560
560
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
561
561
|
```
|
|
562
562
|
|
|
563
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
563
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.29/src/commands/agent/generate/test-spec.ts)_
|
|
564
564
|
|
|
565
565
|
## `sf agent preview`
|
|
566
566
|
|
|
@@ -624,7 +624,7 @@ EXAMPLES
|
|
|
624
624
|
transcripts/my-preview
|
|
625
625
|
```
|
|
626
626
|
|
|
627
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
627
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.29/src/commands/agent/preview.ts)_
|
|
628
628
|
|
|
629
629
|
## `sf agent test create`
|
|
630
630
|
|
|
@@ -679,7 +679,7 @@ EXAMPLES
|
|
|
679
679
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
680
680
|
```
|
|
681
681
|
|
|
682
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
682
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.29/src/commands/agent/test/create.ts)_
|
|
683
683
|
|
|
684
684
|
## `sf agent test list`
|
|
685
685
|
|
|
@@ -714,7 +714,7 @@ EXAMPLES
|
|
|
714
714
|
$ sf agent test list --target-org my-org
|
|
715
715
|
```
|
|
716
716
|
|
|
717
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
717
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.29/src/commands/agent/test/list.ts)_
|
|
718
718
|
|
|
719
719
|
## `sf agent test results`
|
|
720
720
|
|
|
@@ -780,7 +780,7 @@ FLAG DESCRIPTIONS
|
|
|
780
780
|
expression when using custom evaluations.
|
|
781
781
|
```
|
|
782
782
|
|
|
783
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
783
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.29/src/commands/agent/test/results.ts)_
|
|
784
784
|
|
|
785
785
|
## `sf agent test resume`
|
|
786
786
|
|
|
@@ -853,7 +853,7 @@ FLAG DESCRIPTIONS
|
|
|
853
853
|
expression when using custom evaluations.
|
|
854
854
|
```
|
|
855
855
|
|
|
856
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
856
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.29/src/commands/agent/test/resume.ts)_
|
|
857
857
|
|
|
858
858
|
## `sf agent test run`
|
|
859
859
|
|
|
@@ -927,7 +927,7 @@ FLAG DESCRIPTIONS
|
|
|
927
927
|
expression when using custom evaluations.
|
|
928
928
|
```
|
|
929
929
|
|
|
930
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
930
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.29/src/commands/agent/test/run.ts)_
|
|
931
931
|
|
|
932
932
|
## `sf alias list`
|
|
933
933
|
|
|
@@ -1270,7 +1270,7 @@ FLAG DESCRIPTIONS
|
|
|
1270
1270
|
directory.
|
|
1271
1271
|
```
|
|
1272
1272
|
|
|
1273
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1273
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.8/src/commands/apex/get/log.ts)_
|
|
1274
1274
|
|
|
1275
1275
|
## `sf apex get test`
|
|
1276
1276
|
|
|
@@ -1330,7 +1330,7 @@ EXAMPLES
|
|
|
1330
1330
|
me@myorg'
|
|
1331
1331
|
```
|
|
1332
1332
|
|
|
1333
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1333
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.8/src/commands/apex/get/test.ts)_
|
|
1334
1334
|
|
|
1335
1335
|
## `sf apex list log`
|
|
1336
1336
|
|
|
@@ -1370,7 +1370,7 @@ EXAMPLES
|
|
|
1370
1370
|
$ sf apex list log --target-org me@my.org
|
|
1371
1371
|
```
|
|
1372
1372
|
|
|
1373
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1373
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.8/src/commands/apex/list/log.ts)_
|
|
1374
1374
|
|
|
1375
1375
|
## `sf apex run`
|
|
1376
1376
|
|
|
@@ -1417,7 +1417,7 @@ EXAMPLES
|
|
|
1417
1417
|
$ sf apex run
|
|
1418
1418
|
```
|
|
1419
1419
|
|
|
1420
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1420
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.8/src/commands/apex/run.ts)_
|
|
1421
1421
|
|
|
1422
1422
|
## `sf apex run test`
|
|
1423
1423
|
|
|
@@ -1563,7 +1563,7 @@ FLAG DESCRIPTIONS
|
|
|
1563
1563
|
--tests Test1 --tests Test2
|
|
1564
1564
|
```
|
|
1565
1565
|
|
|
1566
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1566
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.8/src/commands/apex/run/test.ts)_
|
|
1567
1567
|
|
|
1568
1568
|
## `sf apex tail log`
|
|
1569
1569
|
|
|
@@ -1606,7 +1606,7 @@ EXAMPLES
|
|
|
1606
1606
|
$ sf apex tail log --color --skip-trace-flag
|
|
1607
1607
|
```
|
|
1608
1608
|
|
|
1609
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1609
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.8/src/commands/apex/tail/log.ts)_
|
|
1610
1610
|
|
|
1611
1611
|
## `sf api request graphql`
|
|
1612
1612
|
|
|
@@ -3705,7 +3705,7 @@ EXAMPLES
|
|
|
3705
3705
|
$ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
|
|
3706
3706
|
```
|
|
3707
3707
|
|
|
3708
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
3708
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.8/src/commands/logic/get/test.ts)_
|
|
3709
3709
|
|
|
3710
3710
|
## `sf logic run test`
|
|
3711
3711
|
|
|
@@ -3827,7 +3827,7 @@ FLAG DESCRIPTIONS
|
|
|
3827
3827
|
--tests Test1 --tests Test2
|
|
3828
3828
|
```
|
|
3829
3829
|
|
|
3830
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
3830
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.8/src/commands/logic/run/test.ts)_
|
|
3831
3831
|
|
|
3832
3832
|
## `sf org assign permset`
|
|
3833
3833
|
|
|
@@ -4054,7 +4054,7 @@ FLAG DESCRIPTIONS
|
|
|
4054
4054
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
4055
4055
|
```
|
|
4056
4056
|
|
|
4057
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4057
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.46/src/commands/org/create/sandbox.ts)_
|
|
4058
4058
|
|
|
4059
4059
|
## `sf org create scratch`
|
|
4060
4060
|
|
|
@@ -4236,7 +4236,7 @@ FLAG DESCRIPTIONS
|
|
|
4236
4236
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
4237
4237
|
```
|
|
4238
4238
|
|
|
4239
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4239
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.46/src/commands/org/create/scratch.ts)_
|
|
4240
4240
|
|
|
4241
4241
|
## `sf org create user`
|
|
4242
4242
|
|
|
@@ -4390,7 +4390,7 @@ EXAMPLES
|
|
|
4390
4390
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4391
4391
|
```
|
|
4392
4392
|
|
|
4393
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4393
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.46/src/commands/org/delete/sandbox.ts)_
|
|
4394
4394
|
|
|
4395
4395
|
## `sf org delete scratch`
|
|
4396
4396
|
|
|
@@ -4434,7 +4434,7 @@ EXAMPLES
|
|
|
4434
4434
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4435
4435
|
```
|
|
4436
4436
|
|
|
4437
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4437
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.46/src/commands/org/delete/scratch.ts)_
|
|
4438
4438
|
|
|
4439
4439
|
## `sf org disable tracking`
|
|
4440
4440
|
|
|
@@ -4473,7 +4473,7 @@ EXAMPLES
|
|
|
4473
4473
|
$ sf org disable tracking
|
|
4474
4474
|
```
|
|
4475
4475
|
|
|
4476
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4476
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.46/src/commands/org/disable/tracking.ts)_
|
|
4477
4477
|
|
|
4478
4478
|
## `sf org display`
|
|
4479
4479
|
|
|
@@ -4518,7 +4518,7 @@ EXAMPLES
|
|
|
4518
4518
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4519
4519
|
```
|
|
4520
4520
|
|
|
4521
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4521
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.46/src/commands/org/display.ts)_
|
|
4522
4522
|
|
|
4523
4523
|
## `sf org display user`
|
|
4524
4524
|
|
|
@@ -4599,7 +4599,7 @@ EXAMPLES
|
|
|
4599
4599
|
$ sf org enable tracking
|
|
4600
4600
|
```
|
|
4601
4601
|
|
|
4602
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4602
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.46/src/commands/org/enable/tracking.ts)_
|
|
4603
4603
|
|
|
4604
4604
|
## `sf org generate password`
|
|
4605
4605
|
|
|
@@ -4705,7 +4705,7 @@ EXAMPLES
|
|
|
4705
4705
|
$ sf org list --clean
|
|
4706
4706
|
```
|
|
4707
4707
|
|
|
4708
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4708
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.46/src/commands/org/list.ts)_
|
|
4709
4709
|
|
|
4710
4710
|
## `sf org list auth`
|
|
4711
4711
|
|
|
@@ -4844,7 +4844,7 @@ FLAG DESCRIPTIONS
|
|
|
4844
4844
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
4845
4845
|
```
|
|
4846
4846
|
|
|
4847
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4847
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.46/src/commands/org/list/metadata.ts)_
|
|
4848
4848
|
|
|
4849
4849
|
## `sf org list metadata-types`
|
|
4850
4850
|
|
|
@@ -4899,7 +4899,7 @@ FLAG DESCRIPTIONS
|
|
|
4899
4899
|
Override the api version used for api requests made by this command
|
|
4900
4900
|
```
|
|
4901
4901
|
|
|
4902
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4902
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.46/src/commands/org/list/metadata-types.ts)_
|
|
4903
4903
|
|
|
4904
4904
|
## `sf org list sobject record-counts`
|
|
4905
4905
|
|
|
@@ -5445,7 +5445,7 @@ EXAMPLES
|
|
|
5445
5445
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
5446
5446
|
```
|
|
5447
5447
|
|
|
5448
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5448
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.46/src/commands/org/open.ts)_
|
|
5449
5449
|
|
|
5450
5450
|
## `sf org open agent`
|
|
5451
5451
|
|
|
@@ -5496,7 +5496,7 @@ EXAMPLES
|
|
|
5496
5496
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
5497
5497
|
```
|
|
5498
5498
|
|
|
5499
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5499
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.46/src/commands/org/open/agent.ts)_
|
|
5500
5500
|
|
|
5501
5501
|
## `sf org refresh sandbox`
|
|
5502
5502
|
|
|
@@ -5599,7 +5599,7 @@ FLAG DESCRIPTIONS
|
|
|
5599
5599
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
5600
5600
|
```
|
|
5601
5601
|
|
|
5602
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5602
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.46/src/commands/org/refresh/sandbox.ts)_
|
|
5603
5603
|
|
|
5604
5604
|
## `sf org resume sandbox`
|
|
5605
5605
|
|
|
@@ -5662,7 +5662,7 @@ FLAG DESCRIPTIONS
|
|
|
5662
5662
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5663
5663
|
```
|
|
5664
5664
|
|
|
5665
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5665
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.46/src/commands/org/resume/sandbox.ts)_
|
|
5666
5666
|
|
|
5667
5667
|
## `sf org resume scratch`
|
|
5668
5668
|
|
|
@@ -5715,7 +5715,7 @@ FLAG DESCRIPTIONS
|
|
|
5715
5715
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
5716
5716
|
```
|
|
5717
5717
|
|
|
5718
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5718
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.46/src/commands/org/resume/scratch.ts)_
|
|
5719
5719
|
|
|
5720
5720
|
## `sf package convert`
|
|
5721
5721
|
|
|
@@ -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.16/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.5-dev.0",
|
|
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.5-dev.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -15,17 +15,17 @@
|
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.39",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.37",
|
|
17
17
|
"@oclif/plugin-help": "6.2.36",
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.73",
|
|
19
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.16",
|
|
22
22
|
"@oclif/plugin-version": "2.2.36",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.53",
|
|
24
24
|
"@oclif/plugin-which": "3.2.42",
|
|
25
|
-
"@salesforce/core": "
|
|
25
|
+
"@salesforce/core": "8.23.5-dev.0",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-agent": "1.24.
|
|
28
|
-
"@salesforce/plugin-apex": "3.8.
|
|
27
|
+
"@salesforce/plugin-agent": "1.24.29",
|
|
28
|
+
"@salesforce/plugin-apex": "3.8.8",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.3",
|
|
30
30
|
"@salesforce/plugin-auth": "3.9.19",
|
|
31
31
|
"@salesforce/plugin-data": "4.0.62",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@salesforce/plugin-info": "3.4.96",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.71",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
36
|
-
"@salesforce/plugin-org": "5.9.
|
|
36
|
+
"@salesforce/plugin-org": "5.9.46",
|
|
37
37
|
"@salesforce/plugin-packaging": "2.23.3",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.88",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.51",
|
|
@@ -2402,16 +2402,16 @@
|
|
|
2402
2402
|
"license": "MIT"
|
|
2403
2403
|
},
|
|
2404
2404
|
"node_modules/@inquirer/core": {
|
|
2405
|
-
"version": "10.3.
|
|
2406
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.3.
|
|
2407
|
-
"integrity": "sha512-
|
|
2405
|
+
"version": "10.3.2",
|
|
2406
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.3.2.tgz",
|
|
2407
|
+
"integrity": "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==",
|
|
2408
2408
|
"license": "MIT",
|
|
2409
2409
|
"dependencies": {
|
|
2410
2410
|
"@inquirer/ansi": "^1.0.2",
|
|
2411
2411
|
"@inquirer/figures": "^1.0.15",
|
|
2412
2412
|
"@inquirer/type": "^3.0.10",
|
|
2413
2413
|
"cli-width": "^4.1.0",
|
|
2414
|
-
"mute-stream": "^
|
|
2414
|
+
"mute-stream": "^2.0.0",
|
|
2415
2415
|
"signal-exit": "^4.1.0",
|
|
2416
2416
|
"wrap-ansi": "^6.2.0",
|
|
2417
2417
|
"yoctocolors-cjs": "^2.1.3"
|
|
@@ -2429,12 +2429,12 @@
|
|
|
2429
2429
|
}
|
|
2430
2430
|
},
|
|
2431
2431
|
"node_modules/@inquirer/core/node_modules/mute-stream": {
|
|
2432
|
-
"version": "
|
|
2433
|
-
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-
|
|
2434
|
-
"integrity": "sha512-
|
|
2432
|
+
"version": "2.0.0",
|
|
2433
|
+
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
|
|
2434
|
+
"integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==",
|
|
2435
2435
|
"license": "ISC",
|
|
2436
2436
|
"engines": {
|
|
2437
|
-
"node": "^
|
|
2437
|
+
"node": "^18.17.0 || >=20.5.0"
|
|
2438
2438
|
}
|
|
2439
2439
|
},
|
|
2440
2440
|
"node_modules/@inquirer/core/node_modules/signal-exit": {
|
|
@@ -2450,12 +2450,12 @@
|
|
|
2450
2450
|
}
|
|
2451
2451
|
},
|
|
2452
2452
|
"node_modules/@inquirer/editor": {
|
|
2453
|
-
"version": "4.2.
|
|
2454
|
-
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.
|
|
2455
|
-
"integrity": "sha512-
|
|
2453
|
+
"version": "4.2.23",
|
|
2454
|
+
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.23.tgz",
|
|
2455
|
+
"integrity": "sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==",
|
|
2456
2456
|
"license": "MIT",
|
|
2457
2457
|
"dependencies": {
|
|
2458
|
-
"@inquirer/core": "^10.3.
|
|
2458
|
+
"@inquirer/core": "^10.3.2",
|
|
2459
2459
|
"@inquirer/external-editor": "^1.0.3",
|
|
2460
2460
|
"@inquirer/type": "^3.0.10"
|
|
2461
2461
|
},
|
|
@@ -2472,12 +2472,12 @@
|
|
|
2472
2472
|
}
|
|
2473
2473
|
},
|
|
2474
2474
|
"node_modules/@inquirer/expand": {
|
|
2475
|
-
"version": "4.0.
|
|
2476
|
-
"resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.
|
|
2477
|
-
"integrity": "sha512-
|
|
2475
|
+
"version": "4.0.23",
|
|
2476
|
+
"resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.23.tgz",
|
|
2477
|
+
"integrity": "sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==",
|
|
2478
2478
|
"license": "MIT",
|
|
2479
2479
|
"dependencies": {
|
|
2480
|
-
"@inquirer/core": "^10.3.
|
|
2480
|
+
"@inquirer/core": "^10.3.2",
|
|
2481
2481
|
"@inquirer/type": "^3.0.10",
|
|
2482
2482
|
"yoctocolors-cjs": "^2.1.3"
|
|
2483
2483
|
},
|
|
@@ -2600,12 +2600,12 @@
|
|
|
2600
2600
|
"license": "MIT"
|
|
2601
2601
|
},
|
|
2602
2602
|
"node_modules/@inquirer/number": {
|
|
2603
|
-
"version": "3.0.
|
|
2604
|
-
"resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.
|
|
2605
|
-
"integrity": "sha512-
|
|
2603
|
+
"version": "3.0.23",
|
|
2604
|
+
"resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.23.tgz",
|
|
2605
|
+
"integrity": "sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==",
|
|
2606
2606
|
"license": "MIT",
|
|
2607
2607
|
"dependencies": {
|
|
2608
|
-
"@inquirer/core": "^10.3.
|
|
2608
|
+
"@inquirer/core": "^10.3.2",
|
|
2609
2609
|
"@inquirer/type": "^3.0.10"
|
|
2610
2610
|
},
|
|
2611
2611
|
"engines": {
|
|
@@ -2698,21 +2698,21 @@
|
|
|
2698
2698
|
"license": "MIT"
|
|
2699
2699
|
},
|
|
2700
2700
|
"node_modules/@inquirer/prompts": {
|
|
2701
|
-
"version": "7.10.
|
|
2702
|
-
"resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.10.
|
|
2703
|
-
"integrity": "sha512-
|
|
2701
|
+
"version": "7.10.1",
|
|
2702
|
+
"resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.10.1.tgz",
|
|
2703
|
+
"integrity": "sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg==",
|
|
2704
2704
|
"license": "MIT",
|
|
2705
2705
|
"dependencies": {
|
|
2706
|
-
"@inquirer/checkbox": "^4.3.
|
|
2707
|
-
"@inquirer/confirm": "^5.1.
|
|
2708
|
-
"@inquirer/editor": "^4.2.
|
|
2709
|
-
"@inquirer/expand": "^4.0.
|
|
2710
|
-
"@inquirer/input": "^4.3.
|
|
2711
|
-
"@inquirer/number": "^3.0.
|
|
2712
|
-
"@inquirer/password": "^4.0.
|
|
2713
|
-
"@inquirer/rawlist": "^4.1.
|
|
2714
|
-
"@inquirer/search": "^3.2.
|
|
2715
|
-
"@inquirer/select": "^4.4.
|
|
2706
|
+
"@inquirer/checkbox": "^4.3.2",
|
|
2707
|
+
"@inquirer/confirm": "^5.1.21",
|
|
2708
|
+
"@inquirer/editor": "^4.2.23",
|
|
2709
|
+
"@inquirer/expand": "^4.0.23",
|
|
2710
|
+
"@inquirer/input": "^4.3.1",
|
|
2711
|
+
"@inquirer/number": "^3.0.23",
|
|
2712
|
+
"@inquirer/password": "^4.0.23",
|
|
2713
|
+
"@inquirer/rawlist": "^4.1.11",
|
|
2714
|
+
"@inquirer/search": "^3.2.2",
|
|
2715
|
+
"@inquirer/select": "^4.4.2"
|
|
2716
2716
|
},
|
|
2717
2717
|
"engines": {
|
|
2718
2718
|
"node": ">=18"
|
|
@@ -2727,13 +2727,13 @@
|
|
|
2727
2727
|
}
|
|
2728
2728
|
},
|
|
2729
2729
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/checkbox": {
|
|
2730
|
-
"version": "4.3.
|
|
2731
|
-
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.3.
|
|
2732
|
-
"integrity": "sha512-
|
|
2730
|
+
"version": "4.3.2",
|
|
2731
|
+
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.3.2.tgz",
|
|
2732
|
+
"integrity": "sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==",
|
|
2733
2733
|
"license": "MIT",
|
|
2734
2734
|
"dependencies": {
|
|
2735
2735
|
"@inquirer/ansi": "^1.0.2",
|
|
2736
|
-
"@inquirer/core": "^10.3.
|
|
2736
|
+
"@inquirer/core": "^10.3.2",
|
|
2737
2737
|
"@inquirer/figures": "^1.0.15",
|
|
2738
2738
|
"@inquirer/type": "^3.0.10",
|
|
2739
2739
|
"yoctocolors-cjs": "^2.1.3"
|
|
@@ -2751,12 +2751,12 @@
|
|
|
2751
2751
|
}
|
|
2752
2752
|
},
|
|
2753
2753
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/confirm": {
|
|
2754
|
-
"version": "5.1.
|
|
2755
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.
|
|
2756
|
-
"integrity": "sha512-
|
|
2754
|
+
"version": "5.1.21",
|
|
2755
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.21.tgz",
|
|
2756
|
+
"integrity": "sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==",
|
|
2757
2757
|
"license": "MIT",
|
|
2758
2758
|
"dependencies": {
|
|
2759
|
-
"@inquirer/core": "^10.3.
|
|
2759
|
+
"@inquirer/core": "^10.3.2",
|
|
2760
2760
|
"@inquirer/type": "^3.0.10"
|
|
2761
2761
|
},
|
|
2762
2762
|
"engines": {
|
|
@@ -2772,12 +2772,12 @@
|
|
|
2772
2772
|
}
|
|
2773
2773
|
},
|
|
2774
2774
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/input": {
|
|
2775
|
-
"version": "4.3.
|
|
2776
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.3.
|
|
2777
|
-
"integrity": "sha512-
|
|
2775
|
+
"version": "4.3.1",
|
|
2776
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.3.1.tgz",
|
|
2777
|
+
"integrity": "sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==",
|
|
2778
2778
|
"license": "MIT",
|
|
2779
2779
|
"dependencies": {
|
|
2780
|
-
"@inquirer/core": "^10.3.
|
|
2780
|
+
"@inquirer/core": "^10.3.2",
|
|
2781
2781
|
"@inquirer/type": "^3.0.10"
|
|
2782
2782
|
},
|
|
2783
2783
|
"engines": {
|
|
@@ -2793,13 +2793,13 @@
|
|
|
2793
2793
|
}
|
|
2794
2794
|
},
|
|
2795
2795
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/password": {
|
|
2796
|
-
"version": "4.0.
|
|
2797
|
-
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.
|
|
2798
|
-
"integrity": "sha512-
|
|
2796
|
+
"version": "4.0.23",
|
|
2797
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.23.tgz",
|
|
2798
|
+
"integrity": "sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==",
|
|
2799
2799
|
"license": "MIT",
|
|
2800
2800
|
"dependencies": {
|
|
2801
2801
|
"@inquirer/ansi": "^1.0.2",
|
|
2802
|
-
"@inquirer/core": "^10.3.
|
|
2802
|
+
"@inquirer/core": "^10.3.2",
|
|
2803
2803
|
"@inquirer/type": "^3.0.10"
|
|
2804
2804
|
},
|
|
2805
2805
|
"engines": {
|
|
@@ -2815,13 +2815,13 @@
|
|
|
2815
2815
|
}
|
|
2816
2816
|
},
|
|
2817
2817
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/select": {
|
|
2818
|
-
"version": "4.4.
|
|
2819
|
-
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.4.
|
|
2820
|
-
"integrity": "sha512-
|
|
2818
|
+
"version": "4.4.2",
|
|
2819
|
+
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.4.2.tgz",
|
|
2820
|
+
"integrity": "sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==",
|
|
2821
2821
|
"license": "MIT",
|
|
2822
2822
|
"dependencies": {
|
|
2823
2823
|
"@inquirer/ansi": "^1.0.2",
|
|
2824
|
-
"@inquirer/core": "^10.3.
|
|
2824
|
+
"@inquirer/core": "^10.3.2",
|
|
2825
2825
|
"@inquirer/figures": "^1.0.15",
|
|
2826
2826
|
"@inquirer/type": "^3.0.10",
|
|
2827
2827
|
"yoctocolors-cjs": "^2.1.3"
|
|
@@ -2839,12 +2839,12 @@
|
|
|
2839
2839
|
}
|
|
2840
2840
|
},
|
|
2841
2841
|
"node_modules/@inquirer/rawlist": {
|
|
2842
|
-
"version": "4.1.
|
|
2843
|
-
"resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.1.
|
|
2844
|
-
"integrity": "sha512
|
|
2842
|
+
"version": "4.1.11",
|
|
2843
|
+
"resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.1.11.tgz",
|
|
2844
|
+
"integrity": "sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==",
|
|
2845
2845
|
"license": "MIT",
|
|
2846
2846
|
"dependencies": {
|
|
2847
|
-
"@inquirer/core": "^10.3.
|
|
2847
|
+
"@inquirer/core": "^10.3.2",
|
|
2848
2848
|
"@inquirer/type": "^3.0.10",
|
|
2849
2849
|
"yoctocolors-cjs": "^2.1.3"
|
|
2850
2850
|
},
|
|
@@ -2861,12 +2861,12 @@
|
|
|
2861
2861
|
}
|
|
2862
2862
|
},
|
|
2863
2863
|
"node_modules/@inquirer/search": {
|
|
2864
|
-
"version": "3.2.
|
|
2865
|
-
"resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.2.
|
|
2866
|
-
"integrity": "sha512-
|
|
2864
|
+
"version": "3.2.2",
|
|
2865
|
+
"resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.2.2.tgz",
|
|
2866
|
+
"integrity": "sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==",
|
|
2867
2867
|
"license": "MIT",
|
|
2868
2868
|
"dependencies": {
|
|
2869
|
-
"@inquirer/core": "^10.3.
|
|
2869
|
+
"@inquirer/core": "^10.3.2",
|
|
2870
2870
|
"@inquirer/figures": "^1.0.15",
|
|
2871
2871
|
"@inquirer/type": "^3.0.10",
|
|
2872
2872
|
"yoctocolors-cjs": "^2.1.3"
|
|
@@ -3993,12 +3993,12 @@
|
|
|
3993
3993
|
}
|
|
3994
3994
|
},
|
|
3995
3995
|
"node_modules/@oclif/plugin-not-found": {
|
|
3996
|
-
"version": "3.2.
|
|
3997
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
3998
|
-
"integrity": "sha512-
|
|
3996
|
+
"version": "3.2.73",
|
|
3997
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.73.tgz",
|
|
3998
|
+
"integrity": "sha512-2bQieTGI9XNFe9hKmXQjJmHV5rZw+yn7Rud1+C5uLEo8GaT89KZbiLTJgL35tGILahy/cB6+WAs812wjw7TK6w==",
|
|
3999
3999
|
"license": "MIT",
|
|
4000
4000
|
"dependencies": {
|
|
4001
|
-
"@inquirer/prompts": "^7.
|
|
4001
|
+
"@inquirer/prompts": "^7.10.1",
|
|
4002
4002
|
"@oclif/core": "^4.8.0",
|
|
4003
4003
|
"ansis": "^3.17.0",
|
|
4004
4004
|
"fast-levenshtein": "^3.0.0"
|
|
@@ -4137,14 +4137,14 @@
|
|
|
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.16",
|
|
4141
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.16.tgz",
|
|
4142
|
+
"integrity": "sha512-/6qjxIccIv26s0BnsibRVCb5c/N46XFWOZAZPhOxG2SglQka7vsCOhEHzwIS9hqAD+WCqWRKUJnIV0rbhwjW6A==",
|
|
4143
4143
|
"license": "MIT",
|
|
4144
4144
|
"dependencies": {
|
|
4145
4145
|
"@inquirer/select": "^2.5.0",
|
|
4146
4146
|
"@oclif/core": "^4",
|
|
4147
|
-
"@oclif/table": "^0.5.
|
|
4147
|
+
"@oclif/table": "^0.5.1",
|
|
4148
4148
|
"ansis": "^3.17.0",
|
|
4149
4149
|
"debug": "^4.4.1",
|
|
4150
4150
|
"filesize": "^6.1.0",
|
|
@@ -4201,9 +4201,9 @@
|
|
|
4201
4201
|
}
|
|
4202
4202
|
},
|
|
4203
4203
|
"node_modules/@oclif/table": {
|
|
4204
|
-
"version": "0.5.
|
|
4205
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.
|
|
4206
|
-
"integrity": "sha512-
|
|
4204
|
+
"version": "0.5.1",
|
|
4205
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.1.tgz",
|
|
4206
|
+
"integrity": "sha512-k/68jl8SqJEGh+SgUYS93GK+G+EIWENuQQfJgdQBP+DP7G3evGRbe9ajdSVaL5ldMOfgZ4se4mfrEkiEVIiVvQ==",
|
|
4207
4207
|
"license": "MIT",
|
|
4208
4208
|
"dependencies": {
|
|
4209
4209
|
"@types/react": "^18.3.12",
|
|
@@ -4692,9 +4692,9 @@
|
|
|
4692
4692
|
"license": "MIT"
|
|
4693
4693
|
},
|
|
4694
4694
|
"node_modules/@salesforce/apex-node": {
|
|
4695
|
-
"version": "8.3.
|
|
4696
|
-
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.3.
|
|
4697
|
-
"integrity": "sha512-
|
|
4695
|
+
"version": "8.3.7",
|
|
4696
|
+
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.3.7.tgz",
|
|
4697
|
+
"integrity": "sha512-Nwyza/zw8JOeCE+nC07zpKQT5Z1hLxVxsVlT4Xd6uq7Oj3GnhTDCXy201vxjRATPySulPyj/KpCQxYliO+H3fw==",
|
|
4698
4698
|
"license": "BSD-3-Clause",
|
|
4699
4699
|
"dependencies": {
|
|
4700
4700
|
"@salesforce/core": "^8.23.4",
|
|
@@ -4813,9 +4813,9 @@
|
|
|
4813
4813
|
}
|
|
4814
4814
|
},
|
|
4815
4815
|
"node_modules/@salesforce/core": {
|
|
4816
|
-
"version": "8.23.
|
|
4817
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.23.
|
|
4818
|
-
"integrity": "sha512
|
|
4816
|
+
"version": "8.23.5-dev.0",
|
|
4817
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.23.5-dev.0.tgz",
|
|
4818
|
+
"integrity": "sha512-56sRufwkXQ/NdVPTGNbjfUpapHBprYJlr/RmVCKvajAHS4aV+/llZGWvtJBiDCrRHz+Vhsq2IKBAtigOt5LMeg==",
|
|
4819
4819
|
"license": "BSD-3-Clause",
|
|
4820
4820
|
"dependencies": {
|
|
4821
4821
|
"@jsforce/jsforce-node": "^3.10.8",
|
|
@@ -5058,12 +5058,12 @@
|
|
|
5058
5058
|
}
|
|
5059
5059
|
},
|
|
5060
5060
|
"node_modules/@salesforce/plugin-agent": {
|
|
5061
|
-
"version": "1.24.
|
|
5062
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.24.
|
|
5063
|
-
"integrity": "sha512-
|
|
5061
|
+
"version": "1.24.29",
|
|
5062
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.24.29.tgz",
|
|
5063
|
+
"integrity": "sha512-M/g0yx85QBM0yYpzCz9AB4g/NPoarjxfkDP4T/ZKvUM8BkBXLGoNxv1LdFyE/ukcBmv3BJT5s1+cu7M49WBkqA==",
|
|
5064
5064
|
"license": "BSD-3-Clause",
|
|
5065
5065
|
"dependencies": {
|
|
5066
|
-
"@inquirer/core": "^10.3.
|
|
5066
|
+
"@inquirer/core": "^10.3.2",
|
|
5067
5067
|
"@inquirer/prompts": "^7.10.0",
|
|
5068
5068
|
"@oclif/core": "^4",
|
|
5069
5069
|
"@oclif/multi-stage-output": "^0.8.28",
|
|
@@ -5071,7 +5071,7 @@
|
|
|
5071
5071
|
"@salesforce/core": "^8.23.2",
|
|
5072
5072
|
"@salesforce/kit": "^3.2.3",
|
|
5073
5073
|
"@salesforce/sf-plugins-core": "^12.2.5",
|
|
5074
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5074
|
+
"@salesforce/source-deploy-retrieve": "^12.28.0",
|
|
5075
5075
|
"@salesforce/types": "^1.5.0",
|
|
5076
5076
|
"ansis": "^3.3.2",
|
|
5077
5077
|
"fast-xml-parser": "^4.5.1",
|
|
@@ -5086,12 +5086,12 @@
|
|
|
5086
5086
|
}
|
|
5087
5087
|
},
|
|
5088
5088
|
"node_modules/@salesforce/plugin-apex": {
|
|
5089
|
-
"version": "3.8.
|
|
5090
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.8.
|
|
5091
|
-
"integrity": "sha512
|
|
5089
|
+
"version": "3.8.8",
|
|
5090
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.8.8.tgz",
|
|
5091
|
+
"integrity": "sha512-/uramab7ZbVL4UslWkV05dTToD08mjYxQcrYAgOYXvR93FNPYP31eGSW7Suz296XRaU084QYiC/KrV2+kAnmZw==",
|
|
5092
5092
|
"license": "Apache-2.0",
|
|
5093
5093
|
"dependencies": {
|
|
5094
|
-
"@salesforce/apex-node": "^8.3.
|
|
5094
|
+
"@salesforce/apex-node": "^8.3.7",
|
|
5095
5095
|
"@salesforce/core": "^8.23.4",
|
|
5096
5096
|
"@salesforce/kit": "^3.2.3",
|
|
5097
5097
|
"@salesforce/sf-plugins-core": "^12.2.5",
|
|
@@ -5352,9 +5352,9 @@
|
|
|
5352
5352
|
}
|
|
5353
5353
|
},
|
|
5354
5354
|
"node_modules/@salesforce/plugin-org": {
|
|
5355
|
-
"version": "5.9.
|
|
5356
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.
|
|
5357
|
-
"integrity": "sha512-
|
|
5355
|
+
"version": "5.9.46",
|
|
5356
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.46.tgz",
|
|
5357
|
+
"integrity": "sha512-DLXzlwm/e98kvsTWRAUx1u2DvEraTVguL9CPbA58NZdIn0DmaCwevSMadmrzf7sqegbgbt8maWMQ4wg1XruS3Q==",
|
|
5358
5358
|
"license": "Apache-2.0",
|
|
5359
5359
|
"dependencies": {
|
|
5360
5360
|
"@oclif/core": "^4.5.6",
|
|
@@ -5362,7 +5362,7 @@
|
|
|
5362
5362
|
"@salesforce/core": "^8.23.4",
|
|
5363
5363
|
"@salesforce/kit": "^3.2.4",
|
|
5364
5364
|
"@salesforce/sf-plugins-core": "^12.2.5",
|
|
5365
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5365
|
+
"@salesforce/source-deploy-retrieve": "^12.28.0",
|
|
5366
5366
|
"@salesforce/ts-types": "^2.0.12",
|
|
5367
5367
|
"ansis": "^3.16.0",
|
|
5368
5368
|
"change-case": "^5.4.4",
|
package/oclif.lock
CHANGED
|
@@ -1091,13 +1091,13 @@
|
|
|
1091
1091
|
ansi-escapes "^4.3.2"
|
|
1092
1092
|
yoctocolors-cjs "^2.1.2"
|
|
1093
1093
|
|
|
1094
|
-
"@inquirer/checkbox@^4.3.
|
|
1095
|
-
version "4.3.
|
|
1096
|
-
resolved "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.3.
|
|
1097
|
-
integrity sha512-
|
|
1094
|
+
"@inquirer/checkbox@^4.3.2":
|
|
1095
|
+
version "4.3.2"
|
|
1096
|
+
resolved "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.3.2.tgz"
|
|
1097
|
+
integrity sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==
|
|
1098
1098
|
dependencies:
|
|
1099
1099
|
"@inquirer/ansi" "^1.0.2"
|
|
1100
|
-
"@inquirer/core" "^10.3.
|
|
1100
|
+
"@inquirer/core" "^10.3.2"
|
|
1101
1101
|
"@inquirer/figures" "^1.0.15"
|
|
1102
1102
|
"@inquirer/type" "^3.0.10"
|
|
1103
1103
|
yoctocolors-cjs "^2.1.3"
|
|
@@ -1110,24 +1110,24 @@
|
|
|
1110
1110
|
"@inquirer/core" "^9.1.0"
|
|
1111
1111
|
"@inquirer/type" "^1.5.3"
|
|
1112
1112
|
|
|
1113
|
-
"@inquirer/confirm@^5.1.
|
|
1114
|
-
version "5.1.
|
|
1115
|
-
resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.
|
|
1116
|
-
integrity sha512-
|
|
1113
|
+
"@inquirer/confirm@^5.1.21":
|
|
1114
|
+
version "5.1.21"
|
|
1115
|
+
resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.21.tgz"
|
|
1116
|
+
integrity sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==
|
|
1117
1117
|
dependencies:
|
|
1118
|
-
"@inquirer/core" "^10.3.
|
|
1118
|
+
"@inquirer/core" "^10.3.2"
|
|
1119
1119
|
"@inquirer/type" "^3.0.10"
|
|
1120
1120
|
|
|
1121
|
-
"@inquirer/core@^10.3.
|
|
1122
|
-
version "10.3.
|
|
1123
|
-
resolved "https://registry.npmjs.org/@inquirer/core/-/core-10.3.
|
|
1124
|
-
integrity sha512-
|
|
1121
|
+
"@inquirer/core@^10.3.2":
|
|
1122
|
+
version "10.3.2"
|
|
1123
|
+
resolved "https://registry.npmjs.org/@inquirer/core/-/core-10.3.2.tgz"
|
|
1124
|
+
integrity sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==
|
|
1125
1125
|
dependencies:
|
|
1126
1126
|
"@inquirer/ansi" "^1.0.2"
|
|
1127
1127
|
"@inquirer/figures" "^1.0.15"
|
|
1128
1128
|
"@inquirer/type" "^3.0.10"
|
|
1129
1129
|
cli-width "^4.1.0"
|
|
1130
|
-
mute-stream "^
|
|
1130
|
+
mute-stream "^2.0.0"
|
|
1131
1131
|
signal-exit "^4.1.0"
|
|
1132
1132
|
wrap-ansi "^6.2.0"
|
|
1133
1133
|
yoctocolors-cjs "^2.1.3"
|
|
@@ -1170,21 +1170,21 @@
|
|
|
1170
1170
|
wrap-ansi "^6.2.0"
|
|
1171
1171
|
yoctocolors-cjs "^2.1.2"
|
|
1172
1172
|
|
|
1173
|
-
"@inquirer/editor@^4.2.
|
|
1174
|
-
version "4.2.
|
|
1175
|
-
resolved "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.
|
|
1176
|
-
integrity sha512-
|
|
1173
|
+
"@inquirer/editor@^4.2.23":
|
|
1174
|
+
version "4.2.23"
|
|
1175
|
+
resolved "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.23.tgz"
|
|
1176
|
+
integrity sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==
|
|
1177
1177
|
dependencies:
|
|
1178
|
-
"@inquirer/core" "^10.3.
|
|
1178
|
+
"@inquirer/core" "^10.3.2"
|
|
1179
1179
|
"@inquirer/external-editor" "^1.0.3"
|
|
1180
1180
|
"@inquirer/type" "^3.0.10"
|
|
1181
1181
|
|
|
1182
|
-
"@inquirer/expand@^4.0.
|
|
1183
|
-
version "4.0.
|
|
1184
|
-
resolved "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.
|
|
1185
|
-
integrity sha512-
|
|
1182
|
+
"@inquirer/expand@^4.0.23":
|
|
1183
|
+
version "4.0.23"
|
|
1184
|
+
resolved "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.23.tgz"
|
|
1185
|
+
integrity sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==
|
|
1186
1186
|
dependencies:
|
|
1187
|
-
"@inquirer/core" "^10.3.
|
|
1187
|
+
"@inquirer/core" "^10.3.2"
|
|
1188
1188
|
"@inquirer/type" "^3.0.10"
|
|
1189
1189
|
yoctocolors-cjs "^2.1.3"
|
|
1190
1190
|
|
|
@@ -1209,20 +1209,20 @@
|
|
|
1209
1209
|
"@inquirer/core" "^9.1.0"
|
|
1210
1210
|
"@inquirer/type" "^1.5.3"
|
|
1211
1211
|
|
|
1212
|
-
"@inquirer/input@^4.3.
|
|
1213
|
-
version "4.3.
|
|
1214
|
-
resolved "https://registry.npmjs.org/@inquirer/input/-/input-4.3.
|
|
1215
|
-
integrity sha512-
|
|
1212
|
+
"@inquirer/input@^4.3.1":
|
|
1213
|
+
version "4.3.1"
|
|
1214
|
+
resolved "https://registry.npmjs.org/@inquirer/input/-/input-4.3.1.tgz"
|
|
1215
|
+
integrity sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==
|
|
1216
1216
|
dependencies:
|
|
1217
|
-
"@inquirer/core" "^10.3.
|
|
1217
|
+
"@inquirer/core" "^10.3.2"
|
|
1218
1218
|
"@inquirer/type" "^3.0.10"
|
|
1219
1219
|
|
|
1220
|
-
"@inquirer/number@^3.0.
|
|
1221
|
-
version "3.0.
|
|
1222
|
-
resolved "https://registry.npmjs.org/@inquirer/number/-/number-3.0.
|
|
1223
|
-
integrity sha512-
|
|
1220
|
+
"@inquirer/number@^3.0.23":
|
|
1221
|
+
version "3.0.23"
|
|
1222
|
+
resolved "https://registry.npmjs.org/@inquirer/number/-/number-3.0.23.tgz"
|
|
1223
|
+
integrity sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==
|
|
1224
1224
|
dependencies:
|
|
1225
|
-
"@inquirer/core" "^10.3.
|
|
1225
|
+
"@inquirer/core" "^10.3.2"
|
|
1226
1226
|
"@inquirer/type" "^3.0.10"
|
|
1227
1227
|
|
|
1228
1228
|
"@inquirer/password@^2.2.0":
|
|
@@ -1234,46 +1234,46 @@
|
|
|
1234
1234
|
"@inquirer/type" "^1.5.3"
|
|
1235
1235
|
ansi-escapes "^4.3.2"
|
|
1236
1236
|
|
|
1237
|
-
"@inquirer/password@^4.0.
|
|
1238
|
-
version "4.0.
|
|
1239
|
-
resolved "https://registry.npmjs.org/@inquirer/password/-/password-4.0.
|
|
1240
|
-
integrity sha512-
|
|
1237
|
+
"@inquirer/password@^4.0.23":
|
|
1238
|
+
version "4.0.23"
|
|
1239
|
+
resolved "https://registry.npmjs.org/@inquirer/password/-/password-4.0.23.tgz"
|
|
1240
|
+
integrity sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==
|
|
1241
1241
|
dependencies:
|
|
1242
1242
|
"@inquirer/ansi" "^1.0.2"
|
|
1243
|
-
"@inquirer/core" "^10.3.
|
|
1243
|
+
"@inquirer/core" "^10.3.2"
|
|
1244
1244
|
"@inquirer/type" "^3.0.10"
|
|
1245
1245
|
|
|
1246
|
-
"@inquirer/prompts@^7.10.0", "@inquirer/prompts@^7.
|
|
1247
|
-
version "7.10.
|
|
1248
|
-
resolved "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.10.
|
|
1249
|
-
integrity sha512-
|
|
1250
|
-
dependencies:
|
|
1251
|
-
"@inquirer/checkbox" "^4.3.
|
|
1252
|
-
"@inquirer/confirm" "^5.1.
|
|
1253
|
-
"@inquirer/editor" "^4.2.
|
|
1254
|
-
"@inquirer/expand" "^4.0.
|
|
1255
|
-
"@inquirer/input" "^4.3.
|
|
1256
|
-
"@inquirer/number" "^3.0.
|
|
1257
|
-
"@inquirer/password" "^4.0.
|
|
1258
|
-
"@inquirer/rawlist" "^4.1.
|
|
1259
|
-
"@inquirer/search" "^3.2.
|
|
1260
|
-
"@inquirer/select" "^4.4.
|
|
1261
|
-
|
|
1262
|
-
"@inquirer/rawlist@^4.1.
|
|
1263
|
-
version "4.1.
|
|
1264
|
-
resolved "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.1.
|
|
1265
|
-
integrity sha512
|
|
1266
|
-
dependencies:
|
|
1267
|
-
"@inquirer/core" "^10.3.
|
|
1246
|
+
"@inquirer/prompts@^7.10.0", "@inquirer/prompts@^7.10.1", "@inquirer/prompts@^7.8.3":
|
|
1247
|
+
version "7.10.1"
|
|
1248
|
+
resolved "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.10.1.tgz"
|
|
1249
|
+
integrity sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg==
|
|
1250
|
+
dependencies:
|
|
1251
|
+
"@inquirer/checkbox" "^4.3.2"
|
|
1252
|
+
"@inquirer/confirm" "^5.1.21"
|
|
1253
|
+
"@inquirer/editor" "^4.2.23"
|
|
1254
|
+
"@inquirer/expand" "^4.0.23"
|
|
1255
|
+
"@inquirer/input" "^4.3.1"
|
|
1256
|
+
"@inquirer/number" "^3.0.23"
|
|
1257
|
+
"@inquirer/password" "^4.0.23"
|
|
1258
|
+
"@inquirer/rawlist" "^4.1.11"
|
|
1259
|
+
"@inquirer/search" "^3.2.2"
|
|
1260
|
+
"@inquirer/select" "^4.4.2"
|
|
1261
|
+
|
|
1262
|
+
"@inquirer/rawlist@^4.1.11":
|
|
1263
|
+
version "4.1.11"
|
|
1264
|
+
resolved "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.1.11.tgz"
|
|
1265
|
+
integrity sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==
|
|
1266
|
+
dependencies:
|
|
1267
|
+
"@inquirer/core" "^10.3.2"
|
|
1268
1268
|
"@inquirer/type" "^3.0.10"
|
|
1269
1269
|
yoctocolors-cjs "^2.1.3"
|
|
1270
1270
|
|
|
1271
|
-
"@inquirer/search@^3.2.
|
|
1272
|
-
version "3.2.
|
|
1273
|
-
resolved "https://registry.npmjs.org/@inquirer/search/-/search-3.2.
|
|
1274
|
-
integrity sha512-
|
|
1271
|
+
"@inquirer/search@^3.2.2":
|
|
1272
|
+
version "3.2.2"
|
|
1273
|
+
resolved "https://registry.npmjs.org/@inquirer/search/-/search-3.2.2.tgz"
|
|
1274
|
+
integrity sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==
|
|
1275
1275
|
dependencies:
|
|
1276
|
-
"@inquirer/core" "^10.3.
|
|
1276
|
+
"@inquirer/core" "^10.3.2"
|
|
1277
1277
|
"@inquirer/figures" "^1.0.15"
|
|
1278
1278
|
"@inquirer/type" "^3.0.10"
|
|
1279
1279
|
yoctocolors-cjs "^2.1.3"
|
|
@@ -1289,13 +1289,13 @@
|
|
|
1289
1289
|
ansi-escapes "^4.3.2"
|
|
1290
1290
|
yoctocolors-cjs "^2.1.2"
|
|
1291
1291
|
|
|
1292
|
-
"@inquirer/select@^4.4.
|
|
1293
|
-
version "4.4.
|
|
1294
|
-
resolved "https://registry.npmjs.org/@inquirer/select/-/select-4.4.
|
|
1295
|
-
integrity sha512-
|
|
1292
|
+
"@inquirer/select@^4.4.2":
|
|
1293
|
+
version "4.4.2"
|
|
1294
|
+
resolved "https://registry.npmjs.org/@inquirer/select/-/select-4.4.2.tgz"
|
|
1295
|
+
integrity sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==
|
|
1296
1296
|
dependencies:
|
|
1297
1297
|
"@inquirer/ansi" "^1.0.2"
|
|
1298
|
-
"@inquirer/core" "^10.3.
|
|
1298
|
+
"@inquirer/core" "^10.3.2"
|
|
1299
1299
|
"@inquirer/figures" "^1.0.15"
|
|
1300
1300
|
"@inquirer/type" "^3.0.10"
|
|
1301
1301
|
yoctocolors-cjs "^2.1.3"
|
|
@@ -1734,12 +1734,12 @@
|
|
|
1734
1734
|
dependencies:
|
|
1735
1735
|
"@oclif/core" "^4"
|
|
1736
1736
|
|
|
1737
|
-
"@oclif/plugin-not-found@^3.2.71", "@oclif/plugin-not-found@3.2.
|
|
1738
|
-
version "3.2.
|
|
1739
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
1740
|
-
integrity sha512-
|
|
1737
|
+
"@oclif/plugin-not-found@^3.2.71", "@oclif/plugin-not-found@3.2.73":
|
|
1738
|
+
version "3.2.73"
|
|
1739
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.73.tgz"
|
|
1740
|
+
integrity sha512-2bQieTGI9XNFe9hKmXQjJmHV5rZw+yn7Rud1+C5uLEo8GaT89KZbiLTJgL35tGILahy/cB6+WAs812wjw7TK6w==
|
|
1741
1741
|
dependencies:
|
|
1742
|
-
"@inquirer/prompts" "^7.
|
|
1742
|
+
"@inquirer/prompts" "^7.10.1"
|
|
1743
1743
|
"@oclif/core" "^4.8.0"
|
|
1744
1744
|
ansis "^3.17.0"
|
|
1745
1745
|
fast-levenshtein "^3.0.0"
|
|
@@ -1770,14 +1770,14 @@
|
|
|
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.16":
|
|
1774
|
+
version "4.7.16"
|
|
1775
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.16.tgz"
|
|
1776
|
+
integrity sha512-/6qjxIccIv26s0BnsibRVCb5c/N46XFWOZAZPhOxG2SglQka7vsCOhEHzwIS9hqAD+WCqWRKUJnIV0rbhwjW6A==
|
|
1777
1777
|
dependencies:
|
|
1778
1778
|
"@inquirer/select" "^2.5.0"
|
|
1779
1779
|
"@oclif/core" "^4"
|
|
1780
|
-
"@oclif/table" "^0.5.
|
|
1780
|
+
"@oclif/table" "^0.5.1"
|
|
1781
1781
|
ansis "^3.17.0"
|
|
1782
1782
|
debug "^4.4.1"
|
|
1783
1783
|
filesize "^6.1.0"
|
|
@@ -1814,10 +1814,10 @@
|
|
|
1814
1814
|
"@oclif/core" "^4"
|
|
1815
1815
|
ansis "^3.17.0"
|
|
1816
1816
|
|
|
1817
|
-
"@oclif/table@^0.5.0":
|
|
1818
|
-
version "0.5.
|
|
1819
|
-
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.5.
|
|
1820
|
-
integrity sha512-
|
|
1817
|
+
"@oclif/table@^0.5.0", "@oclif/table@^0.5.1":
|
|
1818
|
+
version "0.5.1"
|
|
1819
|
+
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.5.1.tgz"
|
|
1820
|
+
integrity sha512-k/68jl8SqJEGh+SgUYS93GK+G+EIWENuQQfJgdQBP+DP7G3evGRbe9ajdSVaL5ldMOfgZ4se4mfrEkiEVIiVvQ==
|
|
1821
1821
|
dependencies:
|
|
1822
1822
|
"@types/react" "^18.3.12"
|
|
1823
1823
|
change-case "^5.4.4"
|
|
@@ -2054,10 +2054,10 @@
|
|
|
2054
2054
|
nock "^13.5.6"
|
|
2055
2055
|
yaml "^2.8.1"
|
|
2056
2056
|
|
|
2057
|
-
"@salesforce/apex-node@^8.3.5", "@salesforce/apex-node@^8.3.
|
|
2058
|
-
version "8.3.
|
|
2059
|
-
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.3.
|
|
2060
|
-
integrity sha512-
|
|
2057
|
+
"@salesforce/apex-node@^8.3.5", "@salesforce/apex-node@^8.3.7":
|
|
2058
|
+
version "8.3.7"
|
|
2059
|
+
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.3.7.tgz"
|
|
2060
|
+
integrity sha512-Nwyza/zw8JOeCE+nC07zpKQT5Z1hLxVxsVlT4Xd6uq7Oj3GnhTDCXy201vxjRATPySulPyj/KpCQxYliO+H3fw==
|
|
2061
2061
|
dependencies:
|
|
2062
2062
|
"@salesforce/core" "^8.23.4"
|
|
2063
2063
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -2085,10 +2085,10 @@
|
|
|
2085
2085
|
strip-ansi "6.0.1"
|
|
2086
2086
|
ts-retry-promise "^0.8.1"
|
|
2087
2087
|
|
|
2088
|
-
"@salesforce/core@^8.18.1", "@salesforce/core@^8.18.7", "@salesforce/core@^8.19.1", "@salesforce/core@^8.23.2", "@salesforce/core@^8.23.3", "@salesforce/core@^8.23.4", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.5", "@salesforce/core
|
|
2089
|
-
version "8.23.
|
|
2090
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.23.
|
|
2091
|
-
integrity sha512
|
|
2088
|
+
"@salesforce/core@^8.18.1", "@salesforce/core@^8.18.7", "@salesforce/core@^8.19.1", "@salesforce/core@^8.23.2", "@salesforce/core@^8.23.3", "@salesforce/core@^8.23.4", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.5", "@salesforce/core@8.23.4", "@salesforce/core@8.23.5-dev.0":
|
|
2089
|
+
version "8.23.5-dev.0"
|
|
2090
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.23.5-dev.0.tgz"
|
|
2091
|
+
integrity sha512-56sRufwkXQ/NdVPTGNbjfUpapHBprYJlr/RmVCKvajAHS4aV+/llZGWvtJBiDCrRHz+Vhsq2IKBAtigOt5LMeg==
|
|
2092
2092
|
dependencies:
|
|
2093
2093
|
"@jsforce/jsforce-node" "^3.10.8"
|
|
2094
2094
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -2182,12 +2182,12 @@
|
|
|
2182
2182
|
jszip "^3.10.1"
|
|
2183
2183
|
object-treeify "^2"
|
|
2184
2184
|
|
|
2185
|
-
"@salesforce/plugin-agent@1.24.
|
|
2186
|
-
version "1.24.
|
|
2187
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.24.
|
|
2188
|
-
integrity sha512-
|
|
2185
|
+
"@salesforce/plugin-agent@1.24.29":
|
|
2186
|
+
version "1.24.29"
|
|
2187
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.24.29.tgz"
|
|
2188
|
+
integrity sha512-M/g0yx85QBM0yYpzCz9AB4g/NPoarjxfkDP4T/ZKvUM8BkBXLGoNxv1LdFyE/ukcBmv3BJT5s1+cu7M49WBkqA==
|
|
2189
2189
|
dependencies:
|
|
2190
|
-
"@inquirer/core" "^10.3.
|
|
2190
|
+
"@inquirer/core" "^10.3.2"
|
|
2191
2191
|
"@inquirer/prompts" "^7.10.0"
|
|
2192
2192
|
"@oclif/core" "^4"
|
|
2193
2193
|
"@oclif/multi-stage-output" "^0.8.28"
|
|
@@ -2195,7 +2195,7 @@
|
|
|
2195
2195
|
"@salesforce/core" "^8.23.2"
|
|
2196
2196
|
"@salesforce/kit" "^3.2.3"
|
|
2197
2197
|
"@salesforce/sf-plugins-core" "^12.2.5"
|
|
2198
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2198
|
+
"@salesforce/source-deploy-retrieve" "^12.28.0"
|
|
2199
2199
|
"@salesforce/types" "^1.5.0"
|
|
2200
2200
|
ansis "^3.3.2"
|
|
2201
2201
|
fast-xml-parser "^4.5.1"
|
|
@@ -2205,12 +2205,12 @@
|
|
|
2205
2205
|
react "^18.3.1"
|
|
2206
2206
|
yaml "^2.8.1"
|
|
2207
2207
|
|
|
2208
|
-
"@salesforce/plugin-apex@3.8.
|
|
2209
|
-
version "3.8.
|
|
2210
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.8.
|
|
2211
|
-
integrity sha512
|
|
2208
|
+
"@salesforce/plugin-apex@3.8.8":
|
|
2209
|
+
version "3.8.8"
|
|
2210
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.8.8.tgz"
|
|
2211
|
+
integrity sha512-/uramab7ZbVL4UslWkV05dTToD08mjYxQcrYAgOYXvR93FNPYP31eGSW7Suz296XRaU084QYiC/KrV2+kAnmZw==
|
|
2212
2212
|
dependencies:
|
|
2213
|
-
"@salesforce/apex-node" "^8.3.
|
|
2213
|
+
"@salesforce/apex-node" "^8.3.7"
|
|
2214
2214
|
"@salesforce/core" "^8.23.4"
|
|
2215
2215
|
"@salesforce/kit" "^3.2.3"
|
|
2216
2216
|
"@salesforce/sf-plugins-core" "^12.2.5"
|
|
@@ -2334,17 +2334,17 @@
|
|
|
2334
2334
|
got "^13.0.0"
|
|
2335
2335
|
proxy-agent "^6.4.0"
|
|
2336
2336
|
|
|
2337
|
-
"@salesforce/plugin-org@5.9.
|
|
2338
|
-
version "5.9.
|
|
2339
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.
|
|
2340
|
-
integrity sha512-
|
|
2337
|
+
"@salesforce/plugin-org@5.9.46":
|
|
2338
|
+
version "5.9.46"
|
|
2339
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.46.tgz"
|
|
2340
|
+
integrity sha512-DLXzlwm/e98kvsTWRAUx1u2DvEraTVguL9CPbA58NZdIn0DmaCwevSMadmrzf7sqegbgbt8maWMQ4wg1XruS3Q==
|
|
2341
2341
|
dependencies:
|
|
2342
2342
|
"@oclif/core" "^4.5.6"
|
|
2343
2343
|
"@oclif/multi-stage-output" "^0.8.28"
|
|
2344
2344
|
"@salesforce/core" "^8.23.4"
|
|
2345
2345
|
"@salesforce/kit" "^3.2.4"
|
|
2346
2346
|
"@salesforce/sf-plugins-core" "^12.2.5"
|
|
2347
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2347
|
+
"@salesforce/source-deploy-retrieve" "^12.28.0"
|
|
2348
2348
|
"@salesforce/ts-types" "^2.0.12"
|
|
2349
2349
|
ansis "^3.16.0"
|
|
2350
2350
|
change-case "^5.4.4"
|
|
@@ -2520,7 +2520,7 @@
|
|
|
2520
2520
|
cli-progress "^3.12.0"
|
|
2521
2521
|
terminal-link "^3.0.0"
|
|
2522
2522
|
|
|
2523
|
-
"@salesforce/source-deploy-retrieve@^12.22.2", "@salesforce/source-deploy-retrieve@^12.24.0", "@salesforce/source-deploy-retrieve@^12.26.
|
|
2523
|
+
"@salesforce/source-deploy-retrieve@^12.22.2", "@salesforce/source-deploy-retrieve@^12.24.0", "@salesforce/source-deploy-retrieve@^12.26.1", "@salesforce/source-deploy-retrieve@^12.28.0":
|
|
2524
2524
|
version "12.28.0"
|
|
2525
2525
|
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.28.0.tgz"
|
|
2526
2526
|
integrity sha512-JhMS0NBo1aHvsDTA+XJPdDTQy7r2xqLb1+43s6a/VPlrLOrqnTHIOdEqCMPye/srcz6gCShMhwe2hFL8ZFq+IQ==
|
|
@@ -8593,11 +8593,6 @@ mute-stream@^2.0.0:
|
|
|
8593
8593
|
resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz"
|
|
8594
8594
|
integrity sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==
|
|
8595
8595
|
|
|
8596
|
-
mute-stream@^3.0.0:
|
|
8597
|
-
version "3.0.0"
|
|
8598
|
-
resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-3.0.0.tgz"
|
|
8599
|
-
integrity sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==
|
|
8600
|
-
|
|
8601
8596
|
natural-compare@^1.4.0:
|
|
8602
8597
|
version "1.4.0"
|
|
8603
8598
|
resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.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.114.
|
|
4
|
+
"version": "2.114.5-dev.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -148,17 +148,17 @@
|
|
|
148
148
|
"@oclif/plugin-autocomplete": "3.2.39",
|
|
149
149
|
"@oclif/plugin-commands": "4.1.37",
|
|
150
150
|
"@oclif/plugin-help": "6.2.36",
|
|
151
|
-
"@oclif/plugin-not-found": "3.2.
|
|
151
|
+
"@oclif/plugin-not-found": "3.2.73",
|
|
152
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.16",
|
|
155
155
|
"@oclif/plugin-version": "2.2.36",
|
|
156
156
|
"@oclif/plugin-warn-if-update-available": "3.1.53",
|
|
157
157
|
"@oclif/plugin-which": "3.2.42",
|
|
158
|
-
"@salesforce/core": "
|
|
158
|
+
"@salesforce/core": "8.23.5-dev.0",
|
|
159
159
|
"@salesforce/kit": "^3.1.6",
|
|
160
|
-
"@salesforce/plugin-agent": "1.24.
|
|
161
|
-
"@salesforce/plugin-apex": "3.8.
|
|
160
|
+
"@salesforce/plugin-agent": "1.24.29",
|
|
161
|
+
"@salesforce/plugin-apex": "3.8.8",
|
|
162
162
|
"@salesforce/plugin-api": "1.3.3",
|
|
163
163
|
"@salesforce/plugin-auth": "3.9.19",
|
|
164
164
|
"@salesforce/plugin-data": "4.0.62",
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"@salesforce/plugin-info": "3.4.96",
|
|
167
167
|
"@salesforce/plugin-limits": "3.3.71",
|
|
168
168
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
169
|
-
"@salesforce/plugin-org": "5.9.
|
|
169
|
+
"@salesforce/plugin-org": "5.9.46",
|
|
170
170
|
"@salesforce/plugin-packaging": "2.23.3",
|
|
171
171
|
"@salesforce/plugin-schema": "3.3.88",
|
|
172
172
|
"@salesforce/plugin-settings": "2.4.51",
|
|
@@ -211,7 +211,8 @@
|
|
|
211
211
|
"@salesforce/plugin-user"
|
|
212
212
|
],
|
|
213
213
|
"resolutions": {
|
|
214
|
-
"@salesforce/schemas": "1.10.3"
|
|
214
|
+
"@salesforce/schemas": "1.10.3",
|
|
215
|
+
"@salesforce/core": "8.23.5-dev.0"
|
|
215
216
|
},
|
|
216
217
|
"repository": "salesforcecli/cli",
|
|
217
218
|
"scripts": {
|