mrpj 0.2.6 → 0.2.8
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/.jsii +408 -289
- package/API.md +100 -4
- package/lib/components/SelfMutationOnForks.js +1 -1
- package/lib/construct-project-options.d.ts +15 -0
- package/lib/construct-project-options.js +1 -1
- package/lib/construct-project.js +1 -1
- package/lib/index.d.ts +2 -0
- package/lib/index.js +5 -2
- package/lib/logo/Logo.js +1 -1
- package/lib/logo/SvgFile.js +1 -1
- package/lib/logo/Wordmark.js +1 -1
- package/lib/projen-project-options.d.ts +17 -2
- package/lib/projen-project-options.js +1 -1
- package/lib/projen-project.js +1 -1
- package/lib/typescript-project-options.d.ts +17 -2
- package/lib/typescript-project-options.js +1 -1
- package/lib/typescript-project.js +1 -1
- package/package.json +6 -6
- package/resources/node-versions.json +5 -4
package/.jsii
CHANGED
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
"projen.javascript": {},
|
|
52
52
|
"projen.javascript.biome_config": {},
|
|
53
53
|
"projen.python": {},
|
|
54
|
+
"projen.python.uvConfig": {},
|
|
54
55
|
"projen.release": {},
|
|
55
56
|
"projen.typescript": {},
|
|
56
57
|
"projen.vscode": {},
|
|
@@ -82,7 +83,7 @@
|
|
|
82
83
|
"stability": "stable"
|
|
83
84
|
},
|
|
84
85
|
"homepage": "https://github.com/mrgrain/projen-projects",
|
|
85
|
-
"jsiiVersion": "5.9.
|
|
86
|
+
"jsiiVersion": "5.9.20 (build 6e2b13a)",
|
|
86
87
|
"license": "MIT",
|
|
87
88
|
"metadata": {
|
|
88
89
|
"jsii": {
|
|
@@ -105,14 +106,21 @@
|
|
|
105
106
|
"mrpj.components": {
|
|
106
107
|
"locationInModule": {
|
|
107
108
|
"filename": "src/index.ts",
|
|
108
|
-
"line":
|
|
109
|
+
"line": 10
|
|
109
110
|
},
|
|
110
111
|
"symbolId": "src/components/index:"
|
|
111
112
|
},
|
|
113
|
+
"mrpj.features": {
|
|
114
|
+
"locationInModule": {
|
|
115
|
+
"filename": "src/index.ts",
|
|
116
|
+
"line": 11
|
|
117
|
+
},
|
|
118
|
+
"symbolId": "src/features/index:"
|
|
119
|
+
},
|
|
112
120
|
"mrpj.logo": {
|
|
113
121
|
"locationInModule": {
|
|
114
122
|
"filename": "src/index.ts",
|
|
115
|
-
"line":
|
|
123
|
+
"line": 9
|
|
116
124
|
},
|
|
117
125
|
"symbolId": "src/logo/index:"
|
|
118
126
|
},
|
|
@@ -241,7 +249,7 @@
|
|
|
241
249
|
"immutable": true,
|
|
242
250
|
"locationInModule": {
|
|
243
251
|
"filename": "src/construct-project-options.ts",
|
|
244
|
-
"line":
|
|
252
|
+
"line": 542
|
|
245
253
|
},
|
|
246
254
|
"name": "defaultReleaseBranch",
|
|
247
255
|
"type": {
|
|
@@ -261,7 +269,7 @@
|
|
|
261
269
|
"immutable": true,
|
|
262
270
|
"locationInModule": {
|
|
263
271
|
"filename": "src/construct-project-options.ts",
|
|
264
|
-
"line":
|
|
272
|
+
"line": 1181
|
|
265
273
|
},
|
|
266
274
|
"name": "name",
|
|
267
275
|
"type": {
|
|
@@ -296,7 +304,7 @@
|
|
|
296
304
|
"immutable": true,
|
|
297
305
|
"locationInModule": {
|
|
298
306
|
"filename": "src/construct-project-options.ts",
|
|
299
|
-
"line":
|
|
307
|
+
"line": 1019
|
|
300
308
|
},
|
|
301
309
|
"name": "allowLibraryDependencies",
|
|
302
310
|
"optional": true,
|
|
@@ -314,7 +322,7 @@
|
|
|
314
322
|
"immutable": true,
|
|
315
323
|
"locationInModule": {
|
|
316
324
|
"filename": "src/construct-project-options.ts",
|
|
317
|
-
"line":
|
|
325
|
+
"line": 536
|
|
318
326
|
},
|
|
319
327
|
"name": "artifactsDirectory",
|
|
320
328
|
"optional": true,
|
|
@@ -322,6 +330,43 @@
|
|
|
322
330
|
"primitive": "string"
|
|
323
331
|
}
|
|
324
332
|
},
|
|
333
|
+
{
|
|
334
|
+
"abstract": true,
|
|
335
|
+
"docs": {
|
|
336
|
+
"default": "false",
|
|
337
|
+
"remarks": "When enabled, creates an \"audit\" task that checks for known security vulnerabilities\nin dependencies. By default, runs during every build and checks for \"high\" severity\nvulnerabilities or above in all dependencies (including dev dependencies).",
|
|
338
|
+
"stability": "stable",
|
|
339
|
+
"summary": "Run security audit on dependencies."
|
|
340
|
+
},
|
|
341
|
+
"immutable": true,
|
|
342
|
+
"locationInModule": {
|
|
343
|
+
"filename": "src/construct-project-options.ts",
|
|
344
|
+
"line": 530
|
|
345
|
+
},
|
|
346
|
+
"name": "auditDeps",
|
|
347
|
+
"optional": true,
|
|
348
|
+
"type": {
|
|
349
|
+
"primitive": "boolean"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"abstract": true,
|
|
354
|
+
"docs": {
|
|
355
|
+
"default": "- default options",
|
|
356
|
+
"stability": "stable",
|
|
357
|
+
"summary": "Security audit options."
|
|
358
|
+
},
|
|
359
|
+
"immutable": true,
|
|
360
|
+
"locationInModule": {
|
|
361
|
+
"filename": "src/construct-project-options.ts",
|
|
362
|
+
"line": 521
|
|
363
|
+
},
|
|
364
|
+
"name": "auditDepsOptions",
|
|
365
|
+
"optional": true,
|
|
366
|
+
"type": {
|
|
367
|
+
"fqn": "projen.javascript.AuditOptions"
|
|
368
|
+
}
|
|
369
|
+
},
|
|
325
370
|
{
|
|
326
371
|
"abstract": true,
|
|
327
372
|
"docs": {
|
|
@@ -331,7 +376,7 @@
|
|
|
331
376
|
"immutable": true,
|
|
332
377
|
"locationInModule": {
|
|
333
378
|
"filename": "src/construct-project-options.ts",
|
|
334
|
-
"line":
|
|
379
|
+
"line": 1011
|
|
335
380
|
},
|
|
336
381
|
"name": "authorEmail",
|
|
337
382
|
"optional": true,
|
|
@@ -348,7 +393,7 @@
|
|
|
348
393
|
"immutable": true,
|
|
349
394
|
"locationInModule": {
|
|
350
395
|
"filename": "src/construct-project-options.ts",
|
|
351
|
-
"line":
|
|
396
|
+
"line": 1006
|
|
352
397
|
},
|
|
353
398
|
"name": "authorName",
|
|
354
399
|
"optional": true,
|
|
@@ -365,7 +410,7 @@
|
|
|
365
410
|
"immutable": true,
|
|
366
411
|
"locationInModule": {
|
|
367
412
|
"filename": "src/construct-project-options.ts",
|
|
368
|
-
"line":
|
|
413
|
+
"line": 1001
|
|
369
414
|
},
|
|
370
415
|
"name": "authorOrganization",
|
|
371
416
|
"optional": true,
|
|
@@ -382,7 +427,7 @@
|
|
|
382
427
|
"immutable": true,
|
|
383
428
|
"locationInModule": {
|
|
384
429
|
"filename": "src/construct-project-options.ts",
|
|
385
|
-
"line":
|
|
430
|
+
"line": 996
|
|
386
431
|
},
|
|
387
432
|
"name": "authorUrl",
|
|
388
433
|
"optional": true,
|
|
@@ -400,7 +445,7 @@
|
|
|
400
445
|
"immutable": true,
|
|
401
446
|
"locationInModule": {
|
|
402
447
|
"filename": "src/construct-project-options.ts",
|
|
403
|
-
"line":
|
|
448
|
+
"line": 1105
|
|
404
449
|
},
|
|
405
450
|
"name": "autoApproveOptions",
|
|
406
451
|
"optional": true,
|
|
@@ -437,7 +482,7 @@
|
|
|
437
482
|
"immutable": true,
|
|
438
483
|
"locationInModule": {
|
|
439
484
|
"filename": "src/construct-project-options.ts",
|
|
440
|
-
"line":
|
|
485
|
+
"line": 991
|
|
441
486
|
},
|
|
442
487
|
"name": "autoDetectBin",
|
|
443
488
|
"optional": true,
|
|
@@ -456,7 +501,7 @@
|
|
|
456
501
|
"immutable": true,
|
|
457
502
|
"locationInModule": {
|
|
458
503
|
"filename": "src/construct-project-options.ts",
|
|
459
|
-
"line":
|
|
504
|
+
"line": 1099
|
|
460
505
|
},
|
|
461
506
|
"name": "autoMerge",
|
|
462
507
|
"optional": true,
|
|
@@ -475,7 +520,7 @@
|
|
|
475
520
|
"immutable": true,
|
|
476
521
|
"locationInModule": {
|
|
477
522
|
"filename": "src/construct-project-options.ts",
|
|
478
|
-
"line":
|
|
523
|
+
"line": 1091
|
|
479
524
|
},
|
|
480
525
|
"name": "autoMergeOptions",
|
|
481
526
|
"optional": true,
|
|
@@ -493,7 +538,7 @@
|
|
|
493
538
|
"immutable": true,
|
|
494
539
|
"locationInModule": {
|
|
495
540
|
"filename": "src/construct-project-options.ts",
|
|
496
|
-
"line":
|
|
541
|
+
"line": 985
|
|
497
542
|
},
|
|
498
543
|
"name": "bin",
|
|
499
544
|
"optional": true,
|
|
@@ -551,7 +596,7 @@
|
|
|
551
596
|
"immutable": true,
|
|
552
597
|
"locationInModule": {
|
|
553
598
|
"filename": "src/construct-project-options.ts",
|
|
554
|
-
"line":
|
|
599
|
+
"line": 977
|
|
555
600
|
},
|
|
556
601
|
"name": "bugsEmail",
|
|
557
602
|
"optional": true,
|
|
@@ -568,7 +613,7 @@
|
|
|
568
613
|
"immutable": true,
|
|
569
614
|
"locationInModule": {
|
|
570
615
|
"filename": "src/construct-project-options.ts",
|
|
571
|
-
"line":
|
|
616
|
+
"line": 972
|
|
572
617
|
},
|
|
573
618
|
"name": "bugsUrl",
|
|
574
619
|
"optional": true,
|
|
@@ -622,7 +667,7 @@
|
|
|
622
667
|
"immutable": true,
|
|
623
668
|
"locationInModule": {
|
|
624
669
|
"filename": "src/construct-project-options.ts",
|
|
625
|
-
"line":
|
|
670
|
+
"line": 735
|
|
626
671
|
},
|
|
627
672
|
"name": "bumpPackage",
|
|
628
673
|
"optional": true,
|
|
@@ -640,7 +685,7 @@
|
|
|
640
685
|
"immutable": true,
|
|
641
686
|
"locationInModule": {
|
|
642
687
|
"filename": "src/construct-project-options.ts",
|
|
643
|
-
"line":
|
|
688
|
+
"line": 967
|
|
644
689
|
},
|
|
645
690
|
"name": "bundledDeps",
|
|
646
691
|
"optional": true,
|
|
@@ -680,7 +725,7 @@
|
|
|
680
725
|
"immutable": true,
|
|
681
726
|
"locationInModule": {
|
|
682
727
|
"filename": "src/construct-project-options.ts",
|
|
683
|
-
"line":
|
|
728
|
+
"line": 952
|
|
684
729
|
},
|
|
685
730
|
"name": "bunVersion",
|
|
686
731
|
"optional": true,
|
|
@@ -792,7 +837,7 @@
|
|
|
792
837
|
"immutable": true,
|
|
793
838
|
"locationInModule": {
|
|
794
839
|
"filename": "src/construct-project-options.ts",
|
|
795
|
-
"line":
|
|
840
|
+
"line": 1083
|
|
796
841
|
},
|
|
797
842
|
"name": "clobber",
|
|
798
843
|
"optional": true,
|
|
@@ -811,7 +856,7 @@
|
|
|
811
856
|
"immutable": true,
|
|
812
857
|
"locationInModule": {
|
|
813
858
|
"filename": "src/construct-project-options.ts",
|
|
814
|
-
"line":
|
|
859
|
+
"line": 946
|
|
815
860
|
},
|
|
816
861
|
"name": "codeArtifactOptions",
|
|
817
862
|
"optional": true,
|
|
@@ -865,7 +910,7 @@
|
|
|
865
910
|
"immutable": true,
|
|
866
911
|
"locationInModule": {
|
|
867
912
|
"filename": "src/construct-project-options.ts",
|
|
868
|
-
"line":
|
|
913
|
+
"line": 1174
|
|
869
914
|
},
|
|
870
915
|
"name": "commitGenerated",
|
|
871
916
|
"optional": true,
|
|
@@ -1033,7 +1078,7 @@
|
|
|
1033
1078
|
"immutable": true,
|
|
1034
1079
|
"locationInModule": {
|
|
1035
1080
|
"filename": "src/construct-project-options.ts",
|
|
1036
|
-
"line":
|
|
1081
|
+
"line": 939
|
|
1037
1082
|
},
|
|
1038
1083
|
"name": "deps",
|
|
1039
1084
|
"optional": true,
|
|
@@ -1096,7 +1141,7 @@
|
|
|
1096
1141
|
"immutable": true,
|
|
1097
1142
|
"locationInModule": {
|
|
1098
1143
|
"filename": "src/construct-project-options.ts",
|
|
1099
|
-
"line":
|
|
1144
|
+
"line": 926
|
|
1100
1145
|
},
|
|
1101
1146
|
"name": "description",
|
|
1102
1147
|
"optional": true,
|
|
@@ -1114,7 +1159,7 @@
|
|
|
1114
1159
|
"immutable": true,
|
|
1115
1160
|
"locationInModule": {
|
|
1116
1161
|
"filename": "src/construct-project-options.ts",
|
|
1117
|
-
"line":
|
|
1162
|
+
"line": 1077
|
|
1118
1163
|
},
|
|
1119
1164
|
"name": "devContainer",
|
|
1120
1165
|
"optional": true,
|
|
@@ -1136,7 +1181,7 @@
|
|
|
1136
1181
|
"immutable": true,
|
|
1137
1182
|
"locationInModule": {
|
|
1138
1183
|
"filename": "src/construct-project-options.ts",
|
|
1139
|
-
"line":
|
|
1184
|
+
"line": 918
|
|
1140
1185
|
},
|
|
1141
1186
|
"name": "devDeps",
|
|
1142
1187
|
"optional": true,
|
|
@@ -1267,7 +1312,7 @@
|
|
|
1267
1312
|
"immutable": true,
|
|
1268
1313
|
"locationInModule": {
|
|
1269
1314
|
"filename": "src/construct-project-options.ts",
|
|
1270
|
-
"line":
|
|
1315
|
+
"line": 901
|
|
1271
1316
|
},
|
|
1272
1317
|
"name": "entrypoint",
|
|
1273
1318
|
"optional": true,
|
|
@@ -1381,7 +1426,7 @@
|
|
|
1381
1426
|
"immutable": true,
|
|
1382
1427
|
"locationInModule": {
|
|
1383
1428
|
"filename": "src/construct-project-options.ts",
|
|
1384
|
-
"line":
|
|
1429
|
+
"line": 1071
|
|
1385
1430
|
},
|
|
1386
1431
|
"name": "github",
|
|
1387
1432
|
"optional": true,
|
|
@@ -1399,7 +1444,7 @@
|
|
|
1399
1444
|
"immutable": true,
|
|
1400
1445
|
"locationInModule": {
|
|
1401
1446
|
"filename": "src/construct-project-options.ts",
|
|
1402
|
-
"line":
|
|
1447
|
+
"line": 1064
|
|
1403
1448
|
},
|
|
1404
1449
|
"name": "githubOptions",
|
|
1405
1450
|
"optional": true,
|
|
@@ -1438,7 +1483,7 @@
|
|
|
1438
1483
|
"immutable": true,
|
|
1439
1484
|
"locationInModule": {
|
|
1440
1485
|
"filename": "src/construct-project-options.ts",
|
|
1441
|
-
"line":
|
|
1486
|
+
"line": 1168
|
|
1442
1487
|
},
|
|
1443
1488
|
"name": "gitIgnoreOptions",
|
|
1444
1489
|
"optional": true,
|
|
@@ -1455,7 +1500,7 @@
|
|
|
1455
1500
|
"immutable": true,
|
|
1456
1501
|
"locationInModule": {
|
|
1457
1502
|
"filename": "src/construct-project-options.ts",
|
|
1458
|
-
"line":
|
|
1503
|
+
"line": 1163
|
|
1459
1504
|
},
|
|
1460
1505
|
"name": "gitOptions",
|
|
1461
1506
|
"optional": true,
|
|
@@ -1473,7 +1518,7 @@
|
|
|
1473
1518
|
"immutable": true,
|
|
1474
1519
|
"locationInModule": {
|
|
1475
1520
|
"filename": "src/construct-project-options.ts",
|
|
1476
|
-
"line":
|
|
1521
|
+
"line": 1058
|
|
1477
1522
|
},
|
|
1478
1523
|
"name": "gitpod",
|
|
1479
1524
|
"optional": true,
|
|
@@ -1490,7 +1535,7 @@
|
|
|
1490
1535
|
"immutable": true,
|
|
1491
1536
|
"locationInModule": {
|
|
1492
1537
|
"filename": "src/construct-project-options.ts",
|
|
1493
|
-
"line":
|
|
1538
|
+
"line": 894
|
|
1494
1539
|
},
|
|
1495
1540
|
"name": "homepage",
|
|
1496
1541
|
"optional": true,
|
|
@@ -1562,7 +1607,7 @@
|
|
|
1562
1607
|
"immutable": true,
|
|
1563
1608
|
"locationInModule": {
|
|
1564
1609
|
"filename": "src/construct-project-options.ts",
|
|
1565
|
-
"line":
|
|
1610
|
+
"line": 728
|
|
1566
1611
|
},
|
|
1567
1612
|
"name": "jsiiReleaseVersion",
|
|
1568
1613
|
"optional": true,
|
|
@@ -1601,7 +1646,7 @@
|
|
|
1601
1646
|
"immutable": true,
|
|
1602
1647
|
"locationInModule": {
|
|
1603
1648
|
"filename": "src/construct-project-options.ts",
|
|
1604
|
-
"line":
|
|
1649
|
+
"line": 889
|
|
1605
1650
|
},
|
|
1606
1651
|
"name": "keywords",
|
|
1607
1652
|
"optional": true,
|
|
@@ -1697,7 +1742,7 @@
|
|
|
1697
1742
|
"immutable": true,
|
|
1698
1743
|
"locationInModule": {
|
|
1699
1744
|
"filename": "src/construct-project-options.ts",
|
|
1700
|
-
"line":
|
|
1745
|
+
"line": 884
|
|
1701
1746
|
},
|
|
1702
1747
|
"name": "license",
|
|
1703
1748
|
"optional": true,
|
|
@@ -1715,7 +1760,7 @@
|
|
|
1715
1760
|
"immutable": true,
|
|
1716
1761
|
"locationInModule": {
|
|
1717
1762
|
"filename": "src/construct-project-options.ts",
|
|
1718
|
-
"line":
|
|
1763
|
+
"line": 876
|
|
1719
1764
|
},
|
|
1720
1765
|
"name": "licensed",
|
|
1721
1766
|
"optional": true,
|
|
@@ -1733,7 +1778,7 @@
|
|
|
1733
1778
|
"immutable": true,
|
|
1734
1779
|
"locationInModule": {
|
|
1735
1780
|
"filename": "src/construct-project-options.ts",
|
|
1736
|
-
"line":
|
|
1781
|
+
"line": 1158
|
|
1737
1782
|
},
|
|
1738
1783
|
"name": "logging",
|
|
1739
1784
|
"optional": true,
|
|
@@ -1752,7 +1797,7 @@
|
|
|
1752
1797
|
"immutable": true,
|
|
1753
1798
|
"locationInModule": {
|
|
1754
1799
|
"filename": "src/construct-project-options.ts",
|
|
1755
|
-
"line":
|
|
1800
|
+
"line": 722
|
|
1756
1801
|
},
|
|
1757
1802
|
"name": "majorVersion",
|
|
1758
1803
|
"optional": true,
|
|
@@ -1771,7 +1816,7 @@
|
|
|
1771
1816
|
"immutable": true,
|
|
1772
1817
|
"locationInModule": {
|
|
1773
1818
|
"filename": "src/construct-project-options.ts",
|
|
1774
|
-
"line":
|
|
1819
|
+
"line": 870
|
|
1775
1820
|
},
|
|
1776
1821
|
"name": "maxNodeVersion",
|
|
1777
1822
|
"optional": true,
|
|
@@ -1790,7 +1835,7 @@
|
|
|
1790
1835
|
"immutable": true,
|
|
1791
1836
|
"locationInModule": {
|
|
1792
1837
|
"filename": "src/construct-project-options.ts",
|
|
1793
|
-
"line":
|
|
1838
|
+
"line": 714
|
|
1794
1839
|
},
|
|
1795
1840
|
"name": "minMajorVersion",
|
|
1796
1841
|
"optional": true,
|
|
@@ -1809,7 +1854,7 @@
|
|
|
1809
1854
|
"immutable": true,
|
|
1810
1855
|
"locationInModule": {
|
|
1811
1856
|
"filename": "src/construct-project-options.ts",
|
|
1812
|
-
"line":
|
|
1857
|
+
"line": 859
|
|
1813
1858
|
},
|
|
1814
1859
|
"name": "minNodeVersion",
|
|
1815
1860
|
"optional": true,
|
|
@@ -1828,7 +1873,7 @@
|
|
|
1828
1873
|
"immutable": true,
|
|
1829
1874
|
"locationInModule": {
|
|
1830
1875
|
"filename": "src/construct-project-options.ts",
|
|
1831
|
-
"line":
|
|
1876
|
+
"line": 704
|
|
1832
1877
|
},
|
|
1833
1878
|
"name": "nextVersionCommand",
|
|
1834
1879
|
"optional": true,
|
|
@@ -1846,7 +1891,7 @@
|
|
|
1846
1891
|
"immutable": true,
|
|
1847
1892
|
"locationInModule": {
|
|
1848
1893
|
"filename": "src/construct-project-options.ts",
|
|
1849
|
-
"line":
|
|
1894
|
+
"line": 844
|
|
1850
1895
|
},
|
|
1851
1896
|
"name": "npmAccess",
|
|
1852
1897
|
"optional": true,
|
|
@@ -1865,7 +1910,7 @@
|
|
|
1865
1910
|
"immutable": true,
|
|
1866
1911
|
"locationInModule": {
|
|
1867
1912
|
"filename": "src/construct-project-options.ts",
|
|
1868
|
-
"line":
|
|
1913
|
+
"line": 680
|
|
1869
1914
|
},
|
|
1870
1915
|
"name": "npmDistTag",
|
|
1871
1916
|
"optional": true,
|
|
@@ -1919,7 +1964,7 @@
|
|
|
1919
1964
|
"immutable": true,
|
|
1920
1965
|
"locationInModule": {
|
|
1921
1966
|
"filename": "src/construct-project-options.ts",
|
|
1922
|
-
"line":
|
|
1967
|
+
"line": 836
|
|
1923
1968
|
},
|
|
1924
1969
|
"name": "npmProvenance",
|
|
1925
1970
|
"optional": true,
|
|
@@ -1938,7 +1983,7 @@
|
|
|
1938
1983
|
"immutable": true,
|
|
1939
1984
|
"locationInModule": {
|
|
1940
1985
|
"filename": "src/construct-project-options.ts",
|
|
1941
|
-
"line":
|
|
1986
|
+
"line": 825
|
|
1942
1987
|
},
|
|
1943
1988
|
"name": "npmRegistryUrl",
|
|
1944
1989
|
"optional": true,
|
|
@@ -1956,7 +2001,7 @@
|
|
|
1956
2001
|
"immutable": true,
|
|
1957
2002
|
"locationInModule": {
|
|
1958
2003
|
"filename": "src/construct-project-options.ts",
|
|
1959
|
-
"line":
|
|
2004
|
+
"line": 818
|
|
1960
2005
|
},
|
|
1961
2006
|
"name": "npmTokenSecret",
|
|
1962
2007
|
"optional": true,
|
|
@@ -1974,7 +2019,7 @@
|
|
|
1974
2019
|
"immutable": true,
|
|
1975
2020
|
"locationInModule": {
|
|
1976
2021
|
"filename": "src/construct-project-options.ts",
|
|
1977
|
-
"line":
|
|
2022
|
+
"line": 812
|
|
1978
2023
|
},
|
|
1979
2024
|
"name": "npmTrustedPublishing",
|
|
1980
2025
|
"optional": true,
|
|
@@ -1993,7 +2038,7 @@
|
|
|
1993
2038
|
"immutable": true,
|
|
1994
2039
|
"locationInModule": {
|
|
1995
2040
|
"filename": "src/construct-project-options.ts",
|
|
1996
|
-
"line":
|
|
2041
|
+
"line": 1152
|
|
1997
2042
|
},
|
|
1998
2043
|
"name": "outdir",
|
|
1999
2044
|
"optional": true,
|
|
@@ -2029,7 +2074,7 @@
|
|
|
2029
2074
|
"immutable": true,
|
|
2030
2075
|
"locationInModule": {
|
|
2031
2076
|
"filename": "src/construct-project-options.ts",
|
|
2032
|
-
"line":
|
|
2077
|
+
"line": 806
|
|
2033
2078
|
},
|
|
2034
2079
|
"name": "packageManager",
|
|
2035
2080
|
"optional": true,
|
|
@@ -2050,7 +2095,7 @@
|
|
|
2050
2095
|
"immutable": true,
|
|
2051
2096
|
"locationInModule": {
|
|
2052
2097
|
"filename": "src/construct-project-options.ts",
|
|
2053
|
-
"line":
|
|
2098
|
+
"line": 800
|
|
2054
2099
|
},
|
|
2055
2100
|
"name": "packageName",
|
|
2056
2101
|
"optional": true,
|
|
@@ -2067,7 +2112,7 @@
|
|
|
2067
2112
|
"immutable": true,
|
|
2068
2113
|
"locationInModule": {
|
|
2069
2114
|
"filename": "src/construct-project-options.ts",
|
|
2070
|
-
"line":
|
|
2115
|
+
"line": 1141
|
|
2071
2116
|
},
|
|
2072
2117
|
"name": "parent",
|
|
2073
2118
|
"optional": true,
|
|
@@ -2084,7 +2129,7 @@
|
|
|
2084
2129
|
"immutable": true,
|
|
2085
2130
|
"locationInModule": {
|
|
2086
2131
|
"filename": "src/construct-project-options.ts",
|
|
2087
|
-
"line":
|
|
2132
|
+
"line": 793
|
|
2088
2133
|
},
|
|
2089
2134
|
"name": "peerDependencyOptions",
|
|
2090
2135
|
"optional": true,
|
|
@@ -2103,7 +2148,7 @@
|
|
|
2103
2148
|
"immutable": true,
|
|
2104
2149
|
"locationInModule": {
|
|
2105
2150
|
"filename": "src/construct-project-options.ts",
|
|
2106
|
-
"line":
|
|
2151
|
+
"line": 788
|
|
2107
2152
|
},
|
|
2108
2153
|
"name": "peerDeps",
|
|
2109
2154
|
"optional": true,
|
|
@@ -2126,7 +2171,7 @@
|
|
|
2126
2171
|
"immutable": true,
|
|
2127
2172
|
"locationInModule": {
|
|
2128
2173
|
"filename": "src/construct-project-options.ts",
|
|
2129
|
-
"line":
|
|
2174
|
+
"line": 769
|
|
2130
2175
|
},
|
|
2131
2176
|
"name": "pnpmVersion",
|
|
2132
2177
|
"optional": true,
|
|
@@ -2144,7 +2189,7 @@
|
|
|
2144
2189
|
"immutable": true,
|
|
2145
2190
|
"locationInModule": {
|
|
2146
2191
|
"filename": "src/construct-project-options.ts",
|
|
2147
|
-
"line":
|
|
2192
|
+
"line": 672
|
|
2148
2193
|
},
|
|
2149
2194
|
"name": "postBuildSteps",
|
|
2150
2195
|
"optional": true,
|
|
@@ -2167,7 +2212,7 @@
|
|
|
2167
2212
|
"immutable": true,
|
|
2168
2213
|
"locationInModule": {
|
|
2169
2214
|
"filename": "src/construct-project-options.ts",
|
|
2170
|
-
"line":
|
|
2215
|
+
"line": 666
|
|
2171
2216
|
},
|
|
2172
2217
|
"name": "prerelease",
|
|
2173
2218
|
"optional": true,
|
|
@@ -2222,7 +2267,7 @@
|
|
|
2222
2267
|
"immutable": true,
|
|
2223
2268
|
"locationInModule": {
|
|
2224
2269
|
"filename": "src/construct-project-options.ts",
|
|
2225
|
-
"line":
|
|
2270
|
+
"line": 1136
|
|
2226
2271
|
},
|
|
2227
2272
|
"name": "projenCommand",
|
|
2228
2273
|
"optional": true,
|
|
@@ -2240,7 +2285,7 @@
|
|
|
2240
2285
|
"immutable": true,
|
|
2241
2286
|
"locationInModule": {
|
|
2242
2287
|
"filename": "src/construct-project-options.ts",
|
|
2243
|
-
"line":
|
|
2288
|
+
"line": 1052
|
|
2244
2289
|
},
|
|
2245
2290
|
"name": "projenCredentials",
|
|
2246
2291
|
"optional": true,
|
|
@@ -2294,7 +2339,7 @@
|
|
|
2294
2339
|
"immutable": true,
|
|
2295
2340
|
"locationInModule": {
|
|
2296
2341
|
"filename": "src/construct-project-options.ts",
|
|
2297
|
-
"line":
|
|
2342
|
+
"line": 1129
|
|
2298
2343
|
},
|
|
2299
2344
|
"name": "projenrcJson",
|
|
2300
2345
|
"optional": true,
|
|
@@ -2312,7 +2357,7 @@
|
|
|
2312
2357
|
"immutable": true,
|
|
2313
2358
|
"locationInModule": {
|
|
2314
2359
|
"filename": "src/construct-project-options.ts",
|
|
2315
|
-
"line":
|
|
2360
|
+
"line": 1123
|
|
2316
2361
|
},
|
|
2317
2362
|
"name": "projenrcJsonOptions",
|
|
2318
2363
|
"optional": true,
|
|
@@ -2404,7 +2449,7 @@
|
|
|
2404
2449
|
"immutable": true,
|
|
2405
2450
|
"locationInModule": {
|
|
2406
2451
|
"filename": "src/construct-project-options.ts",
|
|
2407
|
-
"line":
|
|
2452
|
+
"line": 660
|
|
2408
2453
|
},
|
|
2409
2454
|
"name": "publishDryRun",
|
|
2410
2455
|
"optional": true,
|
|
@@ -2423,7 +2468,7 @@
|
|
|
2423
2468
|
"immutable": true,
|
|
2424
2469
|
"locationInModule": {
|
|
2425
2470
|
"filename": "src/construct-project-options.ts",
|
|
2426
|
-
"line":
|
|
2471
|
+
"line": 654
|
|
2427
2472
|
},
|
|
2428
2473
|
"name": "publishTasks",
|
|
2429
2474
|
"optional": true,
|
|
@@ -2554,7 +2599,7 @@
|
|
|
2554
2599
|
"immutable": true,
|
|
2555
2600
|
"locationInModule": {
|
|
2556
2601
|
"filename": "src/construct-project-options.ts",
|
|
2557
|
-
"line":
|
|
2602
|
+
"line": 1046
|
|
2558
2603
|
},
|
|
2559
2604
|
"name": "readme",
|
|
2560
2605
|
"optional": true,
|
|
@@ -2572,7 +2617,7 @@
|
|
|
2572
2617
|
"immutable": true,
|
|
2573
2618
|
"locationInModule": {
|
|
2574
2619
|
"filename": "src/construct-project-options.ts",
|
|
2575
|
-
"line":
|
|
2620
|
+
"line": 646
|
|
2576
2621
|
},
|
|
2577
2622
|
"name": "releasableCommits",
|
|
2578
2623
|
"optional": true,
|
|
@@ -2609,7 +2654,7 @@
|
|
|
2609
2654
|
"immutable": true,
|
|
2610
2655
|
"locationInModule": {
|
|
2611
2656
|
"filename": "src/construct-project-options.ts",
|
|
2612
|
-
"line":
|
|
2657
|
+
"line": 640
|
|
2613
2658
|
},
|
|
2614
2659
|
"name": "releaseBranches",
|
|
2615
2660
|
"optional": true,
|
|
@@ -2633,7 +2678,7 @@
|
|
|
2633
2678
|
"immutable": true,
|
|
2634
2679
|
"locationInModule": {
|
|
2635
2680
|
"filename": "src/construct-project-options.ts",
|
|
2636
|
-
"line":
|
|
2681
|
+
"line": 627
|
|
2637
2682
|
},
|
|
2638
2683
|
"name": "releaseEnvironment",
|
|
2639
2684
|
"optional": true,
|
|
@@ -2651,7 +2696,7 @@
|
|
|
2651
2696
|
"immutable": true,
|
|
2652
2697
|
"locationInModule": {
|
|
2653
2698
|
"filename": "src/construct-project-options.ts",
|
|
2654
|
-
"line":
|
|
2699
|
+
"line": 616
|
|
2655
2700
|
},
|
|
2656
2701
|
"name": "releaseFailureIssue",
|
|
2657
2702
|
"optional": true,
|
|
@@ -2670,7 +2715,7 @@
|
|
|
2670
2715
|
"immutable": true,
|
|
2671
2716
|
"locationInModule": {
|
|
2672
2717
|
"filename": "src/construct-project-options.ts",
|
|
2673
|
-
"line":
|
|
2718
|
+
"line": 610
|
|
2674
2719
|
},
|
|
2675
2720
|
"name": "releaseFailureIssueLabel",
|
|
2676
2721
|
"optional": true,
|
|
@@ -2689,7 +2734,7 @@
|
|
|
2689
2734
|
"immutable": true,
|
|
2690
2735
|
"locationInModule": {
|
|
2691
2736
|
"filename": "src/construct-project-options.ts",
|
|
2692
|
-
"line":
|
|
2737
|
+
"line": 603
|
|
2693
2738
|
},
|
|
2694
2739
|
"name": "releaseTagPrefix",
|
|
2695
2740
|
"optional": true,
|
|
@@ -2725,7 +2770,7 @@
|
|
|
2725
2770
|
"immutable": true,
|
|
2726
2771
|
"locationInModule": {
|
|
2727
2772
|
"filename": "src/construct-project-options.ts",
|
|
2728
|
-
"line":
|
|
2773
|
+
"line": 593
|
|
2729
2774
|
},
|
|
2730
2775
|
"name": "releaseTrigger",
|
|
2731
2776
|
"optional": true,
|
|
@@ -2743,7 +2788,7 @@
|
|
|
2743
2788
|
"immutable": true,
|
|
2744
2789
|
"locationInModule": {
|
|
2745
2790
|
"filename": "src/construct-project-options.ts",
|
|
2746
|
-
"line":
|
|
2791
|
+
"line": 587
|
|
2747
2792
|
},
|
|
2748
2793
|
"name": "releaseWorkflowEnv",
|
|
2749
2794
|
"optional": true,
|
|
@@ -2766,7 +2811,7 @@
|
|
|
2766
2811
|
"immutable": true,
|
|
2767
2812
|
"locationInModule": {
|
|
2768
2813
|
"filename": "src/construct-project-options.ts",
|
|
2769
|
-
"line":
|
|
2814
|
+
"line": 581
|
|
2770
2815
|
},
|
|
2771
2816
|
"name": "releaseWorkflowName",
|
|
2772
2817
|
"optional": true,
|
|
@@ -2783,7 +2828,7 @@
|
|
|
2783
2828
|
"immutable": true,
|
|
2784
2829
|
"locationInModule": {
|
|
2785
2830
|
"filename": "src/construct-project-options.ts",
|
|
2786
|
-
"line":
|
|
2831
|
+
"line": 575
|
|
2787
2832
|
},
|
|
2788
2833
|
"name": "releaseWorkflowSetupSteps",
|
|
2789
2834
|
"optional": true,
|
|
@@ -2806,7 +2851,7 @@
|
|
|
2806
2851
|
"immutable": true,
|
|
2807
2852
|
"locationInModule": {
|
|
2808
2853
|
"filename": "src/construct-project-options.ts",
|
|
2809
|
-
"line":
|
|
2854
|
+
"line": 1117
|
|
2810
2855
|
},
|
|
2811
2856
|
"name": "renovatebot",
|
|
2812
2857
|
"optional": true,
|
|
@@ -2824,7 +2869,7 @@
|
|
|
2824
2869
|
"immutable": true,
|
|
2825
2870
|
"locationInModule": {
|
|
2826
2871
|
"filename": "src/construct-project-options.ts",
|
|
2827
|
-
"line":
|
|
2872
|
+
"line": 1111
|
|
2828
2873
|
},
|
|
2829
2874
|
"name": "renovatebotOptions",
|
|
2830
2875
|
"optional": true,
|
|
@@ -2842,7 +2887,7 @@
|
|
|
2842
2887
|
"immutable": true,
|
|
2843
2888
|
"locationInModule": {
|
|
2844
2889
|
"filename": "src/construct-project-options.ts",
|
|
2845
|
-
"line":
|
|
2890
|
+
"line": 763
|
|
2846
2891
|
},
|
|
2847
2892
|
"name": "repository",
|
|
2848
2893
|
"optional": true,
|
|
@@ -2859,7 +2904,7 @@
|
|
|
2859
2904
|
"immutable": true,
|
|
2860
2905
|
"locationInModule": {
|
|
2861
2906
|
"filename": "src/construct-project-options.ts",
|
|
2862
|
-
"line":
|
|
2907
|
+
"line": 757
|
|
2863
2908
|
},
|
|
2864
2909
|
"name": "repositoryDirectory",
|
|
2865
2910
|
"optional": true,
|
|
@@ -2912,7 +2957,7 @@
|
|
|
2912
2957
|
"immutable": true,
|
|
2913
2958
|
"locationInModule": {
|
|
2914
2959
|
"filename": "src/construct-project-options.ts",
|
|
2915
|
-
"line":
|
|
2960
|
+
"line": 752
|
|
2916
2961
|
},
|
|
2917
2962
|
"name": "scopedPackagesOptions",
|
|
2918
2963
|
"optional": true,
|
|
@@ -2952,7 +2997,7 @@
|
|
|
2952
2997
|
"immutable": true,
|
|
2953
2998
|
"locationInModule": {
|
|
2954
2999
|
"filename": "src/construct-project-options.ts",
|
|
2955
|
-
"line":
|
|
3000
|
+
"line": 746
|
|
2956
3001
|
},
|
|
2957
3002
|
"name": "stability",
|
|
2958
3003
|
"optional": true,
|
|
@@ -2971,7 +3016,7 @@
|
|
|
2971
3016
|
"immutable": true,
|
|
2972
3017
|
"locationInModule": {
|
|
2973
3018
|
"filename": "src/construct-project-options.ts",
|
|
2974
|
-
"line":
|
|
3019
|
+
"line": 1040
|
|
2975
3020
|
},
|
|
2976
3021
|
"name": "stale",
|
|
2977
3022
|
"optional": true,
|
|
@@ -2990,7 +3035,7 @@
|
|
|
2990
3035
|
"immutable": true,
|
|
2991
3036
|
"locationInModule": {
|
|
2992
3037
|
"filename": "src/construct-project-options.ts",
|
|
2993
|
-
"line":
|
|
3038
|
+
"line": 1033
|
|
2994
3039
|
},
|
|
2995
3040
|
"name": "staleOptions",
|
|
2996
3041
|
"optional": true,
|
|
@@ -3118,7 +3163,7 @@
|
|
|
3118
3163
|
"immutable": true,
|
|
3119
3164
|
"locationInModule": {
|
|
3120
3165
|
"filename": "src/construct-project-options.ts",
|
|
3121
|
-
"line":
|
|
3166
|
+
"line": 570
|
|
3122
3167
|
},
|
|
3123
3168
|
"name": "versionrcOptions",
|
|
3124
3169
|
"optional": true,
|
|
@@ -3142,7 +3187,7 @@
|
|
|
3142
3187
|
"immutable": true,
|
|
3143
3188
|
"locationInModule": {
|
|
3144
3189
|
"filename": "src/construct-project-options.ts",
|
|
3145
|
-
"line":
|
|
3190
|
+
"line": 1026
|
|
3146
3191
|
},
|
|
3147
3192
|
"name": "vscode",
|
|
3148
3193
|
"optional": true,
|
|
@@ -3183,7 +3228,7 @@
|
|
|
3183
3228
|
"immutable": true,
|
|
3184
3229
|
"locationInModule": {
|
|
3185
3230
|
"filename": "src/construct-project-options.ts",
|
|
3186
|
-
"line":
|
|
3231
|
+
"line": 563
|
|
3187
3232
|
},
|
|
3188
3233
|
"name": "workflowContainerImage",
|
|
3189
3234
|
"optional": true,
|
|
@@ -3260,7 +3305,7 @@
|
|
|
3260
3305
|
"immutable": true,
|
|
3261
3306
|
"locationInModule": {
|
|
3262
3307
|
"filename": "src/construct-project-options.ts",
|
|
3263
|
-
"line":
|
|
3308
|
+
"line": 557
|
|
3264
3309
|
},
|
|
3265
3310
|
"name": "workflowRunsOn",
|
|
3266
3311
|
"optional": true,
|
|
@@ -3286,7 +3331,7 @@
|
|
|
3286
3331
|
"immutable": true,
|
|
3287
3332
|
"locationInModule": {
|
|
3288
3333
|
"filename": "src/construct-project-options.ts",
|
|
3289
|
-
"line":
|
|
3334
|
+
"line": 549
|
|
3290
3335
|
},
|
|
3291
3336
|
"name": "workflowRunsOnGroup",
|
|
3292
3337
|
"optional": true,
|
|
@@ -3304,7 +3349,7 @@
|
|
|
3304
3349
|
"immutable": true,
|
|
3305
3350
|
"locationInModule": {
|
|
3306
3351
|
"filename": "src/construct-project-options.ts",
|
|
3307
|
-
"line":
|
|
3352
|
+
"line": 741
|
|
3308
3353
|
},
|
|
3309
3354
|
"name": "yarnBerryOptions",
|
|
3310
3355
|
"optional": true,
|
|
@@ -3407,7 +3452,7 @@
|
|
|
3407
3452
|
"immutable": true,
|
|
3408
3453
|
"locationInModule": {
|
|
3409
3454
|
"filename": "src/projen-project-options.ts",
|
|
3410
|
-
"line":
|
|
3455
|
+
"line": 856
|
|
3411
3456
|
},
|
|
3412
3457
|
"name": "authorName",
|
|
3413
3458
|
"type": {
|
|
@@ -3422,7 +3467,7 @@
|
|
|
3422
3467
|
"immutable": true,
|
|
3423
3468
|
"locationInModule": {
|
|
3424
3469
|
"filename": "src/projen-project-options.ts",
|
|
3425
|
-
"line":
|
|
3470
|
+
"line": 1035
|
|
3426
3471
|
},
|
|
3427
3472
|
"name": "repo",
|
|
3428
3473
|
"type": {
|
|
@@ -3439,7 +3484,7 @@
|
|
|
3439
3484
|
"immutable": true,
|
|
3440
3485
|
"locationInModule": {
|
|
3441
3486
|
"filename": "src/projen-project-options.ts",
|
|
3442
|
-
"line":
|
|
3487
|
+
"line": 1048
|
|
3443
3488
|
},
|
|
3444
3489
|
"name": "allowedCommitTypes",
|
|
3445
3490
|
"optional": true,
|
|
@@ -3463,7 +3508,7 @@
|
|
|
3463
3508
|
"immutable": true,
|
|
3464
3509
|
"locationInModule": {
|
|
3465
3510
|
"filename": "src/projen-project-options.ts",
|
|
3466
|
-
"line":
|
|
3511
|
+
"line": 869
|
|
3467
3512
|
},
|
|
3468
3513
|
"name": "allowLibraryDependencies",
|
|
3469
3514
|
"optional": true,
|
|
@@ -3481,7 +3526,7 @@
|
|
|
3481
3526
|
"immutable": true,
|
|
3482
3527
|
"locationInModule": {
|
|
3483
3528
|
"filename": "src/projen-project-options.ts",
|
|
3484
|
-
"line":
|
|
3529
|
+
"line": 397
|
|
3485
3530
|
},
|
|
3486
3531
|
"name": "artifactsDirectory",
|
|
3487
3532
|
"optional": true,
|
|
@@ -3489,6 +3534,43 @@
|
|
|
3489
3534
|
"primitive": "string"
|
|
3490
3535
|
}
|
|
3491
3536
|
},
|
|
3537
|
+
{
|
|
3538
|
+
"abstract": true,
|
|
3539
|
+
"docs": {
|
|
3540
|
+
"default": "false",
|
|
3541
|
+
"remarks": "When enabled, creates an \"audit\" task that checks for known security vulnerabilities\nin dependencies. By default, runs during every build and checks for \"high\" severity\nvulnerabilities or above in all dependencies (including dev dependencies).",
|
|
3542
|
+
"stability": "stable",
|
|
3543
|
+
"summary": "Run security audit on dependencies."
|
|
3544
|
+
},
|
|
3545
|
+
"immutable": true,
|
|
3546
|
+
"locationInModule": {
|
|
3547
|
+
"filename": "src/projen-project-options.ts",
|
|
3548
|
+
"line": 391
|
|
3549
|
+
},
|
|
3550
|
+
"name": "auditDeps",
|
|
3551
|
+
"optional": true,
|
|
3552
|
+
"type": {
|
|
3553
|
+
"primitive": "boolean"
|
|
3554
|
+
}
|
|
3555
|
+
},
|
|
3556
|
+
{
|
|
3557
|
+
"abstract": true,
|
|
3558
|
+
"docs": {
|
|
3559
|
+
"default": "- default options",
|
|
3560
|
+
"stability": "stable",
|
|
3561
|
+
"summary": "Security audit options."
|
|
3562
|
+
},
|
|
3563
|
+
"immutable": true,
|
|
3564
|
+
"locationInModule": {
|
|
3565
|
+
"filename": "src/projen-project-options.ts",
|
|
3566
|
+
"line": 382
|
|
3567
|
+
},
|
|
3568
|
+
"name": "auditDepsOptions",
|
|
3569
|
+
"optional": true,
|
|
3570
|
+
"type": {
|
|
3571
|
+
"fqn": "projen.javascript.AuditOptions"
|
|
3572
|
+
}
|
|
3573
|
+
},
|
|
3492
3574
|
{
|
|
3493
3575
|
"abstract": true,
|
|
3494
3576
|
"docs": {
|
|
@@ -3516,7 +3598,7 @@
|
|
|
3516
3598
|
"immutable": true,
|
|
3517
3599
|
"locationInModule": {
|
|
3518
3600
|
"filename": "src/projen-project-options.ts",
|
|
3519
|
-
"line":
|
|
3601
|
+
"line": 861
|
|
3520
3602
|
},
|
|
3521
3603
|
"name": "authorEmail",
|
|
3522
3604
|
"optional": true,
|
|
@@ -3533,7 +3615,7 @@
|
|
|
3533
3615
|
"immutable": true,
|
|
3534
3616
|
"locationInModule": {
|
|
3535
3617
|
"filename": "src/projen-project-options.ts",
|
|
3536
|
-
"line":
|
|
3618
|
+
"line": 851
|
|
3537
3619
|
},
|
|
3538
3620
|
"name": "authorOrganization",
|
|
3539
3621
|
"optional": true,
|
|
@@ -3551,7 +3633,7 @@
|
|
|
3551
3633
|
"immutable": true,
|
|
3552
3634
|
"locationInModule": {
|
|
3553
3635
|
"filename": "src/projen-project-options.ts",
|
|
3554
|
-
"line":
|
|
3636
|
+
"line": 955
|
|
3555
3637
|
},
|
|
3556
3638
|
"name": "autoApproveOptions",
|
|
3557
3639
|
"optional": true,
|
|
@@ -3588,7 +3670,7 @@
|
|
|
3588
3670
|
"immutable": true,
|
|
3589
3671
|
"locationInModule": {
|
|
3590
3672
|
"filename": "src/projen-project-options.ts",
|
|
3591
|
-
"line":
|
|
3673
|
+
"line": 846
|
|
3592
3674
|
},
|
|
3593
3675
|
"name": "autoDetectBin",
|
|
3594
3676
|
"optional": true,
|
|
@@ -3599,7 +3681,7 @@
|
|
|
3599
3681
|
{
|
|
3600
3682
|
"abstract": true,
|
|
3601
3683
|
"docs": {
|
|
3602
|
-
"default": "
|
|
3684
|
+
"default": "- none",
|
|
3603
3685
|
"remarks": "Remember to install the app and to configure credentials.",
|
|
3604
3686
|
"stability": "stable",
|
|
3605
3687
|
"summary": "Use this app for workflow automation."
|
|
@@ -3607,7 +3689,7 @@
|
|
|
3607
3689
|
"immutable": true,
|
|
3608
3690
|
"locationInModule": {
|
|
3609
3691
|
"filename": "src/projen-project-options.ts",
|
|
3610
|
-
"line":
|
|
3692
|
+
"line": 1054
|
|
3611
3693
|
},
|
|
3612
3694
|
"name": "automationAppName",
|
|
3613
3695
|
"optional": true,
|
|
@@ -3618,7 +3700,7 @@
|
|
|
3618
3700
|
{
|
|
3619
3701
|
"abstract": true,
|
|
3620
3702
|
"docs": {
|
|
3621
|
-
"default": "
|
|
3703
|
+
"default": "\"automation\"",
|
|
3622
3704
|
"remarks": "You will need to set the environment up in GitHub. Credentials can only be used within this environment.",
|
|
3623
3705
|
"stability": "stable",
|
|
3624
3706
|
"summary": "Protect any automation with this environment."
|
|
@@ -3626,7 +3708,7 @@
|
|
|
3626
3708
|
"immutable": true,
|
|
3627
3709
|
"locationInModule": {
|
|
3628
3710
|
"filename": "src/projen-project-options.ts",
|
|
3629
|
-
"line":
|
|
3711
|
+
"line": 1060
|
|
3630
3712
|
},
|
|
3631
3713
|
"name": "automationEnvironment",
|
|
3632
3714
|
"optional": true,
|
|
@@ -3645,7 +3727,7 @@
|
|
|
3645
3727
|
"immutable": true,
|
|
3646
3728
|
"locationInModule": {
|
|
3647
3729
|
"filename": "src/projen-project-options.ts",
|
|
3648
|
-
"line":
|
|
3730
|
+
"line": 949
|
|
3649
3731
|
},
|
|
3650
3732
|
"name": "autoMerge",
|
|
3651
3733
|
"optional": true,
|
|
@@ -3664,7 +3746,7 @@
|
|
|
3664
3746
|
"immutable": true,
|
|
3665
3747
|
"locationInModule": {
|
|
3666
3748
|
"filename": "src/projen-project-options.ts",
|
|
3667
|
-
"line":
|
|
3749
|
+
"line": 941
|
|
3668
3750
|
},
|
|
3669
3751
|
"name": "autoMergeOptions",
|
|
3670
3752
|
"optional": true,
|
|
@@ -3682,7 +3764,7 @@
|
|
|
3682
3764
|
"immutable": true,
|
|
3683
3765
|
"locationInModule": {
|
|
3684
3766
|
"filename": "src/projen-project-options.ts",
|
|
3685
|
-
"line":
|
|
3767
|
+
"line": 840
|
|
3686
3768
|
},
|
|
3687
3769
|
"name": "bin",
|
|
3688
3770
|
"optional": true,
|
|
@@ -3740,7 +3822,7 @@
|
|
|
3740
3822
|
"immutable": true,
|
|
3741
3823
|
"locationInModule": {
|
|
3742
3824
|
"filename": "src/projen-project-options.ts",
|
|
3743
|
-
"line":
|
|
3825
|
+
"line": 832
|
|
3744
3826
|
},
|
|
3745
3827
|
"name": "bugsEmail",
|
|
3746
3828
|
"optional": true,
|
|
@@ -3757,7 +3839,7 @@
|
|
|
3757
3839
|
"immutable": true,
|
|
3758
3840
|
"locationInModule": {
|
|
3759
3841
|
"filename": "src/projen-project-options.ts",
|
|
3760
|
-
"line":
|
|
3842
|
+
"line": 827
|
|
3761
3843
|
},
|
|
3762
3844
|
"name": "bugsUrl",
|
|
3763
3845
|
"optional": true,
|
|
@@ -3811,7 +3893,7 @@
|
|
|
3811
3893
|
"immutable": true,
|
|
3812
3894
|
"locationInModule": {
|
|
3813
3895
|
"filename": "src/projen-project-options.ts",
|
|
3814
|
-
"line":
|
|
3896
|
+
"line": 590
|
|
3815
3897
|
},
|
|
3816
3898
|
"name": "bumpPackage",
|
|
3817
3899
|
"optional": true,
|
|
@@ -3829,7 +3911,7 @@
|
|
|
3829
3911
|
"immutable": true,
|
|
3830
3912
|
"locationInModule": {
|
|
3831
3913
|
"filename": "src/projen-project-options.ts",
|
|
3832
|
-
"line":
|
|
3914
|
+
"line": 822
|
|
3833
3915
|
},
|
|
3834
3916
|
"name": "bundledDeps",
|
|
3835
3917
|
"optional": true,
|
|
@@ -3869,7 +3951,7 @@
|
|
|
3869
3951
|
"immutable": true,
|
|
3870
3952
|
"locationInModule": {
|
|
3871
3953
|
"filename": "src/projen-project-options.ts",
|
|
3872
|
-
"line":
|
|
3954
|
+
"line": 807
|
|
3873
3955
|
},
|
|
3874
3956
|
"name": "bunVersion",
|
|
3875
3957
|
"optional": true,
|
|
@@ -3906,7 +3988,7 @@
|
|
|
3906
3988
|
"immutable": true,
|
|
3907
3989
|
"locationInModule": {
|
|
3908
3990
|
"filename": "src/projen-project-options.ts",
|
|
3909
|
-
"line":
|
|
3991
|
+
"line": 933
|
|
3910
3992
|
},
|
|
3911
3993
|
"name": "clobber",
|
|
3912
3994
|
"optional": true,
|
|
@@ -3925,7 +4007,7 @@
|
|
|
3925
4007
|
"immutable": true,
|
|
3926
4008
|
"locationInModule": {
|
|
3927
4009
|
"filename": "src/projen-project-options.ts",
|
|
3928
|
-
"line":
|
|
4010
|
+
"line": 801
|
|
3929
4011
|
},
|
|
3930
4012
|
"name": "codeArtifactOptions",
|
|
3931
4013
|
"optional": true,
|
|
@@ -3979,7 +4061,7 @@
|
|
|
3979
4061
|
"immutable": true,
|
|
3980
4062
|
"locationInModule": {
|
|
3981
4063
|
"filename": "src/projen-project-options.ts",
|
|
3982
|
-
"line":
|
|
4064
|
+
"line": 1024
|
|
3983
4065
|
},
|
|
3984
4066
|
"name": "commitGenerated",
|
|
3985
4067
|
"optional": true,
|
|
@@ -4088,7 +4170,7 @@
|
|
|
4088
4170
|
"immutable": true,
|
|
4089
4171
|
"locationInModule": {
|
|
4090
4172
|
"filename": "src/projen-project-options.ts",
|
|
4091
|
-
"line":
|
|
4173
|
+
"line": 403
|
|
4092
4174
|
},
|
|
4093
4175
|
"name": "defaultReleaseBranch",
|
|
4094
4176
|
"optional": true,
|
|
@@ -4147,7 +4229,7 @@
|
|
|
4147
4229
|
"immutable": true,
|
|
4148
4230
|
"locationInModule": {
|
|
4149
4231
|
"filename": "src/projen-project-options.ts",
|
|
4150
|
-
"line":
|
|
4232
|
+
"line": 794
|
|
4151
4233
|
},
|
|
4152
4234
|
"name": "deps",
|
|
4153
4235
|
"optional": true,
|
|
@@ -4210,7 +4292,7 @@
|
|
|
4210
4292
|
"immutable": true,
|
|
4211
4293
|
"locationInModule": {
|
|
4212
4294
|
"filename": "src/projen-project-options.ts",
|
|
4213
|
-
"line":
|
|
4295
|
+
"line": 781
|
|
4214
4296
|
},
|
|
4215
4297
|
"name": "description",
|
|
4216
4298
|
"optional": true,
|
|
@@ -4228,7 +4310,7 @@
|
|
|
4228
4310
|
"immutable": true,
|
|
4229
4311
|
"locationInModule": {
|
|
4230
4312
|
"filename": "src/projen-project-options.ts",
|
|
4231
|
-
"line":
|
|
4313
|
+
"line": 927
|
|
4232
4314
|
},
|
|
4233
4315
|
"name": "devContainer",
|
|
4234
4316
|
"optional": true,
|
|
@@ -4250,7 +4332,7 @@
|
|
|
4250
4332
|
"immutable": true,
|
|
4251
4333
|
"locationInModule": {
|
|
4252
4334
|
"filename": "src/projen-project-options.ts",
|
|
4253
|
-
"line":
|
|
4335
|
+
"line": 773
|
|
4254
4336
|
},
|
|
4255
4337
|
"name": "devDeps",
|
|
4256
4338
|
"optional": true,
|
|
@@ -4363,7 +4445,7 @@
|
|
|
4363
4445
|
"immutable": true,
|
|
4364
4446
|
"locationInModule": {
|
|
4365
4447
|
"filename": "src/projen-project-options.ts",
|
|
4366
|
-
"line":
|
|
4448
|
+
"line": 756
|
|
4367
4449
|
},
|
|
4368
4450
|
"name": "entrypoint",
|
|
4369
4451
|
"optional": true,
|
|
@@ -4459,7 +4541,7 @@
|
|
|
4459
4541
|
"immutable": true,
|
|
4460
4542
|
"locationInModule": {
|
|
4461
4543
|
"filename": "src/projen-project-options.ts",
|
|
4462
|
-
"line":
|
|
4544
|
+
"line": 921
|
|
4463
4545
|
},
|
|
4464
4546
|
"name": "github",
|
|
4465
4547
|
"optional": true,
|
|
@@ -4477,7 +4559,7 @@
|
|
|
4477
4559
|
"immutable": true,
|
|
4478
4560
|
"locationInModule": {
|
|
4479
4561
|
"filename": "src/projen-project-options.ts",
|
|
4480
|
-
"line":
|
|
4562
|
+
"line": 914
|
|
4481
4563
|
},
|
|
4482
4564
|
"name": "githubOptions",
|
|
4483
4565
|
"optional": true,
|
|
@@ -4516,7 +4598,7 @@
|
|
|
4516
4598
|
"immutable": true,
|
|
4517
4599
|
"locationInModule": {
|
|
4518
4600
|
"filename": "src/projen-project-options.ts",
|
|
4519
|
-
"line":
|
|
4601
|
+
"line": 1018
|
|
4520
4602
|
},
|
|
4521
4603
|
"name": "gitIgnoreOptions",
|
|
4522
4604
|
"optional": true,
|
|
@@ -4533,7 +4615,7 @@
|
|
|
4533
4615
|
"immutable": true,
|
|
4534
4616
|
"locationInModule": {
|
|
4535
4617
|
"filename": "src/projen-project-options.ts",
|
|
4536
|
-
"line":
|
|
4618
|
+
"line": 1013
|
|
4537
4619
|
},
|
|
4538
4620
|
"name": "gitOptions",
|
|
4539
4621
|
"optional": true,
|
|
@@ -4551,7 +4633,7 @@
|
|
|
4551
4633
|
"immutable": true,
|
|
4552
4634
|
"locationInModule": {
|
|
4553
4635
|
"filename": "src/projen-project-options.ts",
|
|
4554
|
-
"line":
|
|
4636
|
+
"line": 908
|
|
4555
4637
|
},
|
|
4556
4638
|
"name": "gitpod",
|
|
4557
4639
|
"optional": true,
|
|
@@ -4568,7 +4650,7 @@
|
|
|
4568
4650
|
"immutable": true,
|
|
4569
4651
|
"locationInModule": {
|
|
4570
4652
|
"filename": "src/projen-project-options.ts",
|
|
4571
|
-
"line":
|
|
4653
|
+
"line": 749
|
|
4572
4654
|
},
|
|
4573
4655
|
"name": "homepage",
|
|
4574
4656
|
"optional": true,
|
|
@@ -4622,7 +4704,7 @@
|
|
|
4622
4704
|
"immutable": true,
|
|
4623
4705
|
"locationInModule": {
|
|
4624
4706
|
"filename": "src/projen-project-options.ts",
|
|
4625
|
-
"line":
|
|
4707
|
+
"line": 583
|
|
4626
4708
|
},
|
|
4627
4709
|
"name": "jsiiReleaseVersion",
|
|
4628
4710
|
"optional": true,
|
|
@@ -4639,7 +4721,7 @@
|
|
|
4639
4721
|
"immutable": true,
|
|
4640
4722
|
"locationInModule": {
|
|
4641
4723
|
"filename": "src/projen-project-options.ts",
|
|
4642
|
-
"line":
|
|
4724
|
+
"line": 744
|
|
4643
4725
|
},
|
|
4644
4726
|
"name": "keywords",
|
|
4645
4727
|
"optional": true,
|
|
@@ -4681,7 +4763,7 @@
|
|
|
4681
4763
|
"immutable": true,
|
|
4682
4764
|
"locationInModule": {
|
|
4683
4765
|
"filename": "src/projen-project-options.ts",
|
|
4684
|
-
"line":
|
|
4766
|
+
"line": 739
|
|
4685
4767
|
},
|
|
4686
4768
|
"name": "license",
|
|
4687
4769
|
"optional": true,
|
|
@@ -4699,7 +4781,7 @@
|
|
|
4699
4781
|
"immutable": true,
|
|
4700
4782
|
"locationInModule": {
|
|
4701
4783
|
"filename": "src/projen-project-options.ts",
|
|
4702
|
-
"line":
|
|
4784
|
+
"line": 731
|
|
4703
4785
|
},
|
|
4704
4786
|
"name": "licensed",
|
|
4705
4787
|
"optional": true,
|
|
@@ -4717,7 +4799,7 @@
|
|
|
4717
4799
|
"immutable": true,
|
|
4718
4800
|
"locationInModule": {
|
|
4719
4801
|
"filename": "src/projen-project-options.ts",
|
|
4720
|
-
"line":
|
|
4802
|
+
"line": 1008
|
|
4721
4803
|
},
|
|
4722
4804
|
"name": "logging",
|
|
4723
4805
|
"optional": true,
|
|
@@ -4735,7 +4817,7 @@
|
|
|
4735
4817
|
"immutable": true,
|
|
4736
4818
|
"locationInModule": {
|
|
4737
4819
|
"filename": "src/projen-project-options.ts",
|
|
4738
|
-
"line":
|
|
4820
|
+
"line": 1077
|
|
4739
4821
|
},
|
|
4740
4822
|
"name": "logo",
|
|
4741
4823
|
"optional": true,
|
|
@@ -4754,7 +4836,7 @@
|
|
|
4754
4836
|
"immutable": true,
|
|
4755
4837
|
"locationInModule": {
|
|
4756
4838
|
"filename": "src/projen-project-options.ts",
|
|
4757
|
-
"line":
|
|
4839
|
+
"line": 577
|
|
4758
4840
|
},
|
|
4759
4841
|
"name": "majorVersion",
|
|
4760
4842
|
"optional": true,
|
|
@@ -4773,7 +4855,7 @@
|
|
|
4773
4855
|
"immutable": true,
|
|
4774
4856
|
"locationInModule": {
|
|
4775
4857
|
"filename": "src/projen-project-options.ts",
|
|
4776
|
-
"line":
|
|
4858
|
+
"line": 725
|
|
4777
4859
|
},
|
|
4778
4860
|
"name": "maxNodeVersion",
|
|
4779
4861
|
"optional": true,
|
|
@@ -4792,7 +4874,7 @@
|
|
|
4792
4874
|
"immutable": true,
|
|
4793
4875
|
"locationInModule": {
|
|
4794
4876
|
"filename": "src/projen-project-options.ts",
|
|
4795
|
-
"line":
|
|
4877
|
+
"line": 569
|
|
4796
4878
|
},
|
|
4797
4879
|
"name": "minMajorVersion",
|
|
4798
4880
|
"optional": true,
|
|
@@ -4811,7 +4893,7 @@
|
|
|
4811
4893
|
"immutable": true,
|
|
4812
4894
|
"locationInModule": {
|
|
4813
4895
|
"filename": "src/projen-project-options.ts",
|
|
4814
|
-
"line":
|
|
4896
|
+
"line": 714
|
|
4815
4897
|
},
|
|
4816
4898
|
"name": "minNodeVersion",
|
|
4817
4899
|
"optional": true,
|
|
@@ -4832,7 +4914,7 @@
|
|
|
4832
4914
|
"immutable": true,
|
|
4833
4915
|
"locationInModule": {
|
|
4834
4916
|
"filename": "src/projen-project-options.ts",
|
|
4835
|
-
"line":
|
|
4917
|
+
"line": 1031
|
|
4836
4918
|
},
|
|
4837
4919
|
"name": "name",
|
|
4838
4920
|
"optional": true,
|
|
@@ -4851,7 +4933,7 @@
|
|
|
4851
4933
|
"immutable": true,
|
|
4852
4934
|
"locationInModule": {
|
|
4853
4935
|
"filename": "src/projen-project-options.ts",
|
|
4854
|
-
"line":
|
|
4936
|
+
"line": 559
|
|
4855
4937
|
},
|
|
4856
4938
|
"name": "nextVersionCommand",
|
|
4857
4939
|
"optional": true,
|
|
@@ -4869,7 +4951,7 @@
|
|
|
4869
4951
|
"immutable": true,
|
|
4870
4952
|
"locationInModule": {
|
|
4871
4953
|
"filename": "src/projen-project-options.ts",
|
|
4872
|
-
"line":
|
|
4954
|
+
"line": 699
|
|
4873
4955
|
},
|
|
4874
4956
|
"name": "npmAccess",
|
|
4875
4957
|
"optional": true,
|
|
@@ -4888,7 +4970,7 @@
|
|
|
4888
4970
|
"immutable": true,
|
|
4889
4971
|
"locationInModule": {
|
|
4890
4972
|
"filename": "src/projen-project-options.ts",
|
|
4891
|
-
"line":
|
|
4973
|
+
"line": 535
|
|
4892
4974
|
},
|
|
4893
4975
|
"name": "npmDistTag",
|
|
4894
4976
|
"optional": true,
|
|
@@ -4942,7 +5024,7 @@
|
|
|
4942
5024
|
"immutable": true,
|
|
4943
5025
|
"locationInModule": {
|
|
4944
5026
|
"filename": "src/projen-project-options.ts",
|
|
4945
|
-
"line":
|
|
5027
|
+
"line": 691
|
|
4946
5028
|
},
|
|
4947
5029
|
"name": "npmProvenance",
|
|
4948
5030
|
"optional": true,
|
|
@@ -4961,7 +5043,7 @@
|
|
|
4961
5043
|
"immutable": true,
|
|
4962
5044
|
"locationInModule": {
|
|
4963
5045
|
"filename": "src/projen-project-options.ts",
|
|
4964
|
-
"line":
|
|
5046
|
+
"line": 680
|
|
4965
5047
|
},
|
|
4966
5048
|
"name": "npmRegistryUrl",
|
|
4967
5049
|
"optional": true,
|
|
@@ -4979,7 +5061,7 @@
|
|
|
4979
5061
|
"immutable": true,
|
|
4980
5062
|
"locationInModule": {
|
|
4981
5063
|
"filename": "src/projen-project-options.ts",
|
|
4982
|
-
"line":
|
|
5064
|
+
"line": 673
|
|
4983
5065
|
},
|
|
4984
5066
|
"name": "npmTokenSecret",
|
|
4985
5067
|
"optional": true,
|
|
@@ -4997,7 +5079,7 @@
|
|
|
4997
5079
|
"immutable": true,
|
|
4998
5080
|
"locationInModule": {
|
|
4999
5081
|
"filename": "src/projen-project-options.ts",
|
|
5000
|
-
"line":
|
|
5082
|
+
"line": 667
|
|
5001
5083
|
},
|
|
5002
5084
|
"name": "npmTrustedPublishing",
|
|
5003
5085
|
"optional": true,
|
|
@@ -5016,7 +5098,7 @@
|
|
|
5016
5098
|
"immutable": true,
|
|
5017
5099
|
"locationInModule": {
|
|
5018
5100
|
"filename": "src/projen-project-options.ts",
|
|
5019
|
-
"line":
|
|
5101
|
+
"line": 1002
|
|
5020
5102
|
},
|
|
5021
5103
|
"name": "outdir",
|
|
5022
5104
|
"optional": true,
|
|
@@ -5034,7 +5116,7 @@
|
|
|
5034
5116
|
"immutable": true,
|
|
5035
5117
|
"locationInModule": {
|
|
5036
5118
|
"filename": "src/projen-project-options.ts",
|
|
5037
|
-
"line":
|
|
5119
|
+
"line": 1066
|
|
5038
5120
|
},
|
|
5039
5121
|
"name": "ownerCanSelfApprovePRs",
|
|
5040
5122
|
"optional": true,
|
|
@@ -5070,7 +5152,7 @@
|
|
|
5070
5152
|
"immutable": true,
|
|
5071
5153
|
"locationInModule": {
|
|
5072
5154
|
"filename": "src/projen-project-options.ts",
|
|
5073
|
-
"line":
|
|
5155
|
+
"line": 661
|
|
5074
5156
|
},
|
|
5075
5157
|
"name": "packageManager",
|
|
5076
5158
|
"optional": true,
|
|
@@ -5091,7 +5173,7 @@
|
|
|
5091
5173
|
"immutable": true,
|
|
5092
5174
|
"locationInModule": {
|
|
5093
5175
|
"filename": "src/projen-project-options.ts",
|
|
5094
|
-
"line":
|
|
5176
|
+
"line": 655
|
|
5095
5177
|
},
|
|
5096
5178
|
"name": "packageName",
|
|
5097
5179
|
"optional": true,
|
|
@@ -5108,7 +5190,7 @@
|
|
|
5108
5190
|
"immutable": true,
|
|
5109
5191
|
"locationInModule": {
|
|
5110
5192
|
"filename": "src/projen-project-options.ts",
|
|
5111
|
-
"line":
|
|
5193
|
+
"line": 991
|
|
5112
5194
|
},
|
|
5113
5195
|
"name": "parent",
|
|
5114
5196
|
"optional": true,
|
|
@@ -5125,7 +5207,7 @@
|
|
|
5125
5207
|
"immutable": true,
|
|
5126
5208
|
"locationInModule": {
|
|
5127
5209
|
"filename": "src/projen-project-options.ts",
|
|
5128
|
-
"line":
|
|
5210
|
+
"line": 648
|
|
5129
5211
|
},
|
|
5130
5212
|
"name": "peerDependencyOptions",
|
|
5131
5213
|
"optional": true,
|
|
@@ -5144,7 +5226,7 @@
|
|
|
5144
5226
|
"immutable": true,
|
|
5145
5227
|
"locationInModule": {
|
|
5146
5228
|
"filename": "src/projen-project-options.ts",
|
|
5147
|
-
"line":
|
|
5229
|
+
"line": 643
|
|
5148
5230
|
},
|
|
5149
5231
|
"name": "peerDeps",
|
|
5150
5232
|
"optional": true,
|
|
@@ -5167,7 +5249,7 @@
|
|
|
5167
5249
|
"immutable": true,
|
|
5168
5250
|
"locationInModule": {
|
|
5169
5251
|
"filename": "src/projen-project-options.ts",
|
|
5170
|
-
"line":
|
|
5252
|
+
"line": 624
|
|
5171
5253
|
},
|
|
5172
5254
|
"name": "pnpmVersion",
|
|
5173
5255
|
"optional": true,
|
|
@@ -5185,7 +5267,7 @@
|
|
|
5185
5267
|
"immutable": true,
|
|
5186
5268
|
"locationInModule": {
|
|
5187
5269
|
"filename": "src/projen-project-options.ts",
|
|
5188
|
-
"line":
|
|
5270
|
+
"line": 527
|
|
5189
5271
|
},
|
|
5190
5272
|
"name": "postBuildSteps",
|
|
5191
5273
|
"optional": true,
|
|
@@ -5208,7 +5290,7 @@
|
|
|
5208
5290
|
"immutable": true,
|
|
5209
5291
|
"locationInModule": {
|
|
5210
5292
|
"filename": "src/projen-project-options.ts",
|
|
5211
|
-
"line":
|
|
5293
|
+
"line": 521
|
|
5212
5294
|
},
|
|
5213
5295
|
"name": "prerelease",
|
|
5214
5296
|
"optional": true,
|
|
@@ -5263,7 +5345,7 @@
|
|
|
5263
5345
|
"immutable": true,
|
|
5264
5346
|
"locationInModule": {
|
|
5265
5347
|
"filename": "src/projen-project-options.ts",
|
|
5266
|
-
"line":
|
|
5348
|
+
"line": 986
|
|
5267
5349
|
},
|
|
5268
5350
|
"name": "projenCommand",
|
|
5269
5351
|
"optional": true,
|
|
@@ -5281,7 +5363,7 @@
|
|
|
5281
5363
|
"immutable": true,
|
|
5282
5364
|
"locationInModule": {
|
|
5283
5365
|
"filename": "src/projen-project-options.ts",
|
|
5284
|
-
"line":
|
|
5366
|
+
"line": 902
|
|
5285
5367
|
},
|
|
5286
5368
|
"name": "projenCredentials",
|
|
5287
5369
|
"optional": true,
|
|
@@ -5335,7 +5417,7 @@
|
|
|
5335
5417
|
"immutable": true,
|
|
5336
5418
|
"locationInModule": {
|
|
5337
5419
|
"filename": "src/projen-project-options.ts",
|
|
5338
|
-
"line":
|
|
5420
|
+
"line": 979
|
|
5339
5421
|
},
|
|
5340
5422
|
"name": "projenrcJson",
|
|
5341
5423
|
"optional": true,
|
|
@@ -5353,7 +5435,7 @@
|
|
|
5353
5435
|
"immutable": true,
|
|
5354
5436
|
"locationInModule": {
|
|
5355
5437
|
"filename": "src/projen-project-options.ts",
|
|
5356
|
-
"line":
|
|
5438
|
+
"line": 973
|
|
5357
5439
|
},
|
|
5358
5440
|
"name": "projenrcJsonOptions",
|
|
5359
5441
|
"optional": true,
|
|
@@ -5406,7 +5488,7 @@
|
|
|
5406
5488
|
"immutable": true,
|
|
5407
5489
|
"locationInModule": {
|
|
5408
5490
|
"filename": "src/projen-project-options.ts",
|
|
5409
|
-
"line":
|
|
5491
|
+
"line": 1090
|
|
5410
5492
|
},
|
|
5411
5493
|
"name": "projenVersion",
|
|
5412
5494
|
"optional": true,
|
|
@@ -5424,7 +5506,7 @@
|
|
|
5424
5506
|
"immutable": true,
|
|
5425
5507
|
"locationInModule": {
|
|
5426
5508
|
"filename": "src/projen-project-options.ts",
|
|
5427
|
-
"line":
|
|
5509
|
+
"line": 515
|
|
5428
5510
|
},
|
|
5429
5511
|
"name": "publishDryRun",
|
|
5430
5512
|
"optional": true,
|
|
@@ -5443,7 +5525,7 @@
|
|
|
5443
5525
|
"immutable": true,
|
|
5444
5526
|
"locationInModule": {
|
|
5445
5527
|
"filename": "src/projen-project-options.ts",
|
|
5446
|
-
"line":
|
|
5528
|
+
"line": 509
|
|
5447
5529
|
},
|
|
5448
5530
|
"name": "publishTasks",
|
|
5449
5531
|
"optional": true,
|
|
@@ -5574,7 +5656,7 @@
|
|
|
5574
5656
|
"immutable": true,
|
|
5575
5657
|
"locationInModule": {
|
|
5576
5658
|
"filename": "src/projen-project-options.ts",
|
|
5577
|
-
"line":
|
|
5659
|
+
"line": 896
|
|
5578
5660
|
},
|
|
5579
5661
|
"name": "readme",
|
|
5580
5662
|
"optional": true,
|
|
@@ -5592,7 +5674,7 @@
|
|
|
5592
5674
|
"immutable": true,
|
|
5593
5675
|
"locationInModule": {
|
|
5594
5676
|
"filename": "src/projen-project-options.ts",
|
|
5595
|
-
"line":
|
|
5677
|
+
"line": 1041
|
|
5596
5678
|
},
|
|
5597
5679
|
"name": "releasableCommitTypes",
|
|
5598
5680
|
"optional": true,
|
|
@@ -5634,7 +5716,7 @@
|
|
|
5634
5716
|
"immutable": true,
|
|
5635
5717
|
"locationInModule": {
|
|
5636
5718
|
"filename": "src/projen-project-options.ts",
|
|
5637
|
-
"line":
|
|
5719
|
+
"line": 501
|
|
5638
5720
|
},
|
|
5639
5721
|
"name": "releaseBranches",
|
|
5640
5722
|
"optional": true,
|
|
@@ -5658,7 +5740,7 @@
|
|
|
5658
5740
|
"immutable": true,
|
|
5659
5741
|
"locationInModule": {
|
|
5660
5742
|
"filename": "src/projen-project-options.ts",
|
|
5661
|
-
"line":
|
|
5743
|
+
"line": 488
|
|
5662
5744
|
},
|
|
5663
5745
|
"name": "releaseEnvironment",
|
|
5664
5746
|
"optional": true,
|
|
@@ -5676,7 +5758,7 @@
|
|
|
5676
5758
|
"immutable": true,
|
|
5677
5759
|
"locationInModule": {
|
|
5678
5760
|
"filename": "src/projen-project-options.ts",
|
|
5679
|
-
"line":
|
|
5761
|
+
"line": 477
|
|
5680
5762
|
},
|
|
5681
5763
|
"name": "releaseFailureIssue",
|
|
5682
5764
|
"optional": true,
|
|
@@ -5695,7 +5777,7 @@
|
|
|
5695
5777
|
"immutable": true,
|
|
5696
5778
|
"locationInModule": {
|
|
5697
5779
|
"filename": "src/projen-project-options.ts",
|
|
5698
|
-
"line":
|
|
5780
|
+
"line": 471
|
|
5699
5781
|
},
|
|
5700
5782
|
"name": "releaseFailureIssueLabel",
|
|
5701
5783
|
"optional": true,
|
|
@@ -5714,7 +5796,7 @@
|
|
|
5714
5796
|
"immutable": true,
|
|
5715
5797
|
"locationInModule": {
|
|
5716
5798
|
"filename": "src/projen-project-options.ts",
|
|
5717
|
-
"line":
|
|
5799
|
+
"line": 464
|
|
5718
5800
|
},
|
|
5719
5801
|
"name": "releaseTagPrefix",
|
|
5720
5802
|
"optional": true,
|
|
@@ -5750,7 +5832,7 @@
|
|
|
5750
5832
|
"immutable": true,
|
|
5751
5833
|
"locationInModule": {
|
|
5752
5834
|
"filename": "src/projen-project-options.ts",
|
|
5753
|
-
"line":
|
|
5835
|
+
"line": 454
|
|
5754
5836
|
},
|
|
5755
5837
|
"name": "releaseTrigger",
|
|
5756
5838
|
"optional": true,
|
|
@@ -5768,7 +5850,7 @@
|
|
|
5768
5850
|
"immutable": true,
|
|
5769
5851
|
"locationInModule": {
|
|
5770
5852
|
"filename": "src/projen-project-options.ts",
|
|
5771
|
-
"line":
|
|
5853
|
+
"line": 448
|
|
5772
5854
|
},
|
|
5773
5855
|
"name": "releaseWorkflowEnv",
|
|
5774
5856
|
"optional": true,
|
|
@@ -5791,7 +5873,7 @@
|
|
|
5791
5873
|
"immutable": true,
|
|
5792
5874
|
"locationInModule": {
|
|
5793
5875
|
"filename": "src/projen-project-options.ts",
|
|
5794
|
-
"line":
|
|
5876
|
+
"line": 442
|
|
5795
5877
|
},
|
|
5796
5878
|
"name": "releaseWorkflowName",
|
|
5797
5879
|
"optional": true,
|
|
@@ -5808,7 +5890,7 @@
|
|
|
5808
5890
|
"immutable": true,
|
|
5809
5891
|
"locationInModule": {
|
|
5810
5892
|
"filename": "src/projen-project-options.ts",
|
|
5811
|
-
"line":
|
|
5893
|
+
"line": 436
|
|
5812
5894
|
},
|
|
5813
5895
|
"name": "releaseWorkflowSetupSteps",
|
|
5814
5896
|
"optional": true,
|
|
@@ -5831,7 +5913,7 @@
|
|
|
5831
5913
|
"immutable": true,
|
|
5832
5914
|
"locationInModule": {
|
|
5833
5915
|
"filename": "src/projen-project-options.ts",
|
|
5834
|
-
"line":
|
|
5916
|
+
"line": 967
|
|
5835
5917
|
},
|
|
5836
5918
|
"name": "renovatebot",
|
|
5837
5919
|
"optional": true,
|
|
@@ -5849,7 +5931,7 @@
|
|
|
5849
5931
|
"immutable": true,
|
|
5850
5932
|
"locationInModule": {
|
|
5851
5933
|
"filename": "src/projen-project-options.ts",
|
|
5852
|
-
"line":
|
|
5934
|
+
"line": 961
|
|
5853
5935
|
},
|
|
5854
5936
|
"name": "renovatebotOptions",
|
|
5855
5937
|
"optional": true,
|
|
@@ -5867,7 +5949,7 @@
|
|
|
5867
5949
|
"immutable": true,
|
|
5868
5950
|
"locationInModule": {
|
|
5869
5951
|
"filename": "src/projen-project-options.ts",
|
|
5870
|
-
"line":
|
|
5952
|
+
"line": 618
|
|
5871
5953
|
},
|
|
5872
5954
|
"name": "repository",
|
|
5873
5955
|
"optional": true,
|
|
@@ -5884,7 +5966,7 @@
|
|
|
5884
5966
|
"immutable": true,
|
|
5885
5967
|
"locationInModule": {
|
|
5886
5968
|
"filename": "src/projen-project-options.ts",
|
|
5887
|
-
"line":
|
|
5969
|
+
"line": 612
|
|
5888
5970
|
},
|
|
5889
5971
|
"name": "repositoryDirectory",
|
|
5890
5972
|
"optional": true,
|
|
@@ -5919,7 +6001,7 @@
|
|
|
5919
6001
|
"immutable": true,
|
|
5920
6002
|
"locationInModule": {
|
|
5921
6003
|
"filename": "src/projen-project-options.ts",
|
|
5922
|
-
"line":
|
|
6004
|
+
"line": 607
|
|
5923
6005
|
},
|
|
5924
6006
|
"name": "scopedPackagesOptions",
|
|
5925
6007
|
"optional": true,
|
|
@@ -5959,7 +6041,7 @@
|
|
|
5959
6041
|
"immutable": true,
|
|
5960
6042
|
"locationInModule": {
|
|
5961
6043
|
"filename": "src/projen-project-options.ts",
|
|
5962
|
-
"line":
|
|
6044
|
+
"line": 601
|
|
5963
6045
|
},
|
|
5964
6046
|
"name": "stability",
|
|
5965
6047
|
"optional": true,
|
|
@@ -5978,7 +6060,7 @@
|
|
|
5978
6060
|
"immutable": true,
|
|
5979
6061
|
"locationInModule": {
|
|
5980
6062
|
"filename": "src/projen-project-options.ts",
|
|
5981
|
-
"line":
|
|
6063
|
+
"line": 890
|
|
5982
6064
|
},
|
|
5983
6065
|
"name": "stale",
|
|
5984
6066
|
"optional": true,
|
|
@@ -5997,7 +6079,7 @@
|
|
|
5997
6079
|
"immutable": true,
|
|
5998
6080
|
"locationInModule": {
|
|
5999
6081
|
"filename": "src/projen-project-options.ts",
|
|
6000
|
-
"line":
|
|
6082
|
+
"line": 883
|
|
6001
6083
|
},
|
|
6002
6084
|
"name": "staleOptions",
|
|
6003
6085
|
"optional": true,
|
|
@@ -6104,7 +6186,7 @@
|
|
|
6104
6186
|
"immutable": true,
|
|
6105
6187
|
"locationInModule": {
|
|
6106
6188
|
"filename": "src/projen-project-options.ts",
|
|
6107
|
-
"line":
|
|
6189
|
+
"line": 1071
|
|
6108
6190
|
},
|
|
6109
6191
|
"name": "upgradesSchedule",
|
|
6110
6192
|
"optional": true,
|
|
@@ -6123,7 +6205,7 @@
|
|
|
6123
6205
|
"immutable": true,
|
|
6124
6206
|
"locationInModule": {
|
|
6125
6207
|
"filename": "src/projen-project-options.ts",
|
|
6126
|
-
"line":
|
|
6208
|
+
"line": 431
|
|
6127
6209
|
},
|
|
6128
6210
|
"name": "versionrcOptions",
|
|
6129
6211
|
"optional": true,
|
|
@@ -6147,7 +6229,7 @@
|
|
|
6147
6229
|
"immutable": true,
|
|
6148
6230
|
"locationInModule": {
|
|
6149
6231
|
"filename": "src/projen-project-options.ts",
|
|
6150
|
-
"line":
|
|
6232
|
+
"line": 876
|
|
6151
6233
|
},
|
|
6152
6234
|
"name": "vscode",
|
|
6153
6235
|
"optional": true,
|
|
@@ -6166,7 +6248,7 @@
|
|
|
6166
6248
|
"immutable": true,
|
|
6167
6249
|
"locationInModule": {
|
|
6168
6250
|
"filename": "src/projen-project-options.ts",
|
|
6169
|
-
"line":
|
|
6251
|
+
"line": 1084
|
|
6170
6252
|
},
|
|
6171
6253
|
"name": "wordmarkOptions",
|
|
6172
6254
|
"optional": true,
|
|
@@ -6207,7 +6289,7 @@
|
|
|
6207
6289
|
"immutable": true,
|
|
6208
6290
|
"locationInModule": {
|
|
6209
6291
|
"filename": "src/projen-project-options.ts",
|
|
6210
|
-
"line":
|
|
6292
|
+
"line": 424
|
|
6211
6293
|
},
|
|
6212
6294
|
"name": "workflowContainerImage",
|
|
6213
6295
|
"optional": true,
|
|
@@ -6284,7 +6366,7 @@
|
|
|
6284
6366
|
"immutable": true,
|
|
6285
6367
|
"locationInModule": {
|
|
6286
6368
|
"filename": "src/projen-project-options.ts",
|
|
6287
|
-
"line":
|
|
6369
|
+
"line": 418
|
|
6288
6370
|
},
|
|
6289
6371
|
"name": "workflowRunsOn",
|
|
6290
6372
|
"optional": true,
|
|
@@ -6310,7 +6392,7 @@
|
|
|
6310
6392
|
"immutable": true,
|
|
6311
6393
|
"locationInModule": {
|
|
6312
6394
|
"filename": "src/projen-project-options.ts",
|
|
6313
|
-
"line":
|
|
6395
|
+
"line": 410
|
|
6314
6396
|
},
|
|
6315
6397
|
"name": "workflowRunsOnGroup",
|
|
6316
6398
|
"optional": true,
|
|
@@ -6328,7 +6410,7 @@
|
|
|
6328
6410
|
"immutable": true,
|
|
6329
6411
|
"locationInModule": {
|
|
6330
6412
|
"filename": "src/projen-project-options.ts",
|
|
6331
|
-
"line":
|
|
6413
|
+
"line": 596
|
|
6332
6414
|
},
|
|
6333
6415
|
"name": "yarnBerryOptions",
|
|
6334
6416
|
"optional": true,
|
|
@@ -6430,7 +6512,7 @@
|
|
|
6430
6512
|
"immutable": true,
|
|
6431
6513
|
"locationInModule": {
|
|
6432
6514
|
"filename": "src/typescript-project-options.ts",
|
|
6433
|
-
"line":
|
|
6515
|
+
"line": 804
|
|
6434
6516
|
},
|
|
6435
6517
|
"name": "authorName",
|
|
6436
6518
|
"type": {
|
|
@@ -6445,7 +6527,7 @@
|
|
|
6445
6527
|
"immutable": true,
|
|
6446
6528
|
"locationInModule": {
|
|
6447
6529
|
"filename": "src/typescript-project-options.ts",
|
|
6448
|
-
"line":
|
|
6530
|
+
"line": 983
|
|
6449
6531
|
},
|
|
6450
6532
|
"name": "repo",
|
|
6451
6533
|
"type": {
|
|
@@ -6462,7 +6544,7 @@
|
|
|
6462
6544
|
"immutable": true,
|
|
6463
6545
|
"locationInModule": {
|
|
6464
6546
|
"filename": "src/typescript-project-options.ts",
|
|
6465
|
-
"line":
|
|
6547
|
+
"line": 996
|
|
6466
6548
|
},
|
|
6467
6549
|
"name": "allowedCommitTypes",
|
|
6468
6550
|
"optional": true,
|
|
@@ -6486,7 +6568,7 @@
|
|
|
6486
6568
|
"immutable": true,
|
|
6487
6569
|
"locationInModule": {
|
|
6488
6570
|
"filename": "src/typescript-project-options.ts",
|
|
6489
|
-
"line":
|
|
6571
|
+
"line": 817
|
|
6490
6572
|
},
|
|
6491
6573
|
"name": "allowLibraryDependencies",
|
|
6492
6574
|
"optional": true,
|
|
@@ -6504,7 +6586,7 @@
|
|
|
6504
6586
|
"immutable": true,
|
|
6505
6587
|
"locationInModule": {
|
|
6506
6588
|
"filename": "src/typescript-project-options.ts",
|
|
6507
|
-
"line":
|
|
6589
|
+
"line": 340
|
|
6508
6590
|
},
|
|
6509
6591
|
"name": "artifactsDirectory",
|
|
6510
6592
|
"optional": true,
|
|
@@ -6512,6 +6594,43 @@
|
|
|
6512
6594
|
"primitive": "string"
|
|
6513
6595
|
}
|
|
6514
6596
|
},
|
|
6597
|
+
{
|
|
6598
|
+
"abstract": true,
|
|
6599
|
+
"docs": {
|
|
6600
|
+
"default": "false",
|
|
6601
|
+
"remarks": "When enabled, creates an \"audit\" task that checks for known security vulnerabilities\nin dependencies. By default, runs during every build and checks for \"high\" severity\nvulnerabilities or above in all dependencies (including dev dependencies).",
|
|
6602
|
+
"stability": "stable",
|
|
6603
|
+
"summary": "Run security audit on dependencies."
|
|
6604
|
+
},
|
|
6605
|
+
"immutable": true,
|
|
6606
|
+
"locationInModule": {
|
|
6607
|
+
"filename": "src/typescript-project-options.ts",
|
|
6608
|
+
"line": 334
|
|
6609
|
+
},
|
|
6610
|
+
"name": "auditDeps",
|
|
6611
|
+
"optional": true,
|
|
6612
|
+
"type": {
|
|
6613
|
+
"primitive": "boolean"
|
|
6614
|
+
}
|
|
6615
|
+
},
|
|
6616
|
+
{
|
|
6617
|
+
"abstract": true,
|
|
6618
|
+
"docs": {
|
|
6619
|
+
"default": "- default options",
|
|
6620
|
+
"stability": "stable",
|
|
6621
|
+
"summary": "Security audit options."
|
|
6622
|
+
},
|
|
6623
|
+
"immutable": true,
|
|
6624
|
+
"locationInModule": {
|
|
6625
|
+
"filename": "src/typescript-project-options.ts",
|
|
6626
|
+
"line": 325
|
|
6627
|
+
},
|
|
6628
|
+
"name": "auditDepsOptions",
|
|
6629
|
+
"optional": true,
|
|
6630
|
+
"type": {
|
|
6631
|
+
"fqn": "projen.javascript.AuditOptions"
|
|
6632
|
+
}
|
|
6633
|
+
},
|
|
6515
6634
|
{
|
|
6516
6635
|
"abstract": true,
|
|
6517
6636
|
"docs": {
|
|
@@ -6521,7 +6640,7 @@
|
|
|
6521
6640
|
"immutable": true,
|
|
6522
6641
|
"locationInModule": {
|
|
6523
6642
|
"filename": "src/typescript-project-options.ts",
|
|
6524
|
-
"line":
|
|
6643
|
+
"line": 809
|
|
6525
6644
|
},
|
|
6526
6645
|
"name": "authorEmail",
|
|
6527
6646
|
"optional": true,
|
|
@@ -6538,7 +6657,7 @@
|
|
|
6538
6657
|
"immutable": true,
|
|
6539
6658
|
"locationInModule": {
|
|
6540
6659
|
"filename": "src/typescript-project-options.ts",
|
|
6541
|
-
"line":
|
|
6660
|
+
"line": 799
|
|
6542
6661
|
},
|
|
6543
6662
|
"name": "authorOrganization",
|
|
6544
6663
|
"optional": true,
|
|
@@ -6555,7 +6674,7 @@
|
|
|
6555
6674
|
"immutable": true,
|
|
6556
6675
|
"locationInModule": {
|
|
6557
6676
|
"filename": "src/typescript-project-options.ts",
|
|
6558
|
-
"line":
|
|
6677
|
+
"line": 794
|
|
6559
6678
|
},
|
|
6560
6679
|
"name": "authorUrl",
|
|
6561
6680
|
"optional": true,
|
|
@@ -6573,7 +6692,7 @@
|
|
|
6573
6692
|
"immutable": true,
|
|
6574
6693
|
"locationInModule": {
|
|
6575
6694
|
"filename": "src/typescript-project-options.ts",
|
|
6576
|
-
"line":
|
|
6695
|
+
"line": 903
|
|
6577
6696
|
},
|
|
6578
6697
|
"name": "autoApproveOptions",
|
|
6579
6698
|
"optional": true,
|
|
@@ -6610,7 +6729,7 @@
|
|
|
6610
6729
|
"immutable": true,
|
|
6611
6730
|
"locationInModule": {
|
|
6612
6731
|
"filename": "src/typescript-project-options.ts",
|
|
6613
|
-
"line":
|
|
6732
|
+
"line": 789
|
|
6614
6733
|
},
|
|
6615
6734
|
"name": "autoDetectBin",
|
|
6616
6735
|
"optional": true,
|
|
@@ -6621,7 +6740,7 @@
|
|
|
6621
6740
|
{
|
|
6622
6741
|
"abstract": true,
|
|
6623
6742
|
"docs": {
|
|
6624
|
-
"default": "
|
|
6743
|
+
"default": "- none",
|
|
6625
6744
|
"remarks": "Remember to install the app and to configure credentials.",
|
|
6626
6745
|
"stability": "stable",
|
|
6627
6746
|
"summary": "Use this app for workflow automation."
|
|
@@ -6629,7 +6748,7 @@
|
|
|
6629
6748
|
"immutable": true,
|
|
6630
6749
|
"locationInModule": {
|
|
6631
6750
|
"filename": "src/typescript-project-options.ts",
|
|
6632
|
-
"line":
|
|
6751
|
+
"line": 1002
|
|
6633
6752
|
},
|
|
6634
6753
|
"name": "automationAppName",
|
|
6635
6754
|
"optional": true,
|
|
@@ -6640,7 +6759,7 @@
|
|
|
6640
6759
|
{
|
|
6641
6760
|
"abstract": true,
|
|
6642
6761
|
"docs": {
|
|
6643
|
-
"default": "
|
|
6762
|
+
"default": "\"automation\"",
|
|
6644
6763
|
"remarks": "You will need to set the environment up in GitHub. Credentials can only be used within this environment.",
|
|
6645
6764
|
"stability": "stable",
|
|
6646
6765
|
"summary": "Protect any automation with this environment."
|
|
@@ -6648,7 +6767,7 @@
|
|
|
6648
6767
|
"immutable": true,
|
|
6649
6768
|
"locationInModule": {
|
|
6650
6769
|
"filename": "src/typescript-project-options.ts",
|
|
6651
|
-
"line":
|
|
6770
|
+
"line": 1008
|
|
6652
6771
|
},
|
|
6653
6772
|
"name": "automationEnvironment",
|
|
6654
6773
|
"optional": true,
|
|
@@ -6667,7 +6786,7 @@
|
|
|
6667
6786
|
"immutable": true,
|
|
6668
6787
|
"locationInModule": {
|
|
6669
6788
|
"filename": "src/typescript-project-options.ts",
|
|
6670
|
-
"line":
|
|
6789
|
+
"line": 897
|
|
6671
6790
|
},
|
|
6672
6791
|
"name": "autoMerge",
|
|
6673
6792
|
"optional": true,
|
|
@@ -6686,7 +6805,7 @@
|
|
|
6686
6805
|
"immutable": true,
|
|
6687
6806
|
"locationInModule": {
|
|
6688
6807
|
"filename": "src/typescript-project-options.ts",
|
|
6689
|
-
"line":
|
|
6808
|
+
"line": 889
|
|
6690
6809
|
},
|
|
6691
6810
|
"name": "autoMergeOptions",
|
|
6692
6811
|
"optional": true,
|
|
@@ -6704,7 +6823,7 @@
|
|
|
6704
6823
|
"immutable": true,
|
|
6705
6824
|
"locationInModule": {
|
|
6706
6825
|
"filename": "src/typescript-project-options.ts",
|
|
6707
|
-
"line":
|
|
6826
|
+
"line": 783
|
|
6708
6827
|
},
|
|
6709
6828
|
"name": "bin",
|
|
6710
6829
|
"optional": true,
|
|
@@ -6762,7 +6881,7 @@
|
|
|
6762
6881
|
"immutable": true,
|
|
6763
6882
|
"locationInModule": {
|
|
6764
6883
|
"filename": "src/typescript-project-options.ts",
|
|
6765
|
-
"line":
|
|
6884
|
+
"line": 775
|
|
6766
6885
|
},
|
|
6767
6886
|
"name": "bugsEmail",
|
|
6768
6887
|
"optional": true,
|
|
@@ -6779,7 +6898,7 @@
|
|
|
6779
6898
|
"immutable": true,
|
|
6780
6899
|
"locationInModule": {
|
|
6781
6900
|
"filename": "src/typescript-project-options.ts",
|
|
6782
|
-
"line":
|
|
6901
|
+
"line": 770
|
|
6783
6902
|
},
|
|
6784
6903
|
"name": "bugsUrl",
|
|
6785
6904
|
"optional": true,
|
|
@@ -6833,7 +6952,7 @@
|
|
|
6833
6952
|
"immutable": true,
|
|
6834
6953
|
"locationInModule": {
|
|
6835
6954
|
"filename": "src/typescript-project-options.ts",
|
|
6836
|
-
"line":
|
|
6955
|
+
"line": 533
|
|
6837
6956
|
},
|
|
6838
6957
|
"name": "bumpPackage",
|
|
6839
6958
|
"optional": true,
|
|
@@ -6851,7 +6970,7 @@
|
|
|
6851
6970
|
"immutable": true,
|
|
6852
6971
|
"locationInModule": {
|
|
6853
6972
|
"filename": "src/typescript-project-options.ts",
|
|
6854
|
-
"line":
|
|
6973
|
+
"line": 765
|
|
6855
6974
|
},
|
|
6856
6975
|
"name": "bundledDeps",
|
|
6857
6976
|
"optional": true,
|
|
@@ -6891,7 +7010,7 @@
|
|
|
6891
7010
|
"immutable": true,
|
|
6892
7011
|
"locationInModule": {
|
|
6893
7012
|
"filename": "src/typescript-project-options.ts",
|
|
6894
|
-
"line":
|
|
7013
|
+
"line": 750
|
|
6895
7014
|
},
|
|
6896
7015
|
"name": "bunVersion",
|
|
6897
7016
|
"optional": true,
|
|
@@ -6928,7 +7047,7 @@
|
|
|
6928
7047
|
"immutable": true,
|
|
6929
7048
|
"locationInModule": {
|
|
6930
7049
|
"filename": "src/typescript-project-options.ts",
|
|
6931
|
-
"line":
|
|
7050
|
+
"line": 881
|
|
6932
7051
|
},
|
|
6933
7052
|
"name": "clobber",
|
|
6934
7053
|
"optional": true,
|
|
@@ -6947,7 +7066,7 @@
|
|
|
6947
7066
|
"immutable": true,
|
|
6948
7067
|
"locationInModule": {
|
|
6949
7068
|
"filename": "src/typescript-project-options.ts",
|
|
6950
|
-
"line":
|
|
7069
|
+
"line": 744
|
|
6951
7070
|
},
|
|
6952
7071
|
"name": "codeArtifactOptions",
|
|
6953
7072
|
"optional": true,
|
|
@@ -7001,7 +7120,7 @@
|
|
|
7001
7120
|
"immutable": true,
|
|
7002
7121
|
"locationInModule": {
|
|
7003
7122
|
"filename": "src/typescript-project-options.ts",
|
|
7004
|
-
"line":
|
|
7123
|
+
"line": 972
|
|
7005
7124
|
},
|
|
7006
7125
|
"name": "commitGenerated",
|
|
7007
7126
|
"optional": true,
|
|
@@ -7055,7 +7174,7 @@
|
|
|
7055
7174
|
"immutable": true,
|
|
7056
7175
|
"locationInModule": {
|
|
7057
7176
|
"filename": "src/typescript-project-options.ts",
|
|
7058
|
-
"line":
|
|
7177
|
+
"line": 346
|
|
7059
7178
|
},
|
|
7060
7179
|
"name": "defaultReleaseBranch",
|
|
7061
7180
|
"optional": true,
|
|
@@ -7114,7 +7233,7 @@
|
|
|
7114
7233
|
"immutable": true,
|
|
7115
7234
|
"locationInModule": {
|
|
7116
7235
|
"filename": "src/typescript-project-options.ts",
|
|
7117
|
-
"line":
|
|
7236
|
+
"line": 737
|
|
7118
7237
|
},
|
|
7119
7238
|
"name": "deps",
|
|
7120
7239
|
"optional": true,
|
|
@@ -7177,7 +7296,7 @@
|
|
|
7177
7296
|
"immutable": true,
|
|
7178
7297
|
"locationInModule": {
|
|
7179
7298
|
"filename": "src/typescript-project-options.ts",
|
|
7180
|
-
"line":
|
|
7299
|
+
"line": 724
|
|
7181
7300
|
},
|
|
7182
7301
|
"name": "description",
|
|
7183
7302
|
"optional": true,
|
|
@@ -7195,7 +7314,7 @@
|
|
|
7195
7314
|
"immutable": true,
|
|
7196
7315
|
"locationInModule": {
|
|
7197
7316
|
"filename": "src/typescript-project-options.ts",
|
|
7198
|
-
"line":
|
|
7317
|
+
"line": 875
|
|
7199
7318
|
},
|
|
7200
7319
|
"name": "devContainer",
|
|
7201
7320
|
"optional": true,
|
|
@@ -7217,7 +7336,7 @@
|
|
|
7217
7336
|
"immutable": true,
|
|
7218
7337
|
"locationInModule": {
|
|
7219
7338
|
"filename": "src/typescript-project-options.ts",
|
|
7220
|
-
"line":
|
|
7339
|
+
"line": 716
|
|
7221
7340
|
},
|
|
7222
7341
|
"name": "devDeps",
|
|
7223
7342
|
"optional": true,
|
|
@@ -7312,7 +7431,7 @@
|
|
|
7312
7431
|
"immutable": true,
|
|
7313
7432
|
"locationInModule": {
|
|
7314
7433
|
"filename": "src/typescript-project-options.ts",
|
|
7315
|
-
"line":
|
|
7434
|
+
"line": 699
|
|
7316
7435
|
},
|
|
7317
7436
|
"name": "entrypoint",
|
|
7318
7437
|
"optional": true,
|
|
@@ -7385,7 +7504,7 @@
|
|
|
7385
7504
|
"immutable": true,
|
|
7386
7505
|
"locationInModule": {
|
|
7387
7506
|
"filename": "src/typescript-project-options.ts",
|
|
7388
|
-
"line":
|
|
7507
|
+
"line": 869
|
|
7389
7508
|
},
|
|
7390
7509
|
"name": "github",
|
|
7391
7510
|
"optional": true,
|
|
@@ -7403,7 +7522,7 @@
|
|
|
7403
7522
|
"immutable": true,
|
|
7404
7523
|
"locationInModule": {
|
|
7405
7524
|
"filename": "src/typescript-project-options.ts",
|
|
7406
|
-
"line":
|
|
7525
|
+
"line": 862
|
|
7407
7526
|
},
|
|
7408
7527
|
"name": "githubOptions",
|
|
7409
7528
|
"optional": true,
|
|
@@ -7442,7 +7561,7 @@
|
|
|
7442
7561
|
"immutable": true,
|
|
7443
7562
|
"locationInModule": {
|
|
7444
7563
|
"filename": "src/typescript-project-options.ts",
|
|
7445
|
-
"line":
|
|
7564
|
+
"line": 966
|
|
7446
7565
|
},
|
|
7447
7566
|
"name": "gitIgnoreOptions",
|
|
7448
7567
|
"optional": true,
|
|
@@ -7459,7 +7578,7 @@
|
|
|
7459
7578
|
"immutable": true,
|
|
7460
7579
|
"locationInModule": {
|
|
7461
7580
|
"filename": "src/typescript-project-options.ts",
|
|
7462
|
-
"line":
|
|
7581
|
+
"line": 961
|
|
7463
7582
|
},
|
|
7464
7583
|
"name": "gitOptions",
|
|
7465
7584
|
"optional": true,
|
|
@@ -7477,7 +7596,7 @@
|
|
|
7477
7596
|
"immutable": true,
|
|
7478
7597
|
"locationInModule": {
|
|
7479
7598
|
"filename": "src/typescript-project-options.ts",
|
|
7480
|
-
"line":
|
|
7599
|
+
"line": 856
|
|
7481
7600
|
},
|
|
7482
7601
|
"name": "gitpod",
|
|
7483
7602
|
"optional": true,
|
|
@@ -7494,7 +7613,7 @@
|
|
|
7494
7613
|
"immutable": true,
|
|
7495
7614
|
"locationInModule": {
|
|
7496
7615
|
"filename": "src/typescript-project-options.ts",
|
|
7497
|
-
"line":
|
|
7616
|
+
"line": 692
|
|
7498
7617
|
},
|
|
7499
7618
|
"name": "homepage",
|
|
7500
7619
|
"optional": true,
|
|
@@ -7548,7 +7667,7 @@
|
|
|
7548
7667
|
"immutable": true,
|
|
7549
7668
|
"locationInModule": {
|
|
7550
7669
|
"filename": "src/typescript-project-options.ts",
|
|
7551
|
-
"line":
|
|
7670
|
+
"line": 526
|
|
7552
7671
|
},
|
|
7553
7672
|
"name": "jsiiReleaseVersion",
|
|
7554
7673
|
"optional": true,
|
|
@@ -7565,7 +7684,7 @@
|
|
|
7565
7684
|
"immutable": true,
|
|
7566
7685
|
"locationInModule": {
|
|
7567
7686
|
"filename": "src/typescript-project-options.ts",
|
|
7568
|
-
"line":
|
|
7687
|
+
"line": 687
|
|
7569
7688
|
},
|
|
7570
7689
|
"name": "keywords",
|
|
7571
7690
|
"optional": true,
|
|
@@ -7607,7 +7726,7 @@
|
|
|
7607
7726
|
"immutable": true,
|
|
7608
7727
|
"locationInModule": {
|
|
7609
7728
|
"filename": "src/typescript-project-options.ts",
|
|
7610
|
-
"line":
|
|
7729
|
+
"line": 682
|
|
7611
7730
|
},
|
|
7612
7731
|
"name": "license",
|
|
7613
7732
|
"optional": true,
|
|
@@ -7625,7 +7744,7 @@
|
|
|
7625
7744
|
"immutable": true,
|
|
7626
7745
|
"locationInModule": {
|
|
7627
7746
|
"filename": "src/typescript-project-options.ts",
|
|
7628
|
-
"line":
|
|
7747
|
+
"line": 674
|
|
7629
7748
|
},
|
|
7630
7749
|
"name": "licensed",
|
|
7631
7750
|
"optional": true,
|
|
@@ -7643,7 +7762,7 @@
|
|
|
7643
7762
|
"immutable": true,
|
|
7644
7763
|
"locationInModule": {
|
|
7645
7764
|
"filename": "src/typescript-project-options.ts",
|
|
7646
|
-
"line":
|
|
7765
|
+
"line": 956
|
|
7647
7766
|
},
|
|
7648
7767
|
"name": "logging",
|
|
7649
7768
|
"optional": true,
|
|
@@ -7661,7 +7780,7 @@
|
|
|
7661
7780
|
"immutable": true,
|
|
7662
7781
|
"locationInModule": {
|
|
7663
7782
|
"filename": "src/typescript-project-options.ts",
|
|
7664
|
-
"line":
|
|
7783
|
+
"line": 1025
|
|
7665
7784
|
},
|
|
7666
7785
|
"name": "logo",
|
|
7667
7786
|
"optional": true,
|
|
@@ -7680,7 +7799,7 @@
|
|
|
7680
7799
|
"immutable": true,
|
|
7681
7800
|
"locationInModule": {
|
|
7682
7801
|
"filename": "src/typescript-project-options.ts",
|
|
7683
|
-
"line":
|
|
7802
|
+
"line": 520
|
|
7684
7803
|
},
|
|
7685
7804
|
"name": "majorVersion",
|
|
7686
7805
|
"optional": true,
|
|
@@ -7699,7 +7818,7 @@
|
|
|
7699
7818
|
"immutable": true,
|
|
7700
7819
|
"locationInModule": {
|
|
7701
7820
|
"filename": "src/typescript-project-options.ts",
|
|
7702
|
-
"line":
|
|
7821
|
+
"line": 668
|
|
7703
7822
|
},
|
|
7704
7823
|
"name": "maxNodeVersion",
|
|
7705
7824
|
"optional": true,
|
|
@@ -7718,7 +7837,7 @@
|
|
|
7718
7837
|
"immutable": true,
|
|
7719
7838
|
"locationInModule": {
|
|
7720
7839
|
"filename": "src/typescript-project-options.ts",
|
|
7721
|
-
"line":
|
|
7840
|
+
"line": 512
|
|
7722
7841
|
},
|
|
7723
7842
|
"name": "minMajorVersion",
|
|
7724
7843
|
"optional": true,
|
|
@@ -7737,7 +7856,7 @@
|
|
|
7737
7856
|
"immutable": true,
|
|
7738
7857
|
"locationInModule": {
|
|
7739
7858
|
"filename": "src/typescript-project-options.ts",
|
|
7740
|
-
"line":
|
|
7859
|
+
"line": 657
|
|
7741
7860
|
},
|
|
7742
7861
|
"name": "minNodeVersion",
|
|
7743
7862
|
"optional": true,
|
|
@@ -7758,7 +7877,7 @@
|
|
|
7758
7877
|
"immutable": true,
|
|
7759
7878
|
"locationInModule": {
|
|
7760
7879
|
"filename": "src/typescript-project-options.ts",
|
|
7761
|
-
"line":
|
|
7880
|
+
"line": 979
|
|
7762
7881
|
},
|
|
7763
7882
|
"name": "name",
|
|
7764
7883
|
"optional": true,
|
|
@@ -7777,7 +7896,7 @@
|
|
|
7777
7896
|
"immutable": true,
|
|
7778
7897
|
"locationInModule": {
|
|
7779
7898
|
"filename": "src/typescript-project-options.ts",
|
|
7780
|
-
"line":
|
|
7899
|
+
"line": 502
|
|
7781
7900
|
},
|
|
7782
7901
|
"name": "nextVersionCommand",
|
|
7783
7902
|
"optional": true,
|
|
@@ -7795,7 +7914,7 @@
|
|
|
7795
7914
|
"immutable": true,
|
|
7796
7915
|
"locationInModule": {
|
|
7797
7916
|
"filename": "src/typescript-project-options.ts",
|
|
7798
|
-
"line":
|
|
7917
|
+
"line": 642
|
|
7799
7918
|
},
|
|
7800
7919
|
"name": "npmAccess",
|
|
7801
7920
|
"optional": true,
|
|
@@ -7814,7 +7933,7 @@
|
|
|
7814
7933
|
"immutable": true,
|
|
7815
7934
|
"locationInModule": {
|
|
7816
7935
|
"filename": "src/typescript-project-options.ts",
|
|
7817
|
-
"line":
|
|
7936
|
+
"line": 478
|
|
7818
7937
|
},
|
|
7819
7938
|
"name": "npmDistTag",
|
|
7820
7939
|
"optional": true,
|
|
@@ -7868,7 +7987,7 @@
|
|
|
7868
7987
|
"immutable": true,
|
|
7869
7988
|
"locationInModule": {
|
|
7870
7989
|
"filename": "src/typescript-project-options.ts",
|
|
7871
|
-
"line":
|
|
7990
|
+
"line": 634
|
|
7872
7991
|
},
|
|
7873
7992
|
"name": "npmProvenance",
|
|
7874
7993
|
"optional": true,
|
|
@@ -7887,7 +8006,7 @@
|
|
|
7887
8006
|
"immutable": true,
|
|
7888
8007
|
"locationInModule": {
|
|
7889
8008
|
"filename": "src/typescript-project-options.ts",
|
|
7890
|
-
"line":
|
|
8009
|
+
"line": 623
|
|
7891
8010
|
},
|
|
7892
8011
|
"name": "npmRegistryUrl",
|
|
7893
8012
|
"optional": true,
|
|
@@ -7905,7 +8024,7 @@
|
|
|
7905
8024
|
"immutable": true,
|
|
7906
8025
|
"locationInModule": {
|
|
7907
8026
|
"filename": "src/typescript-project-options.ts",
|
|
7908
|
-
"line":
|
|
8027
|
+
"line": 616
|
|
7909
8028
|
},
|
|
7910
8029
|
"name": "npmTokenSecret",
|
|
7911
8030
|
"optional": true,
|
|
@@ -7923,7 +8042,7 @@
|
|
|
7923
8042
|
"immutable": true,
|
|
7924
8043
|
"locationInModule": {
|
|
7925
8044
|
"filename": "src/typescript-project-options.ts",
|
|
7926
|
-
"line":
|
|
8045
|
+
"line": 610
|
|
7927
8046
|
},
|
|
7928
8047
|
"name": "npmTrustedPublishing",
|
|
7929
8048
|
"optional": true,
|
|
@@ -7942,7 +8061,7 @@
|
|
|
7942
8061
|
"immutable": true,
|
|
7943
8062
|
"locationInModule": {
|
|
7944
8063
|
"filename": "src/typescript-project-options.ts",
|
|
7945
|
-
"line":
|
|
8064
|
+
"line": 950
|
|
7946
8065
|
},
|
|
7947
8066
|
"name": "outdir",
|
|
7948
8067
|
"optional": true,
|
|
@@ -7960,7 +8079,7 @@
|
|
|
7960
8079
|
"immutable": true,
|
|
7961
8080
|
"locationInModule": {
|
|
7962
8081
|
"filename": "src/typescript-project-options.ts",
|
|
7963
|
-
"line":
|
|
8082
|
+
"line": 1014
|
|
7964
8083
|
},
|
|
7965
8084
|
"name": "ownerCanSelfApprovePRs",
|
|
7966
8085
|
"optional": true,
|
|
@@ -7996,7 +8115,7 @@
|
|
|
7996
8115
|
"immutable": true,
|
|
7997
8116
|
"locationInModule": {
|
|
7998
8117
|
"filename": "src/typescript-project-options.ts",
|
|
7999
|
-
"line":
|
|
8118
|
+
"line": 604
|
|
8000
8119
|
},
|
|
8001
8120
|
"name": "packageManager",
|
|
8002
8121
|
"optional": true,
|
|
@@ -8017,7 +8136,7 @@
|
|
|
8017
8136
|
"immutable": true,
|
|
8018
8137
|
"locationInModule": {
|
|
8019
8138
|
"filename": "src/typescript-project-options.ts",
|
|
8020
|
-
"line":
|
|
8139
|
+
"line": 598
|
|
8021
8140
|
},
|
|
8022
8141
|
"name": "packageName",
|
|
8023
8142
|
"optional": true,
|
|
@@ -8034,7 +8153,7 @@
|
|
|
8034
8153
|
"immutable": true,
|
|
8035
8154
|
"locationInModule": {
|
|
8036
8155
|
"filename": "src/typescript-project-options.ts",
|
|
8037
|
-
"line":
|
|
8156
|
+
"line": 939
|
|
8038
8157
|
},
|
|
8039
8158
|
"name": "parent",
|
|
8040
8159
|
"optional": true,
|
|
@@ -8051,7 +8170,7 @@
|
|
|
8051
8170
|
"immutable": true,
|
|
8052
8171
|
"locationInModule": {
|
|
8053
8172
|
"filename": "src/typescript-project-options.ts",
|
|
8054
|
-
"line":
|
|
8173
|
+
"line": 591
|
|
8055
8174
|
},
|
|
8056
8175
|
"name": "peerDependencyOptions",
|
|
8057
8176
|
"optional": true,
|
|
@@ -8070,7 +8189,7 @@
|
|
|
8070
8189
|
"immutable": true,
|
|
8071
8190
|
"locationInModule": {
|
|
8072
8191
|
"filename": "src/typescript-project-options.ts",
|
|
8073
|
-
"line":
|
|
8192
|
+
"line": 586
|
|
8074
8193
|
},
|
|
8075
8194
|
"name": "peerDeps",
|
|
8076
8195
|
"optional": true,
|
|
@@ -8093,7 +8212,7 @@
|
|
|
8093
8212
|
"immutable": true,
|
|
8094
8213
|
"locationInModule": {
|
|
8095
8214
|
"filename": "src/typescript-project-options.ts",
|
|
8096
|
-
"line":
|
|
8215
|
+
"line": 567
|
|
8097
8216
|
},
|
|
8098
8217
|
"name": "pnpmVersion",
|
|
8099
8218
|
"optional": true,
|
|
@@ -8111,7 +8230,7 @@
|
|
|
8111
8230
|
"immutable": true,
|
|
8112
8231
|
"locationInModule": {
|
|
8113
8232
|
"filename": "src/typescript-project-options.ts",
|
|
8114
|
-
"line":
|
|
8233
|
+
"line": 470
|
|
8115
8234
|
},
|
|
8116
8235
|
"name": "postBuildSteps",
|
|
8117
8236
|
"optional": true,
|
|
@@ -8134,7 +8253,7 @@
|
|
|
8134
8253
|
"immutable": true,
|
|
8135
8254
|
"locationInModule": {
|
|
8136
8255
|
"filename": "src/typescript-project-options.ts",
|
|
8137
|
-
"line":
|
|
8256
|
+
"line": 464
|
|
8138
8257
|
},
|
|
8139
8258
|
"name": "prerelease",
|
|
8140
8259
|
"optional": true,
|
|
@@ -8189,7 +8308,7 @@
|
|
|
8189
8308
|
"immutable": true,
|
|
8190
8309
|
"locationInModule": {
|
|
8191
8310
|
"filename": "src/typescript-project-options.ts",
|
|
8192
|
-
"line":
|
|
8311
|
+
"line": 934
|
|
8193
8312
|
},
|
|
8194
8313
|
"name": "projenCommand",
|
|
8195
8314
|
"optional": true,
|
|
@@ -8207,7 +8326,7 @@
|
|
|
8207
8326
|
"immutable": true,
|
|
8208
8327
|
"locationInModule": {
|
|
8209
8328
|
"filename": "src/typescript-project-options.ts",
|
|
8210
|
-
"line":
|
|
8329
|
+
"line": 850
|
|
8211
8330
|
},
|
|
8212
8331
|
"name": "projenCredentials",
|
|
8213
8332
|
"optional": true,
|
|
@@ -8261,7 +8380,7 @@
|
|
|
8261
8380
|
"immutable": true,
|
|
8262
8381
|
"locationInModule": {
|
|
8263
8382
|
"filename": "src/typescript-project-options.ts",
|
|
8264
|
-
"line":
|
|
8383
|
+
"line": 927
|
|
8265
8384
|
},
|
|
8266
8385
|
"name": "projenrcJson",
|
|
8267
8386
|
"optional": true,
|
|
@@ -8279,7 +8398,7 @@
|
|
|
8279
8398
|
"immutable": true,
|
|
8280
8399
|
"locationInModule": {
|
|
8281
8400
|
"filename": "src/typescript-project-options.ts",
|
|
8282
|
-
"line":
|
|
8401
|
+
"line": 921
|
|
8283
8402
|
},
|
|
8284
8403
|
"name": "projenrcJsonOptions",
|
|
8285
8404
|
"optional": true,
|
|
@@ -8350,7 +8469,7 @@
|
|
|
8350
8469
|
"immutable": true,
|
|
8351
8470
|
"locationInModule": {
|
|
8352
8471
|
"filename": "src/typescript-project-options.ts",
|
|
8353
|
-
"line":
|
|
8472
|
+
"line": 458
|
|
8354
8473
|
},
|
|
8355
8474
|
"name": "publishDryRun",
|
|
8356
8475
|
"optional": true,
|
|
@@ -8369,7 +8488,7 @@
|
|
|
8369
8488
|
"immutable": true,
|
|
8370
8489
|
"locationInModule": {
|
|
8371
8490
|
"filename": "src/typescript-project-options.ts",
|
|
8372
|
-
"line":
|
|
8491
|
+
"line": 452
|
|
8373
8492
|
},
|
|
8374
8493
|
"name": "publishTasks",
|
|
8375
8494
|
"optional": true,
|
|
@@ -8428,7 +8547,7 @@
|
|
|
8428
8547
|
"immutable": true,
|
|
8429
8548
|
"locationInModule": {
|
|
8430
8549
|
"filename": "src/typescript-project-options.ts",
|
|
8431
|
-
"line":
|
|
8550
|
+
"line": 844
|
|
8432
8551
|
},
|
|
8433
8552
|
"name": "readme",
|
|
8434
8553
|
"optional": true,
|
|
@@ -8446,7 +8565,7 @@
|
|
|
8446
8565
|
"immutable": true,
|
|
8447
8566
|
"locationInModule": {
|
|
8448
8567
|
"filename": "src/typescript-project-options.ts",
|
|
8449
|
-
"line":
|
|
8568
|
+
"line": 989
|
|
8450
8569
|
},
|
|
8451
8570
|
"name": "releasableCommitTypes",
|
|
8452
8571
|
"optional": true,
|
|
@@ -8488,7 +8607,7 @@
|
|
|
8488
8607
|
"immutable": true,
|
|
8489
8608
|
"locationInModule": {
|
|
8490
8609
|
"filename": "src/typescript-project-options.ts",
|
|
8491
|
-
"line":
|
|
8610
|
+
"line": 444
|
|
8492
8611
|
},
|
|
8493
8612
|
"name": "releaseBranches",
|
|
8494
8613
|
"optional": true,
|
|
@@ -8512,7 +8631,7 @@
|
|
|
8512
8631
|
"immutable": true,
|
|
8513
8632
|
"locationInModule": {
|
|
8514
8633
|
"filename": "src/typescript-project-options.ts",
|
|
8515
|
-
"line":
|
|
8634
|
+
"line": 431
|
|
8516
8635
|
},
|
|
8517
8636
|
"name": "releaseEnvironment",
|
|
8518
8637
|
"optional": true,
|
|
@@ -8530,7 +8649,7 @@
|
|
|
8530
8649
|
"immutable": true,
|
|
8531
8650
|
"locationInModule": {
|
|
8532
8651
|
"filename": "src/typescript-project-options.ts",
|
|
8533
|
-
"line":
|
|
8652
|
+
"line": 420
|
|
8534
8653
|
},
|
|
8535
8654
|
"name": "releaseFailureIssue",
|
|
8536
8655
|
"optional": true,
|
|
@@ -8549,7 +8668,7 @@
|
|
|
8549
8668
|
"immutable": true,
|
|
8550
8669
|
"locationInModule": {
|
|
8551
8670
|
"filename": "src/typescript-project-options.ts",
|
|
8552
|
-
"line":
|
|
8671
|
+
"line": 414
|
|
8553
8672
|
},
|
|
8554
8673
|
"name": "releaseFailureIssueLabel",
|
|
8555
8674
|
"optional": true,
|
|
@@ -8568,7 +8687,7 @@
|
|
|
8568
8687
|
"immutable": true,
|
|
8569
8688
|
"locationInModule": {
|
|
8570
8689
|
"filename": "src/typescript-project-options.ts",
|
|
8571
|
-
"line":
|
|
8690
|
+
"line": 407
|
|
8572
8691
|
},
|
|
8573
8692
|
"name": "releaseTagPrefix",
|
|
8574
8693
|
"optional": true,
|
|
@@ -8604,7 +8723,7 @@
|
|
|
8604
8723
|
"immutable": true,
|
|
8605
8724
|
"locationInModule": {
|
|
8606
8725
|
"filename": "src/typescript-project-options.ts",
|
|
8607
|
-
"line":
|
|
8726
|
+
"line": 397
|
|
8608
8727
|
},
|
|
8609
8728
|
"name": "releaseTrigger",
|
|
8610
8729
|
"optional": true,
|
|
@@ -8622,7 +8741,7 @@
|
|
|
8622
8741
|
"immutable": true,
|
|
8623
8742
|
"locationInModule": {
|
|
8624
8743
|
"filename": "src/typescript-project-options.ts",
|
|
8625
|
-
"line":
|
|
8744
|
+
"line": 391
|
|
8626
8745
|
},
|
|
8627
8746
|
"name": "releaseWorkflowEnv",
|
|
8628
8747
|
"optional": true,
|
|
@@ -8645,7 +8764,7 @@
|
|
|
8645
8764
|
"immutable": true,
|
|
8646
8765
|
"locationInModule": {
|
|
8647
8766
|
"filename": "src/typescript-project-options.ts",
|
|
8648
|
-
"line":
|
|
8767
|
+
"line": 385
|
|
8649
8768
|
},
|
|
8650
8769
|
"name": "releaseWorkflowName",
|
|
8651
8770
|
"optional": true,
|
|
@@ -8662,7 +8781,7 @@
|
|
|
8662
8781
|
"immutable": true,
|
|
8663
8782
|
"locationInModule": {
|
|
8664
8783
|
"filename": "src/typescript-project-options.ts",
|
|
8665
|
-
"line":
|
|
8784
|
+
"line": 379
|
|
8666
8785
|
},
|
|
8667
8786
|
"name": "releaseWorkflowSetupSteps",
|
|
8668
8787
|
"optional": true,
|
|
@@ -8685,7 +8804,7 @@
|
|
|
8685
8804
|
"immutable": true,
|
|
8686
8805
|
"locationInModule": {
|
|
8687
8806
|
"filename": "src/typescript-project-options.ts",
|
|
8688
|
-
"line":
|
|
8807
|
+
"line": 915
|
|
8689
8808
|
},
|
|
8690
8809
|
"name": "renovatebot",
|
|
8691
8810
|
"optional": true,
|
|
@@ -8703,7 +8822,7 @@
|
|
|
8703
8822
|
"immutable": true,
|
|
8704
8823
|
"locationInModule": {
|
|
8705
8824
|
"filename": "src/typescript-project-options.ts",
|
|
8706
|
-
"line":
|
|
8825
|
+
"line": 909
|
|
8707
8826
|
},
|
|
8708
8827
|
"name": "renovatebotOptions",
|
|
8709
8828
|
"optional": true,
|
|
@@ -8721,7 +8840,7 @@
|
|
|
8721
8840
|
"immutable": true,
|
|
8722
8841
|
"locationInModule": {
|
|
8723
8842
|
"filename": "src/typescript-project-options.ts",
|
|
8724
|
-
"line":
|
|
8843
|
+
"line": 561
|
|
8725
8844
|
},
|
|
8726
8845
|
"name": "repository",
|
|
8727
8846
|
"optional": true,
|
|
@@ -8738,7 +8857,7 @@
|
|
|
8738
8857
|
"immutable": true,
|
|
8739
8858
|
"locationInModule": {
|
|
8740
8859
|
"filename": "src/typescript-project-options.ts",
|
|
8741
|
-
"line":
|
|
8860
|
+
"line": 555
|
|
8742
8861
|
},
|
|
8743
8862
|
"name": "repositoryDirectory",
|
|
8744
8863
|
"optional": true,
|
|
@@ -8756,7 +8875,7 @@
|
|
|
8756
8875
|
"immutable": true,
|
|
8757
8876
|
"locationInModule": {
|
|
8758
8877
|
"filename": "src/typescript-project-options.ts",
|
|
8759
|
-
"line":
|
|
8878
|
+
"line": 550
|
|
8760
8879
|
},
|
|
8761
8880
|
"name": "scopedPackagesOptions",
|
|
8762
8881
|
"optional": true,
|
|
@@ -8796,7 +8915,7 @@
|
|
|
8796
8915
|
"immutable": true,
|
|
8797
8916
|
"locationInModule": {
|
|
8798
8917
|
"filename": "src/typescript-project-options.ts",
|
|
8799
|
-
"line":
|
|
8918
|
+
"line": 544
|
|
8800
8919
|
},
|
|
8801
8920
|
"name": "stability",
|
|
8802
8921
|
"optional": true,
|
|
@@ -8815,7 +8934,7 @@
|
|
|
8815
8934
|
"immutable": true,
|
|
8816
8935
|
"locationInModule": {
|
|
8817
8936
|
"filename": "src/typescript-project-options.ts",
|
|
8818
|
-
"line":
|
|
8937
|
+
"line": 838
|
|
8819
8938
|
},
|
|
8820
8939
|
"name": "stale",
|
|
8821
8940
|
"optional": true,
|
|
@@ -8834,7 +8953,7 @@
|
|
|
8834
8953
|
"immutable": true,
|
|
8835
8954
|
"locationInModule": {
|
|
8836
8955
|
"filename": "src/typescript-project-options.ts",
|
|
8837
|
-
"line":
|
|
8956
|
+
"line": 831
|
|
8838
8957
|
},
|
|
8839
8958
|
"name": "staleOptions",
|
|
8840
8959
|
"optional": true,
|
|
@@ -8960,7 +9079,7 @@
|
|
|
8960
9079
|
"immutable": true,
|
|
8961
9080
|
"locationInModule": {
|
|
8962
9081
|
"filename": "src/typescript-project-options.ts",
|
|
8963
|
-
"line":
|
|
9082
|
+
"line": 1019
|
|
8964
9083
|
},
|
|
8965
9084
|
"name": "upgradesSchedule",
|
|
8966
9085
|
"optional": true,
|
|
@@ -8979,7 +9098,7 @@
|
|
|
8979
9098
|
"immutable": true,
|
|
8980
9099
|
"locationInModule": {
|
|
8981
9100
|
"filename": "src/typescript-project-options.ts",
|
|
8982
|
-
"line":
|
|
9101
|
+
"line": 374
|
|
8983
9102
|
},
|
|
8984
9103
|
"name": "versionrcOptions",
|
|
8985
9104
|
"optional": true,
|
|
@@ -9003,7 +9122,7 @@
|
|
|
9003
9122
|
"immutable": true,
|
|
9004
9123
|
"locationInModule": {
|
|
9005
9124
|
"filename": "src/typescript-project-options.ts",
|
|
9006
|
-
"line":
|
|
9125
|
+
"line": 824
|
|
9007
9126
|
},
|
|
9008
9127
|
"name": "vscode",
|
|
9009
9128
|
"optional": true,
|
|
@@ -9022,7 +9141,7 @@
|
|
|
9022
9141
|
"immutable": true,
|
|
9023
9142
|
"locationInModule": {
|
|
9024
9143
|
"filename": "src/typescript-project-options.ts",
|
|
9025
|
-
"line":
|
|
9144
|
+
"line": 1032
|
|
9026
9145
|
},
|
|
9027
9146
|
"name": "wordmarkOptions",
|
|
9028
9147
|
"optional": true,
|
|
@@ -9063,7 +9182,7 @@
|
|
|
9063
9182
|
"immutable": true,
|
|
9064
9183
|
"locationInModule": {
|
|
9065
9184
|
"filename": "src/typescript-project-options.ts",
|
|
9066
|
-
"line":
|
|
9185
|
+
"line": 367
|
|
9067
9186
|
},
|
|
9068
9187
|
"name": "workflowContainerImage",
|
|
9069
9188
|
"optional": true,
|
|
@@ -9140,7 +9259,7 @@
|
|
|
9140
9259
|
"immutable": true,
|
|
9141
9260
|
"locationInModule": {
|
|
9142
9261
|
"filename": "src/typescript-project-options.ts",
|
|
9143
|
-
"line":
|
|
9262
|
+
"line": 361
|
|
9144
9263
|
},
|
|
9145
9264
|
"name": "workflowRunsOn",
|
|
9146
9265
|
"optional": true,
|
|
@@ -9166,7 +9285,7 @@
|
|
|
9166
9285
|
"immutable": true,
|
|
9167
9286
|
"locationInModule": {
|
|
9168
9287
|
"filename": "src/typescript-project-options.ts",
|
|
9169
|
-
"line":
|
|
9288
|
+
"line": 353
|
|
9170
9289
|
},
|
|
9171
9290
|
"name": "workflowRunsOnGroup",
|
|
9172
9291
|
"optional": true,
|
|
@@ -9184,7 +9303,7 @@
|
|
|
9184
9303
|
"immutable": true,
|
|
9185
9304
|
"locationInModule": {
|
|
9186
9305
|
"filename": "src/typescript-project-options.ts",
|
|
9187
|
-
"line":
|
|
9306
|
+
"line": 539
|
|
9188
9307
|
},
|
|
9189
9308
|
"name": "yarnBerryOptions",
|
|
9190
9309
|
"optional": true,
|
|
@@ -10529,6 +10648,6 @@
|
|
|
10529
10648
|
"symbolId": "src/logo/Wordmark:WordmarkOptions"
|
|
10530
10649
|
}
|
|
10531
10650
|
},
|
|
10532
|
-
"version": "0.2.
|
|
10533
|
-
"fingerprint": "
|
|
10651
|
+
"version": "0.2.8",
|
|
10652
|
+
"fingerprint": "lOTlFH6k0jrPGOPbfOB26E5O6w/KggjoZuet3LIvYQc="
|
|
10534
10653
|
}
|