@salesforce/cli 2.58.2 → 2.58.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +49 -49
- package/npm-shrinkwrap.json +84 -107
- package/oclif.lock +64 -82
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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.58.
|
|
27
|
+
@salesforce/cli/2.58.3 linux-x64 node-v20.17.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -3413,7 +3413,7 @@ EXAMPLES
|
|
|
3413
3413
|
$ sf org list auth
|
|
3414
3414
|
```
|
|
3415
3415
|
|
|
3416
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3416
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.52/src/commands/org/list/auth.ts)_
|
|
3417
3417
|
|
|
3418
3418
|
## `sf org list limits`
|
|
3419
3419
|
|
|
@@ -3713,7 +3713,7 @@ FLAG DESCRIPTIONS
|
|
|
3713
3713
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3714
3714
|
```
|
|
3715
3715
|
|
|
3716
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3716
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.52/src/commands/org/login/access-token.ts)_
|
|
3717
3717
|
|
|
3718
3718
|
## `sf org login device`
|
|
3719
3719
|
|
|
@@ -3773,7 +3773,7 @@ FLAG DESCRIPTIONS
|
|
|
3773
3773
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3774
3774
|
```
|
|
3775
3775
|
|
|
3776
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3776
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.52/src/commands/org/login/device.ts)_
|
|
3777
3777
|
|
|
3778
3778
|
## `sf org login jwt`
|
|
3779
3779
|
|
|
@@ -3864,7 +3864,7 @@ FLAG DESCRIPTIONS
|
|
|
3864
3864
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3865
3865
|
```
|
|
3866
3866
|
|
|
3867
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3867
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.52/src/commands/org/login/jwt.ts)_
|
|
3868
3868
|
|
|
3869
3869
|
## `sf org login sfdx-url`
|
|
3870
3870
|
|
|
@@ -3929,7 +3929,7 @@ EXAMPLES
|
|
|
3929
3929
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
3930
3930
|
```
|
|
3931
3931
|
|
|
3932
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3932
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.52/src/commands/org/login/sfdx-url.ts)_
|
|
3933
3933
|
|
|
3934
3934
|
## `sf org login web`
|
|
3935
3935
|
|
|
@@ -4016,7 +4016,7 @@ FLAG DESCRIPTIONS
|
|
|
4016
4016
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4017
4017
|
```
|
|
4018
4018
|
|
|
4019
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4019
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.52/src/commands/org/login/web.ts)_
|
|
4020
4020
|
|
|
4021
4021
|
## `sf org logout`
|
|
4022
4022
|
|
|
@@ -4077,7 +4077,7 @@ FLAG DESCRIPTIONS
|
|
|
4077
4077
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4078
4078
|
```
|
|
4079
4079
|
|
|
4080
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4080
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.52/src/commands/org/logout.ts)_
|
|
4081
4081
|
|
|
4082
4082
|
## `sf org open`
|
|
4083
4083
|
|
|
@@ -4415,7 +4415,7 @@ FLAG DESCRIPTIONS
|
|
|
4415
4415
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4416
4416
|
```
|
|
4417
4417
|
|
|
4418
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4418
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.2/src/commands/package/create.ts)_
|
|
4419
4419
|
|
|
4420
4420
|
## `sf package delete`
|
|
4421
4421
|
|
|
@@ -4457,7 +4457,7 @@ EXAMPLES
|
|
|
4457
4457
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4458
4458
|
```
|
|
4459
4459
|
|
|
4460
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4460
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.2/src/commands/package/delete.ts)_
|
|
4461
4461
|
|
|
4462
4462
|
## `sf package install`
|
|
4463
4463
|
|
|
@@ -4556,7 +4556,7 @@ FLAG DESCRIPTIONS
|
|
|
4556
4556
|
- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
|
|
4557
4557
|
```
|
|
4558
4558
|
|
|
4559
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4559
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.2/src/commands/package/install.ts)_
|
|
4560
4560
|
|
|
4561
4561
|
## `sf package install report`
|
|
4562
4562
|
|
|
@@ -4589,7 +4589,7 @@ EXAMPLES
|
|
|
4589
4589
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
4590
4590
|
```
|
|
4591
4591
|
|
|
4592
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4592
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.2/src/commands/package/install/report.ts)_
|
|
4593
4593
|
|
|
4594
4594
|
## `sf package installed list`
|
|
4595
4595
|
|
|
@@ -4621,7 +4621,7 @@ EXAMPLES
|
|
|
4621
4621
|
$ sf package installed list --target-org me@example.com
|
|
4622
4622
|
```
|
|
4623
4623
|
|
|
4624
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4624
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.2/src/commands/package/installed/list.ts)_
|
|
4625
4625
|
|
|
4626
4626
|
## `sf package list`
|
|
4627
4627
|
|
|
@@ -4659,7 +4659,7 @@ EXAMPLES
|
|
|
4659
4659
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
4660
4660
|
```
|
|
4661
4661
|
|
|
4662
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4662
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.2/src/commands/package/list.ts)_
|
|
4663
4663
|
|
|
4664
4664
|
## `sf package uninstall`
|
|
4665
4665
|
|
|
@@ -4707,7 +4707,7 @@ EXAMPLES
|
|
|
4707
4707
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
4708
4708
|
```
|
|
4709
4709
|
|
|
4710
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4710
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.2/src/commands/package/uninstall.ts)_
|
|
4711
4711
|
|
|
4712
4712
|
## `sf package uninstall report`
|
|
4713
4713
|
|
|
@@ -4740,7 +4740,7 @@ EXAMPLES
|
|
|
4740
4740
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
4741
4741
|
```
|
|
4742
4742
|
|
|
4743
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4743
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.2/src/commands/package/uninstall/report.ts)_
|
|
4744
4744
|
|
|
4745
4745
|
## `sf package update`
|
|
4746
4746
|
|
|
@@ -4795,7 +4795,7 @@ FLAG DESCRIPTIONS
|
|
|
4795
4795
|
associated with your package.
|
|
4796
4796
|
```
|
|
4797
4797
|
|
|
4798
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4798
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.2/src/commands/package/update.ts)_
|
|
4799
4799
|
|
|
4800
4800
|
## `sf package version create`
|
|
4801
4801
|
|
|
@@ -4970,7 +4970,7 @@ FLAG DESCRIPTIONS
|
|
|
4970
4970
|
periods of no output from commands.
|
|
4971
4971
|
```
|
|
4972
4972
|
|
|
4973
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4973
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.2/src/commands/package/version/create.ts)_
|
|
4974
4974
|
|
|
4975
4975
|
## `sf package version create list`
|
|
4976
4976
|
|
|
@@ -5031,7 +5031,7 @@ EXAMPLES
|
|
|
5031
5031
|
$ sf package version create list --created-last-days 0 --status Success
|
|
5032
5032
|
```
|
|
5033
5033
|
|
|
5034
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5034
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.2/src/commands/package/version/create/list.ts)_
|
|
5035
5035
|
|
|
5036
5036
|
## `sf package version create report`
|
|
5037
5037
|
|
|
@@ -5074,7 +5074,7 @@ EXAMPLES
|
|
|
5074
5074
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
5075
5075
|
```
|
|
5076
5076
|
|
|
5077
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5077
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.2/src/commands/package/version/create/report.ts)_
|
|
5078
5078
|
|
|
5079
5079
|
## `sf package version delete`
|
|
5080
5080
|
|
|
@@ -5115,7 +5115,7 @@ EXAMPLES
|
|
|
5115
5115
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
5116
5116
|
```
|
|
5117
5117
|
|
|
5118
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5118
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.2/src/commands/package/version/delete.ts)_
|
|
5119
5119
|
|
|
5120
5120
|
## `sf package version displayancestry`
|
|
5121
5121
|
|
|
@@ -5175,7 +5175,7 @@ FLAG DESCRIPTIONS
|
|
|
5175
5175
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
5176
5176
|
```
|
|
5177
5177
|
|
|
5178
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5178
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.2/src/commands/package/version/displayancestry.ts)_
|
|
5179
5179
|
|
|
5180
5180
|
## `sf package version list`
|
|
5181
5181
|
|
|
@@ -5251,7 +5251,7 @@ EXAMPLES
|
|
|
5251
5251
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
5252
5252
|
```
|
|
5253
5253
|
|
|
5254
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5254
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.2/src/commands/package/version/list.ts)_
|
|
5255
5255
|
|
|
5256
5256
|
## `sf package version promote`
|
|
5257
5257
|
|
|
@@ -5295,7 +5295,7 @@ EXAMPLES
|
|
|
5295
5295
|
$ sf package version promote --package "Awesome Package Alias"
|
|
5296
5296
|
```
|
|
5297
5297
|
|
|
5298
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5298
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.2/src/commands/package/version/promote.ts)_
|
|
5299
5299
|
|
|
5300
5300
|
## `sf package version report`
|
|
5301
5301
|
|
|
@@ -5335,7 +5335,7 @@ EXAMPLES
|
|
|
5335
5335
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
5336
5336
|
```
|
|
5337
5337
|
|
|
5338
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5338
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.2/src/commands/package/version/report.ts)_
|
|
5339
5339
|
|
|
5340
5340
|
## `sf package version update`
|
|
5341
5341
|
|
|
@@ -5388,7 +5388,7 @@ EXAMPLES
|
|
|
5388
5388
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5389
5389
|
```
|
|
5390
5390
|
|
|
5391
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5391
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.2/src/commands/package/version/update.ts)_
|
|
5392
5392
|
|
|
5393
5393
|
## `sf package1 version create`
|
|
5394
5394
|
|
|
@@ -5455,7 +5455,7 @@ FLAG DESCRIPTIONS
|
|
|
5455
5455
|
subscribers.
|
|
5456
5456
|
```
|
|
5457
5457
|
|
|
5458
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5458
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.2/src/commands/package1/version/create.ts)_
|
|
5459
5459
|
|
|
5460
5460
|
## `sf package1 version create get`
|
|
5461
5461
|
|
|
@@ -5488,7 +5488,7 @@ EXAMPLES
|
|
|
5488
5488
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
5489
5489
|
```
|
|
5490
5490
|
|
|
5491
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5491
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.2/src/commands/package1/version/create/get.ts)_
|
|
5492
5492
|
|
|
5493
5493
|
## `sf package1 version display`
|
|
5494
5494
|
|
|
@@ -5522,7 +5522,7 @@ EXAMPLES
|
|
|
5522
5522
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
5523
5523
|
```
|
|
5524
5524
|
|
|
5525
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5525
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.2/src/commands/package1/version/display.ts)_
|
|
5526
5526
|
|
|
5527
5527
|
## `sf package1 version list`
|
|
5528
5528
|
|
|
@@ -5560,7 +5560,7 @@ FLAG DESCRIPTIONS
|
|
|
5560
5560
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
5561
5561
|
```
|
|
5562
5562
|
|
|
5563
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5563
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.2/src/commands/package1/version/list.ts)_
|
|
5564
5564
|
|
|
5565
5565
|
## `sf plugins`
|
|
5566
5566
|
|
|
@@ -5751,7 +5751,7 @@ EXAMPLES
|
|
|
5751
5751
|
$ sf plugins trust verify --npm @scope/npmName
|
|
5752
5752
|
```
|
|
5753
5753
|
|
|
5754
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
5754
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.26/src/commands/plugins/trust/verify.ts)_
|
|
5755
5755
|
|
|
5756
5756
|
## `sf plugins uninstall [PLUGIN]`
|
|
5757
5757
|
|
|
@@ -5860,7 +5860,7 @@ FLAG DESCRIPTIONS
|
|
|
5860
5860
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5861
5861
|
```
|
|
5862
5862
|
|
|
5863
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
5863
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.2/src/commands/project/convert/mdapi.ts)_
|
|
5864
5864
|
|
|
5865
5865
|
## `sf project convert source`
|
|
5866
5866
|
|
|
@@ -5872,7 +5872,7 @@ USAGE
|
|
|
5872
5872
|
[-p <value>... | -x <value> | -m <value>...]
|
|
5873
5873
|
|
|
5874
5874
|
FLAGS
|
|
5875
|
-
-d, --output-dir=<value> [default:
|
|
5875
|
+
-d, --output-dir=<value> [default: metadataPackage_1725104835263] Output directory to store the Metadata
|
|
5876
5876
|
API–formatted files in.
|
|
5877
5877
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5878
5878
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5933,7 +5933,7 @@ FLAG DESCRIPTIONS
|
|
|
5933
5933
|
Override the api version used for api requests made by this command
|
|
5934
5934
|
```
|
|
5935
5935
|
|
|
5936
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
5936
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.2/src/commands/project/convert/source.ts)_
|
|
5937
5937
|
|
|
5938
5938
|
## `sf project convert source-behavior`
|
|
5939
5939
|
|
|
@@ -5990,7 +5990,7 @@ EXAMPLES
|
|
|
5990
5990
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
5991
5991
|
```
|
|
5992
5992
|
|
|
5993
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
5993
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.2/src/commands/project/convert/source-behavior.ts)_
|
|
5994
5994
|
|
|
5995
5995
|
## `sf project delete source`
|
|
5996
5996
|
|
|
@@ -6130,7 +6130,7 @@ FLAG DESCRIPTIONS
|
|
|
6130
6130
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6131
6131
|
```
|
|
6132
6132
|
|
|
6133
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6133
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.2/src/commands/project/delete/source.ts)_
|
|
6134
6134
|
|
|
6135
6135
|
## `sf project delete tracking`
|
|
6136
6136
|
|
|
@@ -6167,7 +6167,7 @@ EXAMPLES
|
|
|
6167
6167
|
$ sf project delete tracking --target-org my-scratch
|
|
6168
6168
|
```
|
|
6169
6169
|
|
|
6170
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6170
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.2/src/commands/project/delete/tracking.ts)_
|
|
6171
6171
|
|
|
6172
6172
|
## `sf project deploy cancel`
|
|
6173
6173
|
|
|
@@ -6239,7 +6239,7 @@ FLAG DESCRIPTIONS
|
|
|
6239
6239
|
project deploy report".
|
|
6240
6240
|
```
|
|
6241
6241
|
|
|
6242
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6242
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.2/src/commands/project/deploy/cancel.ts)_
|
|
6243
6243
|
|
|
6244
6244
|
## `sf project deploy preview`
|
|
6245
6245
|
|
|
@@ -6322,7 +6322,7 @@ FLAG DESCRIPTIONS
|
|
|
6322
6322
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6323
6323
|
```
|
|
6324
6324
|
|
|
6325
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6325
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.2/src/commands/project/deploy/preview.ts)_
|
|
6326
6326
|
|
|
6327
6327
|
## `sf project deploy quick`
|
|
6328
6328
|
|
|
@@ -6415,7 +6415,7 @@ ERROR CODES
|
|
|
6415
6415
|
Canceling (69) The deploy is being canceled.
|
|
6416
6416
|
```
|
|
6417
6417
|
|
|
6418
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6418
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.2/src/commands/project/deploy/quick.ts)_
|
|
6419
6419
|
|
|
6420
6420
|
## `sf project deploy report`
|
|
6421
6421
|
|
|
@@ -6507,7 +6507,7 @@ FLAG DESCRIPTIONS
|
|
|
6507
6507
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6508
6508
|
```
|
|
6509
6509
|
|
|
6510
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6510
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.2/src/commands/project/deploy/report.ts)_
|
|
6511
6511
|
|
|
6512
6512
|
## `sf project deploy resume`
|
|
6513
6513
|
|
|
@@ -6604,7 +6604,7 @@ ERROR CODES
|
|
|
6604
6604
|
Canceling (69) The deploy is being canceled.
|
|
6605
6605
|
```
|
|
6606
6606
|
|
|
6607
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6607
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.2/src/commands/project/deploy/resume.ts)_
|
|
6608
6608
|
|
|
6609
6609
|
## `sf project deploy start`
|
|
6610
6610
|
|
|
@@ -6857,7 +6857,7 @@ ERROR CODES
|
|
|
6857
6857
|
Canceling (69) The deploy is being canceled.
|
|
6858
6858
|
```
|
|
6859
6859
|
|
|
6860
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6860
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.2/src/commands/project/deploy/start.ts)_
|
|
6861
6861
|
|
|
6862
6862
|
## `sf project deploy validate`
|
|
6863
6863
|
|
|
@@ -7047,7 +7047,7 @@ ERROR CODES
|
|
|
7047
7047
|
Canceling (69) The deploy is being canceled.
|
|
7048
7048
|
```
|
|
7049
7049
|
|
|
7050
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7050
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.2/src/commands/project/deploy/validate.ts)_
|
|
7051
7051
|
|
|
7052
7052
|
## `sf project generate`
|
|
7053
7053
|
|
|
@@ -7229,7 +7229,7 @@ EXAMPLES
|
|
|
7229
7229
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7230
7230
|
```
|
|
7231
7231
|
|
|
7232
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7232
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.2/src/commands/project/generate/manifest.ts)_
|
|
7233
7233
|
|
|
7234
7234
|
## `sf project list ignored`
|
|
7235
7235
|
|
|
@@ -7271,7 +7271,7 @@ EXAMPLES
|
|
|
7271
7271
|
$ sf project list ignored --source-dir package.xml
|
|
7272
7272
|
```
|
|
7273
7273
|
|
|
7274
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7274
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.2/src/commands/project/list/ignored.ts)_
|
|
7275
7275
|
|
|
7276
7276
|
## `sf project reset tracking`
|
|
7277
7277
|
|
|
@@ -7320,7 +7320,7 @@ EXAMPLES
|
|
|
7320
7320
|
$ sf project reset tracking --revision 30
|
|
7321
7321
|
```
|
|
7322
7322
|
|
|
7323
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7323
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.2/src/commands/project/reset/tracking.ts)_
|
|
7324
7324
|
|
|
7325
7325
|
## `sf project retrieve preview`
|
|
7326
7326
|
|
|
@@ -7374,7 +7374,7 @@ FLAG DESCRIPTIONS
|
|
|
7374
7374
|
production orgs.
|
|
7375
7375
|
```
|
|
7376
7376
|
|
|
7377
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7377
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.2/src/commands/project/retrieve/preview.ts)_
|
|
7378
7378
|
|
|
7379
7379
|
## `sf project retrieve start`
|
|
7380
7380
|
|
|
@@ -7551,7 +7551,7 @@ ENVIRONMENT VARIABLES
|
|
|
7551
7551
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7552
7552
|
```
|
|
7553
7553
|
|
|
7554
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7554
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.2/src/commands/project/retrieve/start.ts)_
|
|
7555
7555
|
|
|
7556
7556
|
## `sf schema generate field`
|
|
7557
7557
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.58.
|
|
3
|
+
"version": "2.58.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.58.
|
|
9
|
+
"version": "2.58.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -26,21 +26,21 @@
|
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.4.5",
|
|
28
28
|
"@salesforce/plugin-api": "1.2.1",
|
|
29
|
-
"@salesforce/plugin-auth": "3.6.
|
|
29
|
+
"@salesforce/plugin-auth": "3.6.52",
|
|
30
30
|
"@salesforce/plugin-data": "3.6.3",
|
|
31
|
-
"@salesforce/plugin-deploy-retrieve": "3.12.
|
|
31
|
+
"@salesforce/plugin-deploy-retrieve": "3.12.2",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.2",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.27",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.2.24",
|
|
35
35
|
"@salesforce/plugin-org": "4.5.4",
|
|
36
|
-
"@salesforce/plugin-packaging": "2.8.
|
|
36
|
+
"@salesforce/plugin-packaging": "2.8.2",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.26",
|
|
38
38
|
"@salesforce/plugin-settings": "2.3.15",
|
|
39
39
|
"@salesforce/plugin-sobject": "1.4.32",
|
|
40
|
-
"@salesforce/plugin-source": "3.5.
|
|
40
|
+
"@salesforce/plugin-source": "3.5.18",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.6.10",
|
|
42
42
|
"@salesforce/plugin-templates": "56.3.14",
|
|
43
|
-
"@salesforce/plugin-trust": "3.7.
|
|
43
|
+
"@salesforce/plugin-trust": "3.7.26",
|
|
44
44
|
"@salesforce/plugin-user": "3.5.26",
|
|
45
45
|
"@salesforce/sf-plugins-core": "11.3.6",
|
|
46
46
|
"ansis": "^3.3.0"
|
|
@@ -4055,9 +4055,9 @@
|
|
|
4055
4055
|
}
|
|
4056
4056
|
},
|
|
4057
4057
|
"node_modules/@salesforce/core": {
|
|
4058
|
-
"version": "8.
|
|
4059
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4060
|
-
"integrity": "sha512-
|
|
4058
|
+
"version": "8.5.1",
|
|
4059
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.5.1.tgz",
|
|
4060
|
+
"integrity": "sha512-GZtvkd8NWAWsMKoCNoTO/YrsEk7kA5QjqLURQzk6euflnjpOCdaGuTyer5ZPIa2jFp3UksupLqM4p1NHwMJIQA==",
|
|
4061
4061
|
"license": "BSD-3-Clause",
|
|
4062
4062
|
"dependencies": {
|
|
4063
4063
|
"@jsforce/jsforce-node": "^3.4.0",
|
|
@@ -4242,15 +4242,15 @@
|
|
|
4242
4242
|
}
|
|
4243
4243
|
},
|
|
4244
4244
|
"node_modules/@salesforce/plugin-auth": {
|
|
4245
|
-
"version": "3.6.
|
|
4246
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
4247
|
-
"integrity": "sha512-
|
|
4245
|
+
"version": "3.6.52",
|
|
4246
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.52.tgz",
|
|
4247
|
+
"integrity": "sha512-UFU3TKS6xP80Rfx/eVQQA+tOsw49krlbT260R/WAvaiszj6Qzc9zfcjs2t9pqy8hyC2Lr08cWHUogPXTyiFmjA==",
|
|
4248
4248
|
"license": "BSD-3-Clause",
|
|
4249
4249
|
"dependencies": {
|
|
4250
4250
|
"@inquirer/checkbox": "^2.4.7",
|
|
4251
4251
|
"@inquirer/select": "^2.4.7",
|
|
4252
4252
|
"@oclif/core": "^4",
|
|
4253
|
-
"@salesforce/core": "^8.
|
|
4253
|
+
"@salesforce/core": "^8.5.1",
|
|
4254
4254
|
"@salesforce/kit": "^3.2.0",
|
|
4255
4255
|
"@salesforce/plugin-info": "^3.3.29",
|
|
4256
4256
|
"@salesforce/sf-plugins-core": "^11.3.4",
|
|
@@ -4322,19 +4322,19 @@
|
|
|
4322
4322
|
"license": "MIT"
|
|
4323
4323
|
},
|
|
4324
4324
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
4325
|
-
"version": "3.12.
|
|
4326
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.
|
|
4327
|
-
"integrity": "sha512
|
|
4325
|
+
"version": "3.12.2",
|
|
4326
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.2.tgz",
|
|
4327
|
+
"integrity": "sha512-+9rpKC1EuWH4Nlxo4pn3jGCJbc8fBzcYRvFz+7gNV9dUTDA4Nd6B37nIg95PJRfa80mYNQO+Cw1errINl9ENRw==",
|
|
4328
4328
|
"license": "BSD-3-Clause",
|
|
4329
4329
|
"dependencies": {
|
|
4330
4330
|
"@oclif/core": "^4.0.18",
|
|
4331
4331
|
"@salesforce/apex-node": "^8.1.3",
|
|
4332
4332
|
"@salesforce/core": "^8.4.0",
|
|
4333
4333
|
"@salesforce/kit": "^3.2.1",
|
|
4334
|
-
"@salesforce/plugin-info": "^3.
|
|
4334
|
+
"@salesforce/plugin-info": "^3.4.2",
|
|
4335
4335
|
"@salesforce/sf-plugins-core": "^11.3.2",
|
|
4336
4336
|
"@salesforce/source-deploy-retrieve": "^12.6.0",
|
|
4337
|
-
"@salesforce/source-tracking": "^7.1.
|
|
4337
|
+
"@salesforce/source-tracking": "^7.1.10",
|
|
4338
4338
|
"@salesforce/ts-types": "^2.0.12",
|
|
4339
4339
|
"ansis": "^3.3.2"
|
|
4340
4340
|
},
|
|
@@ -4421,9 +4421,9 @@
|
|
|
4421
4421
|
"license": "MIT"
|
|
4422
4422
|
},
|
|
4423
4423
|
"node_modules/@salesforce/plugin-packaging": {
|
|
4424
|
-
"version": "2.8.
|
|
4425
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.8.
|
|
4426
|
-
"integrity": "sha512-
|
|
4424
|
+
"version": "2.8.2",
|
|
4425
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.8.2.tgz",
|
|
4426
|
+
"integrity": "sha512-tbz1eaULdvqhXP6TkWANZNU+AtVWlM3mCLnhSqgDmmYZFbSPv8yXfn3NzJe8MVIgsL7Bb5yiKjxFOib0hGPJdg==",
|
|
4427
4427
|
"license": "BSD-3-Clause",
|
|
4428
4428
|
"dependencies": {
|
|
4429
4429
|
"@oclif/core": "^4",
|
|
@@ -4550,17 +4550,17 @@
|
|
|
4550
4550
|
}
|
|
4551
4551
|
},
|
|
4552
4552
|
"node_modules/@salesforce/plugin-source": {
|
|
4553
|
-
"version": "3.5.
|
|
4554
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.
|
|
4555
|
-
"integrity": "sha512-
|
|
4553
|
+
"version": "3.5.18",
|
|
4554
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.18.tgz",
|
|
4555
|
+
"integrity": "sha512-rmwNXDOFHgt4q3NaAJH8yV2SFaeP4wEpAMsAzaYPKIPR7VvQNuKDEhuCjsRb7o+o/9mN6tjIyZQ139QD6fmxNg==",
|
|
4556
4556
|
"license": "BSD-3-Clause",
|
|
4557
4557
|
"dependencies": {
|
|
4558
4558
|
"@oclif/core": "^4",
|
|
4559
4559
|
"@salesforce/apex-node": "^8.1.2",
|
|
4560
4560
|
"@salesforce/core": "^8.2.8",
|
|
4561
4561
|
"@salesforce/kit": "^3.1.6",
|
|
4562
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
4563
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
4562
|
+
"@salesforce/sf-plugins-core": "^11.3.6",
|
|
4563
|
+
"@salesforce/source-deploy-retrieve": "^12.6.0",
|
|
4564
4564
|
"@salesforce/source-tracking": "^7.1.2",
|
|
4565
4565
|
"@salesforce/ts-types": "^2.0.11",
|
|
4566
4566
|
"chalk": "^5.3.0",
|
|
@@ -4617,9 +4617,9 @@
|
|
|
4617
4617
|
}
|
|
4618
4618
|
},
|
|
4619
4619
|
"node_modules/@salesforce/plugin-trust": {
|
|
4620
|
-
"version": "3.7.
|
|
4621
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
4622
|
-
"integrity": "sha512-
|
|
4620
|
+
"version": "3.7.26",
|
|
4621
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.26.tgz",
|
|
4622
|
+
"integrity": "sha512-ExMnpyBZubcdUVWsER6u8SCbPfyqvl9CPMOUBQnSa8pvJpZQ/hNl15mAaGadR+WnQ50XTn4YvFgIE91Q1pUIHA==",
|
|
4623
4623
|
"license": "BSD-3-Clause",
|
|
4624
4624
|
"dependencies": {
|
|
4625
4625
|
"@oclif/core": "^4",
|
|
@@ -4628,7 +4628,7 @@
|
|
|
4628
4628
|
"@salesforce/plugin-info": "^3.3.28",
|
|
4629
4629
|
"@salesforce/sf-plugins-core": "^11.3.4",
|
|
4630
4630
|
"got": "^13.0.0",
|
|
4631
|
-
"npm": "^10.8.
|
|
4631
|
+
"npm": "^10.8.3",
|
|
4632
4632
|
"npm-run-path": "^4.0.1",
|
|
4633
4633
|
"proxy-agent": "^6.4.0",
|
|
4634
4634
|
"semver": "^7.6.3",
|
|
@@ -4880,15 +4880,15 @@
|
|
|
4880
4880
|
}
|
|
4881
4881
|
},
|
|
4882
4882
|
"node_modules/@salesforce/source-tracking": {
|
|
4883
|
-
"version": "7.1.
|
|
4884
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.1.
|
|
4885
|
-
"integrity": "sha512
|
|
4883
|
+
"version": "7.1.10",
|
|
4884
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.1.10.tgz",
|
|
4885
|
+
"integrity": "sha512-+rVH0N4aPPw5fHYBVhGM8V4BbOuq40GzsUZKf8bUj417Ccc5BaPfBJa417FK5sqW5xIapMpid8kM2uyGeVHVqQ==",
|
|
4886
4886
|
"license": "BSD-3-Clause",
|
|
4887
4887
|
"dependencies": {
|
|
4888
|
-
"@oclif/core": "^4.0.
|
|
4888
|
+
"@oclif/core": "^4.0.18",
|
|
4889
4889
|
"@salesforce/core": "^8.4.0",
|
|
4890
4890
|
"@salesforce/kit": "^3.2.1",
|
|
4891
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
4891
|
+
"@salesforce/source-deploy-retrieve": "^12.5.1",
|
|
4892
4892
|
"@salesforce/ts-types": "^2.0.12",
|
|
4893
4893
|
"fast-xml-parser": "^4.4.1",
|
|
4894
4894
|
"graceful-fs": "^4.2.11",
|
|
@@ -7529,9 +7529,9 @@
|
|
|
7529
7529
|
}
|
|
7530
7530
|
},
|
|
7531
7531
|
"node_modules/cacache": {
|
|
7532
|
-
"version": "18.0.
|
|
7533
|
-
"resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.
|
|
7534
|
-
"integrity": "sha512-
|
|
7532
|
+
"version": "18.0.4",
|
|
7533
|
+
"resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.4.tgz",
|
|
7534
|
+
"integrity": "sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==",
|
|
7535
7535
|
"extraneous": true,
|
|
7536
7536
|
"license": "ISC",
|
|
7537
7537
|
"dependencies": {
|
|
@@ -13302,9 +13302,9 @@
|
|
|
13302
13302
|
}
|
|
13303
13303
|
},
|
|
13304
13304
|
"node_modules/libnpmexec": {
|
|
13305
|
-
"version": "8.1.
|
|
13306
|
-
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-8.1.
|
|
13307
|
-
"integrity": "sha512
|
|
13305
|
+
"version": "8.1.4",
|
|
13306
|
+
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-8.1.4.tgz",
|
|
13307
|
+
"integrity": "sha512-/5mQ8d7PJT3Ok1iTfXVZaev4mppno9IbimHv7x1g8ZLIQtRE0SWrdFN7SB43vzxexdw0bJ3LKu2OsY6L3h60Kg==",
|
|
13308
13308
|
"extraneous": true,
|
|
13309
13309
|
"license": "ISC",
|
|
13310
13310
|
"dependencies": {
|
|
@@ -14691,9 +14691,9 @@
|
|
|
14691
14691
|
}
|
|
14692
14692
|
},
|
|
14693
14693
|
"node_modules/node-gyp": {
|
|
14694
|
-
"version": "10.
|
|
14695
|
-
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.
|
|
14696
|
-
"integrity": "sha512-
|
|
14694
|
+
"version": "10.2.0",
|
|
14695
|
+
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.2.0.tgz",
|
|
14696
|
+
"integrity": "sha512-sp3FonBAaFe4aYTcFdZUn2NYkbP7xroPGYvQmP4Nl5PxamznItBnNCgjrVTKrEfQynInMsJvZrdmqUnysCJ8rw==",
|
|
14697
14697
|
"extraneous": true,
|
|
14698
14698
|
"license": "MIT",
|
|
14699
14699
|
"dependencies": {
|
|
@@ -14703,9 +14703,9 @@
|
|
|
14703
14703
|
"graceful-fs": "^4.2.6",
|
|
14704
14704
|
"make-fetch-happen": "^13.0.0",
|
|
14705
14705
|
"nopt": "^7.0.0",
|
|
14706
|
-
"proc-log": "^
|
|
14706
|
+
"proc-log": "^4.1.0",
|
|
14707
14707
|
"semver": "^7.3.5",
|
|
14708
|
-
"tar": "^6.1
|
|
14708
|
+
"tar": "^6.2.1",
|
|
14709
14709
|
"which": "^4.0.0"
|
|
14710
14710
|
},
|
|
14711
14711
|
"bin": {
|
|
@@ -14715,16 +14715,6 @@
|
|
|
14715
14715
|
"node": "^16.14.0 || >=18.0.0"
|
|
14716
14716
|
}
|
|
14717
14717
|
},
|
|
14718
|
-
"node_modules/node-gyp/node_modules/proc-log": {
|
|
14719
|
-
"version": "3.0.0",
|
|
14720
|
-
"resolved": "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz",
|
|
14721
|
-
"integrity": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==",
|
|
14722
|
-
"extraneous": true,
|
|
14723
|
-
"license": "ISC",
|
|
14724
|
-
"engines": {
|
|
14725
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
14726
|
-
}
|
|
14727
|
-
},
|
|
14728
14718
|
"node_modules/node-preload": {
|
|
14729
14719
|
"version": "0.2.1",
|
|
14730
14720
|
"resolved": "https://registry.npmjs.org/node-preload/-/node-preload-0.2.1.tgz",
|
|
@@ -14799,9 +14789,9 @@
|
|
|
14799
14789
|
}
|
|
14800
14790
|
},
|
|
14801
14791
|
"node_modules/npm": {
|
|
14802
|
-
"version": "10.8.
|
|
14803
|
-
"resolved": "https://registry.npmjs.org/npm/-/npm-10.8.
|
|
14804
|
-
"integrity": "sha512-
|
|
14792
|
+
"version": "10.8.3",
|
|
14793
|
+
"resolved": "https://registry.npmjs.org/npm/-/npm-10.8.3.tgz",
|
|
14794
|
+
"integrity": "sha512-0IQlyAYvVtQ7uOhDFYZCGK8kkut2nh8cpAdA9E6FvRSJaTgtZRZgNjlC5ZCct//L73ygrpY93CxXpRJDtNqPVg==",
|
|
14805
14795
|
"bundleDependencies": [
|
|
14806
14796
|
"@isaacs/string-locale-compare",
|
|
14807
14797
|
"@npmcli/arborist",
|
|
@@ -14893,13 +14883,13 @@
|
|
|
14893
14883
|
"@sigstore/tuf": "^2.3.4",
|
|
14894
14884
|
"abbrev": "^2.0.0",
|
|
14895
14885
|
"archy": "~1.0.0",
|
|
14896
|
-
"cacache": "^18.0.
|
|
14886
|
+
"cacache": "^18.0.4",
|
|
14897
14887
|
"chalk": "^5.3.0",
|
|
14898
14888
|
"ci-info": "^4.0.0",
|
|
14899
14889
|
"cli-columns": "^4.0.0",
|
|
14900
14890
|
"fastest-levenshtein": "^1.0.16",
|
|
14901
14891
|
"fs-minipass": "^3.0.3",
|
|
14902
|
-
"glob": "^10.4.
|
|
14892
|
+
"glob": "^10.4.5",
|
|
14903
14893
|
"graceful-fs": "^4.2.11",
|
|
14904
14894
|
"hosted-git-info": "^7.0.2",
|
|
14905
14895
|
"ini": "^4.1.3",
|
|
@@ -14908,7 +14898,7 @@
|
|
|
14908
14898
|
"json-parse-even-better-errors": "^3.0.2",
|
|
14909
14899
|
"libnpmaccess": "^8.0.6",
|
|
14910
14900
|
"libnpmdiff": "^6.1.4",
|
|
14911
|
-
"libnpmexec": "^8.1.
|
|
14901
|
+
"libnpmexec": "^8.1.4",
|
|
14912
14902
|
"libnpmfund": "^5.0.12",
|
|
14913
14903
|
"libnpmhook": "^10.0.5",
|
|
14914
14904
|
"libnpmorg": "^6.0.6",
|
|
@@ -14922,12 +14912,12 @@
|
|
|
14922
14912
|
"minipass": "^7.1.1",
|
|
14923
14913
|
"minipass-pipeline": "^1.2.4",
|
|
14924
14914
|
"ms": "^2.1.2",
|
|
14925
|
-
"node-gyp": "^10.
|
|
14915
|
+
"node-gyp": "^10.2.0",
|
|
14926
14916
|
"nopt": "^7.2.1",
|
|
14927
14917
|
"normalize-package-data": "^6.0.2",
|
|
14928
14918
|
"npm-audit-report": "^5.0.0",
|
|
14929
14919
|
"npm-install-checks": "^6.3.0",
|
|
14930
|
-
"npm-package-arg": "^11.0.
|
|
14920
|
+
"npm-package-arg": "^11.0.3",
|
|
14931
14921
|
"npm-pick-manifest": "^9.1.0",
|
|
14932
14922
|
"npm-profile": "^10.0.0",
|
|
14933
14923
|
"npm-registry-fetch": "^17.1.0",
|
|
@@ -14938,7 +14928,7 @@
|
|
|
14938
14928
|
"proc-log": "^4.2.0",
|
|
14939
14929
|
"qrcode-terminal": "^0.12.0",
|
|
14940
14930
|
"read": "^3.0.1",
|
|
14941
|
-
"semver": "^7.6.
|
|
14931
|
+
"semver": "^7.6.3",
|
|
14942
14932
|
"spdx-expression-parse": "^4.0.0",
|
|
14943
14933
|
"ssri": "^10.0.6",
|
|
14944
14934
|
"supports-color": "^9.4.0",
|
|
@@ -15675,9 +15665,9 @@
|
|
|
15675
15665
|
}
|
|
15676
15666
|
},
|
|
15677
15667
|
"node_modules/npm/node_modules/cacache": {
|
|
15678
|
-
"version": "18.0.
|
|
15679
|
-
"resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.
|
|
15680
|
-
"integrity": "sha512-
|
|
15668
|
+
"version": "18.0.4",
|
|
15669
|
+
"resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.4.tgz",
|
|
15670
|
+
"integrity": "sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==",
|
|
15681
15671
|
"inBundle": true,
|
|
15682
15672
|
"license": "ISC",
|
|
15683
15673
|
"dependencies": {
|
|
@@ -15854,7 +15844,9 @@
|
|
|
15854
15844
|
}
|
|
15855
15845
|
},
|
|
15856
15846
|
"node_modules/npm/node_modules/debug": {
|
|
15857
|
-
"version": "4.3.
|
|
15847
|
+
"version": "4.3.6",
|
|
15848
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz",
|
|
15849
|
+
"integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==",
|
|
15858
15850
|
"inBundle": true,
|
|
15859
15851
|
"license": "MIT",
|
|
15860
15852
|
"dependencies": {
|
|
@@ -15946,7 +15938,7 @@
|
|
|
15946
15938
|
}
|
|
15947
15939
|
},
|
|
15948
15940
|
"node_modules/npm/node_modules/foreground-child": {
|
|
15949
|
-
"version": "3.
|
|
15941
|
+
"version": "3.3.0",
|
|
15950
15942
|
"inBundle": true,
|
|
15951
15943
|
"license": "ISC",
|
|
15952
15944
|
"dependencies": {
|
|
@@ -15974,7 +15966,9 @@
|
|
|
15974
15966
|
}
|
|
15975
15967
|
},
|
|
15976
15968
|
"node_modules/npm/node_modules/glob": {
|
|
15977
|
-
"version": "10.4.
|
|
15969
|
+
"version": "10.4.5",
|
|
15970
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
|
|
15971
|
+
"integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
|
|
15978
15972
|
"inBundle": true,
|
|
15979
15973
|
"license": "ISC",
|
|
15980
15974
|
"dependencies": {
|
|
@@ -15988,9 +15982,6 @@
|
|
|
15988
15982
|
"bin": {
|
|
15989
15983
|
"glob": "dist/esm/bin.mjs"
|
|
15990
15984
|
},
|
|
15991
|
-
"engines": {
|
|
15992
|
-
"node": ">=16 || 14 >=14.18"
|
|
15993
|
-
},
|
|
15994
15985
|
"funding": {
|
|
15995
15986
|
"url": "https://github.com/sponsors/isaacs"
|
|
15996
15987
|
}
|
|
@@ -16189,15 +16180,12 @@
|
|
|
16189
16180
|
"license": "ISC"
|
|
16190
16181
|
},
|
|
16191
16182
|
"node_modules/npm/node_modules/jackspeak": {
|
|
16192
|
-
"version": "3.4.
|
|
16183
|
+
"version": "3.4.3",
|
|
16193
16184
|
"inBundle": true,
|
|
16194
16185
|
"license": "BlueOak-1.0.0",
|
|
16195
16186
|
"dependencies": {
|
|
16196
16187
|
"@isaacs/cliui": "^8.0.2"
|
|
16197
16188
|
},
|
|
16198
|
-
"engines": {
|
|
16199
|
-
"node": ">=14"
|
|
16200
|
-
},
|
|
16201
16189
|
"funding": {
|
|
16202
16190
|
"url": "https://github.com/sponsors/isaacs"
|
|
16203
16191
|
},
|
|
@@ -16291,9 +16279,9 @@
|
|
|
16291
16279
|
}
|
|
16292
16280
|
},
|
|
16293
16281
|
"node_modules/npm/node_modules/libnpmexec": {
|
|
16294
|
-
"version": "8.1.
|
|
16295
|
-
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-8.1.
|
|
16296
|
-
"integrity": "sha512
|
|
16282
|
+
"version": "8.1.4",
|
|
16283
|
+
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-8.1.4.tgz",
|
|
16284
|
+
"integrity": "sha512-/5mQ8d7PJT3Ok1iTfXVZaev4mppno9IbimHv7x1g8ZLIQtRE0SWrdFN7SB43vzxexdw0bJ3LKu2OsY6L3h60Kg==",
|
|
16297
16285
|
"inBundle": true,
|
|
16298
16286
|
"license": "ISC",
|
|
16299
16287
|
"dependencies": {
|
|
@@ -16434,14 +16422,9 @@
|
|
|
16434
16422
|
}
|
|
16435
16423
|
},
|
|
16436
16424
|
"node_modules/npm/node_modules/lru-cache": {
|
|
16437
|
-
"version": "10.
|
|
16438
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
|
|
16439
|
-
"integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
|
|
16425
|
+
"version": "10.4.3",
|
|
16440
16426
|
"inBundle": true,
|
|
16441
|
-
"license": "ISC"
|
|
16442
|
-
"engines": {
|
|
16443
|
-
"node": "14 || >=16.14"
|
|
16444
|
-
}
|
|
16427
|
+
"license": "ISC"
|
|
16445
16428
|
},
|
|
16446
16429
|
"node_modules/npm/node_modules/make-fetch-happen": {
|
|
16447
16430
|
"version": "13.0.1",
|
|
@@ -16668,9 +16651,9 @@
|
|
|
16668
16651
|
}
|
|
16669
16652
|
},
|
|
16670
16653
|
"node_modules/npm/node_modules/node-gyp": {
|
|
16671
|
-
"version": "10.
|
|
16672
|
-
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.
|
|
16673
|
-
"integrity": "sha512-
|
|
16654
|
+
"version": "10.2.0",
|
|
16655
|
+
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.2.0.tgz",
|
|
16656
|
+
"integrity": "sha512-sp3FonBAaFe4aYTcFdZUn2NYkbP7xroPGYvQmP4Nl5PxamznItBnNCgjrVTKrEfQynInMsJvZrdmqUnysCJ8rw==",
|
|
16674
16657
|
"inBundle": true,
|
|
16675
16658
|
"license": "MIT",
|
|
16676
16659
|
"dependencies": {
|
|
@@ -16680,9 +16663,9 @@
|
|
|
16680
16663
|
"graceful-fs": "^4.2.6",
|
|
16681
16664
|
"make-fetch-happen": "^13.0.0",
|
|
16682
16665
|
"nopt": "^7.0.0",
|
|
16683
|
-
"proc-log": "^
|
|
16666
|
+
"proc-log": "^4.1.0",
|
|
16684
16667
|
"semver": "^7.3.5",
|
|
16685
|
-
"tar": "^6.1
|
|
16668
|
+
"tar": "^6.2.1",
|
|
16686
16669
|
"which": "^4.0.0"
|
|
16687
16670
|
},
|
|
16688
16671
|
"bin": {
|
|
@@ -16692,16 +16675,6 @@
|
|
|
16692
16675
|
"node": "^16.14.0 || >=18.0.0"
|
|
16693
16676
|
}
|
|
16694
16677
|
},
|
|
16695
|
-
"node_modules/npm/node_modules/node-gyp/node_modules/proc-log": {
|
|
16696
|
-
"version": "3.0.0",
|
|
16697
|
-
"resolved": "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz",
|
|
16698
|
-
"integrity": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==",
|
|
16699
|
-
"inBundle": true,
|
|
16700
|
-
"license": "ISC",
|
|
16701
|
-
"engines": {
|
|
16702
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
16703
|
-
}
|
|
16704
|
-
},
|
|
16705
16678
|
"node_modules/npm/node_modules/nopt": {
|
|
16706
16679
|
"version": "7.2.1",
|
|
16707
16680
|
"resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz",
|
|
@@ -16778,7 +16751,9 @@
|
|
|
16778
16751
|
}
|
|
16779
16752
|
},
|
|
16780
16753
|
"node_modules/npm/node_modules/npm-package-arg": {
|
|
16781
|
-
"version": "11.0.
|
|
16754
|
+
"version": "11.0.3",
|
|
16755
|
+
"resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.3.tgz",
|
|
16756
|
+
"integrity": "sha512-sHGJy8sOC1YraBywpzQlIKBE4pBbGbiF95U6Auspzyem956E0+FtDtsx1ZxlOJkQCZ1AFXAY/yuvtFYrOxF+Bw==",
|
|
16782
16757
|
"inBundle": true,
|
|
16783
16758
|
"license": "ISC",
|
|
16784
16759
|
"dependencies": {
|
|
@@ -16962,7 +16937,7 @@
|
|
|
16962
16937
|
}
|
|
16963
16938
|
},
|
|
16964
16939
|
"node_modules/npm/node_modules/postcss-selector-parser": {
|
|
16965
|
-
"version": "6.1.
|
|
16940
|
+
"version": "6.1.2",
|
|
16966
16941
|
"inBundle": true,
|
|
16967
16942
|
"license": "MIT",
|
|
16968
16943
|
"dependencies": {
|
|
@@ -17110,7 +17085,9 @@
|
|
|
17110
17085
|
"optional": true
|
|
17111
17086
|
},
|
|
17112
17087
|
"node_modules/npm/node_modules/semver": {
|
|
17113
|
-
"version": "7.6.
|
|
17088
|
+
"version": "7.6.3",
|
|
17089
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
|
|
17090
|
+
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
|
17114
17091
|
"inBundle": true,
|
|
17115
17092
|
"license": "ISC",
|
|
17116
17093
|
"bin": {
|
package/oclif.lock
CHANGED
|
@@ -1722,7 +1722,7 @@
|
|
|
1722
1722
|
proc-log "^4.0.0"
|
|
1723
1723
|
which "^4.0.0"
|
|
1724
1724
|
|
|
1725
|
-
"@oclif/core@^4", "@oclif/core@^4.0.16", "@oclif/core@^4.0.
|
|
1725
|
+
"@oclif/core@^4", "@oclif/core@^4.0.16", "@oclif/core@^4.0.18", "@oclif/core@^4.0.19", "@oclif/core@^4.0.6", "@oclif/core@4.0.19":
|
|
1726
1726
|
version "4.0.19"
|
|
1727
1727
|
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.19.tgz"
|
|
1728
1728
|
integrity sha512-VXnsYNVfmucXp5BdOA/OcWi8F/h2h8ofW1GxQDdspodnmnUgALEpqrxXBl5NFuA+iEihtAJeXzX260ICHYDaBg==
|
|
@@ -2038,10 +2038,10 @@
|
|
|
2038
2038
|
strip-ansi "6.0.1"
|
|
2039
2039
|
ts-retry-promise "^0.8.1"
|
|
2040
2040
|
|
|
2041
|
-
"@salesforce/core@^8.1.0", "@salesforce/core@^8.2.3", "@salesforce/core@^8.2.7", "@salesforce/core@^8.2.8", "@salesforce/core@^8.3.0", "@salesforce/core@^8.4.0":
|
|
2042
|
-
version "8.
|
|
2043
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
2044
|
-
integrity sha512-
|
|
2041
|
+
"@salesforce/core@^8.1.0", "@salesforce/core@^8.2.3", "@salesforce/core@^8.2.7", "@salesforce/core@^8.2.8", "@salesforce/core@^8.3.0", "@salesforce/core@^8.4.0", "@salesforce/core@^8.5.1":
|
|
2042
|
+
version "8.5.1"
|
|
2043
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.5.1.tgz"
|
|
2044
|
+
integrity sha512-GZtvkd8NWAWsMKoCNoTO/YrsEk7kA5QjqLURQzk6euflnjpOCdaGuTyer5ZPIa2jFp3UksupLqM4p1NHwMJIQA==
|
|
2045
2045
|
dependencies:
|
|
2046
2046
|
"@jsforce/jsforce-node" "^3.4.0"
|
|
2047
2047
|
"@salesforce/kit" "^3.1.6"
|
|
@@ -2151,15 +2151,15 @@
|
|
|
2151
2151
|
got "^13.0.0"
|
|
2152
2152
|
proxy-agent "^6.4.0"
|
|
2153
2153
|
|
|
2154
|
-
"@salesforce/plugin-auth@3.6.
|
|
2155
|
-
version "3.6.
|
|
2156
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
2157
|
-
integrity sha512-
|
|
2154
|
+
"@salesforce/plugin-auth@3.6.52":
|
|
2155
|
+
version "3.6.52"
|
|
2156
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.52.tgz"
|
|
2157
|
+
integrity sha512-UFU3TKS6xP80Rfx/eVQQA+tOsw49krlbT260R/WAvaiszj6Qzc9zfcjs2t9pqy8hyC2Lr08cWHUogPXTyiFmjA==
|
|
2158
2158
|
dependencies:
|
|
2159
2159
|
"@inquirer/checkbox" "^2.4.7"
|
|
2160
2160
|
"@inquirer/select" "^2.4.7"
|
|
2161
2161
|
"@oclif/core" "^4"
|
|
2162
|
-
"@salesforce/core" "^8.
|
|
2162
|
+
"@salesforce/core" "^8.5.1"
|
|
2163
2163
|
"@salesforce/kit" "^3.2.0"
|
|
2164
2164
|
"@salesforce/plugin-info" "^3.3.29"
|
|
2165
2165
|
"@salesforce/sf-plugins-core" "^11.3.4"
|
|
@@ -2196,23 +2196,23 @@
|
|
|
2196
2196
|
csv-stringify "^6.5.1"
|
|
2197
2197
|
form-data "^4.0.0"
|
|
2198
2198
|
|
|
2199
|
-
"@salesforce/plugin-deploy-retrieve@3.12.
|
|
2200
|
-
version "3.12.
|
|
2201
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.
|
|
2202
|
-
integrity sha512
|
|
2199
|
+
"@salesforce/plugin-deploy-retrieve@3.12.2":
|
|
2200
|
+
version "3.12.2"
|
|
2201
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.2.tgz"
|
|
2202
|
+
integrity sha512-+9rpKC1EuWH4Nlxo4pn3jGCJbc8fBzcYRvFz+7gNV9dUTDA4Nd6B37nIg95PJRfa80mYNQO+Cw1errINl9ENRw==
|
|
2203
2203
|
dependencies:
|
|
2204
2204
|
"@oclif/core" "^4.0.18"
|
|
2205
2205
|
"@salesforce/apex-node" "^8.1.3"
|
|
2206
2206
|
"@salesforce/core" "^8.4.0"
|
|
2207
2207
|
"@salesforce/kit" "^3.2.1"
|
|
2208
|
-
"@salesforce/plugin-info" "^3.
|
|
2208
|
+
"@salesforce/plugin-info" "^3.4.2"
|
|
2209
2209
|
"@salesforce/sf-plugins-core" "^11.3.2"
|
|
2210
2210
|
"@salesforce/source-deploy-retrieve" "^12.6.0"
|
|
2211
|
-
"@salesforce/source-tracking" "^7.1.
|
|
2211
|
+
"@salesforce/source-tracking" "^7.1.10"
|
|
2212
2212
|
"@salesforce/ts-types" "^2.0.12"
|
|
2213
2213
|
ansis "^3.3.2"
|
|
2214
2214
|
|
|
2215
|
-
"@salesforce/plugin-info@^3.3.28", "@salesforce/plugin-info@^3.3.29", "@salesforce/plugin-info@3.4.2":
|
|
2215
|
+
"@salesforce/plugin-info@^3.3.28", "@salesforce/plugin-info@^3.3.29", "@salesforce/plugin-info@^3.4.2", "@salesforce/plugin-info@3.4.2":
|
|
2216
2216
|
version "3.4.2"
|
|
2217
2217
|
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.2.tgz"
|
|
2218
2218
|
integrity sha512-Rl2pA9jnJIU5bvE/GrVdpjdgsmRFlWcRiwND4usrmQPEfohViTPDhcV5RBjRb1wlXlsAVYrVD3dlB1tqVq8BmQ==
|
|
@@ -2264,10 +2264,10 @@
|
|
|
2264
2264
|
is-wsl "^3.1.0"
|
|
2265
2265
|
open "^10.1.0"
|
|
2266
2266
|
|
|
2267
|
-
"@salesforce/plugin-packaging@2.8.
|
|
2268
|
-
version "2.8.
|
|
2269
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.8.
|
|
2270
|
-
integrity sha512-
|
|
2267
|
+
"@salesforce/plugin-packaging@2.8.2":
|
|
2268
|
+
version "2.8.2"
|
|
2269
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.8.2.tgz"
|
|
2270
|
+
integrity sha512-tbz1eaULdvqhXP6TkWANZNU+AtVWlM3mCLnhSqgDmmYZFbSPv8yXfn3NzJe8MVIgsL7Bb5yiKjxFOib0hGPJdg==
|
|
2271
2271
|
dependencies:
|
|
2272
2272
|
"@oclif/core" "^4"
|
|
2273
2273
|
"@salesforce/core" "^8.4.0"
|
|
@@ -2339,17 +2339,17 @@
|
|
|
2339
2339
|
fast-xml-parser "^4.4.1"
|
|
2340
2340
|
js2xmlparser "^4.0.2"
|
|
2341
2341
|
|
|
2342
|
-
"@salesforce/plugin-source@3.5.
|
|
2343
|
-
version "3.5.
|
|
2344
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.
|
|
2345
|
-
integrity sha512-
|
|
2342
|
+
"@salesforce/plugin-source@3.5.18":
|
|
2343
|
+
version "3.5.18"
|
|
2344
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.18.tgz"
|
|
2345
|
+
integrity sha512-rmwNXDOFHgt4q3NaAJH8yV2SFaeP4wEpAMsAzaYPKIPR7VvQNuKDEhuCjsRb7o+o/9mN6tjIyZQ139QD6fmxNg==
|
|
2346
2346
|
dependencies:
|
|
2347
2347
|
"@oclif/core" "^4"
|
|
2348
2348
|
"@salesforce/apex-node" "^8.1.2"
|
|
2349
2349
|
"@salesforce/core" "^8.2.8"
|
|
2350
2350
|
"@salesforce/kit" "^3.1.6"
|
|
2351
|
-
"@salesforce/sf-plugins-core" "^11.3.
|
|
2352
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2351
|
+
"@salesforce/sf-plugins-core" "^11.3.6"
|
|
2352
|
+
"@salesforce/source-deploy-retrieve" "^12.6.0"
|
|
2353
2353
|
"@salesforce/source-tracking" "^7.1.2"
|
|
2354
2354
|
"@salesforce/ts-types" "^2.0.11"
|
|
2355
2355
|
chalk "^5.3.0"
|
|
@@ -2379,10 +2379,10 @@
|
|
|
2379
2379
|
"@salesforce/sf-plugins-core" "^11.3.4"
|
|
2380
2380
|
"@salesforce/templates" "^61.4.3"
|
|
2381
2381
|
|
|
2382
|
-
"@salesforce/plugin-trust@^3.7.10", "@salesforce/plugin-trust@3.7.
|
|
2383
|
-
version "3.7.
|
|
2384
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
2385
|
-
integrity sha512-
|
|
2382
|
+
"@salesforce/plugin-trust@^3.7.10", "@salesforce/plugin-trust@3.7.26":
|
|
2383
|
+
version "3.7.26"
|
|
2384
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.26.tgz"
|
|
2385
|
+
integrity sha512-ExMnpyBZubcdUVWsER6u8SCbPfyqvl9CPMOUBQnSa8pvJpZQ/hNl15mAaGadR+WnQ50XTn4YvFgIE91Q1pUIHA==
|
|
2386
2386
|
dependencies:
|
|
2387
2387
|
"@oclif/core" "^4"
|
|
2388
2388
|
"@salesforce/core" "^8.3.0"
|
|
@@ -2390,7 +2390,7 @@
|
|
|
2390
2390
|
"@salesforce/plugin-info" "^3.3.28"
|
|
2391
2391
|
"@salesforce/sf-plugins-core" "^11.3.4"
|
|
2392
2392
|
got "^13.0.0"
|
|
2393
|
-
npm "^10.8.
|
|
2393
|
+
npm "^10.8.3"
|
|
2394
2394
|
npm-run-path "^4.0.1"
|
|
2395
2395
|
proxy-agent "^6.4.0"
|
|
2396
2396
|
semver "^7.6.3"
|
|
@@ -2453,15 +2453,15 @@
|
|
|
2453
2453
|
minimatch "^9.0.5"
|
|
2454
2454
|
proxy-agent "^6.4.0"
|
|
2455
2455
|
|
|
2456
|
-
"@salesforce/source-tracking@^7.1.
|
|
2457
|
-
version "7.1.
|
|
2458
|
-
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.1.
|
|
2459
|
-
integrity sha512
|
|
2456
|
+
"@salesforce/source-tracking@^7.1.10", "@salesforce/source-tracking@^7.1.2":
|
|
2457
|
+
version "7.1.10"
|
|
2458
|
+
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.1.10.tgz"
|
|
2459
|
+
integrity sha512-+rVH0N4aPPw5fHYBVhGM8V4BbOuq40GzsUZKf8bUj417Ccc5BaPfBJa417FK5sqW5xIapMpid8kM2uyGeVHVqQ==
|
|
2460
2460
|
dependencies:
|
|
2461
|
-
"@oclif/core" "^4.0.
|
|
2461
|
+
"@oclif/core" "^4.0.18"
|
|
2462
2462
|
"@salesforce/core" "^8.4.0"
|
|
2463
2463
|
"@salesforce/kit" "^3.2.1"
|
|
2464
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2464
|
+
"@salesforce/source-deploy-retrieve" "^12.5.1"
|
|
2465
2465
|
"@salesforce/ts-types" "^2.0.12"
|
|
2466
2466
|
fast-xml-parser "^4.4.1"
|
|
2467
2467
|
graceful-fs "^4.2.11"
|
|
@@ -4053,10 +4053,10 @@ bundle-name@^4.1.0:
|
|
|
4053
4053
|
dependencies:
|
|
4054
4054
|
run-applescript "^7.0.0"
|
|
4055
4055
|
|
|
4056
|
-
cacache@^18.0.0, cacache@^18.0.3:
|
|
4057
|
-
version "18.0.
|
|
4058
|
-
resolved "https://registry.npmjs.org/cacache/-/cacache-18.0.
|
|
4059
|
-
integrity sha512-
|
|
4056
|
+
cacache@^18.0.0, cacache@^18.0.3, cacache@^18.0.4:
|
|
4057
|
+
version "18.0.4"
|
|
4058
|
+
resolved "https://registry.npmjs.org/cacache/-/cacache-18.0.4.tgz"
|
|
4059
|
+
integrity sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==
|
|
4060
4060
|
dependencies:
|
|
4061
4061
|
"@npmcli/fs" "^3.1.0"
|
|
4062
4062
|
fs-minipass "^3.0.0"
|
|
@@ -6128,7 +6128,7 @@ glob-parent@^6.0.2:
|
|
|
6128
6128
|
dependencies:
|
|
6129
6129
|
is-glob "^4.0.3"
|
|
6130
6130
|
|
|
6131
|
-
glob@^10.2.2, glob@^10.3.10:
|
|
6131
|
+
glob@^10.2.2, glob@^10.3.10, glob@^10.4.5:
|
|
6132
6132
|
version "10.4.5"
|
|
6133
6133
|
resolved "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz"
|
|
6134
6134
|
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
|
|
@@ -6140,16 +6140,6 @@ glob@^10.2.2, glob@^10.3.10:
|
|
|
6140
6140
|
package-json-from-dist "^1.0.0"
|
|
6141
6141
|
path-scurry "^1.11.1"
|
|
6142
6142
|
|
|
6143
|
-
glob@^10.4.2:
|
|
6144
|
-
version "10.4.2"
|
|
6145
|
-
dependencies:
|
|
6146
|
-
foreground-child "^3.1.0"
|
|
6147
|
-
jackspeak "^3.1.2"
|
|
6148
|
-
minimatch "^9.0.4"
|
|
6149
|
-
minipass "^7.1.2"
|
|
6150
|
-
package-json-from-dist "^1.0.0"
|
|
6151
|
-
path-scurry "^1.11.1"
|
|
6152
|
-
|
|
6153
6143
|
glob@^7.0.0:
|
|
6154
6144
|
version "7.2.3"
|
|
6155
6145
|
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz"
|
|
@@ -7445,10 +7435,10 @@ libnpmdiff@^6.1.4:
|
|
|
7445
7435
|
pacote "^18.0.6"
|
|
7446
7436
|
tar "^6.2.1"
|
|
7447
7437
|
|
|
7448
|
-
libnpmexec@^8.1.
|
|
7449
|
-
version "8.1.
|
|
7450
|
-
resolved "https://registry.npmjs.org/libnpmexec/-/libnpmexec-8.1.
|
|
7451
|
-
integrity sha512
|
|
7438
|
+
libnpmexec@^8.1.4:
|
|
7439
|
+
version "8.1.4"
|
|
7440
|
+
resolved "https://registry.npmjs.org/libnpmexec/-/libnpmexec-8.1.4.tgz"
|
|
7441
|
+
integrity sha512-/5mQ8d7PJT3Ok1iTfXVZaev4mppno9IbimHv7x1g8ZLIQtRE0SWrdFN7SB43vzxexdw0bJ3LKu2OsY6L3h60Kg==
|
|
7452
7442
|
dependencies:
|
|
7453
7443
|
"@npmcli/arborist" "^7.5.4"
|
|
7454
7444
|
"@npmcli/run-script" "^8.1.0"
|
|
@@ -8251,10 +8241,10 @@ node-fetch@^2.6.1, node-fetch@^2.6.7, node-fetch@^2.6.9:
|
|
|
8251
8241
|
dependencies:
|
|
8252
8242
|
whatwg-url "^5.0.0"
|
|
8253
8243
|
|
|
8254
|
-
node-gyp@^10.0.0, node-gyp@^10.
|
|
8255
|
-
version "10.
|
|
8256
|
-
resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-10.
|
|
8257
|
-
integrity sha512-
|
|
8244
|
+
node-gyp@^10.0.0, node-gyp@^10.2.0:
|
|
8245
|
+
version "10.2.0"
|
|
8246
|
+
resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-10.2.0.tgz"
|
|
8247
|
+
integrity sha512-sp3FonBAaFe4aYTcFdZUn2NYkbP7xroPGYvQmP4Nl5PxamznItBnNCgjrVTKrEfQynInMsJvZrdmqUnysCJ8rw==
|
|
8258
8248
|
dependencies:
|
|
8259
8249
|
env-paths "^2.2.0"
|
|
8260
8250
|
exponential-backoff "^3.1.1"
|
|
@@ -8262,9 +8252,9 @@ node-gyp@^10.0.0, node-gyp@^10.1.0:
|
|
|
8262
8252
|
graceful-fs "^4.2.6"
|
|
8263
8253
|
make-fetch-happen "^13.0.0"
|
|
8264
8254
|
nopt "^7.0.0"
|
|
8265
|
-
proc-log "^
|
|
8255
|
+
proc-log "^4.1.0"
|
|
8266
8256
|
semver "^7.3.5"
|
|
8267
|
-
tar "^6.1
|
|
8257
|
+
tar "^6.2.1"
|
|
8268
8258
|
which "^4.0.0"
|
|
8269
8259
|
|
|
8270
8260
|
node-preload@^0.2.1:
|
|
@@ -8432,10 +8422,10 @@ npm-user-validate@^2.0.1:
|
|
|
8432
8422
|
resolved "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-2.0.1.tgz"
|
|
8433
8423
|
integrity sha512-d17PKaF2h8LSGFl5j4b1gHOJt1fgH7YUcCm1kNSJvaLWWKXlBsuUvx0bBEkr0qhsVA9XP5LtRZ83hdlhm2QkgA==
|
|
8434
8424
|
|
|
8435
|
-
npm@^10.8.2:
|
|
8436
|
-
version "10.8.
|
|
8437
|
-
resolved "https://registry.npmjs.org/npm/-/npm-10.8.
|
|
8438
|
-
integrity sha512-
|
|
8425
|
+
npm@^10.8.2, npm@^10.8.3:
|
|
8426
|
+
version "10.8.3"
|
|
8427
|
+
resolved "https://registry.npmjs.org/npm/-/npm-10.8.3.tgz"
|
|
8428
|
+
integrity sha512-0IQlyAYvVtQ7uOhDFYZCGK8kkut2nh8cpAdA9E6FvRSJaTgtZRZgNjlC5ZCct//L73ygrpY93CxXpRJDtNqPVg==
|
|
8439
8429
|
dependencies:
|
|
8440
8430
|
"@isaacs/string-locale-compare" "^1.1.0"
|
|
8441
8431
|
"@npmcli/arborist" "^7.5.4"
|
|
@@ -8449,13 +8439,13 @@ npm@^10.8.2:
|
|
|
8449
8439
|
"@sigstore/tuf" "^2.3.4"
|
|
8450
8440
|
abbrev "^2.0.0"
|
|
8451
8441
|
archy "~1.0.0"
|
|
8452
|
-
cacache "^18.0.
|
|
8442
|
+
cacache "^18.0.4"
|
|
8453
8443
|
chalk "^5.3.0"
|
|
8454
8444
|
ci-info "^4.0.0"
|
|
8455
8445
|
cli-columns "^4.0.0"
|
|
8456
8446
|
fastest-levenshtein "^1.0.16"
|
|
8457
8447
|
fs-minipass "^3.0.3"
|
|
8458
|
-
glob "^10.4.
|
|
8448
|
+
glob "^10.4.5"
|
|
8459
8449
|
graceful-fs "^4.2.11"
|
|
8460
8450
|
hosted-git-info "^7.0.2"
|
|
8461
8451
|
ini "^4.1.3"
|
|
@@ -8464,7 +8454,7 @@ npm@^10.8.2:
|
|
|
8464
8454
|
json-parse-even-better-errors "^3.0.2"
|
|
8465
8455
|
libnpmaccess "^8.0.6"
|
|
8466
8456
|
libnpmdiff "^6.1.4"
|
|
8467
|
-
libnpmexec "^8.1.
|
|
8457
|
+
libnpmexec "^8.1.4"
|
|
8468
8458
|
libnpmfund "^5.0.12"
|
|
8469
8459
|
libnpmhook "^10.0.5"
|
|
8470
8460
|
libnpmorg "^6.0.6"
|
|
@@ -8478,12 +8468,12 @@ npm@^10.8.2:
|
|
|
8478
8468
|
minipass "^7.1.1"
|
|
8479
8469
|
minipass-pipeline "^1.2.4"
|
|
8480
8470
|
ms "^2.1.2"
|
|
8481
|
-
node-gyp "^10.
|
|
8471
|
+
node-gyp "^10.2.0"
|
|
8482
8472
|
nopt "^7.2.1"
|
|
8483
8473
|
normalize-package-data "^6.0.2"
|
|
8484
8474
|
npm-audit-report "^5.0.0"
|
|
8485
8475
|
npm-install-checks "^6.3.0"
|
|
8486
|
-
npm-package-arg "^11.0.
|
|
8476
|
+
npm-package-arg "^11.0.3"
|
|
8487
8477
|
npm-pick-manifest "^9.1.0"
|
|
8488
8478
|
npm-profile "^10.0.0"
|
|
8489
8479
|
npm-registry-fetch "^17.1.0"
|
|
@@ -8494,7 +8484,7 @@ npm@^10.8.2:
|
|
|
8494
8484
|
proc-log "^4.2.0"
|
|
8495
8485
|
qrcode-terminal "^0.12.0"
|
|
8496
8486
|
read "^3.0.1"
|
|
8497
|
-
semver "^7.6.
|
|
8487
|
+
semver "^7.6.3"
|
|
8498
8488
|
spdx-expression-parse "^4.0.0"
|
|
8499
8489
|
ssri "^10.0.6"
|
|
8500
8490
|
supports-color "^9.4.0"
|
|
@@ -9106,11 +9096,6 @@ pretty-quick@^3.3.1:
|
|
|
9106
9096
|
picomatch "^3.0.1"
|
|
9107
9097
|
tslib "^2.6.2"
|
|
9108
9098
|
|
|
9109
|
-
proc-log@^3.0.0:
|
|
9110
|
-
version "3.0.0"
|
|
9111
|
-
resolved "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz"
|
|
9112
|
-
integrity sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==
|
|
9113
|
-
|
|
9114
9099
|
proc-log@^4.0.0, proc-log@^4.1.0, proc-log@^4.2.0:
|
|
9115
9100
|
version "4.2.0"
|
|
9116
9101
|
resolved "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz"
|
|
@@ -9625,9 +9610,6 @@ semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.0, semve
|
|
|
9625
9610
|
resolved "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz"
|
|
9626
9611
|
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
|
|
9627
9612
|
|
|
9628
|
-
semver@^7.6.2:
|
|
9629
|
-
version "7.6.2"
|
|
9630
|
-
|
|
9631
9613
|
"semver@2 || 3 || 4 || 5":
|
|
9632
9614
|
version "5.7.2"
|
|
9633
9615
|
resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz"
|
|
@@ -10283,7 +10265,7 @@ tar-stream@^2.1.4:
|
|
|
10283
10265
|
inherits "^2.0.3"
|
|
10284
10266
|
readable-stream "^3.1.1"
|
|
10285
10267
|
|
|
10286
|
-
tar@^6.1.11, tar@^6.
|
|
10268
|
+
tar@^6.1.11, tar@^6.2.0, tar@^6.2.1:
|
|
10287
10269
|
version "6.2.1"
|
|
10288
10270
|
resolved "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz"
|
|
10289
10271
|
integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==
|
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.58.
|
|
4
|
+
"version": "2.58.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
],
|
|
78
78
|
"jitPlugins": {
|
|
79
79
|
"@salesforce/plugin-custom-metadata": "3.3.27",
|
|
80
|
-
"@salesforce/plugin-community": "3.2.
|
|
80
|
+
"@salesforce/plugin-community": "3.2.29",
|
|
81
81
|
"@salesforce/plugin-dev": "2.4.2",
|
|
82
82
|
"@salesforce/plugin-devops-center": "1.2.21",
|
|
83
83
|
"@salesforce/plugin-env": "3.0.33",
|
|
@@ -155,21 +155,21 @@
|
|
|
155
155
|
"@salesforce/kit": "^3.1.6",
|
|
156
156
|
"@salesforce/plugin-apex": "3.4.5",
|
|
157
157
|
"@salesforce/plugin-api": "1.2.1",
|
|
158
|
-
"@salesforce/plugin-auth": "3.6.
|
|
158
|
+
"@salesforce/plugin-auth": "3.6.52",
|
|
159
159
|
"@salesforce/plugin-data": "3.6.3",
|
|
160
|
-
"@salesforce/plugin-deploy-retrieve": "3.12.
|
|
160
|
+
"@salesforce/plugin-deploy-retrieve": "3.12.2",
|
|
161
161
|
"@salesforce/plugin-info": "3.4.2",
|
|
162
162
|
"@salesforce/plugin-limits": "3.3.27",
|
|
163
163
|
"@salesforce/plugin-marketplace": "1.2.24",
|
|
164
164
|
"@salesforce/plugin-org": "4.5.4",
|
|
165
|
-
"@salesforce/plugin-packaging": "2.8.
|
|
165
|
+
"@salesforce/plugin-packaging": "2.8.2",
|
|
166
166
|
"@salesforce/plugin-schema": "3.3.26",
|
|
167
167
|
"@salesforce/plugin-settings": "2.3.15",
|
|
168
168
|
"@salesforce/plugin-sobject": "1.4.32",
|
|
169
|
-
"@salesforce/plugin-source": "3.5.
|
|
169
|
+
"@salesforce/plugin-source": "3.5.18",
|
|
170
170
|
"@salesforce/plugin-telemetry": "3.6.10",
|
|
171
171
|
"@salesforce/plugin-templates": "56.3.14",
|
|
172
|
-
"@salesforce/plugin-trust": "3.7.
|
|
172
|
+
"@salesforce/plugin-trust": "3.7.26",
|
|
173
173
|
"@salesforce/plugin-user": "3.5.26",
|
|
174
174
|
"@salesforce/sf-plugins-core": "11.3.6",
|
|
175
175
|
"ansis": "^3.3.0"
|