@salesforce/cli 2.17.10 → 2.18.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 +32 -26
- package/npm-shrinkwrap.json +218 -38
- 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.
|
|
27
|
+
@salesforce/cli/2.18.0 linux-x64 node-v20.9.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -5118,7 +5118,7 @@ EXAMPLES
|
|
|
5118
5118
|
$ sf plugins
|
|
5119
5119
|
```
|
|
5120
5120
|
|
|
5121
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5121
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/index.ts)_
|
|
5122
5122
|
|
|
5123
5123
|
## `sf plugins discover`
|
|
5124
5124
|
|
|
@@ -5162,7 +5162,7 @@ EXAMPLES
|
|
|
5162
5162
|
$ sf plugins:inspect myplugin
|
|
5163
5163
|
```
|
|
5164
5164
|
|
|
5165
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5165
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/inspect.ts)_
|
|
5166
5166
|
|
|
5167
5167
|
## `sf plugins:install PLUGIN...`
|
|
5168
5168
|
|
|
@@ -5203,7 +5203,7 @@ EXAMPLES
|
|
|
5203
5203
|
$ sf plugins:install someuser/someplugin
|
|
5204
5204
|
```
|
|
5205
5205
|
|
|
5206
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5206
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/install.ts)_
|
|
5207
5207
|
|
|
5208
5208
|
## `sf plugins:link PLUGIN`
|
|
5209
5209
|
|
|
@@ -5233,7 +5233,7 @@ EXAMPLES
|
|
|
5233
5233
|
$ sf plugins:link myplugin
|
|
5234
5234
|
```
|
|
5235
5235
|
|
|
5236
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5236
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/link.ts)_
|
|
5237
5237
|
|
|
5238
5238
|
## `sf plugins reset`
|
|
5239
5239
|
|
|
@@ -5244,7 +5244,7 @@ USAGE
|
|
|
5244
5244
|
$ sf plugins reset
|
|
5245
5245
|
```
|
|
5246
5246
|
|
|
5247
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5247
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/reset.ts)_
|
|
5248
5248
|
|
|
5249
5249
|
## `sf plugins trust verify`
|
|
5250
5250
|
|
|
@@ -5297,7 +5297,7 @@ ALIASES
|
|
|
5297
5297
|
$ sf plugins remove
|
|
5298
5298
|
```
|
|
5299
5299
|
|
|
5300
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5300
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/uninstall.ts)_
|
|
5301
5301
|
|
|
5302
5302
|
## `sf plugins update`
|
|
5303
5303
|
|
|
@@ -5315,7 +5315,7 @@ DESCRIPTION
|
|
|
5315
5315
|
Update installed plugins.
|
|
5316
5316
|
```
|
|
5317
5317
|
|
|
5318
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5318
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/update.ts)_
|
|
5319
5319
|
|
|
5320
5320
|
## `sf project convert mdapi`
|
|
5321
5321
|
|
|
@@ -5377,7 +5377,7 @@ FLAG DESCRIPTIONS
|
|
|
5377
5377
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5378
5378
|
```
|
|
5379
5379
|
|
|
5380
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5380
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/convert/mdapi.ts)_
|
|
5381
5381
|
|
|
5382
5382
|
## `sf project convert source`
|
|
5383
5383
|
|
|
@@ -5389,7 +5389,7 @@ USAGE
|
|
|
5389
5389
|
<value> | -m <value>]
|
|
5390
5390
|
|
|
5391
5391
|
FLAGS
|
|
5392
|
-
-d, --output-dir=<value> [default:
|
|
5392
|
+
-d, --output-dir=<value> [default: metadataPackage_1699478462777] Output directory to store the Metadata
|
|
5393
5393
|
API–formatted files in.
|
|
5394
5394
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5395
5395
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5449,7 +5449,7 @@ FLAG DESCRIPTIONS
|
|
|
5449
5449
|
Override the api version used for api requests made by this command
|
|
5450
5450
|
```
|
|
5451
5451
|
|
|
5452
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5452
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/convert/source.ts)_
|
|
5453
5453
|
|
|
5454
5454
|
## `sf project delete source`
|
|
5455
5455
|
|
|
@@ -5587,7 +5587,7 @@ FLAG DESCRIPTIONS
|
|
|
5587
5587
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5588
5588
|
```
|
|
5589
5589
|
|
|
5590
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5590
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/delete/source.ts)_
|
|
5591
5591
|
|
|
5592
5592
|
## `sf project delete tracking`
|
|
5593
5593
|
|
|
@@ -5622,7 +5622,7 @@ EXAMPLES
|
|
|
5622
5622
|
$ sf project delete tracking --target-org my-scratch
|
|
5623
5623
|
```
|
|
5624
5624
|
|
|
5625
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5625
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/delete/tracking.ts)_
|
|
5626
5626
|
|
|
5627
5627
|
## `sf project deploy cancel`
|
|
5628
5628
|
|
|
@@ -5692,7 +5692,7 @@ FLAG DESCRIPTIONS
|
|
|
5692
5692
|
project deploy report".
|
|
5693
5693
|
```
|
|
5694
5694
|
|
|
5695
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5695
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/deploy/cancel.ts)_
|
|
5696
5696
|
|
|
5697
5697
|
## `sf project deploy preview`
|
|
5698
5698
|
|
|
@@ -5775,7 +5775,7 @@ FLAG DESCRIPTIONS
|
|
|
5775
5775
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
5776
5776
|
```
|
|
5777
5777
|
|
|
5778
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5778
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/deploy/preview.ts)_
|
|
5779
5779
|
|
|
5780
5780
|
## `sf project deploy quick`
|
|
5781
5781
|
|
|
@@ -5868,7 +5868,7 @@ ERROR CODES
|
|
|
5868
5868
|
Canceling (69) The deploy is being canceled.
|
|
5869
5869
|
```
|
|
5870
5870
|
|
|
5871
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5871
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/deploy/quick.ts)_
|
|
5872
5872
|
|
|
5873
5873
|
## `sf project deploy report`
|
|
5874
5874
|
|
|
@@ -5963,7 +5963,7 @@ FLAG DESCRIPTIONS
|
|
|
5963
5963
|
--coverage-formatters lcov --coverage-formatters clover
|
|
5964
5964
|
```
|
|
5965
5965
|
|
|
5966
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5966
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/deploy/report.ts)_
|
|
5967
5967
|
|
|
5968
5968
|
## `sf project deploy resume`
|
|
5969
5969
|
|
|
@@ -6059,7 +6059,7 @@ ERROR CODES
|
|
|
6059
6059
|
Canceling (69) The deploy is being canceled.
|
|
6060
6060
|
```
|
|
6061
6061
|
|
|
6062
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6062
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/deploy/resume.ts)_
|
|
6063
6063
|
|
|
6064
6064
|
## `sf project deploy start`
|
|
6065
6065
|
|
|
@@ -6287,7 +6287,7 @@ ERROR CODES
|
|
|
6287
6287
|
Canceling (69) The deploy is being canceled.
|
|
6288
6288
|
```
|
|
6289
6289
|
|
|
6290
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6290
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/deploy/start.ts)_
|
|
6291
6291
|
|
|
6292
6292
|
## `sf project deploy validate`
|
|
6293
6293
|
|
|
@@ -6297,12 +6297,13 @@ Validate a metadata deployment without actually executing it.
|
|
|
6297
6297
|
USAGE
|
|
6298
6298
|
$ sf project deploy validate -o <value> [--json] [-a <value>] [--async] [--concise | --verbose] [-m <value>] [-d <value>]
|
|
6299
6299
|
[--single-package --metadata-dir <value>] [-t <value> -l RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests] [-w
|
|
6300
|
-
<value>] [--coverage-formatters
|
|
6300
|
+
<value>] [-g] [--coverage-formatters
|
|
6301
6301
|
clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit] [--results-dir
|
|
6302
6302
|
<value>] [--purge-on-delete -x <value>] [--pre-destructive-changes <value> ] [--post-destructive-changes <value> ]
|
|
6303
6303
|
|
|
6304
6304
|
FLAGS
|
|
6305
6305
|
-a, --api-version=<value> Target API version for the validation.
|
|
6306
|
+
-g, --ignore-warnings Ignore warnings and allow a deployment to complete successfully.
|
|
6306
6307
|
-o, --target-org=<value> (required) Login username or alias for the target org.
|
|
6307
6308
|
-w, --wait=<minutes> [default: [object Object]] Number of minutes to wait for the command to complete and
|
|
6308
6309
|
display results.
|
|
@@ -6392,6 +6393,11 @@ FLAG DESCRIPTIONS
|
|
|
6392
6393
|
|
|
6393
6394
|
If you specify this flag, don’t specify --metadata or --manifest.
|
|
6394
6395
|
|
|
6396
|
+
-g, --ignore-warnings Ignore warnings and allow a deployment to complete successfully.
|
|
6397
|
+
|
|
6398
|
+
If a warning occurs and this flag is set to true, the success status of the deployment is set to true. When this
|
|
6399
|
+
flag is set to false, success is set to false, and the warning is treated like an error.
|
|
6400
|
+
|
|
6395
6401
|
-l, --test-level=RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests Deployment Apex testing level.
|
|
6396
6402
|
|
|
6397
6403
|
Valid values are:
|
|
@@ -6459,7 +6465,7 @@ ERROR CODES
|
|
|
6459
6465
|
Canceling (69) The deploy is being canceled.
|
|
6460
6466
|
```
|
|
6461
6467
|
|
|
6462
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6468
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/deploy/validate.ts)_
|
|
6463
6469
|
|
|
6464
6470
|
## `sf project generate`
|
|
6465
6471
|
|
|
@@ -6638,7 +6644,7 @@ EXAMPLES
|
|
|
6638
6644
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6639
6645
|
```
|
|
6640
6646
|
|
|
6641
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6647
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/generate/manifest.ts)_
|
|
6642
6648
|
|
|
6643
6649
|
## `sf project list ignored`
|
|
6644
6650
|
|
|
@@ -6679,7 +6685,7 @@ EXAMPLES
|
|
|
6679
6685
|
$ sf project list ignored --source-dir package.xml
|
|
6680
6686
|
```
|
|
6681
6687
|
|
|
6682
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6688
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/list/ignored.ts)_
|
|
6683
6689
|
|
|
6684
6690
|
## `sf project reset tracking`
|
|
6685
6691
|
|
|
@@ -6726,7 +6732,7 @@ EXAMPLES
|
|
|
6726
6732
|
$ sf project reset tracking --revision 30
|
|
6727
6733
|
```
|
|
6728
6734
|
|
|
6729
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6735
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/reset/tracking.ts)_
|
|
6730
6736
|
|
|
6731
6737
|
## `sf project retrieve preview`
|
|
6732
6738
|
|
|
@@ -6781,7 +6787,7 @@ FLAG DESCRIPTIONS
|
|
|
6781
6787
|
Overrides your default org.
|
|
6782
6788
|
```
|
|
6783
6789
|
|
|
6784
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6790
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/retrieve/preview.ts)_
|
|
6785
6791
|
|
|
6786
6792
|
## `sf project retrieve start`
|
|
6787
6793
|
|
|
@@ -6935,7 +6941,7 @@ ENVIRONMENT VARIABLES
|
|
|
6935
6941
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
6936
6942
|
```
|
|
6937
6943
|
|
|
6938
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6944
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/retrieve/start.ts)_
|
|
6939
6945
|
|
|
6940
6946
|
## `sf schema generate field`
|
|
6941
6947
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.18.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.18.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@oclif/core": "3.10.
|
|
13
|
+
"@oclif/core": "3.10.8",
|
|
14
14
|
"@oclif/plugin-autocomplete": "3.0.1",
|
|
15
15
|
"@oclif/plugin-commands": "3.0.6",
|
|
16
16
|
"@oclif/plugin-help": "6.0.5",
|
|
17
17
|
"@oclif/plugin-not-found": "3.0.3",
|
|
18
|
-
"@oclif/plugin-plugins": "4.1.
|
|
18
|
+
"@oclif/plugin-plugins": "4.1.2",
|
|
19
19
|
"@oclif/plugin-search": "1.0.6",
|
|
20
20
|
"@oclif/plugin-update": "4.1.3",
|
|
21
21
|
"@oclif/plugin-version": "2.0.6",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@salesforce/plugin-apex": "2.3.20",
|
|
26
26
|
"@salesforce/plugin-auth": "2.8.26",
|
|
27
27
|
"@salesforce/plugin-data": "2.6.3",
|
|
28
|
-
"@salesforce/plugin-deploy-retrieve": "1.20.
|
|
28
|
+
"@salesforce/plugin-deploy-retrieve": "1.20.2",
|
|
29
29
|
"@salesforce/plugin-info": "3.0.1",
|
|
30
30
|
"@salesforce/plugin-limits": "3.0.1",
|
|
31
31
|
"@salesforce/plugin-login": "2.0.1",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@salesforce/plugin-templates": "55.5.18",
|
|
40
40
|
"@salesforce/plugin-trust": "3.0.1",
|
|
41
41
|
"@salesforce/plugin-user": "2.3.42",
|
|
42
|
-
"@salesforce/sf-plugins-core": "4.0.
|
|
42
|
+
"@salesforce/sf-plugins-core": "4.0.1-dev.4",
|
|
43
43
|
"debug": "^4.3.4"
|
|
44
44
|
},
|
|
45
45
|
"bin": {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@typescript-eslint/parser": "^5.62.0",
|
|
59
59
|
"aws-sdk": "^2.1490.0",
|
|
60
60
|
"chai": "^4.3.10",
|
|
61
|
-
"eslint": "^8.
|
|
61
|
+
"eslint": "^8.53.0",
|
|
62
62
|
"eslint-config-oclif": "^5",
|
|
63
63
|
"eslint-config-oclif-typescript": "^2.0.1",
|
|
64
64
|
"eslint-config-prettier": "^8.10.0",
|
|
@@ -1220,9 +1220,9 @@
|
|
|
1220
1220
|
}
|
|
1221
1221
|
},
|
|
1222
1222
|
"node_modules/@eslint/eslintrc": {
|
|
1223
|
-
"version": "2.1.
|
|
1224
|
-
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.
|
|
1225
|
-
"integrity": "sha512
|
|
1223
|
+
"version": "2.1.3",
|
|
1224
|
+
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.3.tgz",
|
|
1225
|
+
"integrity": "sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==",
|
|
1226
1226
|
"dev": true,
|
|
1227
1227
|
"license": "MIT",
|
|
1228
1228
|
"dependencies": {
|
|
@@ -1244,9 +1244,9 @@
|
|
|
1244
1244
|
}
|
|
1245
1245
|
},
|
|
1246
1246
|
"node_modules/@eslint/js": {
|
|
1247
|
-
"version": "8.
|
|
1248
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.
|
|
1249
|
-
"integrity": "sha512-
|
|
1247
|
+
"version": "8.53.0",
|
|
1248
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.53.0.tgz",
|
|
1249
|
+
"integrity": "sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==",
|
|
1250
1250
|
"dev": true,
|
|
1251
1251
|
"license": "MIT",
|
|
1252
1252
|
"engines": {
|
|
@@ -1260,13 +1260,13 @@
|
|
|
1260
1260
|
"license": "MIT"
|
|
1261
1261
|
},
|
|
1262
1262
|
"node_modules/@humanwhocodes/config-array": {
|
|
1263
|
-
"version": "0.11.
|
|
1264
|
-
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.
|
|
1265
|
-
"integrity": "sha512-
|
|
1263
|
+
"version": "0.11.13",
|
|
1264
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz",
|
|
1265
|
+
"integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==",
|
|
1266
1266
|
"dev": true,
|
|
1267
1267
|
"license": "Apache-2.0",
|
|
1268
1268
|
"dependencies": {
|
|
1269
|
-
"@humanwhocodes/object-schema": "^
|
|
1269
|
+
"@humanwhocodes/object-schema": "^2.0.1",
|
|
1270
1270
|
"debug": "^4.1.1",
|
|
1271
1271
|
"minimatch": "^3.0.5"
|
|
1272
1272
|
},
|
|
@@ -1289,9 +1289,9 @@
|
|
|
1289
1289
|
}
|
|
1290
1290
|
},
|
|
1291
1291
|
"node_modules/@humanwhocodes/object-schema": {
|
|
1292
|
-
"version": "
|
|
1293
|
-
"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-
|
|
1294
|
-
"integrity": "sha512-
|
|
1292
|
+
"version": "2.0.1",
|
|
1293
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz",
|
|
1294
|
+
"integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==",
|
|
1295
1295
|
"dev": true,
|
|
1296
1296
|
"license": "BSD-3-Clause"
|
|
1297
1297
|
},
|
|
@@ -2106,9 +2106,9 @@
|
|
|
2106
2106
|
}
|
|
2107
2107
|
},
|
|
2108
2108
|
"node_modules/@oclif/core": {
|
|
2109
|
-
"version": "3.10.
|
|
2110
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.
|
|
2111
|
-
"integrity": "sha512-
|
|
2109
|
+
"version": "3.10.8",
|
|
2110
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
|
|
2111
|
+
"integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
|
|
2112
2112
|
"license": "MIT",
|
|
2113
2113
|
"dependencies": {
|
|
2114
2114
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2360,9 +2360,9 @@
|
|
|
2360
2360
|
}
|
|
2361
2361
|
},
|
|
2362
2362
|
"node_modules/@oclif/plugin-plugins": {
|
|
2363
|
-
"version": "4.1.
|
|
2364
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.1.
|
|
2365
|
-
"integrity": "sha512-
|
|
2363
|
+
"version": "4.1.2",
|
|
2364
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.1.2.tgz",
|
|
2365
|
+
"integrity": "sha512-xEr3gId+UQoNCx4sNnFpPnvkjWCfEgRC694GC/ahg4d59Y0dkhNw/8flmalM1NpO5AW+62Hz107xPPv2nT4Rtw==",
|
|
2366
2366
|
"license": "MIT",
|
|
2367
2367
|
"dependencies": {
|
|
2368
2368
|
"@oclif/core": "^3.10.2",
|
|
@@ -3871,9 +3871,9 @@
|
|
|
3871
3871
|
}
|
|
3872
3872
|
},
|
|
3873
3873
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
3874
|
-
"version": "1.20.
|
|
3875
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.20.
|
|
3876
|
-
"integrity": "sha512-
|
|
3874
|
+
"version": "1.20.2",
|
|
3875
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.20.2.tgz",
|
|
3876
|
+
"integrity": "sha512-S+FqLRuDGt2SxnacMmUKFokgEnEbUejiZXOJeFr9lOFNWtp5j0QR6c7U5/Rw7TOV4GamJ8UZWhs5VZkHnz7pgw==",
|
|
3877
3877
|
"license": "BSD-3-Clause",
|
|
3878
3878
|
"dependencies": {
|
|
3879
3879
|
"@oclif/core": "^2.15.0",
|
|
@@ -4004,6 +4004,23 @@
|
|
|
4004
4004
|
"node": ">=18.0.0"
|
|
4005
4005
|
}
|
|
4006
4006
|
},
|
|
4007
|
+
"node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core": {
|
|
4008
|
+
"version": "4.0.0",
|
|
4009
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-4.0.0.tgz",
|
|
4010
|
+
"integrity": "sha512-rg0HeqJ4GsyJjow+Rs7icicm7c3Tp43XmwfVUurN/8mKdtG8vR0d5DmZapKP7+r45Mqtlgpkzp2fSjr5fjadNg==",
|
|
4011
|
+
"license": "BSD-3-Clause",
|
|
4012
|
+
"dependencies": {
|
|
4013
|
+
"@oclif/core": "^3.0.0",
|
|
4014
|
+
"@salesforce/core": "^5.3.1",
|
|
4015
|
+
"@salesforce/kit": "^3.0.13",
|
|
4016
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
4017
|
+
"chalk": "^4",
|
|
4018
|
+
"inquirer": "^8.2.5"
|
|
4019
|
+
},
|
|
4020
|
+
"engines": {
|
|
4021
|
+
"node": ">=16.0.0"
|
|
4022
|
+
}
|
|
4023
|
+
},
|
|
4007
4024
|
"node_modules/@salesforce/plugin-info/node_modules/@sindresorhus/is": {
|
|
4008
4025
|
"version": "5.6.0",
|
|
4009
4026
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
|
|
@@ -4169,6 +4186,23 @@
|
|
|
4169
4186
|
"node": ">=18.0.0"
|
|
4170
4187
|
}
|
|
4171
4188
|
},
|
|
4189
|
+
"node_modules/@salesforce/plugin-limits/node_modules/@salesforce/sf-plugins-core": {
|
|
4190
|
+
"version": "4.0.0",
|
|
4191
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-4.0.0.tgz",
|
|
4192
|
+
"integrity": "sha512-rg0HeqJ4GsyJjow+Rs7icicm7c3Tp43XmwfVUurN/8mKdtG8vR0d5DmZapKP7+r45Mqtlgpkzp2fSjr5fjadNg==",
|
|
4193
|
+
"license": "BSD-3-Clause",
|
|
4194
|
+
"dependencies": {
|
|
4195
|
+
"@oclif/core": "^3.0.0",
|
|
4196
|
+
"@salesforce/core": "^5.3.1",
|
|
4197
|
+
"@salesforce/kit": "^3.0.13",
|
|
4198
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
4199
|
+
"chalk": "^4",
|
|
4200
|
+
"inquirer": "^8.2.5"
|
|
4201
|
+
},
|
|
4202
|
+
"engines": {
|
|
4203
|
+
"node": ">=16.0.0"
|
|
4204
|
+
}
|
|
4205
|
+
},
|
|
4172
4206
|
"node_modules/@salesforce/plugin-login": {
|
|
4173
4207
|
"version": "2.0.1",
|
|
4174
4208
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-2.0.1.tgz",
|
|
@@ -4184,6 +4218,39 @@
|
|
|
4184
4218
|
"node": ">=18.0.0"
|
|
4185
4219
|
}
|
|
4186
4220
|
},
|
|
4221
|
+
"node_modules/@salesforce/plugin-login/node_modules/@salesforce/sf-plugins-core": {
|
|
4222
|
+
"version": "4.0.0",
|
|
4223
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-4.0.0.tgz",
|
|
4224
|
+
"integrity": "sha512-rg0HeqJ4GsyJjow+Rs7icicm7c3Tp43XmwfVUurN/8mKdtG8vR0d5DmZapKP7+r45Mqtlgpkzp2fSjr5fjadNg==",
|
|
4225
|
+
"license": "BSD-3-Clause",
|
|
4226
|
+
"dependencies": {
|
|
4227
|
+
"@oclif/core": "^3.0.0",
|
|
4228
|
+
"@salesforce/core": "^5.3.1",
|
|
4229
|
+
"@salesforce/kit": "^3.0.13",
|
|
4230
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
4231
|
+
"chalk": "^4",
|
|
4232
|
+
"inquirer": "^8.2.5"
|
|
4233
|
+
},
|
|
4234
|
+
"engines": {
|
|
4235
|
+
"node": ">=16.0.0"
|
|
4236
|
+
}
|
|
4237
|
+
},
|
|
4238
|
+
"node_modules/@salesforce/plugin-login/node_modules/@salesforce/sf-plugins-core/node_modules/chalk": {
|
|
4239
|
+
"version": "4.1.2",
|
|
4240
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
4241
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
4242
|
+
"license": "MIT",
|
|
4243
|
+
"dependencies": {
|
|
4244
|
+
"ansi-styles": "^4.1.0",
|
|
4245
|
+
"supports-color": "^7.1.0"
|
|
4246
|
+
},
|
|
4247
|
+
"engines": {
|
|
4248
|
+
"node": ">=10"
|
|
4249
|
+
},
|
|
4250
|
+
"funding": {
|
|
4251
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4252
|
+
}
|
|
4253
|
+
},
|
|
4187
4254
|
"node_modules/@salesforce/plugin-login/node_modules/chalk": {
|
|
4188
4255
|
"version": "5.3.0",
|
|
4189
4256
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -4213,6 +4280,23 @@
|
|
|
4213
4280
|
"node": ">=18.0.0"
|
|
4214
4281
|
}
|
|
4215
4282
|
},
|
|
4283
|
+
"node_modules/@salesforce/plugin-marketplace/node_modules/@salesforce/sf-plugins-core": {
|
|
4284
|
+
"version": "4.0.0",
|
|
4285
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-4.0.0.tgz",
|
|
4286
|
+
"integrity": "sha512-rg0HeqJ4GsyJjow+Rs7icicm7c3Tp43XmwfVUurN/8mKdtG8vR0d5DmZapKP7+r45Mqtlgpkzp2fSjr5fjadNg==",
|
|
4287
|
+
"license": "BSD-3-Clause",
|
|
4288
|
+
"dependencies": {
|
|
4289
|
+
"@oclif/core": "^3.0.0",
|
|
4290
|
+
"@salesforce/core": "^5.3.1",
|
|
4291
|
+
"@salesforce/kit": "^3.0.13",
|
|
4292
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
4293
|
+
"chalk": "^4",
|
|
4294
|
+
"inquirer": "^8.2.5"
|
|
4295
|
+
},
|
|
4296
|
+
"engines": {
|
|
4297
|
+
"node": ">=16.0.0"
|
|
4298
|
+
}
|
|
4299
|
+
},
|
|
4216
4300
|
"node_modules/@salesforce/plugin-marketplace/node_modules/@sindresorhus/is": {
|
|
4217
4301
|
"version": "5.6.0",
|
|
4218
4302
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
|
|
@@ -4790,6 +4874,23 @@
|
|
|
4790
4874
|
"node": ">=18.0.0"
|
|
4791
4875
|
}
|
|
4792
4876
|
},
|
|
4877
|
+
"node_modules/@salesforce/plugin-schema/node_modules/@salesforce/sf-plugins-core": {
|
|
4878
|
+
"version": "4.0.0",
|
|
4879
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-4.0.0.tgz",
|
|
4880
|
+
"integrity": "sha512-rg0HeqJ4GsyJjow+Rs7icicm7c3Tp43XmwfVUurN/8mKdtG8vR0d5DmZapKP7+r45Mqtlgpkzp2fSjr5fjadNg==",
|
|
4881
|
+
"license": "BSD-3-Clause",
|
|
4882
|
+
"dependencies": {
|
|
4883
|
+
"@oclif/core": "^3.0.0",
|
|
4884
|
+
"@salesforce/core": "^5.3.1",
|
|
4885
|
+
"@salesforce/kit": "^3.0.13",
|
|
4886
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
4887
|
+
"chalk": "^4",
|
|
4888
|
+
"inquirer": "^8.2.5"
|
|
4889
|
+
},
|
|
4890
|
+
"engines": {
|
|
4891
|
+
"node": ">=16.0.0"
|
|
4892
|
+
}
|
|
4893
|
+
},
|
|
4793
4894
|
"node_modules/@salesforce/plugin-settings": {
|
|
4794
4895
|
"version": "2.0.2",
|
|
4795
4896
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.0.2.tgz",
|
|
@@ -4805,6 +4906,23 @@
|
|
|
4805
4906
|
"node": ">=18.0.0"
|
|
4806
4907
|
}
|
|
4807
4908
|
},
|
|
4909
|
+
"node_modules/@salesforce/plugin-settings/node_modules/@salesforce/sf-plugins-core": {
|
|
4910
|
+
"version": "4.0.0",
|
|
4911
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-4.0.0.tgz",
|
|
4912
|
+
"integrity": "sha512-rg0HeqJ4GsyJjow+Rs7icicm7c3Tp43XmwfVUurN/8mKdtG8vR0d5DmZapKP7+r45Mqtlgpkzp2fSjr5fjadNg==",
|
|
4913
|
+
"license": "BSD-3-Clause",
|
|
4914
|
+
"dependencies": {
|
|
4915
|
+
"@oclif/core": "^3.0.0",
|
|
4916
|
+
"@salesforce/core": "^5.3.1",
|
|
4917
|
+
"@salesforce/kit": "^3.0.13",
|
|
4918
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
4919
|
+
"chalk": "^4",
|
|
4920
|
+
"inquirer": "^8.2.5"
|
|
4921
|
+
},
|
|
4922
|
+
"engines": {
|
|
4923
|
+
"node": ">=16.0.0"
|
|
4924
|
+
}
|
|
4925
|
+
},
|
|
4808
4926
|
"node_modules/@salesforce/plugin-sobject": {
|
|
4809
4927
|
"version": "0.2.15",
|
|
4810
4928
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.2.15.tgz",
|
|
@@ -5050,6 +5168,23 @@
|
|
|
5050
5168
|
"node": ">=18.0.0"
|
|
5051
5169
|
}
|
|
5052
5170
|
},
|
|
5171
|
+
"node_modules/@salesforce/plugin-telemetry/node_modules/@salesforce/sf-plugins-core": {
|
|
5172
|
+
"version": "4.0.0",
|
|
5173
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-4.0.0.tgz",
|
|
5174
|
+
"integrity": "sha512-rg0HeqJ4GsyJjow+Rs7icicm7c3Tp43XmwfVUurN/8mKdtG8vR0d5DmZapKP7+r45Mqtlgpkzp2fSjr5fjadNg==",
|
|
5175
|
+
"license": "BSD-3-Clause",
|
|
5176
|
+
"dependencies": {
|
|
5177
|
+
"@oclif/core": "^3.0.0",
|
|
5178
|
+
"@salesforce/core": "^5.3.1",
|
|
5179
|
+
"@salesforce/kit": "^3.0.13",
|
|
5180
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
5181
|
+
"chalk": "^4",
|
|
5182
|
+
"inquirer": "^8.2.5"
|
|
5183
|
+
},
|
|
5184
|
+
"engines": {
|
|
5185
|
+
"node": ">=16.0.0"
|
|
5186
|
+
}
|
|
5187
|
+
},
|
|
5053
5188
|
"node_modules/@salesforce/plugin-templates": {
|
|
5054
5189
|
"version": "55.5.18",
|
|
5055
5190
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-55.5.18.tgz",
|
|
@@ -5183,6 +5318,23 @@
|
|
|
5183
5318
|
"node": ">=18.0.0"
|
|
5184
5319
|
}
|
|
5185
5320
|
},
|
|
5321
|
+
"node_modules/@salesforce/plugin-trust/node_modules/@salesforce/sf-plugins-core": {
|
|
5322
|
+
"version": "4.0.0",
|
|
5323
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-4.0.0.tgz",
|
|
5324
|
+
"integrity": "sha512-rg0HeqJ4GsyJjow+Rs7icicm7c3Tp43XmwfVUurN/8mKdtG8vR0d5DmZapKP7+r45Mqtlgpkzp2fSjr5fjadNg==",
|
|
5325
|
+
"license": "BSD-3-Clause",
|
|
5326
|
+
"dependencies": {
|
|
5327
|
+
"@oclif/core": "^3.0.0",
|
|
5328
|
+
"@salesforce/core": "^5.3.1",
|
|
5329
|
+
"@salesforce/kit": "^3.0.13",
|
|
5330
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
5331
|
+
"chalk": "^4",
|
|
5332
|
+
"inquirer": "^8.2.5"
|
|
5333
|
+
},
|
|
5334
|
+
"engines": {
|
|
5335
|
+
"node": ">=16.0.0"
|
|
5336
|
+
}
|
|
5337
|
+
},
|
|
5186
5338
|
"node_modules/@salesforce/plugin-trust/node_modules/@sindresorhus/is": {
|
|
5187
5339
|
"version": "5.6.0",
|
|
5188
5340
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
|
|
@@ -5456,15 +5608,16 @@
|
|
|
5456
5608
|
"license": "ISC"
|
|
5457
5609
|
},
|
|
5458
5610
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5459
|
-
"version": "4.0.
|
|
5460
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-4.0.
|
|
5461
|
-
"integrity": "sha512-
|
|
5611
|
+
"version": "4.0.1-dev.4",
|
|
5612
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-4.0.1-dev.4.tgz",
|
|
5613
|
+
"integrity": "sha512-GW1OdHzYSgxMxct+547agQ6f3NX4zYTywrp3xTRVywWj5AXUNFZT5jcbYupq5M1MFOHUsNZaxd/fB67Vxl6LpA==",
|
|
5462
5614
|
"license": "BSD-3-Clause",
|
|
5463
5615
|
"dependencies": {
|
|
5464
5616
|
"@oclif/core": "^3.0.0",
|
|
5465
5617
|
"@salesforce/core": "^5.3.1",
|
|
5466
5618
|
"@salesforce/kit": "^3.0.13",
|
|
5467
5619
|
"@salesforce/ts-types": "^2.0.7",
|
|
5620
|
+
"@types/inquirer": "^8.2.3",
|
|
5468
5621
|
"chalk": "^4",
|
|
5469
5622
|
"inquirer": "^8.2.5"
|
|
5470
5623
|
},
|
|
@@ -5974,6 +6127,16 @@
|
|
|
5974
6127
|
"integrity": "sha512-V46MYLFp08Wf2mmaBhvgjStM3tPa+2GAdy/iqoX+noX1//zje2x4XmrIU0cAwyClATsTmahbtoQ2EwP7I5WSiA==",
|
|
5975
6128
|
"license": "MIT"
|
|
5976
6129
|
},
|
|
6130
|
+
"node_modules/@types/inquirer": {
|
|
6131
|
+
"version": "8.2.10",
|
|
6132
|
+
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.2.10.tgz",
|
|
6133
|
+
"integrity": "sha512-IdD5NmHyVjWM8SHWo/kPBgtzXatwPkfwzyP3fN1jF2g9BWt5WO+8hL2F4o2GKIYsU40PpqeevuUWvkS/roXJkA==",
|
|
6134
|
+
"license": "MIT",
|
|
6135
|
+
"dependencies": {
|
|
6136
|
+
"@types/through": "*",
|
|
6137
|
+
"rxjs": "^7.2.0"
|
|
6138
|
+
}
|
|
6139
|
+
},
|
|
5977
6140
|
"node_modules/@types/istanbul-lib-coverage": {
|
|
5978
6141
|
"version": "2.0.4",
|
|
5979
6142
|
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
|
|
@@ -6128,6 +6291,15 @@
|
|
|
6128
6291
|
"dev": true,
|
|
6129
6292
|
"license": "MIT"
|
|
6130
6293
|
},
|
|
6294
|
+
"node_modules/@types/through": {
|
|
6295
|
+
"version": "0.0.33",
|
|
6296
|
+
"resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.33.tgz",
|
|
6297
|
+
"integrity": "sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==",
|
|
6298
|
+
"license": "MIT",
|
|
6299
|
+
"dependencies": {
|
|
6300
|
+
"@types/node": "*"
|
|
6301
|
+
}
|
|
6302
|
+
},
|
|
6131
6303
|
"node_modules/@types/vinyl": {
|
|
6132
6304
|
"version": "2.0.7",
|
|
6133
6305
|
"resolved": "https://registry.npmjs.org/@types/vinyl/-/vinyl-2.0.7.tgz",
|
|
@@ -6397,6 +6569,13 @@
|
|
|
6397
6569
|
"dev": true,
|
|
6398
6570
|
"license": "ISC"
|
|
6399
6571
|
},
|
|
6572
|
+
"node_modules/@ungap/structured-clone": {
|
|
6573
|
+
"version": "1.2.0",
|
|
6574
|
+
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
|
|
6575
|
+
"integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
|
|
6576
|
+
"dev": true,
|
|
6577
|
+
"license": "ISC"
|
|
6578
|
+
},
|
|
6400
6579
|
"node_modules/@yarnpkg/lockfile": {
|
|
6401
6580
|
"version": "1.1.0",
|
|
6402
6581
|
"resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz",
|
|
@@ -9317,19 +9496,20 @@
|
|
|
9317
9496
|
}
|
|
9318
9497
|
},
|
|
9319
9498
|
"node_modules/eslint": {
|
|
9320
|
-
"version": "8.
|
|
9321
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.
|
|
9322
|
-
"integrity": "sha512-
|
|
9499
|
+
"version": "8.53.0",
|
|
9500
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.53.0.tgz",
|
|
9501
|
+
"integrity": "sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==",
|
|
9323
9502
|
"dev": true,
|
|
9324
9503
|
"license": "MIT",
|
|
9325
9504
|
"dependencies": {
|
|
9326
9505
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
9327
9506
|
"@eslint-community/regexpp": "^4.6.1",
|
|
9328
|
-
"@eslint/eslintrc": "^2.1.
|
|
9329
|
-
"@eslint/js": "8.
|
|
9330
|
-
"@humanwhocodes/config-array": "^0.11.
|
|
9507
|
+
"@eslint/eslintrc": "^2.1.3",
|
|
9508
|
+
"@eslint/js": "8.53.0",
|
|
9509
|
+
"@humanwhocodes/config-array": "^0.11.13",
|
|
9331
9510
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
9332
9511
|
"@nodelib/fs.walk": "^1.2.8",
|
|
9512
|
+
"@ungap/structured-clone": "^1.2.0",
|
|
9333
9513
|
"ajv": "^6.12.4",
|
|
9334
9514
|
"chalk": "^4.0.0",
|
|
9335
9515
|
"cross-spawn": "^7.0.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.18.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@salesforce/plugin-community": "2.4.9",
|
|
76
76
|
"@salesforce/plugin-dev": "1.3.2",
|
|
77
77
|
"@salesforce/plugin-devops-center": "1.2.4",
|
|
78
|
-
"@salesforce/plugin-env": "3.0.
|
|
78
|
+
"@salesforce/plugin-env": "3.0.2",
|
|
79
79
|
"@salesforce/plugin-functions": "1.22.9",
|
|
80
80
|
"@salesforce/plugin-packaging": "1.27.1",
|
|
81
81
|
"@salesforce/plugin-signups": "1.5.6",
|
|
@@ -125,12 +125,12 @@
|
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
127
|
"dependencies": {
|
|
128
|
-
"@oclif/core": "3.10.
|
|
128
|
+
"@oclif/core": "3.10.8",
|
|
129
129
|
"@oclif/plugin-autocomplete": "3.0.1",
|
|
130
130
|
"@oclif/plugin-commands": "3.0.6",
|
|
131
131
|
"@oclif/plugin-help": "6.0.5",
|
|
132
132
|
"@oclif/plugin-not-found": "3.0.3",
|
|
133
|
-
"@oclif/plugin-plugins": "4.1.
|
|
133
|
+
"@oclif/plugin-plugins": "4.1.2",
|
|
134
134
|
"@oclif/plugin-search": "1.0.6",
|
|
135
135
|
"@oclif/plugin-update": "4.1.3",
|
|
136
136
|
"@oclif/plugin-version": "2.0.6",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"@salesforce/plugin-apex": "2.3.20",
|
|
141
141
|
"@salesforce/plugin-auth": "2.8.26",
|
|
142
142
|
"@salesforce/plugin-data": "2.6.3",
|
|
143
|
-
"@salesforce/plugin-deploy-retrieve": "1.20.
|
|
143
|
+
"@salesforce/plugin-deploy-retrieve": "1.20.2",
|
|
144
144
|
"@salesforce/plugin-info": "3.0.1",
|
|
145
145
|
"@salesforce/plugin-limits": "3.0.1",
|
|
146
146
|
"@salesforce/plugin-login": "2.0.1",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"@salesforce/plugin-templates": "55.5.18",
|
|
155
155
|
"@salesforce/plugin-trust": "3.0.1",
|
|
156
156
|
"@salesforce/plugin-user": "2.3.42",
|
|
157
|
-
"@salesforce/sf-plugins-core": "4.0.
|
|
157
|
+
"@salesforce/sf-plugins-core": "4.0.1-dev.4",
|
|
158
158
|
"debug": "^4.3.4"
|
|
159
159
|
},
|
|
160
160
|
"pinnedDependencies": [
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
"@typescript-eslint/parser": "^5.62.0",
|
|
246
246
|
"aws-sdk": "^2.1490.0",
|
|
247
247
|
"chai": "^4.3.10",
|
|
248
|
-
"eslint": "^8.
|
|
248
|
+
"eslint": "^8.53.0",
|
|
249
249
|
"eslint-config-oclif": "^5",
|
|
250
250
|
"eslint-config-oclif-typescript": "^2.0.1",
|
|
251
251
|
"eslint-config-prettier": "^8.10.0",
|