@salesforce/plugin-deploy-retrieve 3.2.28 → 3.2.30
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 +17 -17
- package/npm-shrinkwrap.json +304 -102
- package/oclif.lock +88 -22
- package/oclif.manifest.json +2 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -139,7 +139,7 @@ FLAG DESCRIPTIONS
|
|
|
139
139
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
140
140
|
```
|
|
141
141
|
|
|
142
|
-
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
142
|
+
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.30/src/commands/project/convert/mdapi.ts)_
|
|
143
143
|
|
|
144
144
|
## `sf project convert source`
|
|
145
145
|
|
|
@@ -151,7 +151,7 @@ USAGE
|
|
|
151
151
|
<value> | -m <value>]
|
|
152
152
|
|
|
153
153
|
FLAGS
|
|
154
|
-
-d, --output-dir=<value> [default:
|
|
154
|
+
-d, --output-dir=<value> [default: metadataPackage_1710038667707] Output directory to store the Metadata
|
|
155
155
|
API–formatted files in.
|
|
156
156
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
157
157
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -211,7 +211,7 @@ FLAG DESCRIPTIONS
|
|
|
211
211
|
Override the api version used for api requests made by this command
|
|
212
212
|
```
|
|
213
213
|
|
|
214
|
-
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
214
|
+
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.30/src/commands/project/convert/source.ts)_
|
|
215
215
|
|
|
216
216
|
## `sf project delete source`
|
|
217
217
|
|
|
@@ -350,7 +350,7 @@ FLAG DESCRIPTIONS
|
|
|
350
350
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
351
351
|
```
|
|
352
352
|
|
|
353
|
-
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
353
|
+
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.30/src/commands/project/delete/source.ts)_
|
|
354
354
|
|
|
355
355
|
## `sf project delete tracking`
|
|
356
356
|
|
|
@@ -386,7 +386,7 @@ EXAMPLES
|
|
|
386
386
|
$ sf project delete tracking --target-org my-scratch
|
|
387
387
|
```
|
|
388
388
|
|
|
389
|
-
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
389
|
+
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.30/src/commands/project/delete/tracking.ts)_
|
|
390
390
|
|
|
391
391
|
## `sf project deploy cancel`
|
|
392
392
|
|
|
@@ -456,7 +456,7 @@ FLAG DESCRIPTIONS
|
|
|
456
456
|
project deploy report".
|
|
457
457
|
```
|
|
458
458
|
|
|
459
|
-
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
459
|
+
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.30/src/commands/project/deploy/cancel.ts)_
|
|
460
460
|
|
|
461
461
|
## `sf project deploy preview`
|
|
462
462
|
|
|
@@ -540,7 +540,7 @@ FLAG DESCRIPTIONS
|
|
|
540
540
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
541
541
|
```
|
|
542
542
|
|
|
543
|
-
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
543
|
+
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.30/src/commands/project/deploy/preview.ts)_
|
|
544
544
|
|
|
545
545
|
## `sf project deploy quick`
|
|
546
546
|
|
|
@@ -627,7 +627,7 @@ FLAG DESCRIPTIONS
|
|
|
627
627
|
deploy report".
|
|
628
628
|
```
|
|
629
629
|
|
|
630
|
-
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
630
|
+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.30/src/commands/project/deploy/quick.ts)_
|
|
631
631
|
|
|
632
632
|
## `sf project deploy report`
|
|
633
633
|
|
|
@@ -722,7 +722,7 @@ FLAG DESCRIPTIONS
|
|
|
722
722
|
--coverage-formatters lcov --coverage-formatters clover
|
|
723
723
|
```
|
|
724
724
|
|
|
725
|
-
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
725
|
+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.30/src/commands/project/deploy/report.ts)_
|
|
726
726
|
|
|
727
727
|
## `sf project deploy resume`
|
|
728
728
|
|
|
@@ -806,7 +806,7 @@ FLAG DESCRIPTIONS
|
|
|
806
806
|
--coverage-formatters lcov --coverage-formatters clover
|
|
807
807
|
```
|
|
808
808
|
|
|
809
|
-
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
809
|
+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.30/src/commands/project/deploy/resume.ts)_
|
|
810
810
|
|
|
811
811
|
## `sf project deploy start`
|
|
812
812
|
|
|
@@ -1027,7 +1027,7 @@ FLAG DESCRIPTIONS
|
|
|
1027
1027
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1028
1028
|
```
|
|
1029
1029
|
|
|
1030
|
-
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1030
|
+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.30/src/commands/project/deploy/start.ts)_
|
|
1031
1031
|
|
|
1032
1032
|
## `sf project deploy validate`
|
|
1033
1033
|
|
|
@@ -1202,7 +1202,7 @@ FLAG DESCRIPTIONS
|
|
|
1202
1202
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1203
1203
|
```
|
|
1204
1204
|
|
|
1205
|
-
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1205
|
+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.30/src/commands/project/deploy/validate.ts)_
|
|
1206
1206
|
|
|
1207
1207
|
## `sf project generate manifest`
|
|
1208
1208
|
|
|
@@ -1277,7 +1277,7 @@ EXAMPLES
|
|
|
1277
1277
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
1278
1278
|
```
|
|
1279
1279
|
|
|
1280
|
-
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1280
|
+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.30/src/commands/project/generate/manifest.ts)_
|
|
1281
1281
|
|
|
1282
1282
|
## `sf project list ignored`
|
|
1283
1283
|
|
|
@@ -1318,7 +1318,7 @@ EXAMPLES
|
|
|
1318
1318
|
$ sf project list ignored --source-dir package.xml
|
|
1319
1319
|
```
|
|
1320
1320
|
|
|
1321
|
-
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1321
|
+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.30/src/commands/project/list/ignored.ts)_
|
|
1322
1322
|
|
|
1323
1323
|
## `sf project reset tracking`
|
|
1324
1324
|
|
|
@@ -1366,7 +1366,7 @@ EXAMPLES
|
|
|
1366
1366
|
$ sf project reset tracking --revision 30
|
|
1367
1367
|
```
|
|
1368
1368
|
|
|
1369
|
-
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1369
|
+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.30/src/commands/project/reset/tracking.ts)_
|
|
1370
1370
|
|
|
1371
1371
|
## `sf project retrieve preview`
|
|
1372
1372
|
|
|
@@ -1422,7 +1422,7 @@ FLAG DESCRIPTIONS
|
|
|
1422
1422
|
Overrides your default org.
|
|
1423
1423
|
```
|
|
1424
1424
|
|
|
1425
|
-
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1425
|
+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.30/src/commands/project/retrieve/preview.ts)_
|
|
1426
1426
|
|
|
1427
1427
|
## `sf project retrieve start`
|
|
1428
1428
|
|
|
@@ -1572,6 +1572,6 @@ FLAG DESCRIPTIONS
|
|
|
1572
1572
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
1573
1573
|
```
|
|
1574
1574
|
|
|
1575
|
-
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1575
|
+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.30/src/commands/project/retrieve/start.ts)_
|
|
1576
1576
|
|
|
1577
1577
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.30",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
9
|
-
"version": "3.2.
|
|
9
|
+
"version": "3.2.30",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.23.0",
|
|
13
|
-
"@salesforce/apex-node": "^3.0
|
|
13
|
+
"@salesforce/apex-node": "^3.1.0",
|
|
14
14
|
"@salesforce/core": "^6.7.0",
|
|
15
15
|
"@salesforce/kit": "^3.0.15",
|
|
16
|
-
"@salesforce/plugin-info": "^3.0.
|
|
16
|
+
"@salesforce/plugin-info": "^3.0.28",
|
|
17
17
|
"@salesforce/sf-plugins-core": "^7.1.14",
|
|
18
18
|
"@salesforce/source-deploy-retrieve": "^10.5.1",
|
|
19
19
|
"@salesforce/source-tracking": "^5.1.12",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"chalk": "^5.3.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.
|
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.1.1",
|
|
25
25
|
"@salesforce/cli-plugins-testkit": "^5.1.10",
|
|
26
26
|
"@salesforce/dev-scripts": "^8.4.2",
|
|
27
27
|
"@salesforce/plugin-command-reference": "^3.0.70",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@salesforce/source-testkit": "^2.1.101",
|
|
30
30
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
31
31
|
"cross-env": "^7.0.3",
|
|
32
|
-
"eslint-plugin-sf-plugin": "^1.17.
|
|
32
|
+
"eslint-plugin-sf-plugin": "^1.17.4",
|
|
33
33
|
"oclif": "^4.4.19",
|
|
34
34
|
"ts-node": "^10.9.2",
|
|
35
35
|
"typescript": "^5.3.3"
|
|
@@ -2865,6 +2865,26 @@
|
|
|
2865
2865
|
"url": "https://opencollective.com/eslint"
|
|
2866
2866
|
}
|
|
2867
2867
|
},
|
|
2868
|
+
"node_modules/@eslint/eslintrc/node_modules/argparse": {
|
|
2869
|
+
"version": "2.0.1",
|
|
2870
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
2871
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
2872
|
+
"dev": true,
|
|
2873
|
+
"license": "Python-2.0"
|
|
2874
|
+
},
|
|
2875
|
+
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
|
|
2876
|
+
"version": "4.1.0",
|
|
2877
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
2878
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
2879
|
+
"dev": true,
|
|
2880
|
+
"license": "MIT",
|
|
2881
|
+
"dependencies": {
|
|
2882
|
+
"argparse": "^2.0.1"
|
|
2883
|
+
},
|
|
2884
|
+
"bin": {
|
|
2885
|
+
"js-yaml": "bin/js-yaml.js"
|
|
2886
|
+
}
|
|
2887
|
+
},
|
|
2868
2888
|
"node_modules/@eslint/js": {
|
|
2869
2889
|
"version": "8.57.0",
|
|
2870
2890
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
|
|
@@ -3281,30 +3301,6 @@
|
|
|
3281
3301
|
"node": ">=8"
|
|
3282
3302
|
}
|
|
3283
3303
|
},
|
|
3284
|
-
"node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
|
|
3285
|
-
"version": "1.0.10",
|
|
3286
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3287
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3288
|
-
"dev": true,
|
|
3289
|
-
"license": "MIT",
|
|
3290
|
-
"dependencies": {
|
|
3291
|
-
"sprintf-js": "~1.0.2"
|
|
3292
|
-
}
|
|
3293
|
-
},
|
|
3294
|
-
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
|
|
3295
|
-
"version": "3.14.1",
|
|
3296
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3297
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3298
|
-
"dev": true,
|
|
3299
|
-
"license": "MIT",
|
|
3300
|
-
"dependencies": {
|
|
3301
|
-
"argparse": "^1.0.7",
|
|
3302
|
-
"esprima": "^4.0.0"
|
|
3303
|
-
},
|
|
3304
|
-
"bin": {
|
|
3305
|
-
"js-yaml": "bin/js-yaml.js"
|
|
3306
|
-
}
|
|
3307
|
-
},
|
|
3308
3304
|
"node_modules/@istanbuljs/schema": {
|
|
3309
3305
|
"version": "0.1.3",
|
|
3310
3306
|
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
|
|
@@ -3687,15 +3683,6 @@
|
|
|
3687
3683
|
"node": ">=18.0.0"
|
|
3688
3684
|
}
|
|
3689
3685
|
},
|
|
3690
|
-
"node_modules/@oclif/core/node_modules/argparse": {
|
|
3691
|
-
"version": "1.0.10",
|
|
3692
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3693
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3694
|
-
"license": "MIT",
|
|
3695
|
-
"dependencies": {
|
|
3696
|
-
"sprintf-js": "~1.0.2"
|
|
3697
|
-
}
|
|
3698
|
-
},
|
|
3699
3686
|
"node_modules/@oclif/core/node_modules/chalk": {
|
|
3700
3687
|
"version": "4.1.2",
|
|
3701
3688
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -3724,19 +3711,6 @@
|
|
|
3724
3711
|
"node": ">=8"
|
|
3725
3712
|
}
|
|
3726
3713
|
},
|
|
3727
|
-
"node_modules/@oclif/core/node_modules/js-yaml": {
|
|
3728
|
-
"version": "3.14.1",
|
|
3729
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3730
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3731
|
-
"license": "MIT",
|
|
3732
|
-
"dependencies": {
|
|
3733
|
-
"argparse": "^1.0.7",
|
|
3734
|
-
"esprima": "^4.0.0"
|
|
3735
|
-
},
|
|
3736
|
-
"bin": {
|
|
3737
|
-
"js-yaml": "bin/js-yaml.js"
|
|
3738
|
-
}
|
|
3739
|
-
},
|
|
3740
3714
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
3741
3715
|
"version": "9.0.3",
|
|
3742
3716
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
@@ -3768,15 +3742,16 @@
|
|
|
3768
3742
|
}
|
|
3769
3743
|
},
|
|
3770
3744
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3771
|
-
"version": "5.
|
|
3772
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
|
3773
|
-
"integrity": "sha512-
|
|
3745
|
+
"version": "5.1.1",
|
|
3746
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.1.tgz",
|
|
3747
|
+
"integrity": "sha512-8PmnQ4aDX1n8OcrnXVPDpmoIAUWe1nbC6Md/KRupzjlRF8YDJMp7AdrE6cFD4DSZ04QvIViQ0w5P7kyu37wA1g==",
|
|
3774
3748
|
"dev": true,
|
|
3775
3749
|
"license": "MIT",
|
|
3776
3750
|
"dependencies": {
|
|
3777
|
-
"@oclif/core": "
|
|
3751
|
+
"@oclif/core": "3.21.0",
|
|
3778
3752
|
"@types/lodash.difference": "^4.5.9",
|
|
3779
3753
|
"chalk": "^5.3.0",
|
|
3754
|
+
"globby": "^14.0.1",
|
|
3780
3755
|
"just-diff": "^5.2.0",
|
|
3781
3756
|
"lodash.difference": "^4.5.0",
|
|
3782
3757
|
"lodash.get": "^4.4.2",
|
|
@@ -3788,6 +3763,169 @@
|
|
|
3788
3763
|
"node": ">=18.0.0"
|
|
3789
3764
|
}
|
|
3790
3765
|
},
|
|
3766
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3767
|
+
"version": "3.21.0",
|
|
3768
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.21.0.tgz",
|
|
3769
|
+
"integrity": "sha512-xR7qGPOWtOnYmdYocSn6oEh2oTQLsPOXoj3HYGpb26V3WulwF8Cm33WPnMsSISv4ben3Rtc5i59u9O5NnuG42g==",
|
|
3770
|
+
"dev": true,
|
|
3771
|
+
"license": "MIT",
|
|
3772
|
+
"dependencies": {
|
|
3773
|
+
"@types/cli-progress": "^3.11.5",
|
|
3774
|
+
"ansi-escapes": "^4.3.2",
|
|
3775
|
+
"ansi-styles": "^4.3.0",
|
|
3776
|
+
"cardinal": "^2.1.1",
|
|
3777
|
+
"chalk": "^4.1.2",
|
|
3778
|
+
"clean-stack": "^3.0.1",
|
|
3779
|
+
"cli-progress": "^3.12.0",
|
|
3780
|
+
"color": "^4.2.3",
|
|
3781
|
+
"debug": "^4.3.4",
|
|
3782
|
+
"ejs": "^3.1.9",
|
|
3783
|
+
"get-package-type": "^0.1.0",
|
|
3784
|
+
"globby": "^11.1.0",
|
|
3785
|
+
"hyperlinker": "^1.0.0",
|
|
3786
|
+
"indent-string": "^4.0.0",
|
|
3787
|
+
"is-wsl": "^2.2.0",
|
|
3788
|
+
"js-yaml": "^3.14.1",
|
|
3789
|
+
"natural-orderby": "^2.0.3",
|
|
3790
|
+
"object-treeify": "^1.1.33",
|
|
3791
|
+
"password-prompt": "^1.1.3",
|
|
3792
|
+
"slice-ansi": "^4.0.0",
|
|
3793
|
+
"string-width": "^4.2.3",
|
|
3794
|
+
"strip-ansi": "^6.0.1",
|
|
3795
|
+
"supports-color": "^8.1.1",
|
|
3796
|
+
"supports-hyperlinks": "^2.2.0",
|
|
3797
|
+
"widest-line": "^3.1.0",
|
|
3798
|
+
"wordwrap": "^1.0.0",
|
|
3799
|
+
"wrap-ansi": "^7.0.0"
|
|
3800
|
+
},
|
|
3801
|
+
"engines": {
|
|
3802
|
+
"node": ">=18.0.0"
|
|
3803
|
+
}
|
|
3804
|
+
},
|
|
3805
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
3806
|
+
"version": "4.1.2",
|
|
3807
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3808
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3809
|
+
"dev": true,
|
|
3810
|
+
"license": "MIT",
|
|
3811
|
+
"dependencies": {
|
|
3812
|
+
"ansi-styles": "^4.1.0",
|
|
3813
|
+
"supports-color": "^7.1.0"
|
|
3814
|
+
},
|
|
3815
|
+
"engines": {
|
|
3816
|
+
"node": ">=10"
|
|
3817
|
+
},
|
|
3818
|
+
"funding": {
|
|
3819
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3820
|
+
}
|
|
3821
|
+
},
|
|
3822
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3823
|
+
"version": "7.2.0",
|
|
3824
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3825
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3826
|
+
"dev": true,
|
|
3827
|
+
"license": "MIT",
|
|
3828
|
+
"dependencies": {
|
|
3829
|
+
"has-flag": "^4.0.0"
|
|
3830
|
+
},
|
|
3831
|
+
"engines": {
|
|
3832
|
+
"node": ">=8"
|
|
3833
|
+
}
|
|
3834
|
+
},
|
|
3835
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
3836
|
+
"version": "11.1.0",
|
|
3837
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
3838
|
+
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
3839
|
+
"dev": true,
|
|
3840
|
+
"license": "MIT",
|
|
3841
|
+
"dependencies": {
|
|
3842
|
+
"array-union": "^2.1.0",
|
|
3843
|
+
"dir-glob": "^3.0.1",
|
|
3844
|
+
"fast-glob": "^3.2.9",
|
|
3845
|
+
"ignore": "^5.2.0",
|
|
3846
|
+
"merge2": "^1.4.1",
|
|
3847
|
+
"slash": "^3.0.0"
|
|
3848
|
+
},
|
|
3849
|
+
"engines": {
|
|
3850
|
+
"node": ">=10"
|
|
3851
|
+
},
|
|
3852
|
+
"funding": {
|
|
3853
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3854
|
+
}
|
|
3855
|
+
},
|
|
3856
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
3857
|
+
"version": "3.0.0",
|
|
3858
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
3859
|
+
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
3860
|
+
"dev": true,
|
|
3861
|
+
"license": "MIT",
|
|
3862
|
+
"engines": {
|
|
3863
|
+
"node": ">=8"
|
|
3864
|
+
}
|
|
3865
|
+
},
|
|
3866
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
3867
|
+
"version": "14.0.1",
|
|
3868
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
3869
|
+
"integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==",
|
|
3870
|
+
"dev": true,
|
|
3871
|
+
"license": "MIT",
|
|
3872
|
+
"dependencies": {
|
|
3873
|
+
"@sindresorhus/merge-streams": "^2.1.0",
|
|
3874
|
+
"fast-glob": "^3.3.2",
|
|
3875
|
+
"ignore": "^5.2.4",
|
|
3876
|
+
"path-type": "^5.0.0",
|
|
3877
|
+
"slash": "^5.1.0",
|
|
3878
|
+
"unicorn-magic": "^0.1.0"
|
|
3879
|
+
},
|
|
3880
|
+
"engines": {
|
|
3881
|
+
"node": ">=18"
|
|
3882
|
+
},
|
|
3883
|
+
"funding": {
|
|
3884
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3885
|
+
}
|
|
3886
|
+
},
|
|
3887
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3888
|
+
"version": "5.0.0",
|
|
3889
|
+
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
3890
|
+
"integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
|
|
3891
|
+
"dev": true,
|
|
3892
|
+
"license": "MIT",
|
|
3893
|
+
"engines": {
|
|
3894
|
+
"node": ">=12"
|
|
3895
|
+
},
|
|
3896
|
+
"funding": {
|
|
3897
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3898
|
+
}
|
|
3899
|
+
},
|
|
3900
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/slash": {
|
|
3901
|
+
"version": "5.1.0",
|
|
3902
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
|
|
3903
|
+
"integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
|
|
3904
|
+
"dev": true,
|
|
3905
|
+
"license": "MIT",
|
|
3906
|
+
"engines": {
|
|
3907
|
+
"node": ">=14.16"
|
|
3908
|
+
},
|
|
3909
|
+
"funding": {
|
|
3910
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3911
|
+
}
|
|
3912
|
+
},
|
|
3913
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
3914
|
+
"version": "8.1.1",
|
|
3915
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3916
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3917
|
+
"dev": true,
|
|
3918
|
+
"license": "MIT",
|
|
3919
|
+
"dependencies": {
|
|
3920
|
+
"has-flag": "^4.0.0"
|
|
3921
|
+
},
|
|
3922
|
+
"engines": {
|
|
3923
|
+
"node": ">=10"
|
|
3924
|
+
},
|
|
3925
|
+
"funding": {
|
|
3926
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3927
|
+
}
|
|
3928
|
+
},
|
|
3791
3929
|
"node_modules/@oclif/plugin-help": {
|
|
3792
3930
|
"version": "6.0.12",
|
|
3793
3931
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.12.tgz",
|
|
@@ -3988,12 +4126,12 @@
|
|
|
3988
4126
|
}
|
|
3989
4127
|
},
|
|
3990
4128
|
"node_modules/@salesforce/apex-node": {
|
|
3991
|
-
"version": "3.0
|
|
3992
|
-
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-3.0.
|
|
3993
|
-
"integrity": "sha512-
|
|
4129
|
+
"version": "3.1.0",
|
|
4130
|
+
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-3.1.0.tgz",
|
|
4131
|
+
"integrity": "sha512-bx48c7X7BK/7uksh3iXFY8gk8+W4w+ih44zf/cz9sn+/eQhZ6cWvcsOjulb6cbGVJPcJUMgbMKchAJAK6w1Yhw==",
|
|
3994
4132
|
"license": "BSD-3-Clause",
|
|
3995
4133
|
"dependencies": {
|
|
3996
|
-
"@salesforce/core": "^6.1
|
|
4134
|
+
"@salesforce/core": "^6.5.1",
|
|
3997
4135
|
"@salesforce/kit": "^3.0.15",
|
|
3998
4136
|
"@types/istanbul-reports": "^3.0.4",
|
|
3999
4137
|
"faye": "1.4.0",
|
|
@@ -4374,16 +4512,16 @@
|
|
|
4374
4512
|
}
|
|
4375
4513
|
},
|
|
4376
4514
|
"node_modules/@salesforce/plugin-info": {
|
|
4377
|
-
"version": "3.0.
|
|
4378
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.
|
|
4379
|
-
"integrity": "sha512-
|
|
4515
|
+
"version": "3.0.28",
|
|
4516
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.28.tgz",
|
|
4517
|
+
"integrity": "sha512-Sm2qhlNWAwSg/BYxKcRqvdpIUP6FynILl2/8emekJA52ApKw2b/SAHIWDozmxAqVJZseMqZnglKFuIId+qQhpg==",
|
|
4380
4518
|
"license": "BSD-3-Clause",
|
|
4381
4519
|
"dependencies": {
|
|
4382
4520
|
"@inquirer/input": "^2.0.0",
|
|
4383
4521
|
"@oclif/core": "^3.19.1",
|
|
4384
4522
|
"@salesforce/core": "^6.5.2",
|
|
4385
4523
|
"@salesforce/kit": "^3.0.15",
|
|
4386
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
4524
|
+
"@salesforce/sf-plugins-core": "^7.1.11",
|
|
4387
4525
|
"got": "^13.0.0",
|
|
4388
4526
|
"marked": "^4.3.0",
|
|
4389
4527
|
"marked-terminal": "^4.2.0",
|
|
@@ -5060,6 +5198,19 @@
|
|
|
5060
5198
|
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
5061
5199
|
}
|
|
5062
5200
|
},
|
|
5201
|
+
"node_modules/@sindresorhus/merge-streams": {
|
|
5202
|
+
"version": "2.3.0",
|
|
5203
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz",
|
|
5204
|
+
"integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==",
|
|
5205
|
+
"dev": true,
|
|
5206
|
+
"license": "MIT",
|
|
5207
|
+
"engines": {
|
|
5208
|
+
"node": ">=18"
|
|
5209
|
+
},
|
|
5210
|
+
"funding": {
|
|
5211
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5212
|
+
}
|
|
5213
|
+
},
|
|
5063
5214
|
"node_modules/@sinonjs/commons": {
|
|
5064
5215
|
"version": "1.8.6",
|
|
5065
5216
|
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",
|
|
@@ -6754,11 +6905,13 @@
|
|
|
6754
6905
|
"license": "MIT"
|
|
6755
6906
|
},
|
|
6756
6907
|
"node_modules/argparse": {
|
|
6757
|
-
"version": "
|
|
6758
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-
|
|
6759
|
-
"integrity": "sha512-
|
|
6760
|
-
"
|
|
6761
|
-
"
|
|
6908
|
+
"version": "1.0.10",
|
|
6909
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
6910
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
6911
|
+
"license": "MIT",
|
|
6912
|
+
"dependencies": {
|
|
6913
|
+
"sprintf-js": "~1.0.2"
|
|
6914
|
+
}
|
|
6762
6915
|
},
|
|
6763
6916
|
"node_modules/array-buffer-byte-length": {
|
|
6764
6917
|
"version": "1.0.0",
|
|
@@ -8197,6 +8350,26 @@
|
|
|
8197
8350
|
"typescript": ">=3"
|
|
8198
8351
|
}
|
|
8199
8352
|
},
|
|
8353
|
+
"node_modules/cosmiconfig/node_modules/argparse": {
|
|
8354
|
+
"version": "2.0.1",
|
|
8355
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
8356
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
8357
|
+
"dev": true,
|
|
8358
|
+
"license": "Python-2.0"
|
|
8359
|
+
},
|
|
8360
|
+
"node_modules/cosmiconfig/node_modules/js-yaml": {
|
|
8361
|
+
"version": "4.1.0",
|
|
8362
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
8363
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
8364
|
+
"dev": true,
|
|
8365
|
+
"license": "MIT",
|
|
8366
|
+
"dependencies": {
|
|
8367
|
+
"argparse": "^2.0.1"
|
|
8368
|
+
},
|
|
8369
|
+
"bin": {
|
|
8370
|
+
"js-yaml": "bin/js-yaml.js"
|
|
8371
|
+
}
|
|
8372
|
+
},
|
|
8200
8373
|
"node_modules/crc-32": {
|
|
8201
8374
|
"version": "1.2.2",
|
|
8202
8375
|
"resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
|
|
@@ -9269,13 +9442,13 @@
|
|
|
9269
9442
|
}
|
|
9270
9443
|
},
|
|
9271
9444
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
9272
|
-
"version": "1.17.
|
|
9273
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.
|
|
9274
|
-
"integrity": "sha512-
|
|
9445
|
+
"version": "1.17.4",
|
|
9446
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.4.tgz",
|
|
9447
|
+
"integrity": "sha512-6SVkegmUdXl2YnghLNXsnmjCw4gtkdAyRcxrhqpyS8vxfP3PZocKHQBuMH5aIAsA/Yb9bXcOs1gE5y0r/bD7MA==",
|
|
9275
9448
|
"dev": true,
|
|
9276
9449
|
"license": "BSD-3-Clause",
|
|
9277
9450
|
"dependencies": {
|
|
9278
|
-
"@salesforce/core": "^6.
|
|
9451
|
+
"@salesforce/core": "^6.7.0",
|
|
9279
9452
|
"@typescript-eslint/utils": "^6.17.0"
|
|
9280
9453
|
},
|
|
9281
9454
|
"engines": {
|
|
@@ -9346,6 +9519,13 @@
|
|
|
9346
9519
|
"url": "https://opencollective.com/eslint"
|
|
9347
9520
|
}
|
|
9348
9521
|
},
|
|
9522
|
+
"node_modules/eslint/node_modules/argparse": {
|
|
9523
|
+
"version": "2.0.1",
|
|
9524
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
9525
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
9526
|
+
"dev": true,
|
|
9527
|
+
"license": "Python-2.0"
|
|
9528
|
+
},
|
|
9349
9529
|
"node_modules/eslint/node_modules/chalk": {
|
|
9350
9530
|
"version": "4.1.2",
|
|
9351
9531
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -9406,6 +9586,19 @@
|
|
|
9406
9586
|
"node": ">=10.13.0"
|
|
9407
9587
|
}
|
|
9408
9588
|
},
|
|
9589
|
+
"node_modules/eslint/node_modules/js-yaml": {
|
|
9590
|
+
"version": "4.1.0",
|
|
9591
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
9592
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
9593
|
+
"dev": true,
|
|
9594
|
+
"license": "MIT",
|
|
9595
|
+
"dependencies": {
|
|
9596
|
+
"argparse": "^2.0.1"
|
|
9597
|
+
},
|
|
9598
|
+
"bin": {
|
|
9599
|
+
"js-yaml": "bin/js-yaml.js"
|
|
9600
|
+
}
|
|
9601
|
+
},
|
|
9409
9602
|
"node_modules/eslint/node_modules/locate-path": {
|
|
9410
9603
|
"version": "6.0.0",
|
|
9411
9604
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -11808,13 +12001,13 @@
|
|
|
11808
12001
|
"license": "MIT"
|
|
11809
12002
|
},
|
|
11810
12003
|
"node_modules/js-yaml": {
|
|
11811
|
-
"version": "
|
|
11812
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-
|
|
11813
|
-
"integrity": "sha512-
|
|
11814
|
-
"dev": true,
|
|
12004
|
+
"version": "3.14.1",
|
|
12005
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
12006
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
11815
12007
|
"license": "MIT",
|
|
11816
12008
|
"dependencies": {
|
|
11817
|
-
"argparse": "^
|
|
12009
|
+
"argparse": "^1.0.7",
|
|
12010
|
+
"esprima": "^4.0.0"
|
|
11818
12011
|
},
|
|
11819
12012
|
"bin": {
|
|
11820
12013
|
"js-yaml": "bin/js-yaml.js"
|
|
@@ -12439,30 +12632,6 @@
|
|
|
12439
12632
|
"node": ">=6"
|
|
12440
12633
|
}
|
|
12441
12634
|
},
|
|
12442
|
-
"node_modules/load-yaml-file/node_modules/argparse": {
|
|
12443
|
-
"version": "1.0.10",
|
|
12444
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
12445
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
12446
|
-
"dev": true,
|
|
12447
|
-
"license": "MIT",
|
|
12448
|
-
"dependencies": {
|
|
12449
|
-
"sprintf-js": "~1.0.2"
|
|
12450
|
-
}
|
|
12451
|
-
},
|
|
12452
|
-
"node_modules/load-yaml-file/node_modules/js-yaml": {
|
|
12453
|
-
"version": "3.14.1",
|
|
12454
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
12455
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
12456
|
-
"dev": true,
|
|
12457
|
-
"license": "MIT",
|
|
12458
|
-
"dependencies": {
|
|
12459
|
-
"argparse": "^1.0.7",
|
|
12460
|
-
"esprima": "^4.0.0"
|
|
12461
|
-
},
|
|
12462
|
-
"bin": {
|
|
12463
|
-
"js-yaml": "bin/js-yaml.js"
|
|
12464
|
-
}
|
|
12465
|
-
},
|
|
12466
12635
|
"node_modules/locate-path": {
|
|
12467
12636
|
"version": "5.0.0",
|
|
12468
12637
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
|
@@ -13526,6 +13695,13 @@
|
|
|
13526
13695
|
"url": "https://opencollective.com/mochajs"
|
|
13527
13696
|
}
|
|
13528
13697
|
},
|
|
13698
|
+
"node_modules/mocha/node_modules/argparse": {
|
|
13699
|
+
"version": "2.0.1",
|
|
13700
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
13701
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
13702
|
+
"dev": true,
|
|
13703
|
+
"license": "Python-2.0"
|
|
13704
|
+
},
|
|
13529
13705
|
"node_modules/mocha/node_modules/diff": {
|
|
13530
13706
|
"version": "5.0.0",
|
|
13531
13707
|
"resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
|
|
@@ -13598,6 +13774,19 @@
|
|
|
13598
13774
|
"node": "*"
|
|
13599
13775
|
}
|
|
13600
13776
|
},
|
|
13777
|
+
"node_modules/mocha/node_modules/js-yaml": {
|
|
13778
|
+
"version": "4.1.0",
|
|
13779
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
13780
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
13781
|
+
"dev": true,
|
|
13782
|
+
"license": "MIT",
|
|
13783
|
+
"dependencies": {
|
|
13784
|
+
"argparse": "^2.0.1"
|
|
13785
|
+
},
|
|
13786
|
+
"bin": {
|
|
13787
|
+
"js-yaml": "bin/js-yaml.js"
|
|
13788
|
+
}
|
|
13789
|
+
},
|
|
13601
13790
|
"node_modules/mocha/node_modules/locate-path": {
|
|
13602
13791
|
"version": "6.0.0",
|
|
13603
13792
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -18028,6 +18217,19 @@
|
|
|
18028
18217
|
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
|
18029
18218
|
"license": "MIT"
|
|
18030
18219
|
},
|
|
18220
|
+
"node_modules/unicorn-magic": {
|
|
18221
|
+
"version": "0.1.0",
|
|
18222
|
+
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
|
|
18223
|
+
"integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
|
|
18224
|
+
"dev": true,
|
|
18225
|
+
"license": "MIT",
|
|
18226
|
+
"engines": {
|
|
18227
|
+
"node": ">=18"
|
|
18228
|
+
},
|
|
18229
|
+
"funding": {
|
|
18230
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
18231
|
+
}
|
|
18232
|
+
},
|
|
18031
18233
|
"node_modules/unique-filename": {
|
|
18032
18234
|
"version": "1.1.1",
|
|
18033
18235
|
"resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1832,6 +1832,39 @@
|
|
|
1832
1832
|
read-package-json-fast "^3.0.0"
|
|
1833
1833
|
which "^3.0.0"
|
|
1834
1834
|
|
|
1835
|
+
"@oclif/core@3.21.0":
|
|
1836
|
+
version "3.21.0"
|
|
1837
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.21.0.tgz#a235704e66589c8c104ccd616d0a8f1f36cf693e"
|
|
1838
|
+
integrity sha512-xR7qGPOWtOnYmdYocSn6oEh2oTQLsPOXoj3HYGpb26V3WulwF8Cm33WPnMsSISv4ben3Rtc5i59u9O5NnuG42g==
|
|
1839
|
+
dependencies:
|
|
1840
|
+
"@types/cli-progress" "^3.11.5"
|
|
1841
|
+
ansi-escapes "^4.3.2"
|
|
1842
|
+
ansi-styles "^4.3.0"
|
|
1843
|
+
cardinal "^2.1.1"
|
|
1844
|
+
chalk "^4.1.2"
|
|
1845
|
+
clean-stack "^3.0.1"
|
|
1846
|
+
cli-progress "^3.12.0"
|
|
1847
|
+
color "^4.2.3"
|
|
1848
|
+
debug "^4.3.4"
|
|
1849
|
+
ejs "^3.1.9"
|
|
1850
|
+
get-package-type "^0.1.0"
|
|
1851
|
+
globby "^11.1.0"
|
|
1852
|
+
hyperlinker "^1.0.0"
|
|
1853
|
+
indent-string "^4.0.0"
|
|
1854
|
+
is-wsl "^2.2.0"
|
|
1855
|
+
js-yaml "^3.14.1"
|
|
1856
|
+
natural-orderby "^2.0.3"
|
|
1857
|
+
object-treeify "^1.1.33"
|
|
1858
|
+
password-prompt "^1.1.3"
|
|
1859
|
+
slice-ansi "^4.0.0"
|
|
1860
|
+
string-width "^4.2.3"
|
|
1861
|
+
strip-ansi "^6.0.1"
|
|
1862
|
+
supports-color "^8.1.1"
|
|
1863
|
+
supports-hyperlinks "^2.2.0"
|
|
1864
|
+
widest-line "^3.1.0"
|
|
1865
|
+
wordwrap "^1.0.0"
|
|
1866
|
+
wrap-ansi "^7.0.0"
|
|
1867
|
+
|
|
1835
1868
|
"@oclif/core@^3.11.0", "@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0", "@oclif/core@^3.22.0", "@oclif/core@^3.23.0":
|
|
1836
1869
|
version "3.23.0"
|
|
1837
1870
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.23.0.tgz#d0ccc5f99c376e4bcfce04e8e94efae8417a53f8"
|
|
@@ -1866,14 +1899,15 @@
|
|
|
1866
1899
|
wordwrap "^1.0.0"
|
|
1867
1900
|
wrap-ansi "^7.0.0"
|
|
1868
1901
|
|
|
1869
|
-
"@oclif/plugin-command-snapshot@^5.
|
|
1870
|
-
version "5.
|
|
1871
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
|
1872
|
-
integrity sha512-
|
|
1902
|
+
"@oclif/plugin-command-snapshot@^5.1.1":
|
|
1903
|
+
version "5.1.1"
|
|
1904
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.1.tgz#13918a98686d7508ddca192154e2b33ae042706f"
|
|
1905
|
+
integrity sha512-8PmnQ4aDX1n8OcrnXVPDpmoIAUWe1nbC6Md/KRupzjlRF8YDJMp7AdrE6cFD4DSZ04QvIViQ0w5P7kyu37wA1g==
|
|
1873
1906
|
dependencies:
|
|
1874
|
-
"@oclif/core" "
|
|
1907
|
+
"@oclif/core" "3.21.0"
|
|
1875
1908
|
"@types/lodash.difference" "^4.5.9"
|
|
1876
1909
|
chalk "^5.3.0"
|
|
1910
|
+
globby "^14.0.1"
|
|
1877
1911
|
just-diff "^5.2.0"
|
|
1878
1912
|
lodash.difference "^4.5.0"
|
|
1879
1913
|
lodash.get "^4.4.2"
|
|
@@ -2029,12 +2063,12 @@
|
|
|
2029
2063
|
istanbul-reports "^3.1.6"
|
|
2030
2064
|
jsforce "^2.0.0-beta.29"
|
|
2031
2065
|
|
|
2032
|
-
"@salesforce/apex-node@^3.0
|
|
2033
|
-
version "3.0
|
|
2034
|
-
resolved "https://registry.yarnpkg.com/@salesforce/apex-node/-/apex-node-3.0.
|
|
2035
|
-
integrity sha512-
|
|
2066
|
+
"@salesforce/apex-node@^3.1.0":
|
|
2067
|
+
version "3.1.0"
|
|
2068
|
+
resolved "https://registry.yarnpkg.com/@salesforce/apex-node/-/apex-node-3.1.0.tgz#6cde172fa5dbbbcc14a7d0cad2946da37810d8d9"
|
|
2069
|
+
integrity sha512-bx48c7X7BK/7uksh3iXFY8gk8+W4w+ih44zf/cz9sn+/eQhZ6cWvcsOjulb6cbGVJPcJUMgbMKchAJAK6w1Yhw==
|
|
2036
2070
|
dependencies:
|
|
2037
|
-
"@salesforce/core" "^6.1
|
|
2071
|
+
"@salesforce/core" "^6.5.1"
|
|
2038
2072
|
"@salesforce/kit" "^3.0.15"
|
|
2039
2073
|
"@types/istanbul-reports" "^3.0.4"
|
|
2040
2074
|
faye "1.4.0"
|
|
@@ -2142,16 +2176,16 @@
|
|
|
2142
2176
|
handlebars "^4.7.8"
|
|
2143
2177
|
tslib "^2"
|
|
2144
2178
|
|
|
2145
|
-
"@salesforce/plugin-info@^3.0.
|
|
2146
|
-
version "3.0.
|
|
2147
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.0.
|
|
2148
|
-
integrity sha512-
|
|
2179
|
+
"@salesforce/plugin-info@^3.0.28":
|
|
2180
|
+
version "3.0.28"
|
|
2181
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.0.28.tgz#f9f7eb92f5c1587aec6f3dc4b56070e2dafb07e3"
|
|
2182
|
+
integrity sha512-Sm2qhlNWAwSg/BYxKcRqvdpIUP6FynILl2/8emekJA52ApKw2b/SAHIWDozmxAqVJZseMqZnglKFuIId+qQhpg==
|
|
2149
2183
|
dependencies:
|
|
2150
2184
|
"@inquirer/input" "^2.0.0"
|
|
2151
2185
|
"@oclif/core" "^3.19.1"
|
|
2152
2186
|
"@salesforce/core" "^6.5.2"
|
|
2153
2187
|
"@salesforce/kit" "^3.0.15"
|
|
2154
|
-
"@salesforce/sf-plugins-core" "^7.1.
|
|
2188
|
+
"@salesforce/sf-plugins-core" "^7.1.11"
|
|
2155
2189
|
got "^13.0.0"
|
|
2156
2190
|
marked "^4.3.0"
|
|
2157
2191
|
marked-terminal "^4.2.0"
|
|
@@ -2199,7 +2233,7 @@
|
|
|
2199
2233
|
chalk "^4"
|
|
2200
2234
|
inquirer "^8.2.5"
|
|
2201
2235
|
|
|
2202
|
-
"@salesforce/sf-plugins-core@^7.1.
|
|
2236
|
+
"@salesforce/sf-plugins-core@^7.1.11", "@salesforce/sf-plugins-core@^7.1.14":
|
|
2203
2237
|
version "7.1.14"
|
|
2204
2238
|
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.14.tgz#5f07316a602b4c5d44c09bc74c294d7df9e2e260"
|
|
2205
2239
|
integrity sha512-KDX9vYDeVOkozRrsjVh4Pvzay++7bWWKmaHtGOwkZrBHb3mVEdCp0ryF0WaDTfaEvgNKn7kiZEDSO7oEhJSzug==
|
|
@@ -2302,6 +2336,11 @@
|
|
|
2302
2336
|
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-5.6.0.tgz#41dd6093d34652cddb5d5bdeee04eafc33826668"
|
|
2303
2337
|
integrity sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==
|
|
2304
2338
|
|
|
2339
|
+
"@sindresorhus/merge-streams@^2.1.0":
|
|
2340
|
+
version "2.3.0"
|
|
2341
|
+
resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz#719df7fb41766bc143369eaa0dd56d8dc87c9958"
|
|
2342
|
+
integrity sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==
|
|
2343
|
+
|
|
2305
2344
|
"@sinonjs/commons@^1", "@sinonjs/commons@^1.3.0", "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1":
|
|
2306
2345
|
version "1.8.6"
|
|
2307
2346
|
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.6.tgz#80c516a4dc264c2a69115e7578d62581ff455ed9"
|
|
@@ -4959,12 +4998,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
4959
4998
|
semver "^7.5.4"
|
|
4960
4999
|
spdx-expression-parse "^4.0.0"
|
|
4961
5000
|
|
|
4962
|
-
eslint-plugin-sf-plugin@^1.17.
|
|
4963
|
-
version "1.17.
|
|
4964
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.
|
|
4965
|
-
integrity sha512-
|
|
5001
|
+
eslint-plugin-sf-plugin@^1.17.4:
|
|
5002
|
+
version "1.17.4"
|
|
5003
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.4.tgz#31006e188cf534eedea0ecd6159443e61346a66c"
|
|
5004
|
+
integrity sha512-6SVkegmUdXl2YnghLNXsnmjCw4gtkdAyRcxrhqpyS8vxfP3PZocKHQBuMH5aIAsA/Yb9bXcOs1gE5y0r/bD7MA==
|
|
4966
5005
|
dependencies:
|
|
4967
|
-
"@salesforce/core" "^6.
|
|
5006
|
+
"@salesforce/core" "^6.7.0"
|
|
4968
5007
|
"@typescript-eslint/utils" "^6.17.0"
|
|
4969
5008
|
|
|
4970
5009
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -5158,7 +5197,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
|
|
|
5158
5197
|
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
|
|
5159
5198
|
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
|
5160
5199
|
|
|
5161
|
-
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.0:
|
|
5200
|
+
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.0, fast-glob@^3.3.2:
|
|
5162
5201
|
version "3.3.2"
|
|
5163
5202
|
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
|
|
5164
5203
|
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
|
|
@@ -5684,6 +5723,18 @@ globby@^13.1.2:
|
|
|
5684
5723
|
merge2 "^1.4.1"
|
|
5685
5724
|
slash "^4.0.0"
|
|
5686
5725
|
|
|
5726
|
+
globby@^14.0.1:
|
|
5727
|
+
version "14.0.1"
|
|
5728
|
+
resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.1.tgz#a1b44841aa7f4c6d8af2bc39951109d77301959b"
|
|
5729
|
+
integrity sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==
|
|
5730
|
+
dependencies:
|
|
5731
|
+
"@sindresorhus/merge-streams" "^2.1.0"
|
|
5732
|
+
fast-glob "^3.3.2"
|
|
5733
|
+
ignore "^5.2.4"
|
|
5734
|
+
path-type "^5.0.0"
|
|
5735
|
+
slash "^5.1.0"
|
|
5736
|
+
unicorn-magic "^0.1.0"
|
|
5737
|
+
|
|
5687
5738
|
gopd@^1.0.1:
|
|
5688
5739
|
version "1.0.1"
|
|
5689
5740
|
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
|
|
@@ -8288,6 +8339,11 @@ path-type@^4.0.0:
|
|
|
8288
8339
|
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
|
|
8289
8340
|
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
|
|
8290
8341
|
|
|
8342
|
+
path-type@^5.0.0:
|
|
8343
|
+
version "5.0.0"
|
|
8344
|
+
resolved "https://registry.yarnpkg.com/path-type/-/path-type-5.0.0.tgz#14b01ed7aea7ddf9c7c3f46181d4d04f9c785bb8"
|
|
8345
|
+
integrity sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==
|
|
8346
|
+
|
|
8291
8347
|
pathval@^1.1.1:
|
|
8292
8348
|
version "1.1.1"
|
|
8293
8349
|
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d"
|
|
@@ -9138,6 +9194,11 @@ slash@^4.0.0:
|
|
|
9138
9194
|
resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
|
|
9139
9195
|
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
|
|
9140
9196
|
|
|
9197
|
+
slash@^5.1.0:
|
|
9198
|
+
version "5.1.0"
|
|
9199
|
+
resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce"
|
|
9200
|
+
integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==
|
|
9201
|
+
|
|
9141
9202
|
slice-ansi@^4.0.0:
|
|
9142
9203
|
version "4.0.0"
|
|
9143
9204
|
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b"
|
|
@@ -9811,6 +9872,11 @@ undici-types@~5.26.4:
|
|
|
9811
9872
|
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
|
|
9812
9873
|
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
|
|
9813
9874
|
|
|
9875
|
+
unicorn-magic@^0.1.0:
|
|
9876
|
+
version "0.1.0"
|
|
9877
|
+
resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"
|
|
9878
|
+
integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
|
|
9879
|
+
|
|
9814
9880
|
unique-filename@^1.1.1:
|
|
9815
9881
|
version "1.1.1"
|
|
9816
9882
|
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"
|
package/oclif.manifest.json
CHANGED
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"deprecateAliases": true,
|
|
203
203
|
"name": "output-dir",
|
|
204
204
|
"summary": "Output directory to store the Metadata API–formatted files in.",
|
|
205
|
-
"default": "
|
|
205
|
+
"default": "metadataPackage_1710038887001",
|
|
206
206
|
"hasDynamicHelp": false,
|
|
207
207
|
"multiple": false,
|
|
208
208
|
"type": "option"
|
|
@@ -2816,5 +2816,5 @@
|
|
|
2816
2816
|
]
|
|
2817
2817
|
}
|
|
2818
2818
|
},
|
|
2819
|
-
"version": "3.2.
|
|
2819
|
+
"version": "3.2.30"
|
|
2820
2820
|
}
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
3
3
|
"description": "deploy and retrieve commands for sf",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.30",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.23.0",
|
|
9
|
-
"@salesforce/apex-node": "^3.0
|
|
9
|
+
"@salesforce/apex-node": "^3.1.0",
|
|
10
10
|
"@salesforce/core": "^6.7.0",
|
|
11
11
|
"@salesforce/kit": "^3.0.15",
|
|
12
|
-
"@salesforce/plugin-info": "^3.0.
|
|
12
|
+
"@salesforce/plugin-info": "^3.0.28",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^7.1.14",
|
|
14
14
|
"@salesforce/source-deploy-retrieve": "^10.5.1",
|
|
15
15
|
"@salesforce/source-tracking": "^5.1.12",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"chalk": "^5.3.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.1.1",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5.1.10",
|
|
22
22
|
"@salesforce/dev-scripts": "^8.4.2",
|
|
23
23
|
"@salesforce/plugin-command-reference": "^3.0.70",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@salesforce/source-testkit": "^2.1.101",
|
|
26
26
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
27
27
|
"cross-env": "^7.0.3",
|
|
28
|
-
"eslint-plugin-sf-plugin": "^1.17.
|
|
28
|
+
"eslint-plugin-sf-plugin": "^1.17.4",
|
|
29
29
|
"oclif": "^4.4.19",
|
|
30
30
|
"ts-node": "^10.9.2",
|
|
31
31
|
"typescript": "^5.3.3"
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"exports": "./lib/index.js",
|
|
253
253
|
"type": "module",
|
|
254
254
|
"sfdx": {
|
|
255
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.2.
|
|
256
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.2.
|
|
255
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.2.30.crt",
|
|
256
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.2.30.sig"
|
|
257
257
|
}
|
|
258
258
|
}
|