@salesforce/cli 2.74.5 → 2.74.6
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 +35 -35
- package/npm-shrinkwrap.json +63 -237
- package/oclif.lock +56 -92
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.74.
|
|
27
|
+
@salesforce/cli/2.74.6 linux-x64 node-v22.12.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -914,7 +914,7 @@ EXAMPLES
|
|
|
914
914
|
$ sf api request graphql --body example.txt --stream-to-file output.txt --include
|
|
915
915
|
```
|
|
916
916
|
|
|
917
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
917
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.3/src/commands/api/request/graphql.ts)_
|
|
918
918
|
|
|
919
919
|
## `sf api request rest [URL]`
|
|
920
920
|
|
|
@@ -1023,7 +1023,7 @@ FLAG DESCRIPTIONS
|
|
|
1023
1023
|
https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
|
|
1024
1024
|
```
|
|
1025
1025
|
|
|
1026
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
1026
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.3/src/commands/api/request/rest.ts)_
|
|
1027
1027
|
|
|
1028
1028
|
## `sf autocomplete [SHELL]`
|
|
1029
1029
|
|
|
@@ -3200,7 +3200,7 @@ FLAG DESCRIPTIONS
|
|
|
3200
3200
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3201
3201
|
```
|
|
3202
3202
|
|
|
3203
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3203
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/create/sandbox.ts)_
|
|
3204
3204
|
|
|
3205
3205
|
## `sf org create scratch`
|
|
3206
3206
|
|
|
@@ -3354,7 +3354,7 @@ FLAG DESCRIPTIONS
|
|
|
3354
3354
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3355
3355
|
```
|
|
3356
3356
|
|
|
3357
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3357
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/create/scratch.ts)_
|
|
3358
3358
|
|
|
3359
3359
|
## `sf org create user`
|
|
3360
3360
|
|
|
@@ -3508,7 +3508,7 @@ EXAMPLES
|
|
|
3508
3508
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
3509
3509
|
```
|
|
3510
3510
|
|
|
3511
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3511
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/delete/sandbox.ts)_
|
|
3512
3512
|
|
|
3513
3513
|
## `sf org delete scratch`
|
|
3514
3514
|
|
|
@@ -3552,7 +3552,7 @@ EXAMPLES
|
|
|
3552
3552
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3553
3553
|
```
|
|
3554
3554
|
|
|
3555
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3555
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/delete/scratch.ts)_
|
|
3556
3556
|
|
|
3557
3557
|
## `sf org disable tracking`
|
|
3558
3558
|
|
|
@@ -3591,7 +3591,7 @@ EXAMPLES
|
|
|
3591
3591
|
$ sf org disable tracking
|
|
3592
3592
|
```
|
|
3593
3593
|
|
|
3594
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3594
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/disable/tracking.ts)_
|
|
3595
3595
|
|
|
3596
3596
|
## `sf org display`
|
|
3597
3597
|
|
|
@@ -3636,7 +3636,7 @@ EXAMPLES
|
|
|
3636
3636
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3637
3637
|
```
|
|
3638
3638
|
|
|
3639
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3639
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/display.ts)_
|
|
3640
3640
|
|
|
3641
3641
|
## `sf org display user`
|
|
3642
3642
|
|
|
@@ -3717,7 +3717,7 @@ EXAMPLES
|
|
|
3717
3717
|
$ sf org enable tracking
|
|
3718
3718
|
```
|
|
3719
3719
|
|
|
3720
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3720
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/enable/tracking.ts)_
|
|
3721
3721
|
|
|
3722
3722
|
## `sf org generate password`
|
|
3723
3723
|
|
|
@@ -3823,7 +3823,7 @@ EXAMPLES
|
|
|
3823
3823
|
$ sf org list --clean
|
|
3824
3824
|
```
|
|
3825
3825
|
|
|
3826
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3826
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/list.ts)_
|
|
3827
3827
|
|
|
3828
3828
|
## `sf org list auth`
|
|
3829
3829
|
|
|
@@ -3962,7 +3962,7 @@ FLAG DESCRIPTIONS
|
|
|
3962
3962
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3963
3963
|
```
|
|
3964
3964
|
|
|
3965
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3965
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/list/metadata.ts)_
|
|
3966
3966
|
|
|
3967
3967
|
## `sf org list metadata-types`
|
|
3968
3968
|
|
|
@@ -4017,7 +4017,7 @@ FLAG DESCRIPTIONS
|
|
|
4017
4017
|
Override the api version used for api requests made by this command
|
|
4018
4018
|
```
|
|
4019
4019
|
|
|
4020
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4020
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/list/metadata-types.ts)_
|
|
4021
4021
|
|
|
4022
4022
|
## `sf org list sobject record-counts`
|
|
4023
4023
|
|
|
@@ -4600,7 +4600,7 @@ EXAMPLES
|
|
|
4600
4600
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
4601
4601
|
```
|
|
4602
4602
|
|
|
4603
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4603
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/open.ts)_
|
|
4604
4604
|
|
|
4605
4605
|
## `sf org open agent`
|
|
4606
4606
|
|
|
@@ -4651,7 +4651,7 @@ EXAMPLES
|
|
|
4651
4651
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
4652
4652
|
```
|
|
4653
4653
|
|
|
4654
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4654
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/open/agent.ts)_
|
|
4655
4655
|
|
|
4656
4656
|
## `sf org refresh sandbox`
|
|
4657
4657
|
|
|
@@ -4728,7 +4728,7 @@ FLAG DESCRIPTIONS
|
|
|
4728
4728
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4729
4729
|
```
|
|
4730
4730
|
|
|
4731
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4731
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/refresh/sandbox.ts)_
|
|
4732
4732
|
|
|
4733
4733
|
## `sf org resume sandbox`
|
|
4734
4734
|
|
|
@@ -4791,7 +4791,7 @@ FLAG DESCRIPTIONS
|
|
|
4791
4791
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4792
4792
|
```
|
|
4793
4793
|
|
|
4794
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4794
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/resume/sandbox.ts)_
|
|
4795
4795
|
|
|
4796
4796
|
## `sf org resume scratch`
|
|
4797
4797
|
|
|
@@ -4838,7 +4838,7 @@ FLAG DESCRIPTIONS
|
|
|
4838
4838
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4839
4839
|
```
|
|
4840
4840
|
|
|
4841
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4841
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/resume/scratch.ts)_
|
|
4842
4842
|
|
|
4843
4843
|
## `sf package create`
|
|
4844
4844
|
|
|
@@ -6363,7 +6363,7 @@ FLAG DESCRIPTIONS
|
|
|
6363
6363
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6364
6364
|
```
|
|
6365
6365
|
|
|
6366
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
6366
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7/src/commands/project/convert/mdapi.ts)_
|
|
6367
6367
|
|
|
6368
6368
|
## `sf project convert source`
|
|
6369
6369
|
|
|
@@ -6436,7 +6436,7 @@ FLAG DESCRIPTIONS
|
|
|
6436
6436
|
Override the api version used for api requests made by this command
|
|
6437
6437
|
```
|
|
6438
6438
|
|
|
6439
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
6439
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7/src/commands/project/convert/source.ts)_
|
|
6440
6440
|
|
|
6441
6441
|
## `sf project convert source-behavior`
|
|
6442
6442
|
|
|
@@ -6494,7 +6494,7 @@ EXAMPLES
|
|
|
6494
6494
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
6495
6495
|
```
|
|
6496
6496
|
|
|
6497
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
6497
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7/src/commands/project/convert/source-behavior.ts)_
|
|
6498
6498
|
|
|
6499
6499
|
## `sf project delete source`
|
|
6500
6500
|
|
|
@@ -6634,7 +6634,7 @@ FLAG DESCRIPTIONS
|
|
|
6634
6634
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6635
6635
|
```
|
|
6636
6636
|
|
|
6637
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
6637
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7/src/commands/project/delete/source.ts)_
|
|
6638
6638
|
|
|
6639
6639
|
## `sf project delete tracking`
|
|
6640
6640
|
|
|
@@ -6671,7 +6671,7 @@ EXAMPLES
|
|
|
6671
6671
|
$ sf project delete tracking --target-org my-scratch
|
|
6672
6672
|
```
|
|
6673
6673
|
|
|
6674
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
6674
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7/src/commands/project/delete/tracking.ts)_
|
|
6675
6675
|
|
|
6676
6676
|
## `sf project deploy cancel`
|
|
6677
6677
|
|
|
@@ -6743,7 +6743,7 @@ FLAG DESCRIPTIONS
|
|
|
6743
6743
|
project deploy report".
|
|
6744
6744
|
```
|
|
6745
6745
|
|
|
6746
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
6746
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7/src/commands/project/deploy/cancel.ts)_
|
|
6747
6747
|
|
|
6748
6748
|
## `sf project deploy preview`
|
|
6749
6749
|
|
|
@@ -6826,7 +6826,7 @@ FLAG DESCRIPTIONS
|
|
|
6826
6826
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6827
6827
|
```
|
|
6828
6828
|
|
|
6829
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
6829
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7/src/commands/project/deploy/preview.ts)_
|
|
6830
6830
|
|
|
6831
6831
|
## `sf project deploy quick`
|
|
6832
6832
|
|
|
@@ -6919,7 +6919,7 @@ ERROR CODES
|
|
|
6919
6919
|
Canceling (69) The deploy is being canceled.
|
|
6920
6920
|
```
|
|
6921
6921
|
|
|
6922
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
6922
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7/src/commands/project/deploy/quick.ts)_
|
|
6923
6923
|
|
|
6924
6924
|
## `sf project deploy report`
|
|
6925
6925
|
|
|
@@ -7011,7 +7011,7 @@ FLAG DESCRIPTIONS
|
|
|
7011
7011
|
--coverage-formatters lcov --coverage-formatters clover
|
|
7012
7012
|
```
|
|
7013
7013
|
|
|
7014
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
7014
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7/src/commands/project/deploy/report.ts)_
|
|
7015
7015
|
|
|
7016
7016
|
## `sf project deploy resume`
|
|
7017
7017
|
|
|
@@ -7108,7 +7108,7 @@ ERROR CODES
|
|
|
7108
7108
|
Canceling (69) The deploy is being canceled.
|
|
7109
7109
|
```
|
|
7110
7110
|
|
|
7111
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
7111
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7/src/commands/project/deploy/resume.ts)_
|
|
7112
7112
|
|
|
7113
7113
|
## `sf project deploy start`
|
|
7114
7114
|
|
|
@@ -7361,7 +7361,7 @@ ERROR CODES
|
|
|
7361
7361
|
Canceling (69) The deploy is being canceled.
|
|
7362
7362
|
```
|
|
7363
7363
|
|
|
7364
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
7364
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7/src/commands/project/deploy/start.ts)_
|
|
7365
7365
|
|
|
7366
7366
|
## `sf project deploy validate`
|
|
7367
7367
|
|
|
@@ -7551,7 +7551,7 @@ ERROR CODES
|
|
|
7551
7551
|
Canceling (69) The deploy is being canceled.
|
|
7552
7552
|
```
|
|
7553
7553
|
|
|
7554
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
7554
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7/src/commands/project/deploy/validate.ts)_
|
|
7555
7555
|
|
|
7556
7556
|
## `sf project generate`
|
|
7557
7557
|
|
|
@@ -7752,7 +7752,7 @@ EXAMPLES
|
|
|
7752
7752
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
7753
7753
|
```
|
|
7754
7754
|
|
|
7755
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
7755
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7/src/commands/project/generate/manifest.ts)_
|
|
7756
7756
|
|
|
7757
7757
|
## `sf project list ignored`
|
|
7758
7758
|
|
|
@@ -7794,7 +7794,7 @@ EXAMPLES
|
|
|
7794
7794
|
$ sf project list ignored --source-dir package.xml
|
|
7795
7795
|
```
|
|
7796
7796
|
|
|
7797
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
7797
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7/src/commands/project/list/ignored.ts)_
|
|
7798
7798
|
|
|
7799
7799
|
## `sf project reset tracking`
|
|
7800
7800
|
|
|
@@ -7843,7 +7843,7 @@ EXAMPLES
|
|
|
7843
7843
|
$ sf project reset tracking --revision 30
|
|
7844
7844
|
```
|
|
7845
7845
|
|
|
7846
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
7846
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7/src/commands/project/reset/tracking.ts)_
|
|
7847
7847
|
|
|
7848
7848
|
## `sf project retrieve preview`
|
|
7849
7849
|
|
|
@@ -7897,7 +7897,7 @@ FLAG DESCRIPTIONS
|
|
|
7897
7897
|
production orgs.
|
|
7898
7898
|
```
|
|
7899
7899
|
|
|
7900
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
7900
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7/src/commands/project/retrieve/preview.ts)_
|
|
7901
7901
|
|
|
7902
7902
|
## `sf project retrieve start`
|
|
7903
7903
|
|
|
@@ -8074,7 +8074,7 @@ ENVIRONMENT VARIABLES
|
|
|
8074
8074
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
8075
8075
|
```
|
|
8076
8076
|
|
|
8077
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
8077
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7/src/commands/project/retrieve/start.ts)_
|
|
8078
8078
|
|
|
8079
8079
|
## `sf schema generate field`
|
|
8080
8080
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.74.
|
|
3
|
+
"version": "2.74.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.74.
|
|
9
|
+
"version": "2.74.6",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.2.
|
|
14
|
+
"@oclif/core": "4.2.4",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.18",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.17",
|
|
17
17
|
"@oclif/plugin-help": "6.2.22",
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
"@salesforce/core": "^8.2.3",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.6.8",
|
|
28
|
-
"@salesforce/plugin-api": "1.3.
|
|
28
|
+
"@salesforce/plugin-api": "1.3.3",
|
|
29
29
|
"@salesforce/plugin-auth": "3.6.87",
|
|
30
30
|
"@salesforce/plugin-data": "4.0.1",
|
|
31
|
-
"@salesforce/plugin-deploy-retrieve": "3.17.
|
|
31
|
+
"@salesforce/plugin-deploy-retrieve": "3.17.7",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.32",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.44",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
35
|
-
"@salesforce/plugin-org": "5.2.
|
|
35
|
+
"@salesforce/plugin-org": "5.2.23",
|
|
36
36
|
"@salesforce/plugin-packaging": "2.9.12",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.46",
|
|
38
38
|
"@salesforce/plugin-settings": "2.4.10",
|
|
@@ -4614,13 +4614,13 @@
|
|
|
4614
4614
|
}
|
|
4615
4615
|
},
|
|
4616
4616
|
"node_modules/@oclif/core": {
|
|
4617
|
-
"version": "4.2.
|
|
4618
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
|
4619
|
-
"integrity": "sha512-
|
|
4617
|
+
"version": "4.2.4",
|
|
4618
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.4.tgz",
|
|
4619
|
+
"integrity": "sha512-JDqdhX6fBbijY3ouubfmX7yFBXy95YSpiAVk0TAaXXCoSqoo/2WMcV2Ufv2V+8zriafPU/rvKgI+ZE07/7HwfQ==",
|
|
4620
4620
|
"license": "MIT",
|
|
4621
4621
|
"dependencies": {
|
|
4622
4622
|
"ansi-escapes": "^4.3.2",
|
|
4623
|
-
"ansis": "^3.
|
|
4623
|
+
"ansis": "^3.9.0",
|
|
4624
4624
|
"clean-stack": "^3.0.1",
|
|
4625
4625
|
"cli-spinners": "^2.9.2",
|
|
4626
4626
|
"debug": "^4.4.0",
|
|
@@ -4684,18 +4684,6 @@
|
|
|
4684
4684
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4685
4685
|
}
|
|
4686
4686
|
},
|
|
4687
|
-
"node_modules/@oclif/core/node_modules/widest-line": {
|
|
4688
|
-
"version": "3.1.0",
|
|
4689
|
-
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz",
|
|
4690
|
-
"integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==",
|
|
4691
|
-
"license": "MIT",
|
|
4692
|
-
"dependencies": {
|
|
4693
|
-
"string-width": "^4.0.0"
|
|
4694
|
-
},
|
|
4695
|
-
"engines": {
|
|
4696
|
-
"node": ">=8"
|
|
4697
|
-
}
|
|
4698
|
-
},
|
|
4699
4687
|
"node_modules/@oclif/core/node_modules/wrap-ansi": {
|
|
4700
4688
|
"version": "7.0.0",
|
|
4701
4689
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
@@ -4714,16 +4702,16 @@
|
|
|
4714
4702
|
}
|
|
4715
4703
|
},
|
|
4716
4704
|
"node_modules/@oclif/multi-stage-output": {
|
|
4717
|
-
"version": "0.8.
|
|
4718
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
4719
|
-
"integrity": "sha512
|
|
4705
|
+
"version": "0.8.5",
|
|
4706
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.5.tgz",
|
|
4707
|
+
"integrity": "sha512-+iv4cK8WRJbLNL5f7gLU+tvqbReDofpG0qNss6tbJDbQUK3YmyEWrE2DnMPi7afJW6iwoG/uOwFRTs+9TpGg1A==",
|
|
4720
4708
|
"license": "MIT",
|
|
4721
4709
|
"dependencies": {
|
|
4722
4710
|
"@oclif/core": "^4",
|
|
4723
4711
|
"@types/react": "^18.3.12",
|
|
4724
4712
|
"cli-spinners": "^2",
|
|
4725
4713
|
"figures": "^6.1.0",
|
|
4726
|
-
"ink": "
|
|
4714
|
+
"ink": "5.0.1",
|
|
4727
4715
|
"react": "^18.3.1",
|
|
4728
4716
|
"wrap-ansi": "^9.0.0"
|
|
4729
4717
|
},
|
|
@@ -4731,21 +4719,6 @@
|
|
|
4731
4719
|
"node": ">=18.0.0"
|
|
4732
4720
|
}
|
|
4733
4721
|
},
|
|
4734
|
-
"node_modules/@oclif/multi-stage-output/node_modules/ansi-escapes": {
|
|
4735
|
-
"version": "7.0.0",
|
|
4736
|
-
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz",
|
|
4737
|
-
"integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==",
|
|
4738
|
-
"license": "MIT",
|
|
4739
|
-
"dependencies": {
|
|
4740
|
-
"environment": "^1.0.0"
|
|
4741
|
-
},
|
|
4742
|
-
"engines": {
|
|
4743
|
-
"node": ">=18"
|
|
4744
|
-
},
|
|
4745
|
-
"funding": {
|
|
4746
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4747
|
-
}
|
|
4748
|
-
},
|
|
4749
4722
|
"node_modules/@oclif/multi-stage-output/node_modules/ansi-regex": {
|
|
4750
4723
|
"version": "6.0.1",
|
|
4751
4724
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
@@ -4758,18 +4731,6 @@
|
|
|
4758
4731
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4759
4732
|
}
|
|
4760
4733
|
},
|
|
4761
|
-
"node_modules/@oclif/multi-stage-output/node_modules/chalk": {
|
|
4762
|
-
"version": "5.4.1",
|
|
4763
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
|
|
4764
|
-
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
|
|
4765
|
-
"license": "MIT",
|
|
4766
|
-
"engines": {
|
|
4767
|
-
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
4768
|
-
},
|
|
4769
|
-
"funding": {
|
|
4770
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4771
|
-
}
|
|
4772
|
-
},
|
|
4773
4734
|
"node_modules/@oclif/multi-stage-output/node_modules/emoji-regex": {
|
|
4774
4735
|
"version": "10.3.0",
|
|
4775
4736
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
@@ -4791,81 +4752,6 @@
|
|
|
4791
4752
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4792
4753
|
}
|
|
4793
4754
|
},
|
|
4794
|
-
"node_modules/@oclif/multi-stage-output/node_modules/indent-string": {
|
|
4795
|
-
"version": "5.0.0",
|
|
4796
|
-
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
|
|
4797
|
-
"integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==",
|
|
4798
|
-
"license": "MIT",
|
|
4799
|
-
"engines": {
|
|
4800
|
-
"node": ">=12"
|
|
4801
|
-
},
|
|
4802
|
-
"funding": {
|
|
4803
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4804
|
-
}
|
|
4805
|
-
},
|
|
4806
|
-
"node_modules/@oclif/multi-stage-output/node_modules/ink": {
|
|
4807
|
-
"version": "5.1.0",
|
|
4808
|
-
"resolved": "https://registry.npmjs.org/ink/-/ink-5.1.0.tgz",
|
|
4809
|
-
"integrity": "sha512-3vIO+CU4uSg167/dZrg4wHy75llUINYXxN4OsdaCkE40q4zyOTPwNc2VEpLnnWsIvIQeo6x6lilAhuaSt+rIsA==",
|
|
4810
|
-
"license": "MIT",
|
|
4811
|
-
"dependencies": {
|
|
4812
|
-
"@alcalzone/ansi-tokenize": "^0.1.3",
|
|
4813
|
-
"ansi-escapes": "^7.0.0",
|
|
4814
|
-
"ansi-styles": "^6.2.1",
|
|
4815
|
-
"auto-bind": "^5.0.1",
|
|
4816
|
-
"chalk": "^5.3.0",
|
|
4817
|
-
"cli-boxes": "^3.0.0",
|
|
4818
|
-
"cli-cursor": "^4.0.0",
|
|
4819
|
-
"cli-truncate": "^4.0.0",
|
|
4820
|
-
"code-excerpt": "^4.0.0",
|
|
4821
|
-
"es-toolkit": "^1.22.0",
|
|
4822
|
-
"indent-string": "^5.0.0",
|
|
4823
|
-
"is-in-ci": "^1.0.0",
|
|
4824
|
-
"patch-console": "^2.0.0",
|
|
4825
|
-
"react-reconciler": "^0.29.0",
|
|
4826
|
-
"scheduler": "^0.23.0",
|
|
4827
|
-
"signal-exit": "^3.0.7",
|
|
4828
|
-
"slice-ansi": "^7.1.0",
|
|
4829
|
-
"stack-utils": "^2.0.6",
|
|
4830
|
-
"string-width": "^7.2.0",
|
|
4831
|
-
"type-fest": "^4.27.0",
|
|
4832
|
-
"widest-line": "^5.0.0",
|
|
4833
|
-
"wrap-ansi": "^9.0.0",
|
|
4834
|
-
"ws": "^8.18.0",
|
|
4835
|
-
"yoga-wasm-web": "~0.3.3"
|
|
4836
|
-
},
|
|
4837
|
-
"engines": {
|
|
4838
|
-
"node": ">=18"
|
|
4839
|
-
},
|
|
4840
|
-
"peerDependencies": {
|
|
4841
|
-
"@types/react": ">=18.0.0",
|
|
4842
|
-
"react": ">=18.0.0",
|
|
4843
|
-
"react-devtools-core": "^4.19.1"
|
|
4844
|
-
},
|
|
4845
|
-
"peerDependenciesMeta": {
|
|
4846
|
-
"@types/react": {
|
|
4847
|
-
"optional": true
|
|
4848
|
-
},
|
|
4849
|
-
"react-devtools-core": {
|
|
4850
|
-
"optional": true
|
|
4851
|
-
}
|
|
4852
|
-
}
|
|
4853
|
-
},
|
|
4854
|
-
"node_modules/@oclif/multi-stage-output/node_modules/is-in-ci": {
|
|
4855
|
-
"version": "1.0.0",
|
|
4856
|
-
"resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-1.0.0.tgz",
|
|
4857
|
-
"integrity": "sha512-eUuAjybVTHMYWm/U+vBO1sY/JOCgoPCXRxzdju0K+K0BiGW0SChEL1MLC0PoCIR1OlPo5YAp8HuQoUlsWEICwg==",
|
|
4858
|
-
"license": "MIT",
|
|
4859
|
-
"bin": {
|
|
4860
|
-
"is-in-ci": "cli.js"
|
|
4861
|
-
},
|
|
4862
|
-
"engines": {
|
|
4863
|
-
"node": ">=18"
|
|
4864
|
-
},
|
|
4865
|
-
"funding": {
|
|
4866
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4867
|
-
}
|
|
4868
|
-
},
|
|
4869
4755
|
"node_modules/@oclif/multi-stage-output/node_modules/is-unicode-supported": {
|
|
4870
4756
|
"version": "2.1.0",
|
|
4871
4757
|
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
|
|
@@ -4910,18 +4796,6 @@
|
|
|
4910
4796
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
4911
4797
|
}
|
|
4912
4798
|
},
|
|
4913
|
-
"node_modules/@oclif/multi-stage-output/node_modules/type-fest": {
|
|
4914
|
-
"version": "4.32.0",
|
|
4915
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.32.0.tgz",
|
|
4916
|
-
"integrity": "sha512-rfgpoi08xagF3JSdtJlCwMq9DGNDE0IMh3Mkpc1wUypg9vPi786AiqeBBKcqvIkq42azsBM85N490fyZjeUftw==",
|
|
4917
|
-
"license": "(MIT OR CC0-1.0)",
|
|
4918
|
-
"engines": {
|
|
4919
|
-
"node": ">=16"
|
|
4920
|
-
},
|
|
4921
|
-
"funding": {
|
|
4922
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4923
|
-
}
|
|
4924
|
-
},
|
|
4925
4799
|
"node_modules/@oclif/multi-stage-output/node_modules/wrap-ansi": {
|
|
4926
4800
|
"version": "9.0.0",
|
|
4927
4801
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
@@ -5765,9 +5639,9 @@
|
|
|
5765
5639
|
}
|
|
5766
5640
|
},
|
|
5767
5641
|
"node_modules/@salesforce/core": {
|
|
5768
|
-
"version": "8.8.
|
|
5769
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.
|
|
5770
|
-
"integrity": "sha512-
|
|
5642
|
+
"version": "8.8.2",
|
|
5643
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.2.tgz",
|
|
5644
|
+
"integrity": "sha512-EOH75R2Nr2tg7b3gbyzRNwZPfZ/dZOpmMKmFHKL9oCtUI59+N4IkVljg6dpKYypVKuJJTzjI7T2ibnA8/cluZg==",
|
|
5771
5645
|
"license": "BSD-3-Clause",
|
|
5772
5646
|
"dependencies": {
|
|
5773
5647
|
"@jsforce/jsforce-node": "^3.6.1",
|
|
@@ -5953,13 +5827,13 @@
|
|
|
5953
5827
|
}
|
|
5954
5828
|
},
|
|
5955
5829
|
"node_modules/@salesforce/plugin-api": {
|
|
5956
|
-
"version": "1.3.
|
|
5957
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.
|
|
5958
|
-
"integrity": "sha512-
|
|
5830
|
+
"version": "1.3.3",
|
|
5831
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.3.tgz",
|
|
5832
|
+
"integrity": "sha512-H2aXEqpMqeJHjUJuphyN6ESyMxk12x6nxYB5H02OMfmYyabn40FX4ou5tn/MapqXDpl406gEthok77oL3muqQA==",
|
|
5959
5833
|
"license": "BSD-3-Clause",
|
|
5960
5834
|
"dependencies": {
|
|
5961
5835
|
"@oclif/core": "^4",
|
|
5962
|
-
"@salesforce/core": "^8.
|
|
5836
|
+
"@salesforce/core": "^8.8.1",
|
|
5963
5837
|
"@salesforce/kit": "^3.2.1",
|
|
5964
5838
|
"@salesforce/sf-plugins-core": "^12",
|
|
5965
5839
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -6127,20 +6001,20 @@
|
|
|
6127
6001
|
}
|
|
6128
6002
|
},
|
|
6129
6003
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
6130
|
-
"version": "3.17.
|
|
6131
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.17.
|
|
6132
|
-
"integrity": "sha512-
|
|
6004
|
+
"version": "3.17.7",
|
|
6005
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.17.7.tgz",
|
|
6006
|
+
"integrity": "sha512-n58YcO39y198scjycoQfSxfnkRiMBtFO+LQijAI3cuP9gsfuI2BoPxjSgcEXNtl97s1YuKhiQbI0J3orbCNCOg==",
|
|
6133
6007
|
"license": "BSD-3-Clause",
|
|
6134
6008
|
"dependencies": {
|
|
6135
6009
|
"@oclif/core": "^4.2.0",
|
|
6136
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
6010
|
+
"@oclif/multi-stage-output": "^0.8.5",
|
|
6137
6011
|
"@salesforce/apex-node": "^8.1.19",
|
|
6138
6012
|
"@salesforce/core": "^8.6.4",
|
|
6139
6013
|
"@salesforce/kit": "^3.2.3",
|
|
6140
6014
|
"@salesforce/plugin-info": "^3.4.30",
|
|
6141
|
-
"@salesforce/sf-plugins-core": "^12.1.
|
|
6142
|
-
"@salesforce/source-deploy-retrieve": "^12.12.
|
|
6143
|
-
"@salesforce/source-tracking": "^7.3.
|
|
6015
|
+
"@salesforce/sf-plugins-core": "^12.1.2",
|
|
6016
|
+
"@salesforce/source-deploy-retrieve": "^12.12.4",
|
|
6017
|
+
"@salesforce/source-tracking": "^7.3.9",
|
|
6144
6018
|
"@salesforce/ts-types": "^2.0.12",
|
|
6145
6019
|
"ansis": "^3.4.0",
|
|
6146
6020
|
"terminal-link": "^3.0.0"
|
|
@@ -6202,19 +6076,19 @@
|
|
|
6202
6076
|
}
|
|
6203
6077
|
},
|
|
6204
6078
|
"node_modules/@salesforce/plugin-org": {
|
|
6205
|
-
"version": "5.2.
|
|
6206
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.
|
|
6207
|
-
"integrity": "sha512
|
|
6079
|
+
"version": "5.2.23",
|
|
6080
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.23.tgz",
|
|
6081
|
+
"integrity": "sha512-+DOxt5bh3NJdDmR2CHOHJmzVtJFAZ7desik4tjc1QZrXPzmvaZbmYW+1wndXCpz54LbK2vfv1OmZmKKhXFLruA==",
|
|
6208
6082
|
"license": "BSD-3-Clause",
|
|
6209
6083
|
"dependencies": {
|
|
6210
|
-
"@oclif/core": "^4.2.
|
|
6084
|
+
"@oclif/core": "^4.2.3",
|
|
6211
6085
|
"@oclif/multi-stage-output": "^0.8.1",
|
|
6212
6086
|
"@salesforce/core": "^8.6.4",
|
|
6213
6087
|
"@salesforce/kit": "^3.2.3",
|
|
6214
|
-
"@salesforce/sf-plugins-core": "^12.1.
|
|
6088
|
+
"@salesforce/sf-plugins-core": "^12.1.2",
|
|
6215
6089
|
"@salesforce/source-deploy-retrieve": "^12.10.3",
|
|
6216
6090
|
"@salesforce/ts-types": "^2.0.12",
|
|
6217
|
-
"ansis": "^3.
|
|
6091
|
+
"ansis": "^3.9.0",
|
|
6218
6092
|
"change-case": "^5.4.4",
|
|
6219
6093
|
"is-wsl": "^3.1.0",
|
|
6220
6094
|
"open": "^10.1.0",
|
|
@@ -6606,9 +6480,9 @@
|
|
|
6606
6480
|
}
|
|
6607
6481
|
},
|
|
6608
6482
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
6609
|
-
"version": "12.12.
|
|
6610
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.12.
|
|
6611
|
-
"integrity": "sha512
|
|
6483
|
+
"version": "12.12.4",
|
|
6484
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.12.4.tgz",
|
|
6485
|
+
"integrity": "sha512-+OEefLoidtVeAQ5PIz6GopaXjZUgry6xD5XQl0EPB8y30mMTGpAJumfzs5bRzBMDkC0xLPFQZeHBPN0ESvTQFg==",
|
|
6612
6486
|
"license": "BSD-3-Clause",
|
|
6613
6487
|
"dependencies": {
|
|
6614
6488
|
"@salesforce/core": "^8.8.0",
|
|
@@ -6743,15 +6617,15 @@
|
|
|
6743
6617
|
}
|
|
6744
6618
|
},
|
|
6745
6619
|
"node_modules/@salesforce/source-tracking": {
|
|
6746
|
-
"version": "7.3.
|
|
6747
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.
|
|
6748
|
-
"integrity": "sha512-
|
|
6620
|
+
"version": "7.3.9",
|
|
6621
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.9.tgz",
|
|
6622
|
+
"integrity": "sha512-nGVDtwzU3sj4IgA/crULC5NS6NeqBsmuTMlXDh+u2VgRpu+OB8QvSRGnhY4G2ctPE/hlYf9iOHfT0gDzqX/SZw==",
|
|
6749
6623
|
"license": "BSD-3-Clause",
|
|
6750
6624
|
"dependencies": {
|
|
6751
|
-
"@oclif/core": "^4.2.
|
|
6752
|
-
"@salesforce/core": "^8.8.
|
|
6625
|
+
"@oclif/core": "^4.2.3",
|
|
6626
|
+
"@salesforce/core": "^8.8.2",
|
|
6753
6627
|
"@salesforce/kit": "^3.2.3",
|
|
6754
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
6628
|
+
"@salesforce/source-deploy-retrieve": "^12.12.4",
|
|
6755
6629
|
"@salesforce/ts-types": "^2.0.12",
|
|
6756
6630
|
"fast-xml-parser": "^4.5.1",
|
|
6757
6631
|
"graceful-fs": "^4.2.11",
|
|
@@ -11810,16 +11684,6 @@
|
|
|
11810
11684
|
"url": "https://github.com/sponsors/ljharb"
|
|
11811
11685
|
}
|
|
11812
11686
|
},
|
|
11813
|
-
"node_modules/es-toolkit": {
|
|
11814
|
-
"version": "1.30.1",
|
|
11815
|
-
"resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.30.1.tgz",
|
|
11816
|
-
"integrity": "sha512-ZXflqanzH8BpHkDhFa10bBf6ONDCe84EPUm7SSICGzuuROSluT2ynTPtwn9PcRelMtorCRozSknI/U0MNYp0Uw==",
|
|
11817
|
-
"license": "MIT",
|
|
11818
|
-
"workspaces": [
|
|
11819
|
-
"docs",
|
|
11820
|
-
"benchmarks"
|
|
11821
|
-
]
|
|
11822
|
-
},
|
|
11823
11687
|
"node_modules/es6-error": {
|
|
11824
11688
|
"version": "4.1.1",
|
|
11825
11689
|
"resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz",
|
|
@@ -14236,6 +14100,21 @@
|
|
|
14236
14100
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
14237
14101
|
}
|
|
14238
14102
|
},
|
|
14103
|
+
"node_modules/ink/node_modules/widest-line": {
|
|
14104
|
+
"version": "5.0.0",
|
|
14105
|
+
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
|
|
14106
|
+
"integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
|
|
14107
|
+
"license": "MIT",
|
|
14108
|
+
"dependencies": {
|
|
14109
|
+
"string-width": "^7.0.0"
|
|
14110
|
+
},
|
|
14111
|
+
"engines": {
|
|
14112
|
+
"node": ">=18"
|
|
14113
|
+
},
|
|
14114
|
+
"funding": {
|
|
14115
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
14116
|
+
}
|
|
14117
|
+
},
|
|
14239
14118
|
"node_modules/ink/node_modules/wrap-ansi": {
|
|
14240
14119
|
"version": "9.0.0",
|
|
14241
14120
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
@@ -24699,68 +24578,15 @@
|
|
|
24699
24578
|
}
|
|
24700
24579
|
},
|
|
24701
24580
|
"node_modules/widest-line": {
|
|
24702
|
-
"version": "
|
|
24703
|
-
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-
|
|
24704
|
-
"integrity": "sha512-
|
|
24705
|
-
"license": "MIT",
|
|
24706
|
-
"dependencies": {
|
|
24707
|
-
"string-width": "^7.0.0"
|
|
24708
|
-
},
|
|
24709
|
-
"engines": {
|
|
24710
|
-
"node": ">=18"
|
|
24711
|
-
},
|
|
24712
|
-
"funding": {
|
|
24713
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
24714
|
-
}
|
|
24715
|
-
},
|
|
24716
|
-
"node_modules/widest-line/node_modules/ansi-regex": {
|
|
24717
|
-
"version": "6.0.1",
|
|
24718
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
24719
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
24720
|
-
"license": "MIT",
|
|
24721
|
-
"engines": {
|
|
24722
|
-
"node": ">=12"
|
|
24723
|
-
},
|
|
24724
|
-
"funding": {
|
|
24725
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
24726
|
-
}
|
|
24727
|
-
},
|
|
24728
|
-
"node_modules/widest-line/node_modules/emoji-regex": {
|
|
24729
|
-
"version": "10.3.0",
|
|
24730
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
24731
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
24732
|
-
"license": "MIT"
|
|
24733
|
-
},
|
|
24734
|
-
"node_modules/widest-line/node_modules/string-width": {
|
|
24735
|
-
"version": "7.2.0",
|
|
24736
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
24737
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
24738
|
-
"license": "MIT",
|
|
24739
|
-
"dependencies": {
|
|
24740
|
-
"emoji-regex": "^10.3.0",
|
|
24741
|
-
"get-east-asian-width": "^1.0.0",
|
|
24742
|
-
"strip-ansi": "^7.1.0"
|
|
24743
|
-
},
|
|
24744
|
-
"engines": {
|
|
24745
|
-
"node": ">=18"
|
|
24746
|
-
},
|
|
24747
|
-
"funding": {
|
|
24748
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
24749
|
-
}
|
|
24750
|
-
},
|
|
24751
|
-
"node_modules/widest-line/node_modules/strip-ansi": {
|
|
24752
|
-
"version": "7.1.0",
|
|
24753
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
24754
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
24581
|
+
"version": "3.1.0",
|
|
24582
|
+
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz",
|
|
24583
|
+
"integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==",
|
|
24755
24584
|
"license": "MIT",
|
|
24756
24585
|
"dependencies": {
|
|
24757
|
-
"
|
|
24586
|
+
"string-width": "^4.0.0"
|
|
24758
24587
|
},
|
|
24759
24588
|
"engines": {
|
|
24760
|
-
"node": ">=
|
|
24761
|
-
},
|
|
24762
|
-
"funding": {
|
|
24763
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
24589
|
+
"node": ">=8"
|
|
24764
24590
|
}
|
|
24765
24591
|
},
|
|
24766
24592
|
"node_modules/wireit": {
|
package/oclif.lock
CHANGED
|
@@ -2018,13 +2018,13 @@
|
|
|
2018
2018
|
proc-log "^5.0.0"
|
|
2019
2019
|
which "^5.0.0"
|
|
2020
2020
|
|
|
2021
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.
|
|
2022
|
-
version "4.2.
|
|
2023
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
|
2024
|
-
integrity sha512-
|
|
2021
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.3", "@oclif/core@4.2.4":
|
|
2022
|
+
version "4.2.4"
|
|
2023
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.2.4.tgz"
|
|
2024
|
+
integrity sha512-JDqdhX6fBbijY3ouubfmX7yFBXy95YSpiAVk0TAaXXCoSqoo/2WMcV2Ufv2V+8zriafPU/rvKgI+ZE07/7HwfQ==
|
|
2025
2025
|
dependencies:
|
|
2026
2026
|
ansi-escapes "^4.3.2"
|
|
2027
|
-
ansis "^3.
|
|
2027
|
+
ansis "^3.9.0"
|
|
2028
2028
|
clean-stack "^3.0.1"
|
|
2029
2029
|
cli-spinners "^2.9.2"
|
|
2030
2030
|
debug "^4.4.0"
|
|
@@ -2042,16 +2042,16 @@
|
|
|
2042
2042
|
wordwrap "^1.0.0"
|
|
2043
2043
|
wrap-ansi "^7.0.0"
|
|
2044
2044
|
|
|
2045
|
-
"@oclif/multi-stage-output@^0.8.
|
|
2046
|
-
version "0.8.
|
|
2047
|
-
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
2048
|
-
integrity sha512
|
|
2045
|
+
"@oclif/multi-stage-output@^0.8.1", "@oclif/multi-stage-output@^0.8.5":
|
|
2046
|
+
version "0.8.5"
|
|
2047
|
+
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.5.tgz"
|
|
2048
|
+
integrity sha512-+iv4cK8WRJbLNL5f7gLU+tvqbReDofpG0qNss6tbJDbQUK3YmyEWrE2DnMPi7afJW6iwoG/uOwFRTs+9TpGg1A==
|
|
2049
2049
|
dependencies:
|
|
2050
2050
|
"@oclif/core" "^4"
|
|
2051
2051
|
"@types/react" "^18.3.12"
|
|
2052
2052
|
cli-spinners "^2"
|
|
2053
2053
|
figures "^6.1.0"
|
|
2054
|
-
ink "
|
|
2054
|
+
ink "5.0.1"
|
|
2055
2055
|
react "^18.3.1"
|
|
2056
2056
|
wrap-ansi "^9.0.0"
|
|
2057
2057
|
|
|
@@ -2386,10 +2386,10 @@
|
|
|
2386
2386
|
strip-ansi "6.0.1"
|
|
2387
2387
|
ts-retry-promise "^0.8.1"
|
|
2388
2388
|
|
|
2389
|
-
"@salesforce/core@^8.2.3", "@salesforce/core@^8.
|
|
2390
|
-
version "8.8.
|
|
2391
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.8.
|
|
2392
|
-
integrity sha512-
|
|
2389
|
+
"@salesforce/core@^8.2.3", "@salesforce/core@^8.5.1", "@salesforce/core@^8.6.1", "@salesforce/core@^8.6.2", "@salesforce/core@^8.6.4", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.2":
|
|
2390
|
+
version "8.8.2"
|
|
2391
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.8.2.tgz"
|
|
2392
|
+
integrity sha512-EOH75R2Nr2tg7b3gbyzRNwZPfZ/dZOpmMKmFHKL9oCtUI59+N4IkVljg6dpKYypVKuJJTzjI7T2ibnA8/cluZg==
|
|
2393
2393
|
dependencies:
|
|
2394
2394
|
"@jsforce/jsforce-node" "^3.6.1"
|
|
2395
2395
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -2485,13 +2485,13 @@
|
|
|
2485
2485
|
"@salesforce/sf-plugins-core" "^12"
|
|
2486
2486
|
ansis "^3.3.1"
|
|
2487
2487
|
|
|
2488
|
-
"@salesforce/plugin-api@1.3.
|
|
2489
|
-
version "1.3.
|
|
2490
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.
|
|
2491
|
-
integrity sha512-
|
|
2488
|
+
"@salesforce/plugin-api@1.3.3":
|
|
2489
|
+
version "1.3.3"
|
|
2490
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.3.tgz"
|
|
2491
|
+
integrity sha512-H2aXEqpMqeJHjUJuphyN6ESyMxk12x6nxYB5H02OMfmYyabn40FX4ou5tn/MapqXDpl406gEthok77oL3muqQA==
|
|
2492
2492
|
dependencies:
|
|
2493
2493
|
"@oclif/core" "^4"
|
|
2494
|
-
"@salesforce/core" "^8.
|
|
2494
|
+
"@salesforce/core" "^8.8.1"
|
|
2495
2495
|
"@salesforce/kit" "^3.2.1"
|
|
2496
2496
|
"@salesforce/sf-plugins-core" "^12"
|
|
2497
2497
|
"@salesforce/ts-types" "^2.0.12"
|
|
@@ -2547,20 +2547,20 @@
|
|
|
2547
2547
|
form-data "^4.0.0"
|
|
2548
2548
|
terminal-link "^3.0.0"
|
|
2549
2549
|
|
|
2550
|
-
"@salesforce/plugin-deploy-retrieve@3.17.
|
|
2551
|
-
version "3.17.
|
|
2552
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.17.
|
|
2553
|
-
integrity sha512-
|
|
2550
|
+
"@salesforce/plugin-deploy-retrieve@3.17.7":
|
|
2551
|
+
version "3.17.7"
|
|
2552
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.17.7.tgz"
|
|
2553
|
+
integrity sha512-n58YcO39y198scjycoQfSxfnkRiMBtFO+LQijAI3cuP9gsfuI2BoPxjSgcEXNtl97s1YuKhiQbI0J3orbCNCOg==
|
|
2554
2554
|
dependencies:
|
|
2555
2555
|
"@oclif/core" "^4.2.0"
|
|
2556
|
-
"@oclif/multi-stage-output" "^0.8.
|
|
2556
|
+
"@oclif/multi-stage-output" "^0.8.5"
|
|
2557
2557
|
"@salesforce/apex-node" "^8.1.19"
|
|
2558
2558
|
"@salesforce/core" "^8.6.4"
|
|
2559
2559
|
"@salesforce/kit" "^3.2.3"
|
|
2560
2560
|
"@salesforce/plugin-info" "^3.4.30"
|
|
2561
|
-
"@salesforce/sf-plugins-core" "^12.1.
|
|
2562
|
-
"@salesforce/source-deploy-retrieve" "^12.12.
|
|
2563
|
-
"@salesforce/source-tracking" "^7.3.
|
|
2561
|
+
"@salesforce/sf-plugins-core" "^12.1.2"
|
|
2562
|
+
"@salesforce/source-deploy-retrieve" "^12.12.4"
|
|
2563
|
+
"@salesforce/source-tracking" "^7.3.9"
|
|
2564
2564
|
"@salesforce/ts-types" "^2.0.12"
|
|
2565
2565
|
ansis "^3.4.0"
|
|
2566
2566
|
terminal-link "^3.0.0"
|
|
@@ -2602,19 +2602,19 @@
|
|
|
2602
2602
|
got "^13.0.0"
|
|
2603
2603
|
proxy-agent "^6.4.0"
|
|
2604
2604
|
|
|
2605
|
-
"@salesforce/plugin-org@5.2.
|
|
2606
|
-
version "5.2.
|
|
2607
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.
|
|
2608
|
-
integrity sha512
|
|
2605
|
+
"@salesforce/plugin-org@5.2.23":
|
|
2606
|
+
version "5.2.23"
|
|
2607
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.23.tgz"
|
|
2608
|
+
integrity sha512-+DOxt5bh3NJdDmR2CHOHJmzVtJFAZ7desik4tjc1QZrXPzmvaZbmYW+1wndXCpz54LbK2vfv1OmZmKKhXFLruA==
|
|
2609
2609
|
dependencies:
|
|
2610
|
-
"@oclif/core" "^4.2.
|
|
2610
|
+
"@oclif/core" "^4.2.3"
|
|
2611
2611
|
"@oclif/multi-stage-output" "^0.8.1"
|
|
2612
2612
|
"@salesforce/core" "^8.6.4"
|
|
2613
2613
|
"@salesforce/kit" "^3.2.3"
|
|
2614
|
-
"@salesforce/sf-plugins-core" "^12.1.
|
|
2614
|
+
"@salesforce/sf-plugins-core" "^12.1.2"
|
|
2615
2615
|
"@salesforce/source-deploy-retrieve" "^12.10.3"
|
|
2616
2616
|
"@salesforce/ts-types" "^2.0.12"
|
|
2617
|
-
ansis "^3.
|
|
2617
|
+
ansis "^3.9.0"
|
|
2618
2618
|
change-case "^5.4.4"
|
|
2619
2619
|
is-wsl "^3.1.0"
|
|
2620
2620
|
open "^10.1.0"
|
|
@@ -2788,10 +2788,10 @@
|
|
|
2788
2788
|
cli-progress "^3.12.0"
|
|
2789
2789
|
terminal-link "^3.0.0"
|
|
2790
2790
|
|
|
2791
|
-
"@salesforce/source-deploy-retrieve@^12.10.3", "@salesforce/source-deploy-retrieve@^12.
|
|
2792
|
-
version "12.12.
|
|
2793
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.12.
|
|
2794
|
-
integrity sha512
|
|
2791
|
+
"@salesforce/source-deploy-retrieve@^12.10.3", "@salesforce/source-deploy-retrieve@^12.12.4", "@salesforce/source-deploy-retrieve@^12.8.0":
|
|
2792
|
+
version "12.12.4"
|
|
2793
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.12.4.tgz"
|
|
2794
|
+
integrity sha512-+OEefLoidtVeAQ5PIz6GopaXjZUgry6xD5XQl0EPB8y30mMTGpAJumfzs5bRzBMDkC0xLPFQZeHBPN0ESvTQFg==
|
|
2795
2795
|
dependencies:
|
|
2796
2796
|
"@salesforce/core" "^8.8.0"
|
|
2797
2797
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -2807,15 +2807,15 @@
|
|
|
2807
2807
|
minimatch "^9.0.5"
|
|
2808
2808
|
proxy-agent "^6.4.0"
|
|
2809
2809
|
|
|
2810
|
-
"@salesforce/source-tracking@^7.3.
|
|
2811
|
-
version "7.3.
|
|
2812
|
-
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.
|
|
2813
|
-
integrity sha512-
|
|
2810
|
+
"@salesforce/source-tracking@^7.3.9":
|
|
2811
|
+
version "7.3.9"
|
|
2812
|
+
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.9.tgz"
|
|
2813
|
+
integrity sha512-nGVDtwzU3sj4IgA/crULC5NS6NeqBsmuTMlXDh+u2VgRpu+OB8QvSRGnhY4G2ctPE/hlYf9iOHfT0gDzqX/SZw==
|
|
2814
2814
|
dependencies:
|
|
2815
|
-
"@oclif/core" "^4.2.
|
|
2816
|
-
"@salesforce/core" "^8.8.
|
|
2815
|
+
"@oclif/core" "^4.2.3"
|
|
2816
|
+
"@salesforce/core" "^8.8.2"
|
|
2817
2817
|
"@salesforce/kit" "^3.2.3"
|
|
2818
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2818
|
+
"@salesforce/source-deploy-retrieve" "^12.12.4"
|
|
2819
2819
|
"@salesforce/ts-types" "^2.0.12"
|
|
2820
2820
|
fast-xml-parser "^4.5.1"
|
|
2821
2821
|
graceful-fs "^4.2.11"
|
|
@@ -5728,11 +5728,6 @@ es-to-primitive@^1.2.1:
|
|
|
5728
5728
|
is-date-object "^1.0.1"
|
|
5729
5729
|
is-symbol "^1.0.2"
|
|
5730
5730
|
|
|
5731
|
-
es-toolkit@^1.22.0:
|
|
5732
|
-
version "1.30.1"
|
|
5733
|
-
resolved "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.30.1.tgz"
|
|
5734
|
-
integrity sha512-ZXflqanzH8BpHkDhFa10bBf6ONDCe84EPUm7SSICGzuuROSluT2ynTPtwn9PcRelMtorCRozSknI/U0MNYp0Uw==
|
|
5735
|
-
|
|
5736
5731
|
es6-error@^4.0.1:
|
|
5737
5732
|
version "4.1.1"
|
|
5738
5733
|
resolved "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz"
|
|
@@ -7165,36 +7160,6 @@ init-package-json@^7.0.2:
|
|
|
7165
7160
|
validate-npm-package-license "^3.0.4"
|
|
7166
7161
|
validate-npm-package-name "^6.0.0"
|
|
7167
7162
|
|
|
7168
|
-
ink@^5.1.0:
|
|
7169
|
-
version "5.1.0"
|
|
7170
|
-
resolved "https://registry.npmjs.org/ink/-/ink-5.1.0.tgz"
|
|
7171
|
-
integrity sha512-3vIO+CU4uSg167/dZrg4wHy75llUINYXxN4OsdaCkE40q4zyOTPwNc2VEpLnnWsIvIQeo6x6lilAhuaSt+rIsA==
|
|
7172
|
-
dependencies:
|
|
7173
|
-
"@alcalzone/ansi-tokenize" "^0.1.3"
|
|
7174
|
-
ansi-escapes "^7.0.0"
|
|
7175
|
-
ansi-styles "^6.2.1"
|
|
7176
|
-
auto-bind "^5.0.1"
|
|
7177
|
-
chalk "^5.3.0"
|
|
7178
|
-
cli-boxes "^3.0.0"
|
|
7179
|
-
cli-cursor "^4.0.0"
|
|
7180
|
-
cli-truncate "^4.0.0"
|
|
7181
|
-
code-excerpt "^4.0.0"
|
|
7182
|
-
es-toolkit "^1.22.0"
|
|
7183
|
-
indent-string "^5.0.0"
|
|
7184
|
-
is-in-ci "^1.0.0"
|
|
7185
|
-
patch-console "^2.0.0"
|
|
7186
|
-
react-reconciler "^0.29.0"
|
|
7187
|
-
scheduler "^0.23.0"
|
|
7188
|
-
signal-exit "^3.0.7"
|
|
7189
|
-
slice-ansi "^7.1.0"
|
|
7190
|
-
stack-utils "^2.0.6"
|
|
7191
|
-
string-width "^7.2.0"
|
|
7192
|
-
type-fest "^4.27.0"
|
|
7193
|
-
widest-line "^5.0.0"
|
|
7194
|
-
wrap-ansi "^9.0.0"
|
|
7195
|
-
ws "^8.18.0"
|
|
7196
|
-
yoga-wasm-web "~0.3.3"
|
|
7197
|
-
|
|
7198
7163
|
ink@5.0.1:
|
|
7199
7164
|
version "5.0.1"
|
|
7200
7165
|
resolved "https://registry.npmjs.org/ink/-/ink-5.0.1.tgz"
|
|
@@ -7396,11 +7361,6 @@ is-in-ci@^0.1.0:
|
|
|
7396
7361
|
resolved "https://registry.npmjs.org/is-in-ci/-/is-in-ci-0.1.0.tgz"
|
|
7397
7362
|
integrity sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==
|
|
7398
7363
|
|
|
7399
|
-
is-in-ci@^1.0.0:
|
|
7400
|
-
version "1.0.0"
|
|
7401
|
-
resolved "https://registry.npmjs.org/is-in-ci/-/is-in-ci-1.0.0.tgz"
|
|
7402
|
-
integrity sha512-eUuAjybVTHMYWm/U+vBO1sY/JOCgoPCXRxzdju0K+K0BiGW0SChEL1MLC0PoCIR1OlPo5YAp8HuQoUlsWEICwg==
|
|
7403
|
-
|
|
7404
7364
|
is-inside-container@^1.0.0:
|
|
7405
7365
|
version "1.0.0"
|
|
7406
7366
|
resolved "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz"
|
|
@@ -10825,7 +10785,16 @@ string-width@^5.0.1, string-width@^5.1.2:
|
|
|
10825
10785
|
emoji-regex "^9.2.2"
|
|
10826
10786
|
strip-ansi "^7.0.1"
|
|
10827
10787
|
|
|
10828
|
-
string-width@^7.0.0
|
|
10788
|
+
string-width@^7.0.0:
|
|
10789
|
+
version "7.2.0"
|
|
10790
|
+
resolved "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz"
|
|
10791
|
+
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
|
|
10792
|
+
dependencies:
|
|
10793
|
+
emoji-regex "^10.3.0"
|
|
10794
|
+
get-east-asian-width "^1.0.0"
|
|
10795
|
+
strip-ansi "^7.1.0"
|
|
10796
|
+
|
|
10797
|
+
string-width@^7.2.0:
|
|
10829
10798
|
version "7.2.0"
|
|
10830
10799
|
resolved "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz"
|
|
10831
10800
|
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
|
|
@@ -11280,11 +11249,6 @@ type-fest@^1.0.2:
|
|
|
11280
11249
|
resolved "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz"
|
|
11281
11250
|
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
|
|
11282
11251
|
|
|
11283
|
-
type-fest@^4.27.0:
|
|
11284
|
-
version "4.32.0"
|
|
11285
|
-
resolved "https://registry.npmjs.org/type-fest/-/type-fest-4.32.0.tgz"
|
|
11286
|
-
integrity sha512-rfgpoi08xagF3JSdtJlCwMq9DGNDE0IMh3Mkpc1wUypg9vPi786AiqeBBKcqvIkq42azsBM85N490fyZjeUftw==
|
|
11287
|
-
|
|
11288
11252
|
type-fest@^4.8.3:
|
|
11289
11253
|
version "4.32.0"
|
|
11290
11254
|
resolved "https://registry.npmjs.org/type-fest/-/type-fest-4.32.0.tgz"
|
|
@@ -11751,7 +11715,7 @@ write-file-atomic@^6.0.0:
|
|
|
11751
11715
|
imurmurhash "^0.1.4"
|
|
11752
11716
|
signal-exit "^4.0.1"
|
|
11753
11717
|
|
|
11754
|
-
ws@^8.15.0
|
|
11718
|
+
ws@^8.15.0:
|
|
11755
11719
|
version "8.18.0"
|
|
11756
11720
|
resolved "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz"
|
|
11757
11721
|
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
|
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.74.
|
|
4
|
+
"version": "2.74.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
},
|
|
146
146
|
"dependencies": {
|
|
147
147
|
"@inquirer/select": "^2.3.5",
|
|
148
|
-
"@oclif/core": "4.2.
|
|
148
|
+
"@oclif/core": "4.2.4",
|
|
149
149
|
"@oclif/plugin-autocomplete": "3.2.18",
|
|
150
150
|
"@oclif/plugin-commands": "4.1.17",
|
|
151
151
|
"@oclif/plugin-help": "6.2.22",
|
|
@@ -159,14 +159,14 @@
|
|
|
159
159
|
"@salesforce/core": "^8.2.3",
|
|
160
160
|
"@salesforce/kit": "^3.1.6",
|
|
161
161
|
"@salesforce/plugin-apex": "3.6.8",
|
|
162
|
-
"@salesforce/plugin-api": "1.3.
|
|
162
|
+
"@salesforce/plugin-api": "1.3.3",
|
|
163
163
|
"@salesforce/plugin-auth": "3.6.87",
|
|
164
164
|
"@salesforce/plugin-data": "4.0.1",
|
|
165
|
-
"@salesforce/plugin-deploy-retrieve": "3.17.
|
|
165
|
+
"@salesforce/plugin-deploy-retrieve": "3.17.7",
|
|
166
166
|
"@salesforce/plugin-info": "3.4.32",
|
|
167
167
|
"@salesforce/plugin-limits": "3.3.44",
|
|
168
168
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
169
|
-
"@salesforce/plugin-org": "5.2.
|
|
169
|
+
"@salesforce/plugin-org": "5.2.23",
|
|
170
170
|
"@salesforce/plugin-packaging": "2.9.12",
|
|
171
171
|
"@salesforce/plugin-schema": "3.3.46",
|
|
172
172
|
"@salesforce/plugin-settings": "2.4.10",
|