@salesforce/cli 2.106.6 → 2.107.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -24
- package/npm-shrinkwrap.json +10 -10
- package/oclif.lock +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.
|
|
28
|
+
@salesforce/cli/2.107.0 linux-x64 node-v22.19.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -4561,7 +4561,7 @@ EXAMPLES
|
|
|
4561
4561
|
$ sf org list auth
|
|
4562
4562
|
```
|
|
4563
4563
|
|
|
4564
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
4564
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.5/src/commands/org/list/auth.ts)_
|
|
4565
4565
|
|
|
4566
4566
|
## `sf org list limits`
|
|
4567
4567
|
|
|
@@ -4861,7 +4861,7 @@ FLAG DESCRIPTIONS
|
|
|
4861
4861
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4862
4862
|
```
|
|
4863
4863
|
|
|
4864
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
4864
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.5/src/commands/org/login/access-token.ts)_
|
|
4865
4865
|
|
|
4866
4866
|
## `sf org login jwt`
|
|
4867
4867
|
|
|
@@ -4952,7 +4952,7 @@ FLAG DESCRIPTIONS
|
|
|
4952
4952
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4953
4953
|
```
|
|
4954
4954
|
|
|
4955
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
4955
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.5/src/commands/org/login/jwt.ts)_
|
|
4956
4956
|
|
|
4957
4957
|
## `sf org login sfdx-url`
|
|
4958
4958
|
|
|
@@ -5022,7 +5022,7 @@ EXAMPLES
|
|
|
5022
5022
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5023
5023
|
```
|
|
5024
5024
|
|
|
5025
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5025
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.5/src/commands/org/login/sfdx-url.ts)_
|
|
5026
5026
|
|
|
5027
5027
|
## `sf org login web`
|
|
5028
5028
|
|
|
@@ -5127,7 +5127,7 @@ FLAG DESCRIPTIONS
|
|
|
5127
5127
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5128
5128
|
```
|
|
5129
5129
|
|
|
5130
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5130
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.5/src/commands/org/login/web.ts)_
|
|
5131
5131
|
|
|
5132
5132
|
## `sf org logout`
|
|
5133
5133
|
|
|
@@ -5193,7 +5193,7 @@ FLAG DESCRIPTIONS
|
|
|
5193
5193
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5194
5194
|
```
|
|
5195
5195
|
|
|
5196
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5196
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.5/src/commands/org/logout.ts)_
|
|
5197
5197
|
|
|
5198
5198
|
## `sf org open`
|
|
5199
5199
|
|
|
@@ -7450,7 +7450,7 @@ FLAG DESCRIPTIONS
|
|
|
7450
7450
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7451
7451
|
```
|
|
7452
7452
|
|
|
7453
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7453
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/convert/mdapi.ts)_
|
|
7454
7454
|
|
|
7455
7455
|
## `sf project convert source`
|
|
7456
7456
|
|
|
@@ -7523,7 +7523,7 @@ FLAG DESCRIPTIONS
|
|
|
7523
7523
|
Override the api version used for api requests made by this command
|
|
7524
7524
|
```
|
|
7525
7525
|
|
|
7526
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7526
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/convert/source.ts)_
|
|
7527
7527
|
|
|
7528
7528
|
## `sf project convert source-behavior`
|
|
7529
7529
|
|
|
@@ -7582,7 +7582,7 @@ EXAMPLES
|
|
|
7582
7582
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
7583
7583
|
```
|
|
7584
7584
|
|
|
7585
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7585
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/convert/source-behavior.ts)_
|
|
7586
7586
|
|
|
7587
7587
|
## `sf project delete source`
|
|
7588
7588
|
|
|
@@ -7722,7 +7722,7 @@ FLAG DESCRIPTIONS
|
|
|
7722
7722
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
7723
7723
|
```
|
|
7724
7724
|
|
|
7725
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7725
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/delete/source.ts)_
|
|
7726
7726
|
|
|
7727
7727
|
## `sf project delete tracking`
|
|
7728
7728
|
|
|
@@ -7759,7 +7759,7 @@ EXAMPLES
|
|
|
7759
7759
|
$ sf project delete tracking --target-org my-scratch
|
|
7760
7760
|
```
|
|
7761
7761
|
|
|
7762
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7762
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/delete/tracking.ts)_
|
|
7763
7763
|
|
|
7764
7764
|
## `sf project deploy cancel`
|
|
7765
7765
|
|
|
@@ -7831,7 +7831,7 @@ FLAG DESCRIPTIONS
|
|
|
7831
7831
|
project deploy report".
|
|
7832
7832
|
```
|
|
7833
7833
|
|
|
7834
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7834
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/deploy/cancel.ts)_
|
|
7835
7835
|
|
|
7836
7836
|
## `sf project deploy preview`
|
|
7837
7837
|
|
|
@@ -7914,7 +7914,7 @@ FLAG DESCRIPTIONS
|
|
|
7914
7914
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7915
7915
|
```
|
|
7916
7916
|
|
|
7917
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7917
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/deploy/preview.ts)_
|
|
7918
7918
|
|
|
7919
7919
|
## `sf project deploy quick`
|
|
7920
7920
|
|
|
@@ -8007,7 +8007,7 @@ ERROR CODES
|
|
|
8007
8007
|
Canceling (69) The deploy is being canceled.
|
|
8008
8008
|
```
|
|
8009
8009
|
|
|
8010
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8010
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/deploy/quick.ts)_
|
|
8011
8011
|
|
|
8012
8012
|
## `sf project deploy report`
|
|
8013
8013
|
|
|
@@ -8099,7 +8099,7 @@ FLAG DESCRIPTIONS
|
|
|
8099
8099
|
--coverage-formatters lcov --coverage-formatters clover
|
|
8100
8100
|
```
|
|
8101
8101
|
|
|
8102
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8102
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/deploy/report.ts)_
|
|
8103
8103
|
|
|
8104
8104
|
## `sf project deploy resume`
|
|
8105
8105
|
|
|
@@ -8196,7 +8196,7 @@ ERROR CODES
|
|
|
8196
8196
|
Canceling (69) The deploy is being canceled.
|
|
8197
8197
|
```
|
|
8198
8198
|
|
|
8199
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8199
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/deploy/resume.ts)_
|
|
8200
8200
|
|
|
8201
8201
|
## `sf project deploy start`
|
|
8202
8202
|
|
|
@@ -8449,7 +8449,7 @@ ERROR CODES
|
|
|
8449
8449
|
Canceling (69) The deploy is being canceled.
|
|
8450
8450
|
```
|
|
8451
8451
|
|
|
8452
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8452
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/deploy/start.ts)_
|
|
8453
8453
|
|
|
8454
8454
|
## `sf project deploy validate`
|
|
8455
8455
|
|
|
@@ -8639,7 +8639,7 @@ ERROR CODES
|
|
|
8639
8639
|
Canceling (69) The deploy is being canceled.
|
|
8640
8640
|
```
|
|
8641
8641
|
|
|
8642
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8642
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/deploy/validate.ts)_
|
|
8643
8643
|
|
|
8644
8644
|
## `sf project generate`
|
|
8645
8645
|
|
|
@@ -8840,7 +8840,7 @@ EXAMPLES
|
|
|
8840
8840
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
8841
8841
|
```
|
|
8842
8842
|
|
|
8843
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8843
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/generate/manifest.ts)_
|
|
8844
8844
|
|
|
8845
8845
|
## `sf project list ignored`
|
|
8846
8846
|
|
|
@@ -8882,7 +8882,7 @@ EXAMPLES
|
|
|
8882
8882
|
$ sf project list ignored --source-dir package.xml
|
|
8883
8883
|
```
|
|
8884
8884
|
|
|
8885
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8885
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/list/ignored.ts)_
|
|
8886
8886
|
|
|
8887
8887
|
## `sf project reset tracking`
|
|
8888
8888
|
|
|
@@ -8931,7 +8931,7 @@ EXAMPLES
|
|
|
8931
8931
|
$ sf project reset tracking --revision 30
|
|
8932
8932
|
```
|
|
8933
8933
|
|
|
8934
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8934
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/reset/tracking.ts)_
|
|
8935
8935
|
|
|
8936
8936
|
## `sf project retrieve preview`
|
|
8937
8937
|
|
|
@@ -8985,7 +8985,7 @@ FLAG DESCRIPTIONS
|
|
|
8985
8985
|
production orgs.
|
|
8986
8986
|
```
|
|
8987
8987
|
|
|
8988
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8988
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/retrieve/preview.ts)_
|
|
8989
8989
|
|
|
8990
8990
|
## `sf project retrieve start`
|
|
8991
8991
|
|
|
@@ -9166,7 +9166,7 @@ ENVIRONMENT VARIABLES
|
|
|
9166
9166
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
9167
9167
|
```
|
|
9168
9168
|
|
|
9169
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
9169
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/retrieve/start.ts)_
|
|
9170
9170
|
|
|
9171
9171
|
## `sf schema generate field`
|
|
9172
9172
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.107.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.107.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"@salesforce/plugin-agent": "1.24.9",
|
|
28
28
|
"@salesforce/plugin-apex": "3.6.19",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.3",
|
|
30
|
-
"@salesforce/plugin-auth": "3.9.
|
|
30
|
+
"@salesforce/plugin-auth": "3.9.5",
|
|
31
31
|
"@salesforce/plugin-data": "4.0.55",
|
|
32
|
-
"@salesforce/plugin-deploy-retrieve": "3.23.
|
|
32
|
+
"@salesforce/plugin-deploy-retrieve": "3.23.2",
|
|
33
33
|
"@salesforce/plugin-info": "3.4.85",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.66",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
@@ -5368,9 +5368,9 @@
|
|
|
5368
5368
|
}
|
|
5369
5369
|
},
|
|
5370
5370
|
"node_modules/@salesforce/plugin-auth": {
|
|
5371
|
-
"version": "3.9.
|
|
5372
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.9.
|
|
5373
|
-
"integrity": "sha512-
|
|
5371
|
+
"version": "3.9.5",
|
|
5372
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.9.5.tgz",
|
|
5373
|
+
"integrity": "sha512-Xgs4DBCb8/owk36a83F9IOADYGwDNii6gjIKFqpmH2/62ELfWEkzgKV4YDEDhBoK4TiAga5A24gc7MyS814u0g==",
|
|
5374
5374
|
"license": "Apache-2.0",
|
|
5375
5375
|
"dependencies": {
|
|
5376
5376
|
"@inquirer/checkbox": "^2.5.0",
|
|
@@ -5558,9 +5558,9 @@
|
|
|
5558
5558
|
"license": "MIT"
|
|
5559
5559
|
},
|
|
5560
5560
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
5561
|
-
"version": "3.23.
|
|
5562
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.23.
|
|
5563
|
-
"integrity": "sha512-
|
|
5561
|
+
"version": "3.23.2",
|
|
5562
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.23.2.tgz",
|
|
5563
|
+
"integrity": "sha512-l9Etm6YmwLzGtoBMyrDfjiOLIjU6jMjYnmTn+KOFlz+v1DyjC+QeOj5rFRfmItXFmEzmECgKGWh+3cwBbyqCig==",
|
|
5564
5564
|
"license": "Apache-2.0",
|
|
5565
5565
|
"dependencies": {
|
|
5566
5566
|
"@inquirer/prompts": "^7.8.3",
|
package/oclif.lock
CHANGED
|
@@ -2495,10 +2495,10 @@
|
|
|
2495
2495
|
got "^13.0.0"
|
|
2496
2496
|
proxy-agent "^6.4.0"
|
|
2497
2497
|
|
|
2498
|
-
"@salesforce/plugin-auth@3.9.
|
|
2499
|
-
version "3.9.
|
|
2500
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.9.
|
|
2501
|
-
integrity sha512-
|
|
2498
|
+
"@salesforce/plugin-auth@3.9.5":
|
|
2499
|
+
version "3.9.5"
|
|
2500
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.9.5.tgz"
|
|
2501
|
+
integrity sha512-Xgs4DBCb8/owk36a83F9IOADYGwDNii6gjIKFqpmH2/62ELfWEkzgKV4YDEDhBoK4TiAga5A24gc7MyS814u0g==
|
|
2502
2502
|
dependencies:
|
|
2503
2503
|
"@inquirer/checkbox" "^2.5.0"
|
|
2504
2504
|
"@inquirer/select" "^2.5.0"
|
|
@@ -2542,10 +2542,10 @@
|
|
|
2542
2542
|
form-data "^4.0.4"
|
|
2543
2543
|
terminal-link "^3.0.0"
|
|
2544
2544
|
|
|
2545
|
-
"@salesforce/plugin-deploy-retrieve@3.23.
|
|
2546
|
-
version "3.23.
|
|
2547
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.23.
|
|
2548
|
-
integrity sha512-
|
|
2545
|
+
"@salesforce/plugin-deploy-retrieve@3.23.2":
|
|
2546
|
+
version "3.23.2"
|
|
2547
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.23.2.tgz"
|
|
2548
|
+
integrity sha512-l9Etm6YmwLzGtoBMyrDfjiOLIjU6jMjYnmTn+KOFlz+v1DyjC+QeOj5rFRfmItXFmEzmECgKGWh+3cwBbyqCig==
|
|
2549
2549
|
dependencies:
|
|
2550
2550
|
"@inquirer/prompts" "^7.8.3"
|
|
2551
2551
|
"@oclif/core" "^4.5.2"
|
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.
|
|
4
|
+
"version": "2.107.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -160,9 +160,9 @@
|
|
|
160
160
|
"@salesforce/plugin-agent": "1.24.9",
|
|
161
161
|
"@salesforce/plugin-apex": "3.6.19",
|
|
162
162
|
"@salesforce/plugin-api": "1.3.3",
|
|
163
|
-
"@salesforce/plugin-auth": "3.9.
|
|
163
|
+
"@salesforce/plugin-auth": "3.9.5",
|
|
164
164
|
"@salesforce/plugin-data": "4.0.55",
|
|
165
|
-
"@salesforce/plugin-deploy-retrieve": "3.23.
|
|
165
|
+
"@salesforce/plugin-deploy-retrieve": "3.23.2",
|
|
166
166
|
"@salesforce/plugin-info": "3.4.85",
|
|
167
167
|
"@salesforce/plugin-limits": "3.3.66",
|
|
168
168
|
"@salesforce/plugin-marketplace": "1.3.8",
|