mrpj 0.1.34 → 0.1.35
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 +217 -160
- package/API.md +60 -0
- package/lib/construct-project-options.d.ts +11 -0
- package/lib/construct-project-options.js +1 -1
- package/lib/construct-project.js +1 -1
- 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 +11 -0
- package/lib/projen-project-options.js +1 -1
- package/lib/projen-project.js +1 -1
- package/lib/typescript-project-options.d.ts +11 -0
- package/lib/typescript-project-options.js +1 -1
- package/lib/typescript-project.js +1 -1
- package/package.json +3 -3
package/.jsii
CHANGED
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"stability": "stable"
|
|
81
81
|
},
|
|
82
82
|
"homepage": "https://github.com/mrgrain/projen-projects",
|
|
83
|
-
"jsiiVersion": "5.3.
|
|
83
|
+
"jsiiVersion": "5.3.18 (build 4f1b2de)",
|
|
84
84
|
"license": "MIT",
|
|
85
85
|
"metadata": {
|
|
86
86
|
"jsii": {
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"immutable": true,
|
|
253
253
|
"locationInModule": {
|
|
254
254
|
"filename": "src/construct-project-options.ts",
|
|
255
|
-
"line":
|
|
255
|
+
"line": 1081
|
|
256
256
|
},
|
|
257
257
|
"name": "name",
|
|
258
258
|
"type": {
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
"immutable": true,
|
|
288
288
|
"locationInModule": {
|
|
289
289
|
"filename": "src/construct-project-options.ts",
|
|
290
|
-
"line":
|
|
290
|
+
"line": 919
|
|
291
291
|
},
|
|
292
292
|
"name": "allowLibraryDependencies",
|
|
293
293
|
"optional": true,
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
"immutable": true,
|
|
323
323
|
"locationInModule": {
|
|
324
324
|
"filename": "src/construct-project-options.ts",
|
|
325
|
-
"line":
|
|
325
|
+
"line": 911
|
|
326
326
|
},
|
|
327
327
|
"name": "authorEmail",
|
|
328
328
|
"optional": true,
|
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
"immutable": true,
|
|
340
340
|
"locationInModule": {
|
|
341
341
|
"filename": "src/construct-project-options.ts",
|
|
342
|
-
"line":
|
|
342
|
+
"line": 906
|
|
343
343
|
},
|
|
344
344
|
"name": "authorName",
|
|
345
345
|
"optional": true,
|
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
"immutable": true,
|
|
357
357
|
"locationInModule": {
|
|
358
358
|
"filename": "src/construct-project-options.ts",
|
|
359
|
-
"line":
|
|
359
|
+
"line": 901
|
|
360
360
|
},
|
|
361
361
|
"name": "authorOrganization",
|
|
362
362
|
"optional": true,
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
"immutable": true,
|
|
374
374
|
"locationInModule": {
|
|
375
375
|
"filename": "src/construct-project-options.ts",
|
|
376
|
-
"line":
|
|
376
|
+
"line": 896
|
|
377
377
|
},
|
|
378
378
|
"name": "authorUrl",
|
|
379
379
|
"optional": true,
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
"immutable": true,
|
|
392
392
|
"locationInModule": {
|
|
393
393
|
"filename": "src/construct-project-options.ts",
|
|
394
|
-
"line":
|
|
394
|
+
"line": 1005
|
|
395
395
|
},
|
|
396
396
|
"name": "autoApproveOptions",
|
|
397
397
|
"optional": true,
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
"immutable": true,
|
|
429
429
|
"locationInModule": {
|
|
430
430
|
"filename": "src/construct-project-options.ts",
|
|
431
|
-
"line":
|
|
431
|
+
"line": 891
|
|
432
432
|
},
|
|
433
433
|
"name": "autoDetectBin",
|
|
434
434
|
"optional": true,
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
"immutable": true,
|
|
448
448
|
"locationInModule": {
|
|
449
449
|
"filename": "src/construct-project-options.ts",
|
|
450
|
-
"line":
|
|
450
|
+
"line": 999
|
|
451
451
|
},
|
|
452
452
|
"name": "autoMerge",
|
|
453
453
|
"optional": true,
|
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
"immutable": true,
|
|
467
467
|
"locationInModule": {
|
|
468
468
|
"filename": "src/construct-project-options.ts",
|
|
469
|
-
"line":
|
|
469
|
+
"line": 991
|
|
470
470
|
},
|
|
471
471
|
"name": "autoMergeOptions",
|
|
472
472
|
"optional": true,
|
|
@@ -484,7 +484,7 @@
|
|
|
484
484
|
"immutable": true,
|
|
485
485
|
"locationInModule": {
|
|
486
486
|
"filename": "src/construct-project-options.ts",
|
|
487
|
-
"line":
|
|
487
|
+
"line": 885
|
|
488
488
|
},
|
|
489
489
|
"name": "bin",
|
|
490
490
|
"optional": true,
|
|
@@ -506,7 +506,7 @@
|
|
|
506
506
|
"immutable": true,
|
|
507
507
|
"locationInModule": {
|
|
508
508
|
"filename": "src/construct-project-options.ts",
|
|
509
|
-
"line":
|
|
509
|
+
"line": 877
|
|
510
510
|
},
|
|
511
511
|
"name": "bugsEmail",
|
|
512
512
|
"optional": true,
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
"immutable": true,
|
|
524
524
|
"locationInModule": {
|
|
525
525
|
"filename": "src/construct-project-options.ts",
|
|
526
|
-
"line":
|
|
526
|
+
"line": 872
|
|
527
527
|
},
|
|
528
528
|
"name": "bugsUrl",
|
|
529
529
|
"optional": true,
|
|
@@ -577,7 +577,7 @@
|
|
|
577
577
|
"immutable": true,
|
|
578
578
|
"locationInModule": {
|
|
579
579
|
"filename": "src/construct-project-options.ts",
|
|
580
|
-
"line":
|
|
580
|
+
"line": 867
|
|
581
581
|
},
|
|
582
582
|
"name": "bundledDeps",
|
|
583
583
|
"optional": true,
|
|
@@ -692,7 +692,7 @@
|
|
|
692
692
|
"immutable": true,
|
|
693
693
|
"locationInModule": {
|
|
694
694
|
"filename": "src/construct-project-options.ts",
|
|
695
|
-
"line":
|
|
695
|
+
"line": 983
|
|
696
696
|
},
|
|
697
697
|
"name": "clobber",
|
|
698
698
|
"optional": true,
|
|
@@ -711,7 +711,7 @@
|
|
|
711
711
|
"immutable": true,
|
|
712
712
|
"locationInModule": {
|
|
713
713
|
"filename": "src/construct-project-options.ts",
|
|
714
|
-
"line":
|
|
714
|
+
"line": 852
|
|
715
715
|
},
|
|
716
716
|
"name": "codeArtifactOptions",
|
|
717
717
|
"optional": true,
|
|
@@ -765,7 +765,7 @@
|
|
|
765
765
|
"immutable": true,
|
|
766
766
|
"locationInModule": {
|
|
767
767
|
"filename": "src/construct-project-options.ts",
|
|
768
|
-
"line":
|
|
768
|
+
"line": 1074
|
|
769
769
|
},
|
|
770
770
|
"name": "commitGenerated",
|
|
771
771
|
"optional": true,
|
|
@@ -933,7 +933,7 @@
|
|
|
933
933
|
"immutable": true,
|
|
934
934
|
"locationInModule": {
|
|
935
935
|
"filename": "src/construct-project-options.ts",
|
|
936
|
-
"line":
|
|
936
|
+
"line": 845
|
|
937
937
|
},
|
|
938
938
|
"name": "deps",
|
|
939
939
|
"optional": true,
|
|
@@ -996,7 +996,7 @@
|
|
|
996
996
|
"immutable": true,
|
|
997
997
|
"locationInModule": {
|
|
998
998
|
"filename": "src/construct-project-options.ts",
|
|
999
|
-
"line":
|
|
999
|
+
"line": 832
|
|
1000
1000
|
},
|
|
1001
1001
|
"name": "description",
|
|
1002
1002
|
"optional": true,
|
|
@@ -1014,7 +1014,7 @@
|
|
|
1014
1014
|
"immutable": true,
|
|
1015
1015
|
"locationInModule": {
|
|
1016
1016
|
"filename": "src/construct-project-options.ts",
|
|
1017
|
-
"line":
|
|
1017
|
+
"line": 977
|
|
1018
1018
|
},
|
|
1019
1019
|
"name": "devContainer",
|
|
1020
1020
|
"optional": true,
|
|
@@ -1036,7 +1036,7 @@
|
|
|
1036
1036
|
"immutable": true,
|
|
1037
1037
|
"locationInModule": {
|
|
1038
1038
|
"filename": "src/construct-project-options.ts",
|
|
1039
|
-
"line":
|
|
1039
|
+
"line": 824
|
|
1040
1040
|
},
|
|
1041
1041
|
"name": "devDeps",
|
|
1042
1042
|
"optional": true,
|
|
@@ -1167,7 +1167,7 @@
|
|
|
1167
1167
|
"immutable": true,
|
|
1168
1168
|
"locationInModule": {
|
|
1169
1169
|
"filename": "src/construct-project-options.ts",
|
|
1170
|
-
"line":
|
|
1170
|
+
"line": 807
|
|
1171
1171
|
},
|
|
1172
1172
|
"name": "entrypoint",
|
|
1173
1173
|
"optional": true,
|
|
@@ -1281,7 +1281,7 @@
|
|
|
1281
1281
|
"immutable": true,
|
|
1282
1282
|
"locationInModule": {
|
|
1283
1283
|
"filename": "src/construct-project-options.ts",
|
|
1284
|
-
"line":
|
|
1284
|
+
"line": 971
|
|
1285
1285
|
},
|
|
1286
1286
|
"name": "github",
|
|
1287
1287
|
"optional": true,
|
|
@@ -1299,7 +1299,7 @@
|
|
|
1299
1299
|
"immutable": true,
|
|
1300
1300
|
"locationInModule": {
|
|
1301
1301
|
"filename": "src/construct-project-options.ts",
|
|
1302
|
-
"line":
|
|
1302
|
+
"line": 964
|
|
1303
1303
|
},
|
|
1304
1304
|
"name": "githubOptions",
|
|
1305
1305
|
"optional": true,
|
|
@@ -1338,7 +1338,7 @@
|
|
|
1338
1338
|
"immutable": true,
|
|
1339
1339
|
"locationInModule": {
|
|
1340
1340
|
"filename": "src/construct-project-options.ts",
|
|
1341
|
-
"line":
|
|
1341
|
+
"line": 1068
|
|
1342
1342
|
},
|
|
1343
1343
|
"name": "gitIgnoreOptions",
|
|
1344
1344
|
"optional": true,
|
|
@@ -1355,7 +1355,7 @@
|
|
|
1355
1355
|
"immutable": true,
|
|
1356
1356
|
"locationInModule": {
|
|
1357
1357
|
"filename": "src/construct-project-options.ts",
|
|
1358
|
-
"line":
|
|
1358
|
+
"line": 1063
|
|
1359
1359
|
},
|
|
1360
1360
|
"name": "gitOptions",
|
|
1361
1361
|
"optional": true,
|
|
@@ -1373,7 +1373,7 @@
|
|
|
1373
1373
|
"immutable": true,
|
|
1374
1374
|
"locationInModule": {
|
|
1375
1375
|
"filename": "src/construct-project-options.ts",
|
|
1376
|
-
"line":
|
|
1376
|
+
"line": 958
|
|
1377
1377
|
},
|
|
1378
1378
|
"name": "gitpod",
|
|
1379
1379
|
"optional": true,
|
|
@@ -1390,7 +1390,7 @@
|
|
|
1390
1390
|
"immutable": true,
|
|
1391
1391
|
"locationInModule": {
|
|
1392
1392
|
"filename": "src/construct-project-options.ts",
|
|
1393
|
-
"line":
|
|
1393
|
+
"line": 800
|
|
1394
1394
|
},
|
|
1395
1395
|
"name": "homepage",
|
|
1396
1396
|
"optional": true,
|
|
@@ -1501,7 +1501,7 @@
|
|
|
1501
1501
|
"immutable": true,
|
|
1502
1502
|
"locationInModule": {
|
|
1503
1503
|
"filename": "src/construct-project-options.ts",
|
|
1504
|
-
"line":
|
|
1504
|
+
"line": 795
|
|
1505
1505
|
},
|
|
1506
1506
|
"name": "keywords",
|
|
1507
1507
|
"optional": true,
|
|
@@ -1597,7 +1597,7 @@
|
|
|
1597
1597
|
"immutable": true,
|
|
1598
1598
|
"locationInModule": {
|
|
1599
1599
|
"filename": "src/construct-project-options.ts",
|
|
1600
|
-
"line":
|
|
1600
|
+
"line": 790
|
|
1601
1601
|
},
|
|
1602
1602
|
"name": "license",
|
|
1603
1603
|
"optional": true,
|
|
@@ -1615,7 +1615,7 @@
|
|
|
1615
1615
|
"immutable": true,
|
|
1616
1616
|
"locationInModule": {
|
|
1617
1617
|
"filename": "src/construct-project-options.ts",
|
|
1618
|
-
"line":
|
|
1618
|
+
"line": 782
|
|
1619
1619
|
},
|
|
1620
1620
|
"name": "licensed",
|
|
1621
1621
|
"optional": true,
|
|
@@ -1633,7 +1633,7 @@
|
|
|
1633
1633
|
"immutable": true,
|
|
1634
1634
|
"locationInModule": {
|
|
1635
1635
|
"filename": "src/construct-project-options.ts",
|
|
1636
|
-
"line":
|
|
1636
|
+
"line": 1058
|
|
1637
1637
|
},
|
|
1638
1638
|
"name": "logging",
|
|
1639
1639
|
"optional": true,
|
|
@@ -1670,7 +1670,7 @@
|
|
|
1670
1670
|
"immutable": true,
|
|
1671
1671
|
"locationInModule": {
|
|
1672
1672
|
"filename": "src/construct-project-options.ts",
|
|
1673
|
-
"line":
|
|
1673
|
+
"line": 776
|
|
1674
1674
|
},
|
|
1675
1675
|
"name": "maxNodeVersion",
|
|
1676
1676
|
"optional": true,
|
|
@@ -1707,7 +1707,7 @@
|
|
|
1707
1707
|
"immutable": true,
|
|
1708
1708
|
"locationInModule": {
|
|
1709
1709
|
"filename": "src/construct-project-options.ts",
|
|
1710
|
-
"line":
|
|
1710
|
+
"line": 770
|
|
1711
1711
|
},
|
|
1712
1712
|
"name": "minNodeVersion",
|
|
1713
1713
|
"optional": true,
|
|
@@ -1744,7 +1744,7 @@
|
|
|
1744
1744
|
"immutable": true,
|
|
1745
1745
|
"locationInModule": {
|
|
1746
1746
|
"filename": "src/construct-project-options.ts",
|
|
1747
|
-
"line":
|
|
1747
|
+
"line": 764
|
|
1748
1748
|
},
|
|
1749
1749
|
"name": "npmAccess",
|
|
1750
1750
|
"optional": true,
|
|
@@ -1806,6 +1806,25 @@
|
|
|
1806
1806
|
"fqn": "projen.IgnoreFileOptions"
|
|
1807
1807
|
}
|
|
1808
1808
|
},
|
|
1809
|
+
{
|
|
1810
|
+
"abstract": true,
|
|
1811
|
+
"docs": {
|
|
1812
|
+
"default": "- true for public packages, false otherwise",
|
|
1813
|
+
"remarks": "A supported package manager is required to publish a package with npm provenance statements and\nyou will need to use a supported CI/CD provider.\n\nNote that the projen `Release` and `Publisher` components are using `publib` to publish packages,\nwhich is using npm internally and supports provenance statements independently of the package manager used.",
|
|
1814
|
+
"stability": "stable",
|
|
1815
|
+
"summary": "Should provenance statements be generated when the package is published."
|
|
1816
|
+
},
|
|
1817
|
+
"immutable": true,
|
|
1818
|
+
"locationInModule": {
|
|
1819
|
+
"filename": "src/construct-project-options.ts",
|
|
1820
|
+
"line": 756
|
|
1821
|
+
},
|
|
1822
|
+
"name": "npmProvenance",
|
|
1823
|
+
"optional": true,
|
|
1824
|
+
"type": {
|
|
1825
|
+
"primitive": "boolean"
|
|
1826
|
+
}
|
|
1827
|
+
},
|
|
1809
1828
|
{
|
|
1810
1829
|
"abstract": true,
|
|
1811
1830
|
"docs": {
|
|
@@ -1854,7 +1873,7 @@
|
|
|
1854
1873
|
"immutable": true,
|
|
1855
1874
|
"locationInModule": {
|
|
1856
1875
|
"filename": "src/construct-project-options.ts",
|
|
1857
|
-
"line":
|
|
1876
|
+
"line": 1052
|
|
1858
1877
|
},
|
|
1859
1878
|
"name": "outdir",
|
|
1860
1879
|
"optional": true,
|
|
@@ -1928,7 +1947,7 @@
|
|
|
1928
1947
|
"immutable": true,
|
|
1929
1948
|
"locationInModule": {
|
|
1930
1949
|
"filename": "src/construct-project-options.ts",
|
|
1931
|
-
"line":
|
|
1950
|
+
"line": 1041
|
|
1932
1951
|
},
|
|
1933
1952
|
"name": "parent",
|
|
1934
1953
|
"optional": true,
|
|
@@ -2083,7 +2102,7 @@
|
|
|
2083
2102
|
"immutable": true,
|
|
2084
2103
|
"locationInModule": {
|
|
2085
2104
|
"filename": "src/construct-project-options.ts",
|
|
2086
|
-
"line":
|
|
2105
|
+
"line": 1036
|
|
2087
2106
|
},
|
|
2088
2107
|
"name": "projenCommand",
|
|
2089
2108
|
"optional": true,
|
|
@@ -2101,7 +2120,7 @@
|
|
|
2101
2120
|
"immutable": true,
|
|
2102
2121
|
"locationInModule": {
|
|
2103
2122
|
"filename": "src/construct-project-options.ts",
|
|
2104
|
-
"line":
|
|
2123
|
+
"line": 952
|
|
2105
2124
|
},
|
|
2106
2125
|
"name": "projenCredentials",
|
|
2107
2126
|
"optional": true,
|
|
@@ -2155,7 +2174,7 @@
|
|
|
2155
2174
|
"immutable": true,
|
|
2156
2175
|
"locationInModule": {
|
|
2157
2176
|
"filename": "src/construct-project-options.ts",
|
|
2158
|
-
"line":
|
|
2177
|
+
"line": 1029
|
|
2159
2178
|
},
|
|
2160
2179
|
"name": "projenrcJson",
|
|
2161
2180
|
"optional": true,
|
|
@@ -2173,7 +2192,7 @@
|
|
|
2173
2192
|
"immutable": true,
|
|
2174
2193
|
"locationInModule": {
|
|
2175
2194
|
"filename": "src/construct-project-options.ts",
|
|
2176
|
-
"line":
|
|
2195
|
+
"line": 1023
|
|
2177
2196
|
},
|
|
2178
2197
|
"name": "projenrcJsonOptions",
|
|
2179
2198
|
"optional": true,
|
|
@@ -2415,7 +2434,7 @@
|
|
|
2415
2434
|
"immutable": true,
|
|
2416
2435
|
"locationInModule": {
|
|
2417
2436
|
"filename": "src/construct-project-options.ts",
|
|
2418
|
-
"line":
|
|
2437
|
+
"line": 946
|
|
2419
2438
|
},
|
|
2420
2439
|
"name": "readme",
|
|
2421
2440
|
"optional": true,
|
|
@@ -2625,7 +2644,7 @@
|
|
|
2625
2644
|
"immutable": true,
|
|
2626
2645
|
"locationInModule": {
|
|
2627
2646
|
"filename": "src/construct-project-options.ts",
|
|
2628
|
-
"line":
|
|
2647
|
+
"line": 1017
|
|
2629
2648
|
},
|
|
2630
2649
|
"name": "renovatebot",
|
|
2631
2650
|
"optional": true,
|
|
@@ -2643,7 +2662,7 @@
|
|
|
2643
2662
|
"immutable": true,
|
|
2644
2663
|
"locationInModule": {
|
|
2645
2664
|
"filename": "src/construct-project-options.ts",
|
|
2646
|
-
"line":
|
|
2665
|
+
"line": 1011
|
|
2647
2666
|
},
|
|
2648
2667
|
"name": "renovatebotOptions",
|
|
2649
2668
|
"optional": true,
|
|
@@ -2790,7 +2809,7 @@
|
|
|
2790
2809
|
"immutable": true,
|
|
2791
2810
|
"locationInModule": {
|
|
2792
2811
|
"filename": "src/construct-project-options.ts",
|
|
2793
|
-
"line":
|
|
2812
|
+
"line": 940
|
|
2794
2813
|
},
|
|
2795
2814
|
"name": "stale",
|
|
2796
2815
|
"optional": true,
|
|
@@ -2809,7 +2828,7 @@
|
|
|
2809
2828
|
"immutable": true,
|
|
2810
2829
|
"locationInModule": {
|
|
2811
2830
|
"filename": "src/construct-project-options.ts",
|
|
2812
|
-
"line":
|
|
2831
|
+
"line": 933
|
|
2813
2832
|
},
|
|
2814
2833
|
"name": "staleOptions",
|
|
2815
2834
|
"optional": true,
|
|
@@ -2961,7 +2980,7 @@
|
|
|
2961
2980
|
"immutable": true,
|
|
2962
2981
|
"locationInModule": {
|
|
2963
2982
|
"filename": "src/construct-project-options.ts",
|
|
2964
|
-
"line":
|
|
2983
|
+
"line": 926
|
|
2965
2984
|
},
|
|
2966
2985
|
"name": "vscode",
|
|
2967
2986
|
"optional": true,
|
|
@@ -3225,7 +3244,7 @@
|
|
|
3225
3244
|
"immutable": true,
|
|
3226
3245
|
"locationInModule": {
|
|
3227
3246
|
"filename": "src/projen-project-options.ts",
|
|
3228
|
-
"line":
|
|
3247
|
+
"line": 777
|
|
3229
3248
|
},
|
|
3230
3249
|
"name": "authorName",
|
|
3231
3250
|
"type": {
|
|
@@ -3240,7 +3259,7 @@
|
|
|
3240
3259
|
"immutable": true,
|
|
3241
3260
|
"locationInModule": {
|
|
3242
3261
|
"filename": "src/projen-project-options.ts",
|
|
3243
|
-
"line":
|
|
3262
|
+
"line": 956
|
|
3244
3263
|
},
|
|
3245
3264
|
"name": "repo",
|
|
3246
3265
|
"type": {
|
|
@@ -3257,7 +3276,7 @@
|
|
|
3257
3276
|
"immutable": true,
|
|
3258
3277
|
"locationInModule": {
|
|
3259
3278
|
"filename": "src/projen-project-options.ts",
|
|
3260
|
-
"line":
|
|
3279
|
+
"line": 969
|
|
3261
3280
|
},
|
|
3262
3281
|
"name": "allowedCommitTypes",
|
|
3263
3282
|
"optional": true,
|
|
@@ -3281,7 +3300,7 @@
|
|
|
3281
3300
|
"immutable": true,
|
|
3282
3301
|
"locationInModule": {
|
|
3283
3302
|
"filename": "src/projen-project-options.ts",
|
|
3284
|
-
"line":
|
|
3303
|
+
"line": 790
|
|
3285
3304
|
},
|
|
3286
3305
|
"name": "allowLibraryDependencies",
|
|
3287
3306
|
"optional": true,
|
|
@@ -3334,7 +3353,7 @@
|
|
|
3334
3353
|
"immutable": true,
|
|
3335
3354
|
"locationInModule": {
|
|
3336
3355
|
"filename": "src/projen-project-options.ts",
|
|
3337
|
-
"line":
|
|
3356
|
+
"line": 782
|
|
3338
3357
|
},
|
|
3339
3358
|
"name": "authorEmail",
|
|
3340
3359
|
"optional": true,
|
|
@@ -3351,7 +3370,7 @@
|
|
|
3351
3370
|
"immutable": true,
|
|
3352
3371
|
"locationInModule": {
|
|
3353
3372
|
"filename": "src/projen-project-options.ts",
|
|
3354
|
-
"line":
|
|
3373
|
+
"line": 772
|
|
3355
3374
|
},
|
|
3356
3375
|
"name": "authorOrganization",
|
|
3357
3376
|
"optional": true,
|
|
@@ -3368,7 +3387,7 @@
|
|
|
3368
3387
|
"immutable": true,
|
|
3369
3388
|
"locationInModule": {
|
|
3370
3389
|
"filename": "src/projen-project-options.ts",
|
|
3371
|
-
"line":
|
|
3390
|
+
"line": 767
|
|
3372
3391
|
},
|
|
3373
3392
|
"name": "authorUrl",
|
|
3374
3393
|
"optional": true,
|
|
@@ -3386,7 +3405,7 @@
|
|
|
3386
3405
|
"immutable": true,
|
|
3387
3406
|
"locationInModule": {
|
|
3388
3407
|
"filename": "src/projen-project-options.ts",
|
|
3389
|
-
"line":
|
|
3408
|
+
"line": 876
|
|
3390
3409
|
},
|
|
3391
3410
|
"name": "autoApproveOptions",
|
|
3392
3411
|
"optional": true,
|
|
@@ -3423,7 +3442,7 @@
|
|
|
3423
3442
|
"immutable": true,
|
|
3424
3443
|
"locationInModule": {
|
|
3425
3444
|
"filename": "src/projen-project-options.ts",
|
|
3426
|
-
"line":
|
|
3445
|
+
"line": 762
|
|
3427
3446
|
},
|
|
3428
3447
|
"name": "autoDetectBin",
|
|
3429
3448
|
"optional": true,
|
|
@@ -3442,7 +3461,7 @@
|
|
|
3442
3461
|
"immutable": true,
|
|
3443
3462
|
"locationInModule": {
|
|
3444
3463
|
"filename": "src/projen-project-options.ts",
|
|
3445
|
-
"line":
|
|
3464
|
+
"line": 975
|
|
3446
3465
|
},
|
|
3447
3466
|
"name": "automationAppName",
|
|
3448
3467
|
"optional": true,
|
|
@@ -3461,7 +3480,7 @@
|
|
|
3461
3480
|
"immutable": true,
|
|
3462
3481
|
"locationInModule": {
|
|
3463
3482
|
"filename": "src/projen-project-options.ts",
|
|
3464
|
-
"line":
|
|
3483
|
+
"line": 870
|
|
3465
3484
|
},
|
|
3466
3485
|
"name": "autoMerge",
|
|
3467
3486
|
"optional": true,
|
|
@@ -3480,7 +3499,7 @@
|
|
|
3480
3499
|
"immutable": true,
|
|
3481
3500
|
"locationInModule": {
|
|
3482
3501
|
"filename": "src/projen-project-options.ts",
|
|
3483
|
-
"line":
|
|
3502
|
+
"line": 862
|
|
3484
3503
|
},
|
|
3485
3504
|
"name": "autoMergeOptions",
|
|
3486
3505
|
"optional": true,
|
|
@@ -3498,7 +3517,7 @@
|
|
|
3498
3517
|
"immutable": true,
|
|
3499
3518
|
"locationInModule": {
|
|
3500
3519
|
"filename": "src/projen-project-options.ts",
|
|
3501
|
-
"line":
|
|
3520
|
+
"line": 756
|
|
3502
3521
|
},
|
|
3503
3522
|
"name": "bin",
|
|
3504
3523
|
"optional": true,
|
|
@@ -3520,7 +3539,7 @@
|
|
|
3520
3539
|
"immutable": true,
|
|
3521
3540
|
"locationInModule": {
|
|
3522
3541
|
"filename": "src/projen-project-options.ts",
|
|
3523
|
-
"line":
|
|
3542
|
+
"line": 748
|
|
3524
3543
|
},
|
|
3525
3544
|
"name": "bugsEmail",
|
|
3526
3545
|
"optional": true,
|
|
@@ -3537,7 +3556,7 @@
|
|
|
3537
3556
|
"immutable": true,
|
|
3538
3557
|
"locationInModule": {
|
|
3539
3558
|
"filename": "src/projen-project-options.ts",
|
|
3540
|
-
"line":
|
|
3559
|
+
"line": 743
|
|
3541
3560
|
},
|
|
3542
3561
|
"name": "bugsUrl",
|
|
3543
3562
|
"optional": true,
|
|
@@ -3591,7 +3610,7 @@
|
|
|
3591
3610
|
"immutable": true,
|
|
3592
3611
|
"locationInModule": {
|
|
3593
3612
|
"filename": "src/projen-project-options.ts",
|
|
3594
|
-
"line":
|
|
3613
|
+
"line": 738
|
|
3595
3614
|
},
|
|
3596
3615
|
"name": "bundledDeps",
|
|
3597
3616
|
"optional": true,
|
|
@@ -3650,7 +3669,7 @@
|
|
|
3650
3669
|
"immutable": true,
|
|
3651
3670
|
"locationInModule": {
|
|
3652
3671
|
"filename": "src/projen-project-options.ts",
|
|
3653
|
-
"line":
|
|
3672
|
+
"line": 854
|
|
3654
3673
|
},
|
|
3655
3674
|
"name": "clobber",
|
|
3656
3675
|
"optional": true,
|
|
@@ -3669,7 +3688,7 @@
|
|
|
3669
3688
|
"immutable": true,
|
|
3670
3689
|
"locationInModule": {
|
|
3671
3690
|
"filename": "src/projen-project-options.ts",
|
|
3672
|
-
"line":
|
|
3691
|
+
"line": 723
|
|
3673
3692
|
},
|
|
3674
3693
|
"name": "codeArtifactOptions",
|
|
3675
3694
|
"optional": true,
|
|
@@ -3723,7 +3742,7 @@
|
|
|
3723
3742
|
"immutable": true,
|
|
3724
3743
|
"locationInModule": {
|
|
3725
3744
|
"filename": "src/projen-project-options.ts",
|
|
3726
|
-
"line":
|
|
3745
|
+
"line": 945
|
|
3727
3746
|
},
|
|
3728
3747
|
"name": "commitGenerated",
|
|
3729
3748
|
"optional": true,
|
|
@@ -3891,7 +3910,7 @@
|
|
|
3891
3910
|
"immutable": true,
|
|
3892
3911
|
"locationInModule": {
|
|
3893
3912
|
"filename": "src/projen-project-options.ts",
|
|
3894
|
-
"line":
|
|
3913
|
+
"line": 716
|
|
3895
3914
|
},
|
|
3896
3915
|
"name": "deps",
|
|
3897
3916
|
"optional": true,
|
|
@@ -3954,7 +3973,7 @@
|
|
|
3954
3973
|
"immutable": true,
|
|
3955
3974
|
"locationInModule": {
|
|
3956
3975
|
"filename": "src/projen-project-options.ts",
|
|
3957
|
-
"line":
|
|
3976
|
+
"line": 703
|
|
3958
3977
|
},
|
|
3959
3978
|
"name": "description",
|
|
3960
3979
|
"optional": true,
|
|
@@ -3972,7 +3991,7 @@
|
|
|
3972
3991
|
"immutable": true,
|
|
3973
3992
|
"locationInModule": {
|
|
3974
3993
|
"filename": "src/projen-project-options.ts",
|
|
3975
|
-
"line":
|
|
3994
|
+
"line": 848
|
|
3976
3995
|
},
|
|
3977
3996
|
"name": "devContainer",
|
|
3978
3997
|
"optional": true,
|
|
@@ -3994,7 +4013,7 @@
|
|
|
3994
4013
|
"immutable": true,
|
|
3995
4014
|
"locationInModule": {
|
|
3996
4015
|
"filename": "src/projen-project-options.ts",
|
|
3997
|
-
"line":
|
|
4016
|
+
"line": 695
|
|
3998
4017
|
},
|
|
3999
4018
|
"name": "devDeps",
|
|
4000
4019
|
"optional": true,
|
|
@@ -4107,7 +4126,7 @@
|
|
|
4107
4126
|
"immutable": true,
|
|
4108
4127
|
"locationInModule": {
|
|
4109
4128
|
"filename": "src/projen-project-options.ts",
|
|
4110
|
-
"line":
|
|
4129
|
+
"line": 678
|
|
4111
4130
|
},
|
|
4112
4131
|
"name": "entrypoint",
|
|
4113
4132
|
"optional": true,
|
|
@@ -4203,7 +4222,7 @@
|
|
|
4203
4222
|
"immutable": true,
|
|
4204
4223
|
"locationInModule": {
|
|
4205
4224
|
"filename": "src/projen-project-options.ts",
|
|
4206
|
-
"line":
|
|
4225
|
+
"line": 842
|
|
4207
4226
|
},
|
|
4208
4227
|
"name": "github",
|
|
4209
4228
|
"optional": true,
|
|
@@ -4221,7 +4240,7 @@
|
|
|
4221
4240
|
"immutable": true,
|
|
4222
4241
|
"locationInModule": {
|
|
4223
4242
|
"filename": "src/projen-project-options.ts",
|
|
4224
|
-
"line":
|
|
4243
|
+
"line": 835
|
|
4225
4244
|
},
|
|
4226
4245
|
"name": "githubOptions",
|
|
4227
4246
|
"optional": true,
|
|
@@ -4260,7 +4279,7 @@
|
|
|
4260
4279
|
"immutable": true,
|
|
4261
4280
|
"locationInModule": {
|
|
4262
4281
|
"filename": "src/projen-project-options.ts",
|
|
4263
|
-
"line":
|
|
4282
|
+
"line": 939
|
|
4264
4283
|
},
|
|
4265
4284
|
"name": "gitIgnoreOptions",
|
|
4266
4285
|
"optional": true,
|
|
@@ -4277,7 +4296,7 @@
|
|
|
4277
4296
|
"immutable": true,
|
|
4278
4297
|
"locationInModule": {
|
|
4279
4298
|
"filename": "src/projen-project-options.ts",
|
|
4280
|
-
"line":
|
|
4299
|
+
"line": 934
|
|
4281
4300
|
},
|
|
4282
4301
|
"name": "gitOptions",
|
|
4283
4302
|
"optional": true,
|
|
@@ -4295,7 +4314,7 @@
|
|
|
4295
4314
|
"immutable": true,
|
|
4296
4315
|
"locationInModule": {
|
|
4297
4316
|
"filename": "src/projen-project-options.ts",
|
|
4298
|
-
"line":
|
|
4317
|
+
"line": 829
|
|
4299
4318
|
},
|
|
4300
4319
|
"name": "gitpod",
|
|
4301
4320
|
"optional": true,
|
|
@@ -4312,7 +4331,7 @@
|
|
|
4312
4331
|
"immutable": true,
|
|
4313
4332
|
"locationInModule": {
|
|
4314
4333
|
"filename": "src/projen-project-options.ts",
|
|
4315
|
-
"line":
|
|
4334
|
+
"line": 671
|
|
4316
4335
|
},
|
|
4317
4336
|
"name": "homepage",
|
|
4318
4337
|
"optional": true,
|
|
@@ -4383,7 +4402,7 @@
|
|
|
4383
4402
|
"immutable": true,
|
|
4384
4403
|
"locationInModule": {
|
|
4385
4404
|
"filename": "src/projen-project-options.ts",
|
|
4386
|
-
"line":
|
|
4405
|
+
"line": 666
|
|
4387
4406
|
},
|
|
4388
4407
|
"name": "keywords",
|
|
4389
4408
|
"optional": true,
|
|
@@ -4425,7 +4444,7 @@
|
|
|
4425
4444
|
"immutable": true,
|
|
4426
4445
|
"locationInModule": {
|
|
4427
4446
|
"filename": "src/projen-project-options.ts",
|
|
4428
|
-
"line":
|
|
4447
|
+
"line": 661
|
|
4429
4448
|
},
|
|
4430
4449
|
"name": "license",
|
|
4431
4450
|
"optional": true,
|
|
@@ -4443,7 +4462,7 @@
|
|
|
4443
4462
|
"immutable": true,
|
|
4444
4463
|
"locationInModule": {
|
|
4445
4464
|
"filename": "src/projen-project-options.ts",
|
|
4446
|
-
"line":
|
|
4465
|
+
"line": 653
|
|
4447
4466
|
},
|
|
4448
4467
|
"name": "licensed",
|
|
4449
4468
|
"optional": true,
|
|
@@ -4461,7 +4480,7 @@
|
|
|
4461
4480
|
"immutable": true,
|
|
4462
4481
|
"locationInModule": {
|
|
4463
4482
|
"filename": "src/projen-project-options.ts",
|
|
4464
|
-
"line":
|
|
4483
|
+
"line": 929
|
|
4465
4484
|
},
|
|
4466
4485
|
"name": "logging",
|
|
4467
4486
|
"optional": true,
|
|
@@ -4479,7 +4498,7 @@
|
|
|
4479
4498
|
"immutable": true,
|
|
4480
4499
|
"locationInModule": {
|
|
4481
4500
|
"filename": "src/projen-project-options.ts",
|
|
4482
|
-
"line":
|
|
4501
|
+
"line": 992
|
|
4483
4502
|
},
|
|
4484
4503
|
"name": "logo",
|
|
4485
4504
|
"optional": true,
|
|
@@ -4516,7 +4535,7 @@
|
|
|
4516
4535
|
"immutable": true,
|
|
4517
4536
|
"locationInModule": {
|
|
4518
4537
|
"filename": "src/projen-project-options.ts",
|
|
4519
|
-
"line":
|
|
4538
|
+
"line": 647
|
|
4520
4539
|
},
|
|
4521
4540
|
"name": "maxNodeVersion",
|
|
4522
4541
|
"optional": true,
|
|
@@ -4553,7 +4572,7 @@
|
|
|
4553
4572
|
"immutable": true,
|
|
4554
4573
|
"locationInModule": {
|
|
4555
4574
|
"filename": "src/projen-project-options.ts",
|
|
4556
|
-
"line":
|
|
4575
|
+
"line": 641
|
|
4557
4576
|
},
|
|
4558
4577
|
"name": "minNodeVersion",
|
|
4559
4578
|
"optional": true,
|
|
@@ -4593,7 +4612,7 @@
|
|
|
4593
4612
|
"immutable": true,
|
|
4594
4613
|
"locationInModule": {
|
|
4595
4614
|
"filename": "src/projen-project-options.ts",
|
|
4596
|
-
"line":
|
|
4615
|
+
"line": 952
|
|
4597
4616
|
},
|
|
4598
4617
|
"name": "name",
|
|
4599
4618
|
"optional": true,
|
|
@@ -4611,7 +4630,7 @@
|
|
|
4611
4630
|
"immutable": true,
|
|
4612
4631
|
"locationInModule": {
|
|
4613
4632
|
"filename": "src/projen-project-options.ts",
|
|
4614
|
-
"line":
|
|
4633
|
+
"line": 635
|
|
4615
4634
|
},
|
|
4616
4635
|
"name": "npmAccess",
|
|
4617
4636
|
"optional": true,
|
|
@@ -4673,6 +4692,25 @@
|
|
|
4673
4692
|
"fqn": "projen.IgnoreFileOptions"
|
|
4674
4693
|
}
|
|
4675
4694
|
},
|
|
4695
|
+
{
|
|
4696
|
+
"abstract": true,
|
|
4697
|
+
"docs": {
|
|
4698
|
+
"default": "- true for public packages, false otherwise",
|
|
4699
|
+
"remarks": "A supported package manager is required to publish a package with npm provenance statements and\nyou will need to use a supported CI/CD provider.\n\nNote that the projen `Release` and `Publisher` components are using `publib` to publish packages,\nwhich is using npm internally and supports provenance statements independently of the package manager used.",
|
|
4700
|
+
"stability": "stable",
|
|
4701
|
+
"summary": "Should provenance statements be generated when the package is published."
|
|
4702
|
+
},
|
|
4703
|
+
"immutable": true,
|
|
4704
|
+
"locationInModule": {
|
|
4705
|
+
"filename": "src/projen-project-options.ts",
|
|
4706
|
+
"line": 627
|
|
4707
|
+
},
|
|
4708
|
+
"name": "npmProvenance",
|
|
4709
|
+
"optional": true,
|
|
4710
|
+
"type": {
|
|
4711
|
+
"primitive": "boolean"
|
|
4712
|
+
}
|
|
4713
|
+
},
|
|
4676
4714
|
{
|
|
4677
4715
|
"abstract": true,
|
|
4678
4716
|
"docs": {
|
|
@@ -4721,7 +4759,7 @@
|
|
|
4721
4759
|
"immutable": true,
|
|
4722
4760
|
"locationInModule": {
|
|
4723
4761
|
"filename": "src/projen-project-options.ts",
|
|
4724
|
-
"line":
|
|
4762
|
+
"line": 923
|
|
4725
4763
|
},
|
|
4726
4764
|
"name": "outdir",
|
|
4727
4765
|
"optional": true,
|
|
@@ -4739,7 +4777,7 @@
|
|
|
4739
4777
|
"immutable": true,
|
|
4740
4778
|
"locationInModule": {
|
|
4741
4779
|
"filename": "src/projen-project-options.ts",
|
|
4742
|
-
"line":
|
|
4780
|
+
"line": 981
|
|
4743
4781
|
},
|
|
4744
4782
|
"name": "ownerCanSelfApprovePRs",
|
|
4745
4783
|
"optional": true,
|
|
@@ -4813,7 +4851,7 @@
|
|
|
4813
4851
|
"immutable": true,
|
|
4814
4852
|
"locationInModule": {
|
|
4815
4853
|
"filename": "src/projen-project-options.ts",
|
|
4816
|
-
"line":
|
|
4854
|
+
"line": 912
|
|
4817
4855
|
},
|
|
4818
4856
|
"name": "parent",
|
|
4819
4857
|
"optional": true,
|
|
@@ -4968,7 +5006,7 @@
|
|
|
4968
5006
|
"immutable": true,
|
|
4969
5007
|
"locationInModule": {
|
|
4970
5008
|
"filename": "src/projen-project-options.ts",
|
|
4971
|
-
"line":
|
|
5009
|
+
"line": 907
|
|
4972
5010
|
},
|
|
4973
5011
|
"name": "projenCommand",
|
|
4974
5012
|
"optional": true,
|
|
@@ -4986,7 +5024,7 @@
|
|
|
4986
5024
|
"immutable": true,
|
|
4987
5025
|
"locationInModule": {
|
|
4988
5026
|
"filename": "src/projen-project-options.ts",
|
|
4989
|
-
"line":
|
|
5027
|
+
"line": 823
|
|
4990
5028
|
},
|
|
4991
5029
|
"name": "projenCredentials",
|
|
4992
5030
|
"optional": true,
|
|
@@ -5040,7 +5078,7 @@
|
|
|
5040
5078
|
"immutable": true,
|
|
5041
5079
|
"locationInModule": {
|
|
5042
5080
|
"filename": "src/projen-project-options.ts",
|
|
5043
|
-
"line":
|
|
5081
|
+
"line": 900
|
|
5044
5082
|
},
|
|
5045
5083
|
"name": "projenrcJson",
|
|
5046
5084
|
"optional": true,
|
|
@@ -5058,7 +5096,7 @@
|
|
|
5058
5096
|
"immutable": true,
|
|
5059
5097
|
"locationInModule": {
|
|
5060
5098
|
"filename": "src/projen-project-options.ts",
|
|
5061
|
-
"line":
|
|
5099
|
+
"line": 894
|
|
5062
5100
|
},
|
|
5063
5101
|
"name": "projenrcJsonOptions",
|
|
5064
5102
|
"optional": true,
|
|
@@ -5279,7 +5317,7 @@
|
|
|
5279
5317
|
"immutable": true,
|
|
5280
5318
|
"locationInModule": {
|
|
5281
5319
|
"filename": "src/projen-project-options.ts",
|
|
5282
|
-
"line":
|
|
5320
|
+
"line": 817
|
|
5283
5321
|
},
|
|
5284
5322
|
"name": "readme",
|
|
5285
5323
|
"optional": true,
|
|
@@ -5297,7 +5335,7 @@
|
|
|
5297
5335
|
"immutable": true,
|
|
5298
5336
|
"locationInModule": {
|
|
5299
5337
|
"filename": "src/projen-project-options.ts",
|
|
5300
|
-
"line":
|
|
5338
|
+
"line": 962
|
|
5301
5339
|
},
|
|
5302
5340
|
"name": "releasableCommitTypes",
|
|
5303
5341
|
"optional": true,
|
|
@@ -5494,7 +5532,7 @@
|
|
|
5494
5532
|
"immutable": true,
|
|
5495
5533
|
"locationInModule": {
|
|
5496
5534
|
"filename": "src/projen-project-options.ts",
|
|
5497
|
-
"line":
|
|
5535
|
+
"line": 888
|
|
5498
5536
|
},
|
|
5499
5537
|
"name": "renovatebot",
|
|
5500
5538
|
"optional": true,
|
|
@@ -5512,7 +5550,7 @@
|
|
|
5512
5550
|
"immutable": true,
|
|
5513
5551
|
"locationInModule": {
|
|
5514
5552
|
"filename": "src/projen-project-options.ts",
|
|
5515
|
-
"line":
|
|
5553
|
+
"line": 882
|
|
5516
5554
|
},
|
|
5517
5555
|
"name": "renovatebotOptions",
|
|
5518
5556
|
"optional": true,
|
|
@@ -5641,7 +5679,7 @@
|
|
|
5641
5679
|
"immutable": true,
|
|
5642
5680
|
"locationInModule": {
|
|
5643
5681
|
"filename": "src/projen-project-options.ts",
|
|
5644
|
-
"line":
|
|
5682
|
+
"line": 811
|
|
5645
5683
|
},
|
|
5646
5684
|
"name": "stale",
|
|
5647
5685
|
"optional": true,
|
|
@@ -5660,7 +5698,7 @@
|
|
|
5660
5698
|
"immutable": true,
|
|
5661
5699
|
"locationInModule": {
|
|
5662
5700
|
"filename": "src/projen-project-options.ts",
|
|
5663
|
-
"line":
|
|
5701
|
+
"line": 804
|
|
5664
5702
|
},
|
|
5665
5703
|
"name": "staleOptions",
|
|
5666
5704
|
"optional": true,
|
|
@@ -5767,7 +5805,7 @@
|
|
|
5767
5805
|
"immutable": true,
|
|
5768
5806
|
"locationInModule": {
|
|
5769
5807
|
"filename": "src/projen-project-options.ts",
|
|
5770
|
-
"line":
|
|
5808
|
+
"line": 986
|
|
5771
5809
|
},
|
|
5772
5810
|
"name": "upgradesSchedule",
|
|
5773
5811
|
"optional": true,
|
|
@@ -5810,7 +5848,7 @@
|
|
|
5810
5848
|
"immutable": true,
|
|
5811
5849
|
"locationInModule": {
|
|
5812
5850
|
"filename": "src/projen-project-options.ts",
|
|
5813
|
-
"line":
|
|
5851
|
+
"line": 797
|
|
5814
5852
|
},
|
|
5815
5853
|
"name": "vscode",
|
|
5816
5854
|
"optional": true,
|
|
@@ -5829,7 +5867,7 @@
|
|
|
5829
5867
|
"immutable": true,
|
|
5830
5868
|
"locationInModule": {
|
|
5831
5869
|
"filename": "src/projen-project-options.ts",
|
|
5832
|
-
"line":
|
|
5870
|
+
"line": 999
|
|
5833
5871
|
},
|
|
5834
5872
|
"name": "wordmarkOptions",
|
|
5835
5873
|
"optional": true,
|
|
@@ -6092,7 +6130,7 @@
|
|
|
6092
6130
|
"immutable": true,
|
|
6093
6131
|
"locationInModule": {
|
|
6094
6132
|
"filename": "src/typescript-project-options.ts",
|
|
6095
|
-
"line":
|
|
6133
|
+
"line": 714
|
|
6096
6134
|
},
|
|
6097
6135
|
"name": "authorName",
|
|
6098
6136
|
"type": {
|
|
@@ -6107,7 +6145,7 @@
|
|
|
6107
6145
|
"immutable": true,
|
|
6108
6146
|
"locationInModule": {
|
|
6109
6147
|
"filename": "src/typescript-project-options.ts",
|
|
6110
|
-
"line":
|
|
6148
|
+
"line": 893
|
|
6111
6149
|
},
|
|
6112
6150
|
"name": "repo",
|
|
6113
6151
|
"type": {
|
|
@@ -6124,7 +6162,7 @@
|
|
|
6124
6162
|
"immutable": true,
|
|
6125
6163
|
"locationInModule": {
|
|
6126
6164
|
"filename": "src/typescript-project-options.ts",
|
|
6127
|
-
"line":
|
|
6165
|
+
"line": 906
|
|
6128
6166
|
},
|
|
6129
6167
|
"name": "allowedCommitTypes",
|
|
6130
6168
|
"optional": true,
|
|
@@ -6148,7 +6186,7 @@
|
|
|
6148
6186
|
"immutable": true,
|
|
6149
6187
|
"locationInModule": {
|
|
6150
6188
|
"filename": "src/typescript-project-options.ts",
|
|
6151
|
-
"line":
|
|
6189
|
+
"line": 727
|
|
6152
6190
|
},
|
|
6153
6191
|
"name": "allowLibraryDependencies",
|
|
6154
6192
|
"optional": true,
|
|
@@ -6183,7 +6221,7 @@
|
|
|
6183
6221
|
"immutable": true,
|
|
6184
6222
|
"locationInModule": {
|
|
6185
6223
|
"filename": "src/typescript-project-options.ts",
|
|
6186
|
-
"line":
|
|
6224
|
+
"line": 719
|
|
6187
6225
|
},
|
|
6188
6226
|
"name": "authorEmail",
|
|
6189
6227
|
"optional": true,
|
|
@@ -6200,7 +6238,7 @@
|
|
|
6200
6238
|
"immutable": true,
|
|
6201
6239
|
"locationInModule": {
|
|
6202
6240
|
"filename": "src/typescript-project-options.ts",
|
|
6203
|
-
"line":
|
|
6241
|
+
"line": 709
|
|
6204
6242
|
},
|
|
6205
6243
|
"name": "authorOrganization",
|
|
6206
6244
|
"optional": true,
|
|
@@ -6217,7 +6255,7 @@
|
|
|
6217
6255
|
"immutable": true,
|
|
6218
6256
|
"locationInModule": {
|
|
6219
6257
|
"filename": "src/typescript-project-options.ts",
|
|
6220
|
-
"line":
|
|
6258
|
+
"line": 704
|
|
6221
6259
|
},
|
|
6222
6260
|
"name": "authorUrl",
|
|
6223
6261
|
"optional": true,
|
|
@@ -6235,7 +6273,7 @@
|
|
|
6235
6273
|
"immutable": true,
|
|
6236
6274
|
"locationInModule": {
|
|
6237
6275
|
"filename": "src/typescript-project-options.ts",
|
|
6238
|
-
"line":
|
|
6276
|
+
"line": 813
|
|
6239
6277
|
},
|
|
6240
6278
|
"name": "autoApproveOptions",
|
|
6241
6279
|
"optional": true,
|
|
@@ -6272,7 +6310,7 @@
|
|
|
6272
6310
|
"immutable": true,
|
|
6273
6311
|
"locationInModule": {
|
|
6274
6312
|
"filename": "src/typescript-project-options.ts",
|
|
6275
|
-
"line":
|
|
6313
|
+
"line": 699
|
|
6276
6314
|
},
|
|
6277
6315
|
"name": "autoDetectBin",
|
|
6278
6316
|
"optional": true,
|
|
@@ -6291,7 +6329,7 @@
|
|
|
6291
6329
|
"immutable": true,
|
|
6292
6330
|
"locationInModule": {
|
|
6293
6331
|
"filename": "src/typescript-project-options.ts",
|
|
6294
|
-
"line":
|
|
6332
|
+
"line": 912
|
|
6295
6333
|
},
|
|
6296
6334
|
"name": "automationAppName",
|
|
6297
6335
|
"optional": true,
|
|
@@ -6310,7 +6348,7 @@
|
|
|
6310
6348
|
"immutable": true,
|
|
6311
6349
|
"locationInModule": {
|
|
6312
6350
|
"filename": "src/typescript-project-options.ts",
|
|
6313
|
-
"line":
|
|
6351
|
+
"line": 807
|
|
6314
6352
|
},
|
|
6315
6353
|
"name": "autoMerge",
|
|
6316
6354
|
"optional": true,
|
|
@@ -6329,7 +6367,7 @@
|
|
|
6329
6367
|
"immutable": true,
|
|
6330
6368
|
"locationInModule": {
|
|
6331
6369
|
"filename": "src/typescript-project-options.ts",
|
|
6332
|
-
"line":
|
|
6370
|
+
"line": 799
|
|
6333
6371
|
},
|
|
6334
6372
|
"name": "autoMergeOptions",
|
|
6335
6373
|
"optional": true,
|
|
@@ -6347,7 +6385,7 @@
|
|
|
6347
6385
|
"immutable": true,
|
|
6348
6386
|
"locationInModule": {
|
|
6349
6387
|
"filename": "src/typescript-project-options.ts",
|
|
6350
|
-
"line":
|
|
6388
|
+
"line": 693
|
|
6351
6389
|
},
|
|
6352
6390
|
"name": "bin",
|
|
6353
6391
|
"optional": true,
|
|
@@ -6369,7 +6407,7 @@
|
|
|
6369
6407
|
"immutable": true,
|
|
6370
6408
|
"locationInModule": {
|
|
6371
6409
|
"filename": "src/typescript-project-options.ts",
|
|
6372
|
-
"line":
|
|
6410
|
+
"line": 685
|
|
6373
6411
|
},
|
|
6374
6412
|
"name": "bugsEmail",
|
|
6375
6413
|
"optional": true,
|
|
@@ -6386,7 +6424,7 @@
|
|
|
6386
6424
|
"immutable": true,
|
|
6387
6425
|
"locationInModule": {
|
|
6388
6426
|
"filename": "src/typescript-project-options.ts",
|
|
6389
|
-
"line":
|
|
6427
|
+
"line": 680
|
|
6390
6428
|
},
|
|
6391
6429
|
"name": "bugsUrl",
|
|
6392
6430
|
"optional": true,
|
|
@@ -6440,7 +6478,7 @@
|
|
|
6440
6478
|
"immutable": true,
|
|
6441
6479
|
"locationInModule": {
|
|
6442
6480
|
"filename": "src/typescript-project-options.ts",
|
|
6443
|
-
"line":
|
|
6481
|
+
"line": 675
|
|
6444
6482
|
},
|
|
6445
6483
|
"name": "bundledDeps",
|
|
6446
6484
|
"optional": true,
|
|
@@ -6499,7 +6537,7 @@
|
|
|
6499
6537
|
"immutable": true,
|
|
6500
6538
|
"locationInModule": {
|
|
6501
6539
|
"filename": "src/typescript-project-options.ts",
|
|
6502
|
-
"line":
|
|
6540
|
+
"line": 791
|
|
6503
6541
|
},
|
|
6504
6542
|
"name": "clobber",
|
|
6505
6543
|
"optional": true,
|
|
@@ -6518,7 +6556,7 @@
|
|
|
6518
6556
|
"immutable": true,
|
|
6519
6557
|
"locationInModule": {
|
|
6520
6558
|
"filename": "src/typescript-project-options.ts",
|
|
6521
|
-
"line":
|
|
6559
|
+
"line": 660
|
|
6522
6560
|
},
|
|
6523
6561
|
"name": "codeArtifactOptions",
|
|
6524
6562
|
"optional": true,
|
|
@@ -6572,7 +6610,7 @@
|
|
|
6572
6610
|
"immutable": true,
|
|
6573
6611
|
"locationInModule": {
|
|
6574
6612
|
"filename": "src/typescript-project-options.ts",
|
|
6575
|
-
"line":
|
|
6613
|
+
"line": 882
|
|
6576
6614
|
},
|
|
6577
6615
|
"name": "commitGenerated",
|
|
6578
6616
|
"optional": true,
|
|
@@ -6685,7 +6723,7 @@
|
|
|
6685
6723
|
"immutable": true,
|
|
6686
6724
|
"locationInModule": {
|
|
6687
6725
|
"filename": "src/typescript-project-options.ts",
|
|
6688
|
-
"line":
|
|
6726
|
+
"line": 653
|
|
6689
6727
|
},
|
|
6690
6728
|
"name": "deps",
|
|
6691
6729
|
"optional": true,
|
|
@@ -6748,7 +6786,7 @@
|
|
|
6748
6786
|
"immutable": true,
|
|
6749
6787
|
"locationInModule": {
|
|
6750
6788
|
"filename": "src/typescript-project-options.ts",
|
|
6751
|
-
"line":
|
|
6789
|
+
"line": 640
|
|
6752
6790
|
},
|
|
6753
6791
|
"name": "description",
|
|
6754
6792
|
"optional": true,
|
|
@@ -6766,7 +6804,7 @@
|
|
|
6766
6804
|
"immutable": true,
|
|
6767
6805
|
"locationInModule": {
|
|
6768
6806
|
"filename": "src/typescript-project-options.ts",
|
|
6769
|
-
"line":
|
|
6807
|
+
"line": 785
|
|
6770
6808
|
},
|
|
6771
6809
|
"name": "devContainer",
|
|
6772
6810
|
"optional": true,
|
|
@@ -6788,7 +6826,7 @@
|
|
|
6788
6826
|
"immutable": true,
|
|
6789
6827
|
"locationInModule": {
|
|
6790
6828
|
"filename": "src/typescript-project-options.ts",
|
|
6791
|
-
"line":
|
|
6829
|
+
"line": 632
|
|
6792
6830
|
},
|
|
6793
6831
|
"name": "devDeps",
|
|
6794
6832
|
"optional": true,
|
|
@@ -6883,7 +6921,7 @@
|
|
|
6883
6921
|
"immutable": true,
|
|
6884
6922
|
"locationInModule": {
|
|
6885
6923
|
"filename": "src/typescript-project-options.ts",
|
|
6886
|
-
"line":
|
|
6924
|
+
"line": 615
|
|
6887
6925
|
},
|
|
6888
6926
|
"name": "entrypoint",
|
|
6889
6927
|
"optional": true,
|
|
@@ -6956,7 +6994,7 @@
|
|
|
6956
6994
|
"immutable": true,
|
|
6957
6995
|
"locationInModule": {
|
|
6958
6996
|
"filename": "src/typescript-project-options.ts",
|
|
6959
|
-
"line":
|
|
6997
|
+
"line": 779
|
|
6960
6998
|
},
|
|
6961
6999
|
"name": "github",
|
|
6962
7000
|
"optional": true,
|
|
@@ -6974,7 +7012,7 @@
|
|
|
6974
7012
|
"immutable": true,
|
|
6975
7013
|
"locationInModule": {
|
|
6976
7014
|
"filename": "src/typescript-project-options.ts",
|
|
6977
|
-
"line":
|
|
7015
|
+
"line": 772
|
|
6978
7016
|
},
|
|
6979
7017
|
"name": "githubOptions",
|
|
6980
7018
|
"optional": true,
|
|
@@ -7013,7 +7051,7 @@
|
|
|
7013
7051
|
"immutable": true,
|
|
7014
7052
|
"locationInModule": {
|
|
7015
7053
|
"filename": "src/typescript-project-options.ts",
|
|
7016
|
-
"line":
|
|
7054
|
+
"line": 876
|
|
7017
7055
|
},
|
|
7018
7056
|
"name": "gitIgnoreOptions",
|
|
7019
7057
|
"optional": true,
|
|
@@ -7030,7 +7068,7 @@
|
|
|
7030
7068
|
"immutable": true,
|
|
7031
7069
|
"locationInModule": {
|
|
7032
7070
|
"filename": "src/typescript-project-options.ts",
|
|
7033
|
-
"line":
|
|
7071
|
+
"line": 871
|
|
7034
7072
|
},
|
|
7035
7073
|
"name": "gitOptions",
|
|
7036
7074
|
"optional": true,
|
|
@@ -7048,7 +7086,7 @@
|
|
|
7048
7086
|
"immutable": true,
|
|
7049
7087
|
"locationInModule": {
|
|
7050
7088
|
"filename": "src/typescript-project-options.ts",
|
|
7051
|
-
"line":
|
|
7089
|
+
"line": 766
|
|
7052
7090
|
},
|
|
7053
7091
|
"name": "gitpod",
|
|
7054
7092
|
"optional": true,
|
|
@@ -7065,7 +7103,7 @@
|
|
|
7065
7103
|
"immutable": true,
|
|
7066
7104
|
"locationInModule": {
|
|
7067
7105
|
"filename": "src/typescript-project-options.ts",
|
|
7068
|
-
"line":
|
|
7106
|
+
"line": 608
|
|
7069
7107
|
},
|
|
7070
7108
|
"name": "homepage",
|
|
7071
7109
|
"optional": true,
|
|
@@ -7136,7 +7174,7 @@
|
|
|
7136
7174
|
"immutable": true,
|
|
7137
7175
|
"locationInModule": {
|
|
7138
7176
|
"filename": "src/typescript-project-options.ts",
|
|
7139
|
-
"line":
|
|
7177
|
+
"line": 603
|
|
7140
7178
|
},
|
|
7141
7179
|
"name": "keywords",
|
|
7142
7180
|
"optional": true,
|
|
@@ -7178,7 +7216,7 @@
|
|
|
7178
7216
|
"immutable": true,
|
|
7179
7217
|
"locationInModule": {
|
|
7180
7218
|
"filename": "src/typescript-project-options.ts",
|
|
7181
|
-
"line":
|
|
7219
|
+
"line": 598
|
|
7182
7220
|
},
|
|
7183
7221
|
"name": "license",
|
|
7184
7222
|
"optional": true,
|
|
@@ -7196,7 +7234,7 @@
|
|
|
7196
7234
|
"immutable": true,
|
|
7197
7235
|
"locationInModule": {
|
|
7198
7236
|
"filename": "src/typescript-project-options.ts",
|
|
7199
|
-
"line":
|
|
7237
|
+
"line": 590
|
|
7200
7238
|
},
|
|
7201
7239
|
"name": "licensed",
|
|
7202
7240
|
"optional": true,
|
|
@@ -7214,7 +7252,7 @@
|
|
|
7214
7252
|
"immutable": true,
|
|
7215
7253
|
"locationInModule": {
|
|
7216
7254
|
"filename": "src/typescript-project-options.ts",
|
|
7217
|
-
"line":
|
|
7255
|
+
"line": 866
|
|
7218
7256
|
},
|
|
7219
7257
|
"name": "logging",
|
|
7220
7258
|
"optional": true,
|
|
@@ -7232,7 +7270,7 @@
|
|
|
7232
7270
|
"immutable": true,
|
|
7233
7271
|
"locationInModule": {
|
|
7234
7272
|
"filename": "src/typescript-project-options.ts",
|
|
7235
|
-
"line":
|
|
7273
|
+
"line": 929
|
|
7236
7274
|
},
|
|
7237
7275
|
"name": "logo",
|
|
7238
7276
|
"optional": true,
|
|
@@ -7269,7 +7307,7 @@
|
|
|
7269
7307
|
"immutable": true,
|
|
7270
7308
|
"locationInModule": {
|
|
7271
7309
|
"filename": "src/typescript-project-options.ts",
|
|
7272
|
-
"line":
|
|
7310
|
+
"line": 584
|
|
7273
7311
|
},
|
|
7274
7312
|
"name": "maxNodeVersion",
|
|
7275
7313
|
"optional": true,
|
|
@@ -7306,7 +7344,7 @@
|
|
|
7306
7344
|
"immutable": true,
|
|
7307
7345
|
"locationInModule": {
|
|
7308
7346
|
"filename": "src/typescript-project-options.ts",
|
|
7309
|
-
"line":
|
|
7347
|
+
"line": 578
|
|
7310
7348
|
},
|
|
7311
7349
|
"name": "minNodeVersion",
|
|
7312
7350
|
"optional": true,
|
|
@@ -7346,7 +7384,7 @@
|
|
|
7346
7384
|
"immutable": true,
|
|
7347
7385
|
"locationInModule": {
|
|
7348
7386
|
"filename": "src/typescript-project-options.ts",
|
|
7349
|
-
"line":
|
|
7387
|
+
"line": 889
|
|
7350
7388
|
},
|
|
7351
7389
|
"name": "name",
|
|
7352
7390
|
"optional": true,
|
|
@@ -7364,7 +7402,7 @@
|
|
|
7364
7402
|
"immutable": true,
|
|
7365
7403
|
"locationInModule": {
|
|
7366
7404
|
"filename": "src/typescript-project-options.ts",
|
|
7367
|
-
"line":
|
|
7405
|
+
"line": 572
|
|
7368
7406
|
},
|
|
7369
7407
|
"name": "npmAccess",
|
|
7370
7408
|
"optional": true,
|
|
@@ -7426,6 +7464,25 @@
|
|
|
7426
7464
|
"fqn": "projen.IgnoreFileOptions"
|
|
7427
7465
|
}
|
|
7428
7466
|
},
|
|
7467
|
+
{
|
|
7468
|
+
"abstract": true,
|
|
7469
|
+
"docs": {
|
|
7470
|
+
"default": "- true for public packages, false otherwise",
|
|
7471
|
+
"remarks": "A supported package manager is required to publish a package with npm provenance statements and\nyou will need to use a supported CI/CD provider.\n\nNote that the projen `Release` and `Publisher` components are using `publib` to publish packages,\nwhich is using npm internally and supports provenance statements independently of the package manager used.",
|
|
7472
|
+
"stability": "stable",
|
|
7473
|
+
"summary": "Should provenance statements be generated when the package is published."
|
|
7474
|
+
},
|
|
7475
|
+
"immutable": true,
|
|
7476
|
+
"locationInModule": {
|
|
7477
|
+
"filename": "src/typescript-project-options.ts",
|
|
7478
|
+
"line": 564
|
|
7479
|
+
},
|
|
7480
|
+
"name": "npmProvenance",
|
|
7481
|
+
"optional": true,
|
|
7482
|
+
"type": {
|
|
7483
|
+
"primitive": "boolean"
|
|
7484
|
+
}
|
|
7485
|
+
},
|
|
7429
7486
|
{
|
|
7430
7487
|
"abstract": true,
|
|
7431
7488
|
"docs": {
|
|
@@ -7474,7 +7531,7 @@
|
|
|
7474
7531
|
"immutable": true,
|
|
7475
7532
|
"locationInModule": {
|
|
7476
7533
|
"filename": "src/typescript-project-options.ts",
|
|
7477
|
-
"line":
|
|
7534
|
+
"line": 860
|
|
7478
7535
|
},
|
|
7479
7536
|
"name": "outdir",
|
|
7480
7537
|
"optional": true,
|
|
@@ -7492,7 +7549,7 @@
|
|
|
7492
7549
|
"immutable": true,
|
|
7493
7550
|
"locationInModule": {
|
|
7494
7551
|
"filename": "src/typescript-project-options.ts",
|
|
7495
|
-
"line":
|
|
7552
|
+
"line": 918
|
|
7496
7553
|
},
|
|
7497
7554
|
"name": "ownerCanSelfApprovePRs",
|
|
7498
7555
|
"optional": true,
|
|
@@ -7566,7 +7623,7 @@
|
|
|
7566
7623
|
"immutable": true,
|
|
7567
7624
|
"locationInModule": {
|
|
7568
7625
|
"filename": "src/typescript-project-options.ts",
|
|
7569
|
-
"line":
|
|
7626
|
+
"line": 849
|
|
7570
7627
|
},
|
|
7571
7628
|
"name": "parent",
|
|
7572
7629
|
"optional": true,
|
|
@@ -7721,7 +7778,7 @@
|
|
|
7721
7778
|
"immutable": true,
|
|
7722
7779
|
"locationInModule": {
|
|
7723
7780
|
"filename": "src/typescript-project-options.ts",
|
|
7724
|
-
"line":
|
|
7781
|
+
"line": 844
|
|
7725
7782
|
},
|
|
7726
7783
|
"name": "projenCommand",
|
|
7727
7784
|
"optional": true,
|
|
@@ -7739,7 +7796,7 @@
|
|
|
7739
7796
|
"immutable": true,
|
|
7740
7797
|
"locationInModule": {
|
|
7741
7798
|
"filename": "src/typescript-project-options.ts",
|
|
7742
|
-
"line":
|
|
7799
|
+
"line": 760
|
|
7743
7800
|
},
|
|
7744
7801
|
"name": "projenCredentials",
|
|
7745
7802
|
"optional": true,
|
|
@@ -7793,7 +7850,7 @@
|
|
|
7793
7850
|
"immutable": true,
|
|
7794
7851
|
"locationInModule": {
|
|
7795
7852
|
"filename": "src/typescript-project-options.ts",
|
|
7796
|
-
"line":
|
|
7853
|
+
"line": 837
|
|
7797
7854
|
},
|
|
7798
7855
|
"name": "projenrcJson",
|
|
7799
7856
|
"optional": true,
|
|
@@ -7811,7 +7868,7 @@
|
|
|
7811
7868
|
"immutable": true,
|
|
7812
7869
|
"locationInModule": {
|
|
7813
7870
|
"filename": "src/typescript-project-options.ts",
|
|
7814
|
-
"line":
|
|
7871
|
+
"line": 831
|
|
7815
7872
|
},
|
|
7816
7873
|
"name": "projenrcJsonOptions",
|
|
7817
7874
|
"optional": true,
|
|
@@ -7960,7 +8017,7 @@
|
|
|
7960
8017
|
"immutable": true,
|
|
7961
8018
|
"locationInModule": {
|
|
7962
8019
|
"filename": "src/typescript-project-options.ts",
|
|
7963
|
-
"line":
|
|
8020
|
+
"line": 754
|
|
7964
8021
|
},
|
|
7965
8022
|
"name": "readme",
|
|
7966
8023
|
"optional": true,
|
|
@@ -7978,7 +8035,7 @@
|
|
|
7978
8035
|
"immutable": true,
|
|
7979
8036
|
"locationInModule": {
|
|
7980
8037
|
"filename": "src/typescript-project-options.ts",
|
|
7981
|
-
"line":
|
|
8038
|
+
"line": 899
|
|
7982
8039
|
},
|
|
7983
8040
|
"name": "releasableCommitTypes",
|
|
7984
8041
|
"optional": true,
|
|
@@ -8175,7 +8232,7 @@
|
|
|
8175
8232
|
"immutable": true,
|
|
8176
8233
|
"locationInModule": {
|
|
8177
8234
|
"filename": "src/typescript-project-options.ts",
|
|
8178
|
-
"line":
|
|
8235
|
+
"line": 825
|
|
8179
8236
|
},
|
|
8180
8237
|
"name": "renovatebot",
|
|
8181
8238
|
"optional": true,
|
|
@@ -8193,7 +8250,7 @@
|
|
|
8193
8250
|
"immutable": true,
|
|
8194
8251
|
"locationInModule": {
|
|
8195
8252
|
"filename": "src/typescript-project-options.ts",
|
|
8196
|
-
"line":
|
|
8253
|
+
"line": 819
|
|
8197
8254
|
},
|
|
8198
8255
|
"name": "renovatebotOptions",
|
|
8199
8256
|
"optional": true,
|
|
@@ -8305,7 +8362,7 @@
|
|
|
8305
8362
|
"immutable": true,
|
|
8306
8363
|
"locationInModule": {
|
|
8307
8364
|
"filename": "src/typescript-project-options.ts",
|
|
8308
|
-
"line":
|
|
8365
|
+
"line": 748
|
|
8309
8366
|
},
|
|
8310
8367
|
"name": "stale",
|
|
8311
8368
|
"optional": true,
|
|
@@ -8324,7 +8381,7 @@
|
|
|
8324
8381
|
"immutable": true,
|
|
8325
8382
|
"locationInModule": {
|
|
8326
8383
|
"filename": "src/typescript-project-options.ts",
|
|
8327
|
-
"line":
|
|
8384
|
+
"line": 741
|
|
8328
8385
|
},
|
|
8329
8386
|
"name": "staleOptions",
|
|
8330
8387
|
"optional": true,
|
|
@@ -8450,7 +8507,7 @@
|
|
|
8450
8507
|
"immutable": true,
|
|
8451
8508
|
"locationInModule": {
|
|
8452
8509
|
"filename": "src/typescript-project-options.ts",
|
|
8453
|
-
"line":
|
|
8510
|
+
"line": 923
|
|
8454
8511
|
},
|
|
8455
8512
|
"name": "upgradesSchedule",
|
|
8456
8513
|
"optional": true,
|
|
@@ -8493,7 +8550,7 @@
|
|
|
8493
8550
|
"immutable": true,
|
|
8494
8551
|
"locationInModule": {
|
|
8495
8552
|
"filename": "src/typescript-project-options.ts",
|
|
8496
|
-
"line":
|
|
8553
|
+
"line": 734
|
|
8497
8554
|
},
|
|
8498
8555
|
"name": "vscode",
|
|
8499
8556
|
"optional": true,
|
|
@@ -8512,7 +8569,7 @@
|
|
|
8512
8569
|
"immutable": true,
|
|
8513
8570
|
"locationInModule": {
|
|
8514
8571
|
"filename": "src/typescript-project-options.ts",
|
|
8515
|
-
"line":
|
|
8572
|
+
"line": 936
|
|
8516
8573
|
},
|
|
8517
8574
|
"name": "wordmarkOptions",
|
|
8518
8575
|
"optional": true,
|
|
@@ -9940,6 +9997,6 @@
|
|
|
9940
9997
|
"symbolId": "src/logo/Wordmark:WordmarkOptions"
|
|
9941
9998
|
}
|
|
9942
9999
|
},
|
|
9943
|
-
"version": "0.1.
|
|
9944
|
-
"fingerprint": "
|
|
10000
|
+
"version": "0.1.35",
|
|
10001
|
+
"fingerprint": "PPWlH+bKhIf9BED+7jV8HHNLE35A1WCFk0iee8Z5bmE="
|
|
9945
10002
|
}
|