@salesforce/plugin-deploy-retrieve 3.2.21 → 3.2.23
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 +181 -38
- package/oclif.lock +114 -38
- package/oclif.manifest.json +972 -972
- 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.23/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_1709379859643] 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.23/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.23/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.23/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.23/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.23/src/commands/project/deploy/preview.ts)_
|
|
544
544
|
|
|
545
545
|
## `sf project deploy quick`
|
|
546
546
|
|
|
@@ -624,7 +624,7 @@ FLAG DESCRIPTIONS
|
|
|
624
624
|
deploy report".
|
|
625
625
|
```
|
|
626
626
|
|
|
627
|
-
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
627
|
+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/deploy/quick.ts)_
|
|
628
628
|
|
|
629
629
|
## `sf project deploy report`
|
|
630
630
|
|
|
@@ -719,7 +719,7 @@ FLAG DESCRIPTIONS
|
|
|
719
719
|
--coverage-formatters lcov --coverage-formatters clover
|
|
720
720
|
```
|
|
721
721
|
|
|
722
|
-
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
722
|
+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/deploy/report.ts)_
|
|
723
723
|
|
|
724
724
|
## `sf project deploy resume`
|
|
725
725
|
|
|
@@ -803,7 +803,7 @@ FLAG DESCRIPTIONS
|
|
|
803
803
|
--coverage-formatters lcov --coverage-formatters clover
|
|
804
804
|
```
|
|
805
805
|
|
|
806
|
-
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
806
|
+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/deploy/resume.ts)_
|
|
807
807
|
|
|
808
808
|
## `sf project deploy start`
|
|
809
809
|
|
|
@@ -1015,7 +1015,7 @@ FLAG DESCRIPTIONS
|
|
|
1015
1015
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1016
1016
|
```
|
|
1017
1017
|
|
|
1018
|
-
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1018
|
+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/deploy/start.ts)_
|
|
1019
1019
|
|
|
1020
1020
|
## `sf project deploy validate`
|
|
1021
1021
|
|
|
@@ -1177,7 +1177,7 @@ FLAG DESCRIPTIONS
|
|
|
1177
1177
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1178
1178
|
```
|
|
1179
1179
|
|
|
1180
|
-
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1180
|
+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/deploy/validate.ts)_
|
|
1181
1181
|
|
|
1182
1182
|
## `sf project generate manifest`
|
|
1183
1183
|
|
|
@@ -1252,7 +1252,7 @@ EXAMPLES
|
|
|
1252
1252
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
1253
1253
|
```
|
|
1254
1254
|
|
|
1255
|
-
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1255
|
+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/generate/manifest.ts)_
|
|
1256
1256
|
|
|
1257
1257
|
## `sf project list ignored`
|
|
1258
1258
|
|
|
@@ -1293,7 +1293,7 @@ EXAMPLES
|
|
|
1293
1293
|
$ sf project list ignored --source-dir package.xml
|
|
1294
1294
|
```
|
|
1295
1295
|
|
|
1296
|
-
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1296
|
+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/list/ignored.ts)_
|
|
1297
1297
|
|
|
1298
1298
|
## `sf project reset tracking`
|
|
1299
1299
|
|
|
@@ -1341,7 +1341,7 @@ EXAMPLES
|
|
|
1341
1341
|
$ sf project reset tracking --revision 30
|
|
1342
1342
|
```
|
|
1343
1343
|
|
|
1344
|
-
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1344
|
+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/reset/tracking.ts)_
|
|
1345
1345
|
|
|
1346
1346
|
## `sf project retrieve preview`
|
|
1347
1347
|
|
|
@@ -1397,7 +1397,7 @@ FLAG DESCRIPTIONS
|
|
|
1397
1397
|
Overrides your default org.
|
|
1398
1398
|
```
|
|
1399
1399
|
|
|
1400
|
-
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1400
|
+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/retrieve/preview.ts)_
|
|
1401
1401
|
|
|
1402
1402
|
## `sf project retrieve start`
|
|
1403
1403
|
|
|
@@ -1543,6 +1543,6 @@ FLAG DESCRIPTIONS
|
|
|
1543
1543
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
1544
1544
|
```
|
|
1545
1545
|
|
|
1546
|
-
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1546
|
+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/retrieve/start.ts)_
|
|
1547
1547
|
|
|
1548
1548
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.23",
|
|
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.23",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^3.
|
|
12
|
+
"@oclif/core": "^3.20.0",
|
|
13
13
|
"@salesforce/apex-node": "^3.0.2",
|
|
14
14
|
"@salesforce/core": "^6.4.4",
|
|
15
15
|
"@salesforce/kit": "^3.0.15",
|
|
16
16
|
"@salesforce/plugin-info": "^3.0.27",
|
|
17
17
|
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
18
|
-
"@salesforce/source-deploy-retrieve": "^10.
|
|
18
|
+
"@salesforce/source-deploy-retrieve": "^10.5.0",
|
|
19
19
|
"@salesforce/source-tracking": "^5.1.11",
|
|
20
20
|
"@salesforce/ts-types": "^2.0.9",
|
|
21
21
|
"chalk": "^5.3.0"
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"@salesforce/dev-scripts": "^8.4.1",
|
|
27
27
|
"@salesforce/plugin-command-reference": "^3.0.65",
|
|
28
28
|
"@salesforce/plugin-source": "^2.11.4",
|
|
29
|
-
"@salesforce/source-testkit": "^2.1.
|
|
29
|
+
"@salesforce/source-testkit": "^2.1.99",
|
|
30
30
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
31
31
|
"cross-env": "^7.0.3",
|
|
32
32
|
"eslint-plugin-sf-plugin": "^1.17.3",
|
|
33
|
-
"oclif": "^4.4.
|
|
33
|
+
"oclif": "^4.4.19",
|
|
34
34
|
"ts-node": "^10.9.2",
|
|
35
35
|
"typescript": "^5.3.3"
|
|
36
36
|
},
|
|
@@ -3649,9 +3649,9 @@
|
|
|
3649
3649
|
}
|
|
3650
3650
|
},
|
|
3651
3651
|
"node_modules/@oclif/core": {
|
|
3652
|
-
"version": "3.
|
|
3653
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
3654
|
-
"integrity": "sha512-
|
|
3652
|
+
"version": "3.20.0",
|
|
3653
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.20.0.tgz",
|
|
3654
|
+
"integrity": "sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==",
|
|
3655
3655
|
"license": "MIT",
|
|
3656
3656
|
"dependencies": {
|
|
3657
3657
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -4097,15 +4097,15 @@
|
|
|
4097
4097
|
}
|
|
4098
4098
|
},
|
|
4099
4099
|
"node_modules/@salesforce/core": {
|
|
4100
|
-
"version": "6.
|
|
4101
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.
|
|
4102
|
-
"integrity": "sha512-
|
|
4100
|
+
"version": "6.7.0",
|
|
4101
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.0.tgz",
|
|
4102
|
+
"integrity": "sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==",
|
|
4103
4103
|
"license": "BSD-3-Clause",
|
|
4104
4104
|
"dependencies": {
|
|
4105
4105
|
"@salesforce/kit": "^3.0.15",
|
|
4106
4106
|
"@salesforce/schemas": "^1.6.1",
|
|
4107
4107
|
"@salesforce/ts-types": "^2.0.9",
|
|
4108
|
-
"@types/semver": "^7.5.
|
|
4108
|
+
"@types/semver": "^7.5.8",
|
|
4109
4109
|
"ajv": "^8.12.0",
|
|
4110
4110
|
"change-case": "^4.1.2",
|
|
4111
4111
|
"faye": "^1.4.0",
|
|
@@ -4114,17 +4114,23 @@
|
|
|
4114
4114
|
"jsforce": "^2.0.0-beta.29",
|
|
4115
4115
|
"jsonwebtoken": "9.0.2",
|
|
4116
4116
|
"jszip": "3.10.1",
|
|
4117
|
-
"pino": "^8.
|
|
4117
|
+
"pino": "^8.19.0",
|
|
4118
4118
|
"pino-abstract-transport": "^1.1.0",
|
|
4119
4119
|
"pino-pretty": "^10.3.1",
|
|
4120
4120
|
"proper-lockfile": "^4.1.2",
|
|
4121
|
-
"semver": "^7.
|
|
4121
|
+
"semver": "^7.6.0",
|
|
4122
4122
|
"ts-retry-promise": "^0.7.1"
|
|
4123
4123
|
},
|
|
4124
4124
|
"engines": {
|
|
4125
4125
|
"node": ">=18.0.0"
|
|
4126
4126
|
}
|
|
4127
4127
|
},
|
|
4128
|
+
"node_modules/@salesforce/core/node_modules/@types/semver": {
|
|
4129
|
+
"version": "7.5.8",
|
|
4130
|
+
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
|
|
4131
|
+
"integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==",
|
|
4132
|
+
"license": "MIT"
|
|
4133
|
+
},
|
|
4128
4134
|
"node_modules/@salesforce/core/node_modules/ajv": {
|
|
4129
4135
|
"version": "8.12.0",
|
|
4130
4136
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
@@ -4719,16 +4725,16 @@
|
|
|
4719
4725
|
}
|
|
4720
4726
|
},
|
|
4721
4727
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
4722
|
-
"version": "10.
|
|
4723
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.
|
|
4724
|
-
"integrity": "sha512-
|
|
4728
|
+
"version": "10.5.0",
|
|
4729
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.0.tgz",
|
|
4730
|
+
"integrity": "sha512-dOaJmDXY5qAmZokf4xn9yUoyb0FnF2wwNv0B44nkok+HeLh5PyBTh/fXwvjkwbEubRlq9HSaxYbayT6H8Y0hAw==",
|
|
4725
4731
|
"license": "BSD-3-Clause",
|
|
4726
4732
|
"dependencies": {
|
|
4727
|
-
"@salesforce/core": "^6.5.
|
|
4733
|
+
"@salesforce/core": "^6.5.5",
|
|
4728
4734
|
"@salesforce/kit": "^3.0.15",
|
|
4729
4735
|
"@salesforce/ts-types": "^2.0.9",
|
|
4730
4736
|
"fast-levenshtein": "^3.0.0",
|
|
4731
|
-
"fast-xml-parser": "^4.3.
|
|
4737
|
+
"fast-xml-parser": "^4.3.5",
|
|
4732
4738
|
"got": "^11.8.6",
|
|
4733
4739
|
"graceful-fs": "^4.2.11",
|
|
4734
4740
|
"ignore": "^5.3.1",
|
|
@@ -4743,9 +4749,9 @@
|
|
|
4743
4749
|
}
|
|
4744
4750
|
},
|
|
4745
4751
|
"node_modules/@salesforce/source-deploy-retrieve/node_modules/fast-xml-parser": {
|
|
4746
|
-
"version": "4.3.
|
|
4747
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.
|
|
4748
|
-
"integrity": "sha512-
|
|
4752
|
+
"version": "4.3.5",
|
|
4753
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.5.tgz",
|
|
4754
|
+
"integrity": "sha512-sWvP1Pl8H03B8oFJpFR3HE31HUfwtX7Rlf9BNsvdpujD4n7WMhfmu8h9wOV2u+c1k0ZilTADhPqypzx2J690ZQ==",
|
|
4749
4755
|
"funding": [
|
|
4750
4756
|
{
|
|
4751
4757
|
"type": "github",
|
|
@@ -4777,16 +4783,16 @@
|
|
|
4777
4783
|
}
|
|
4778
4784
|
},
|
|
4779
4785
|
"node_modules/@salesforce/source-testkit": {
|
|
4780
|
-
"version": "2.1.
|
|
4781
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-testkit/-/source-testkit-2.1.
|
|
4782
|
-
"integrity": "sha512-
|
|
4786
|
+
"version": "2.1.99",
|
|
4787
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-testkit/-/source-testkit-2.1.99.tgz",
|
|
4788
|
+
"integrity": "sha512-KY2arGFPRhVosaDC1XrRL5ZDInJ0k3wJpY5qViDXkwJ1IEzk1n0W2oqriNiKwMn1KXuSBLCGs/j4N3KUkwYDaA==",
|
|
4783
4789
|
"dev": true,
|
|
4784
4790
|
"license": "BSD-3-Clause",
|
|
4785
4791
|
"dependencies": {
|
|
4786
4792
|
"@salesforce/cli-plugins-testkit": "^5.1.9",
|
|
4787
|
-
"@salesforce/core": "^6.5.
|
|
4793
|
+
"@salesforce/core": "^6.5.5",
|
|
4788
4794
|
"@salesforce/kit": "^3.0.15",
|
|
4789
|
-
"@salesforce/source-deploy-retrieve": "^10.
|
|
4795
|
+
"@salesforce/source-deploy-retrieve": "^10.4.0",
|
|
4790
4796
|
"@salesforce/ts-types": "^2.0.9",
|
|
4791
4797
|
"archiver": "^5.3.2",
|
|
4792
4798
|
"chai-each": "^0.0.1",
|
|
@@ -4904,9 +4910,9 @@
|
|
|
4904
4910
|
}
|
|
4905
4911
|
},
|
|
4906
4912
|
"node_modules/@salesforce/source-tracking/node_modules/fast-xml-parser": {
|
|
4907
|
-
"version": "4.3.
|
|
4908
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.
|
|
4909
|
-
"integrity": "sha512-
|
|
4913
|
+
"version": "4.3.5",
|
|
4914
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.5.tgz",
|
|
4915
|
+
"integrity": "sha512-sWvP1Pl8H03B8oFJpFR3HE31HUfwtX7Rlf9BNsvdpujD4n7WMhfmu8h9wOV2u+c1k0ZilTADhPqypzx2J690ZQ==",
|
|
4910
4916
|
"funding": [
|
|
4911
4917
|
{
|
|
4912
4918
|
"type": "github",
|
|
@@ -6126,6 +6132,7 @@
|
|
|
6126
6132
|
"version": "7.5.6",
|
|
6127
6133
|
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.6.tgz",
|
|
6128
6134
|
"integrity": "sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==",
|
|
6135
|
+
"dev": true,
|
|
6129
6136
|
"license": "MIT"
|
|
6130
6137
|
},
|
|
6131
6138
|
"node_modules/@types/shelljs": {
|
|
@@ -8547,6 +8554,29 @@
|
|
|
8547
8554
|
"dev": true,
|
|
8548
8555
|
"license": "ISC"
|
|
8549
8556
|
},
|
|
8557
|
+
"node_modules/detect-indent": {
|
|
8558
|
+
"version": "7.0.1",
|
|
8559
|
+
"resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-7.0.1.tgz",
|
|
8560
|
+
"integrity": "sha512-Mc7QhQ8s+cLrnUfU/Ji94vG/r8M26m8f++vyres4ZoojaRDpZ1eSIh/EpzLNwlWuvzSZ3UbDFspjFvTDXe6e/g==",
|
|
8561
|
+
"dev": true,
|
|
8562
|
+
"license": "MIT",
|
|
8563
|
+
"engines": {
|
|
8564
|
+
"node": ">=12.20"
|
|
8565
|
+
}
|
|
8566
|
+
},
|
|
8567
|
+
"node_modules/detect-newline": {
|
|
8568
|
+
"version": "4.0.1",
|
|
8569
|
+
"resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-4.0.1.tgz",
|
|
8570
|
+
"integrity": "sha512-qE3Veg1YXzGHQhlA6jzebZN2qVf6NX+A7m7qlhCGG30dJixrAQhYOsJjsnBjJkCSmuOPpCk30145fr8FV0bzog==",
|
|
8571
|
+
"dev": true,
|
|
8572
|
+
"license": "MIT",
|
|
8573
|
+
"engines": {
|
|
8574
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
8575
|
+
},
|
|
8576
|
+
"funding": {
|
|
8577
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
8578
|
+
}
|
|
8579
|
+
},
|
|
8550
8580
|
"node_modules/dezalgo": {
|
|
8551
8581
|
"version": "1.0.4",
|
|
8552
8582
|
"resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz",
|
|
@@ -10255,6 +10285,19 @@
|
|
|
10255
10285
|
"node": ">=8.0.0"
|
|
10256
10286
|
}
|
|
10257
10287
|
},
|
|
10288
|
+
"node_modules/get-stdin": {
|
|
10289
|
+
"version": "9.0.0",
|
|
10290
|
+
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz",
|
|
10291
|
+
"integrity": "sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==",
|
|
10292
|
+
"dev": true,
|
|
10293
|
+
"license": "MIT",
|
|
10294
|
+
"engines": {
|
|
10295
|
+
"node": ">=12"
|
|
10296
|
+
},
|
|
10297
|
+
"funding": {
|
|
10298
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
10299
|
+
}
|
|
10300
|
+
},
|
|
10258
10301
|
"node_modules/get-stream": {
|
|
10259
10302
|
"version": "6.0.1",
|
|
10260
10303
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
|
|
@@ -10299,6 +10342,16 @@
|
|
|
10299
10342
|
"node": ">= 14"
|
|
10300
10343
|
}
|
|
10301
10344
|
},
|
|
10345
|
+
"node_modules/git-hooks-list": {
|
|
10346
|
+
"version": "3.1.0",
|
|
10347
|
+
"resolved": "https://registry.npmjs.org/git-hooks-list/-/git-hooks-list-3.1.0.tgz",
|
|
10348
|
+
"integrity": "sha512-LF8VeHeR7v+wAbXqfgRlTSX/1BJR9Q1vEMR8JAz1cEg6GX07+zyj3sAdDvYjj/xnlIfVuGgj4qBei1K3hKH+PA==",
|
|
10349
|
+
"dev": true,
|
|
10350
|
+
"license": "MIT",
|
|
10351
|
+
"funding": {
|
|
10352
|
+
"url": "https://github.com/fisker/git-hooks-list?sponsor=1"
|
|
10353
|
+
}
|
|
10354
|
+
},
|
|
10302
10355
|
"node_modules/git-raw-commits": {
|
|
10303
10356
|
"version": "2.0.11",
|
|
10304
10357
|
"resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.11.tgz",
|
|
@@ -14642,9 +14695,9 @@
|
|
|
14642
14695
|
}
|
|
14643
14696
|
},
|
|
14644
14697
|
"node_modules/oclif": {
|
|
14645
|
-
"version": "4.4.
|
|
14646
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.4.
|
|
14647
|
-
"integrity": "sha512-
|
|
14698
|
+
"version": "4.4.19",
|
|
14699
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.4.19.tgz",
|
|
14700
|
+
"integrity": "sha512-hVF9OX7dLqKyUEmMOEZEk4ix5GXT9aWai23NkJDwc4qNrva3WigdcjC/t+E7BkKg/3IrX+/oACMaRFjVj12+Lg==",
|
|
14648
14701
|
"dev": true,
|
|
14649
14702
|
"license": "MIT",
|
|
14650
14703
|
"dependencies": {
|
|
@@ -14653,7 +14706,7 @@
|
|
|
14653
14706
|
"@oclif/core": "^3.19.2",
|
|
14654
14707
|
"@oclif/plugin-help": "^6.0.12",
|
|
14655
14708
|
"@oclif/plugin-not-found": "^3.0.10",
|
|
14656
|
-
"@oclif/plugin-warn-if-update-available": "^3.0.
|
|
14709
|
+
"@oclif/plugin-warn-if-update-available": "^3.0.12",
|
|
14657
14710
|
"async-retry": "^1.3.3",
|
|
14658
14711
|
"change-case": "^4",
|
|
14659
14712
|
"debug": "^4.3.3",
|
|
@@ -14664,6 +14717,7 @@
|
|
|
14664
14717
|
"lodash.template": "^4.5.0",
|
|
14665
14718
|
"normalize-package-data": "^3.0.3",
|
|
14666
14719
|
"semver": "^7.6.0",
|
|
14720
|
+
"sort-package-json": "^2.8.0",
|
|
14667
14721
|
"yeoman-environment": "^3.15.1",
|
|
14668
14722
|
"yeoman-generator": "^5.8.0"
|
|
14669
14723
|
},
|
|
@@ -15299,9 +15353,9 @@
|
|
|
15299
15353
|
}
|
|
15300
15354
|
},
|
|
15301
15355
|
"node_modules/pino": {
|
|
15302
|
-
"version": "8.
|
|
15303
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-8.
|
|
15304
|
-
"integrity": "sha512-
|
|
15356
|
+
"version": "8.19.0",
|
|
15357
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-8.19.0.tgz",
|
|
15358
|
+
"integrity": "sha512-oswmokxkav9bADfJ2ifrvfHUwad6MLp73Uat0IkQWY3iAw5xTRoznXbXksZs8oaOUMpmhVWD+PZogNzllWpJaA==",
|
|
15305
15359
|
"license": "MIT",
|
|
15306
15360
|
"dependencies": {
|
|
15307
15361
|
"atomic-sleep": "^1.0.0",
|
|
@@ -17083,6 +17137,95 @@
|
|
|
17083
17137
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
17084
17138
|
}
|
|
17085
17139
|
},
|
|
17140
|
+
"node_modules/sort-object-keys": {
|
|
17141
|
+
"version": "1.1.3",
|
|
17142
|
+
"resolved": "https://registry.npmjs.org/sort-object-keys/-/sort-object-keys-1.1.3.tgz",
|
|
17143
|
+
"integrity": "sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==",
|
|
17144
|
+
"dev": true,
|
|
17145
|
+
"license": "MIT"
|
|
17146
|
+
},
|
|
17147
|
+
"node_modules/sort-package-json": {
|
|
17148
|
+
"version": "2.8.0",
|
|
17149
|
+
"resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.8.0.tgz",
|
|
17150
|
+
"integrity": "sha512-PxeNg93bTJWmDGnu0HADDucoxfFiKkIr73Kv85EBThlI1YQPdc0XovBgg2llD0iABZbu2SlKo8ntGmOP9wOj/g==",
|
|
17151
|
+
"dev": true,
|
|
17152
|
+
"license": "MIT",
|
|
17153
|
+
"dependencies": {
|
|
17154
|
+
"detect-indent": "^7.0.1",
|
|
17155
|
+
"detect-newline": "^4.0.0",
|
|
17156
|
+
"get-stdin": "^9.0.0",
|
|
17157
|
+
"git-hooks-list": "^3.0.0",
|
|
17158
|
+
"globby": "^13.1.2",
|
|
17159
|
+
"is-plain-obj": "^4.1.0",
|
|
17160
|
+
"sort-object-keys": "^1.1.3"
|
|
17161
|
+
},
|
|
17162
|
+
"bin": {
|
|
17163
|
+
"sort-package-json": "cli.js"
|
|
17164
|
+
}
|
|
17165
|
+
},
|
|
17166
|
+
"node_modules/sort-package-json/node_modules/fast-glob": {
|
|
17167
|
+
"version": "3.3.2",
|
|
17168
|
+
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
|
|
17169
|
+
"integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
|
|
17170
|
+
"dev": true,
|
|
17171
|
+
"license": "MIT",
|
|
17172
|
+
"dependencies": {
|
|
17173
|
+
"@nodelib/fs.stat": "^2.0.2",
|
|
17174
|
+
"@nodelib/fs.walk": "^1.2.3",
|
|
17175
|
+
"glob-parent": "^5.1.2",
|
|
17176
|
+
"merge2": "^1.3.0",
|
|
17177
|
+
"micromatch": "^4.0.4"
|
|
17178
|
+
},
|
|
17179
|
+
"engines": {
|
|
17180
|
+
"node": ">=8.6.0"
|
|
17181
|
+
}
|
|
17182
|
+
},
|
|
17183
|
+
"node_modules/sort-package-json/node_modules/globby": {
|
|
17184
|
+
"version": "13.2.2",
|
|
17185
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz",
|
|
17186
|
+
"integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==",
|
|
17187
|
+
"dev": true,
|
|
17188
|
+
"license": "MIT",
|
|
17189
|
+
"dependencies": {
|
|
17190
|
+
"dir-glob": "^3.0.1",
|
|
17191
|
+
"fast-glob": "^3.3.0",
|
|
17192
|
+
"ignore": "^5.2.4",
|
|
17193
|
+
"merge2": "^1.4.1",
|
|
17194
|
+
"slash": "^4.0.0"
|
|
17195
|
+
},
|
|
17196
|
+
"engines": {
|
|
17197
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
17198
|
+
},
|
|
17199
|
+
"funding": {
|
|
17200
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
17201
|
+
}
|
|
17202
|
+
},
|
|
17203
|
+
"node_modules/sort-package-json/node_modules/is-plain-obj": {
|
|
17204
|
+
"version": "4.1.0",
|
|
17205
|
+
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
|
17206
|
+
"integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
|
|
17207
|
+
"dev": true,
|
|
17208
|
+
"license": "MIT",
|
|
17209
|
+
"engines": {
|
|
17210
|
+
"node": ">=12"
|
|
17211
|
+
},
|
|
17212
|
+
"funding": {
|
|
17213
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
17214
|
+
}
|
|
17215
|
+
},
|
|
17216
|
+
"node_modules/sort-package-json/node_modules/slash": {
|
|
17217
|
+
"version": "4.0.0",
|
|
17218
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
|
|
17219
|
+
"integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
|
|
17220
|
+
"dev": true,
|
|
17221
|
+
"license": "MIT",
|
|
17222
|
+
"engines": {
|
|
17223
|
+
"node": ">=12"
|
|
17224
|
+
},
|
|
17225
|
+
"funding": {
|
|
17226
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
17227
|
+
}
|
|
17228
|
+
},
|
|
17086
17229
|
"node_modules/source-map": {
|
|
17087
17230
|
"version": "0.6.1",
|
|
17088
17231
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|