@hallcor/pulumi-projen-project-types 0.0.58 → 0.0.60
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 +463 -256
- package/API.md +173 -21
- package/lib/github-credentials.js +1 -1
- package/lib/pulumi-esc-setup.js +2 -2
- package/lib/python.js +1 -1
- package/lib/release.js +7 -3
- package/lib/structs/python-options/component-options.d.ts +12 -0
- package/lib/structs/python-options/component-options.js +1 -1
- package/lib/structs/release-options/tag-release-options.d.ts +23 -8
- package/lib/structs/release-options/tag-release-options.js +1 -1
- package/lib/structs/typescript-options/component-options.d.ts +22 -1
- package/lib/structs/typescript-options/component-options.js +1 -1
- package/lib/structs/typescript-options/project-props.d.ts +22 -1
- package/lib/structs/typescript-options/project-props.js +1 -1
- package/lib/typescript-base.js +1 -1
- package/lib/typescript.js +1 -1
- package/package.json +14 -13
package/.jsii
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"constructs": "^10.4.2",
|
|
11
|
-
"projen": "^0.
|
|
11
|
+
"projen": "^0.98.29"
|
|
12
12
|
},
|
|
13
13
|
"dependencyClosure": {
|
|
14
14
|
"constructs": {
|
|
@@ -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/corymhall/pulumi-projen-project-types.git",
|
|
85
|
-
"jsiiVersion": "5.
|
|
86
|
+
"jsiiVersion": "5.9.20 (build 6e2b13a)",
|
|
86
87
|
"license": "Apache-2.0",
|
|
87
88
|
"metadata": {
|
|
88
89
|
"jsii": {
|
|
@@ -1996,7 +1997,7 @@
|
|
|
1996
1997
|
"immutable": true,
|
|
1997
1998
|
"locationInModule": {
|
|
1998
1999
|
"filename": "src/structs/python-options/component-options.ts",
|
|
1999
|
-
"line":
|
|
2000
|
+
"line": 173
|
|
2000
2001
|
},
|
|
2001
2002
|
"name": "authorEmail",
|
|
2002
2003
|
"type": {
|
|
@@ -2013,7 +2014,7 @@
|
|
|
2013
2014
|
"immutable": true,
|
|
2014
2015
|
"locationInModule": {
|
|
2015
2016
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2016
|
-
"line":
|
|
2017
|
+
"line": 167
|
|
2017
2018
|
},
|
|
2018
2019
|
"name": "authorName",
|
|
2019
2020
|
"type": {
|
|
@@ -2031,7 +2032,7 @@
|
|
|
2031
2032
|
"immutable": true,
|
|
2032
2033
|
"locationInModule": {
|
|
2033
2034
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2034
|
-
"line":
|
|
2035
|
+
"line": 117
|
|
2035
2036
|
},
|
|
2036
2037
|
"name": "moduleName",
|
|
2037
2038
|
"type": {
|
|
@@ -2051,7 +2052,7 @@
|
|
|
2051
2052
|
"immutable": true,
|
|
2052
2053
|
"locationInModule": {
|
|
2053
2054
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2054
|
-
"line":
|
|
2055
|
+
"line": 328
|
|
2055
2056
|
},
|
|
2056
2057
|
"name": "name",
|
|
2057
2058
|
"type": {
|
|
@@ -2071,7 +2072,7 @@
|
|
|
2071
2072
|
"immutable": true,
|
|
2072
2073
|
"locationInModule": {
|
|
2073
2074
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2074
|
-
"line":
|
|
2075
|
+
"line": 161
|
|
2075
2076
|
},
|
|
2076
2077
|
"name": "version",
|
|
2077
2078
|
"type": {
|
|
@@ -2088,7 +2089,7 @@
|
|
|
2088
2089
|
"immutable": true,
|
|
2089
2090
|
"locationInModule": {
|
|
2090
2091
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2091
|
-
"line":
|
|
2092
|
+
"line": 252
|
|
2092
2093
|
},
|
|
2093
2094
|
"name": "autoApproveOptions",
|
|
2094
2095
|
"optional": true,
|
|
@@ -2107,7 +2108,7 @@
|
|
|
2107
2108
|
"immutable": true,
|
|
2108
2109
|
"locationInModule": {
|
|
2109
2110
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2110
|
-
"line":
|
|
2111
|
+
"line": 246
|
|
2111
2112
|
},
|
|
2112
2113
|
"name": "autoMerge",
|
|
2113
2114
|
"optional": true,
|
|
@@ -2126,7 +2127,7 @@
|
|
|
2126
2127
|
"immutable": true,
|
|
2127
2128
|
"locationInModule": {
|
|
2128
2129
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2129
|
-
"line":
|
|
2130
|
+
"line": 238
|
|
2130
2131
|
},
|
|
2131
2132
|
"name": "autoMergeOptions",
|
|
2132
2133
|
"optional": true,
|
|
@@ -2143,7 +2144,7 @@
|
|
|
2143
2144
|
"immutable": true,
|
|
2144
2145
|
"locationInModule": {
|
|
2145
2146
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2146
|
-
"line":
|
|
2147
|
+
"line": 332
|
|
2147
2148
|
},
|
|
2148
2149
|
"name": "buildWorkflowOptions",
|
|
2149
2150
|
"optional": true,
|
|
@@ -2160,7 +2161,7 @@
|
|
|
2160
2161
|
"immutable": true,
|
|
2161
2162
|
"locationInModule": {
|
|
2162
2163
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2163
|
-
"line":
|
|
2164
|
+
"line": 154
|
|
2164
2165
|
},
|
|
2165
2166
|
"name": "classifiers",
|
|
2166
2167
|
"optional": true,
|
|
@@ -2183,7 +2184,7 @@
|
|
|
2183
2184
|
"immutable": true,
|
|
2184
2185
|
"locationInModule": {
|
|
2185
2186
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2186
|
-
"line":
|
|
2187
|
+
"line": 230
|
|
2187
2188
|
},
|
|
2188
2189
|
"name": "clobber",
|
|
2189
2190
|
"optional": true,
|
|
@@ -2201,7 +2202,7 @@
|
|
|
2201
2202
|
"immutable": true,
|
|
2202
2203
|
"locationInModule": {
|
|
2203
2204
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2204
|
-
"line":
|
|
2205
|
+
"line": 321
|
|
2205
2206
|
},
|
|
2206
2207
|
"name": "commitGenerated",
|
|
2207
2208
|
"optional": true,
|
|
@@ -2219,7 +2220,7 @@
|
|
|
2219
2220
|
"immutable": true,
|
|
2220
2221
|
"locationInModule": {
|
|
2221
2222
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2222
|
-
"line":
|
|
2223
|
+
"line": 350
|
|
2223
2224
|
},
|
|
2224
2225
|
"name": "componentName",
|
|
2225
2226
|
"optional": true,
|
|
@@ -2241,7 +2242,7 @@
|
|
|
2241
2242
|
"immutable": true,
|
|
2242
2243
|
"locationInModule": {
|
|
2243
2244
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2244
|
-
"line":
|
|
2245
|
+
"line": 110
|
|
2245
2246
|
},
|
|
2246
2247
|
"name": "deps",
|
|
2247
2248
|
"optional": true,
|
|
@@ -2266,7 +2267,7 @@
|
|
|
2266
2267
|
"immutable": true,
|
|
2267
2268
|
"locationInModule": {
|
|
2268
2269
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2269
|
-
"line":
|
|
2270
|
+
"line": 149
|
|
2270
2271
|
},
|
|
2271
2272
|
"name": "description",
|
|
2272
2273
|
"optional": true,
|
|
@@ -2284,7 +2285,7 @@
|
|
|
2284
2285
|
"immutable": true,
|
|
2285
2286
|
"locationInModule": {
|
|
2286
2287
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2287
|
-
"line":
|
|
2288
|
+
"line": 224
|
|
2288
2289
|
},
|
|
2289
2290
|
"name": "devContainer",
|
|
2290
2291
|
"optional": true,
|
|
@@ -2306,7 +2307,7 @@
|
|
|
2306
2307
|
"immutable": true,
|
|
2307
2308
|
"locationInModule": {
|
|
2308
2309
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2309
|
-
"line":
|
|
2310
|
+
"line": 100
|
|
2310
2311
|
},
|
|
2311
2312
|
"name": "devDeps",
|
|
2312
2313
|
"optional": true,
|
|
@@ -2329,7 +2330,7 @@
|
|
|
2329
2330
|
"immutable": true,
|
|
2330
2331
|
"locationInModule": {
|
|
2331
2332
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2332
|
-
"line":
|
|
2333
|
+
"line": 218
|
|
2333
2334
|
},
|
|
2334
2335
|
"name": "githubOptions",
|
|
2335
2336
|
"optional": true,
|
|
@@ -2347,7 +2348,7 @@
|
|
|
2347
2348
|
"immutable": true,
|
|
2348
2349
|
"locationInModule": {
|
|
2349
2350
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2350
|
-
"line":
|
|
2351
|
+
"line": 344
|
|
2351
2352
|
},
|
|
2352
2353
|
"name": "gitIdentity",
|
|
2353
2354
|
"optional": true,
|
|
@@ -2364,7 +2365,7 @@
|
|
|
2364
2365
|
"immutable": true,
|
|
2365
2366
|
"locationInModule": {
|
|
2366
2367
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2367
|
-
"line":
|
|
2368
|
+
"line": 315
|
|
2368
2369
|
},
|
|
2369
2370
|
"name": "gitIgnoreOptions",
|
|
2370
2371
|
"optional": true,
|
|
@@ -2381,7 +2382,7 @@
|
|
|
2381
2382
|
"immutable": true,
|
|
2382
2383
|
"locationInModule": {
|
|
2383
2384
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2384
|
-
"line":
|
|
2385
|
+
"line": 310
|
|
2385
2386
|
},
|
|
2386
2387
|
"name": "gitOptions",
|
|
2387
2388
|
"optional": true,
|
|
@@ -2399,7 +2400,7 @@
|
|
|
2399
2400
|
"immutable": true,
|
|
2400
2401
|
"locationInModule": {
|
|
2401
2402
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2402
|
-
"line":
|
|
2403
|
+
"line": 212
|
|
2403
2404
|
},
|
|
2404
2405
|
"name": "gitpod",
|
|
2405
2406
|
"optional": true,
|
|
@@ -2416,7 +2417,7 @@
|
|
|
2416
2417
|
"immutable": true,
|
|
2417
2418
|
"locationInModule": {
|
|
2418
2419
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2419
|
-
"line":
|
|
2420
|
+
"line": 143
|
|
2420
2421
|
},
|
|
2421
2422
|
"name": "homepage",
|
|
2422
2423
|
"optional": true,
|
|
@@ -2433,7 +2434,7 @@
|
|
|
2433
2434
|
"immutable": true,
|
|
2434
2435
|
"locationInModule": {
|
|
2435
2436
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2436
|
-
"line":
|
|
2437
|
+
"line": 138
|
|
2437
2438
|
},
|
|
2438
2439
|
"name": "license",
|
|
2439
2440
|
"optional": true,
|
|
@@ -2451,7 +2452,7 @@
|
|
|
2451
2452
|
"immutable": true,
|
|
2452
2453
|
"locationInModule": {
|
|
2453
2454
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2454
|
-
"line":
|
|
2455
|
+
"line": 305
|
|
2455
2456
|
},
|
|
2456
2457
|
"name": "logging",
|
|
2457
2458
|
"optional": true,
|
|
@@ -2470,7 +2471,7 @@
|
|
|
2470
2471
|
"immutable": true,
|
|
2471
2472
|
"locationInModule": {
|
|
2472
2473
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2473
|
-
"line":
|
|
2474
|
+
"line": 299
|
|
2474
2475
|
},
|
|
2475
2476
|
"name": "outdir",
|
|
2476
2477
|
"optional": true,
|
|
@@ -2487,7 +2488,7 @@
|
|
|
2487
2488
|
"immutable": true,
|
|
2488
2489
|
"locationInModule": {
|
|
2489
2490
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2490
|
-
"line":
|
|
2491
|
+
"line": 133
|
|
2491
2492
|
},
|
|
2492
2493
|
"name": "packageName",
|
|
2493
2494
|
"optional": true,
|
|
@@ -2504,7 +2505,7 @@
|
|
|
2504
2505
|
"immutable": true,
|
|
2505
2506
|
"locationInModule": {
|
|
2506
2507
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2507
|
-
"line":
|
|
2508
|
+
"line": 288
|
|
2508
2509
|
},
|
|
2509
2510
|
"name": "parent",
|
|
2510
2511
|
"optional": true,
|
|
@@ -2523,7 +2524,7 @@
|
|
|
2523
2524
|
"immutable": true,
|
|
2524
2525
|
"locationInModule": {
|
|
2525
2526
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2526
|
-
"line":
|
|
2527
|
+
"line": 283
|
|
2527
2528
|
},
|
|
2528
2529
|
"name": "projenCommand",
|
|
2529
2530
|
"optional": true,
|
|
@@ -2541,7 +2542,7 @@
|
|
|
2541
2542
|
"immutable": true,
|
|
2542
2543
|
"locationInModule": {
|
|
2543
2544
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2544
|
-
"line":
|
|
2545
|
+
"line": 206
|
|
2545
2546
|
},
|
|
2546
2547
|
"name": "projenCredentials",
|
|
2547
2548
|
"optional": true,
|
|
@@ -2560,7 +2561,7 @@
|
|
|
2560
2561
|
"immutable": true,
|
|
2561
2562
|
"locationInModule": {
|
|
2562
2563
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2563
|
-
"line":
|
|
2564
|
+
"line": 90
|
|
2564
2565
|
},
|
|
2565
2566
|
"name": "projenrcJs",
|
|
2566
2567
|
"optional": true,
|
|
@@ -2578,7 +2579,7 @@
|
|
|
2578
2579
|
"immutable": true,
|
|
2579
2580
|
"locationInModule": {
|
|
2580
2581
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2581
|
-
"line":
|
|
2582
|
+
"line": 276
|
|
2582
2583
|
},
|
|
2583
2584
|
"name": "projenrcJson",
|
|
2584
2585
|
"optional": true,
|
|
@@ -2596,7 +2597,7 @@
|
|
|
2596
2597
|
"immutable": true,
|
|
2597
2598
|
"locationInModule": {
|
|
2598
2599
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2599
|
-
"line":
|
|
2600
|
+
"line": 270
|
|
2600
2601
|
},
|
|
2601
2602
|
"name": "projenrcJsonOptions",
|
|
2602
2603
|
"optional": true,
|
|
@@ -2614,7 +2615,7 @@
|
|
|
2614
2615
|
"immutable": true,
|
|
2615
2616
|
"locationInModule": {
|
|
2616
2617
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2617
|
-
"line":
|
|
2618
|
+
"line": 82
|
|
2618
2619
|
},
|
|
2619
2620
|
"name": "projenrcJsOptions",
|
|
2620
2621
|
"optional": true,
|
|
@@ -2633,7 +2634,7 @@
|
|
|
2633
2634
|
"immutable": true,
|
|
2634
2635
|
"locationInModule": {
|
|
2635
2636
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2636
|
-
"line":
|
|
2637
|
+
"line": 76
|
|
2637
2638
|
},
|
|
2638
2639
|
"name": "projenrcPython",
|
|
2639
2640
|
"optional": true,
|
|
@@ -2651,7 +2652,7 @@
|
|
|
2651
2652
|
"immutable": true,
|
|
2652
2653
|
"locationInModule": {
|
|
2653
2654
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2654
|
-
"line":
|
|
2655
|
+
"line": 68
|
|
2655
2656
|
},
|
|
2656
2657
|
"name": "projenrcPythonOptions",
|
|
2657
2658
|
"optional": true,
|
|
@@ -2670,7 +2671,7 @@
|
|
|
2670
2671
|
"immutable": true,
|
|
2671
2672
|
"locationInModule": {
|
|
2672
2673
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2673
|
-
"line":
|
|
2674
|
+
"line": 62
|
|
2674
2675
|
},
|
|
2675
2676
|
"name": "projenrcTs",
|
|
2676
2677
|
"optional": true,
|
|
@@ -2688,7 +2689,7 @@
|
|
|
2688
2689
|
"immutable": true,
|
|
2689
2690
|
"locationInModule": {
|
|
2690
2691
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2691
|
-
"line":
|
|
2692
|
+
"line": 54
|
|
2692
2693
|
},
|
|
2693
2694
|
"name": "projenrcTsOptions",
|
|
2694
2695
|
"optional": true,
|
|
@@ -2704,7 +2705,7 @@
|
|
|
2704
2705
|
"immutable": true,
|
|
2705
2706
|
"locationInModule": {
|
|
2706
2707
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2707
|
-
"line":
|
|
2708
|
+
"line": 345
|
|
2708
2709
|
},
|
|
2709
2710
|
"name": "pulumiPythonOptions",
|
|
2710
2711
|
"optional": true,
|
|
@@ -2725,7 +2726,7 @@
|
|
|
2725
2726
|
"immutable": true,
|
|
2726
2727
|
"locationInModule": {
|
|
2727
2728
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2728
|
-
"line":
|
|
2729
|
+
"line": 48
|
|
2729
2730
|
},
|
|
2730
2731
|
"name": "pytest",
|
|
2731
2732
|
"optional": true,
|
|
@@ -2743,7 +2744,7 @@
|
|
|
2743
2744
|
"immutable": true,
|
|
2744
2745
|
"locationInModule": {
|
|
2745
2746
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2746
|
-
"line":
|
|
2747
|
+
"line": 41
|
|
2747
2748
|
},
|
|
2748
2749
|
"name": "pytestOptions",
|
|
2749
2750
|
"optional": true,
|
|
@@ -2761,7 +2762,7 @@
|
|
|
2761
2762
|
"immutable": true,
|
|
2762
2763
|
"locationInModule": {
|
|
2763
2764
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2764
|
-
"line":
|
|
2765
|
+
"line": 123
|
|
2765
2766
|
},
|
|
2766
2767
|
"name": "pythonExec",
|
|
2767
2768
|
"optional": true,
|
|
@@ -2779,7 +2780,7 @@
|
|
|
2779
2780
|
"immutable": true,
|
|
2780
2781
|
"locationInModule": {
|
|
2781
2782
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2782
|
-
"line":
|
|
2783
|
+
"line": 200
|
|
2783
2784
|
},
|
|
2784
2785
|
"name": "readme",
|
|
2785
2786
|
"optional": true,
|
|
@@ -2797,7 +2798,7 @@
|
|
|
2797
2798
|
"immutable": true,
|
|
2798
2799
|
"locationInModule": {
|
|
2799
2800
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2800
|
-
"line":
|
|
2801
|
+
"line": 337
|
|
2801
2802
|
},
|
|
2802
2803
|
"name": "release",
|
|
2803
2804
|
"optional": true,
|
|
@@ -2815,7 +2816,7 @@
|
|
|
2815
2816
|
"immutable": true,
|
|
2816
2817
|
"locationInModule": {
|
|
2817
2818
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2818
|
-
"line":
|
|
2819
|
+
"line": 356
|
|
2819
2820
|
},
|
|
2820
2821
|
"name": "releaseTrigger",
|
|
2821
2822
|
"optional": true,
|
|
@@ -2833,7 +2834,7 @@
|
|
|
2833
2834
|
"immutable": true,
|
|
2834
2835
|
"locationInModule": {
|
|
2835
2836
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2836
|
-
"line":
|
|
2837
|
+
"line": 264
|
|
2837
2838
|
},
|
|
2838
2839
|
"name": "renovatebot",
|
|
2839
2840
|
"optional": true,
|
|
@@ -2851,7 +2852,7 @@
|
|
|
2851
2852
|
"immutable": true,
|
|
2852
2853
|
"locationInModule": {
|
|
2853
2854
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2854
|
-
"line":
|
|
2855
|
+
"line": 258
|
|
2855
2856
|
},
|
|
2856
2857
|
"name": "renovatebotOptions",
|
|
2857
2858
|
"optional": true,
|
|
@@ -2869,7 +2870,7 @@
|
|
|
2869
2870
|
"immutable": true,
|
|
2870
2871
|
"locationInModule": {
|
|
2871
2872
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2872
|
-
"line":
|
|
2873
|
+
"line": 35
|
|
2873
2874
|
},
|
|
2874
2875
|
"name": "sample",
|
|
2875
2876
|
"optional": true,
|
|
@@ -2888,7 +2889,7 @@
|
|
|
2888
2889
|
"immutable": true,
|
|
2889
2890
|
"locationInModule": {
|
|
2890
2891
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2891
|
-
"line":
|
|
2892
|
+
"line": 29
|
|
2892
2893
|
},
|
|
2893
2894
|
"name": "sampleTestdir",
|
|
2894
2895
|
"optional": true,
|
|
@@ -2909,7 +2910,7 @@
|
|
|
2909
2910
|
"immutable": true,
|
|
2910
2911
|
"locationInModule": {
|
|
2911
2912
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2912
|
-
"line":
|
|
2913
|
+
"line": 22
|
|
2913
2914
|
},
|
|
2914
2915
|
"name": "setuptools",
|
|
2915
2916
|
"optional": true,
|
|
@@ -2928,7 +2929,7 @@
|
|
|
2928
2929
|
"immutable": true,
|
|
2929
2930
|
"locationInModule": {
|
|
2930
2931
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2931
|
-
"line":
|
|
2932
|
+
"line": 194
|
|
2932
2933
|
},
|
|
2933
2934
|
"name": "stale",
|
|
2934
2935
|
"optional": true,
|
|
@@ -2947,7 +2948,7 @@
|
|
|
2947
2948
|
"immutable": true,
|
|
2948
2949
|
"locationInModule": {
|
|
2949
2950
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2950
|
-
"line":
|
|
2951
|
+
"line": 187
|
|
2951
2952
|
},
|
|
2952
2953
|
"name": "staleOptions",
|
|
2953
2954
|
"optional": true,
|
|
@@ -2955,6 +2956,44 @@
|
|
|
2955
2956
|
"fqn": "projen.github.StaleOptions"
|
|
2956
2957
|
}
|
|
2957
2958
|
},
|
|
2959
|
+
{
|
|
2960
|
+
"abstract": true,
|
|
2961
|
+
"docs": {
|
|
2962
|
+
"custom": {
|
|
2963
|
+
"featured": "true"
|
|
2964
|
+
},
|
|
2965
|
+
"default": "false",
|
|
2966
|
+
"stability": "experimental",
|
|
2967
|
+
"summary": "Use uv to manage your project dependencies, virtual environment, and (optional) packaging/publishing."
|
|
2968
|
+
},
|
|
2969
|
+
"immutable": true,
|
|
2970
|
+
"locationInModule": {
|
|
2971
|
+
"filename": "src/structs/python-options/component-options.ts",
|
|
2972
|
+
"line": 15
|
|
2973
|
+
},
|
|
2974
|
+
"name": "uv",
|
|
2975
|
+
"optional": true,
|
|
2976
|
+
"type": {
|
|
2977
|
+
"primitive": "boolean"
|
|
2978
|
+
}
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
"abstract": true,
|
|
2982
|
+
"docs": {
|
|
2983
|
+
"stability": "experimental",
|
|
2984
|
+
"summary": "Additional options to set for uv if using uv."
|
|
2985
|
+
},
|
|
2986
|
+
"immutable": true,
|
|
2987
|
+
"locationInModule": {
|
|
2988
|
+
"filename": "src/structs/python-options/component-options.ts",
|
|
2989
|
+
"line": 128
|
|
2990
|
+
},
|
|
2991
|
+
"name": "uvOptions",
|
|
2992
|
+
"optional": true,
|
|
2993
|
+
"type": {
|
|
2994
|
+
"fqn": "projen.python.UvOptions"
|
|
2995
|
+
}
|
|
2996
|
+
},
|
|
2958
2997
|
{
|
|
2959
2998
|
"abstract": true,
|
|
2960
2999
|
"docs": {
|
|
@@ -2966,7 +3005,7 @@
|
|
|
2966
3005
|
"immutable": true,
|
|
2967
3006
|
"locationInModule": {
|
|
2968
3007
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2969
|
-
"line":
|
|
3008
|
+
"line": 180
|
|
2970
3009
|
},
|
|
2971
3010
|
"name": "vscode",
|
|
2972
3011
|
"optional": true,
|
|
@@ -3156,7 +3195,7 @@
|
|
|
3156
3195
|
"immutable": true,
|
|
3157
3196
|
"locationInModule": {
|
|
3158
3197
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3159
|
-
"line":
|
|
3198
|
+
"line": 65
|
|
3160
3199
|
},
|
|
3161
3200
|
"name": "artifactsDirectory",
|
|
3162
3201
|
"type": {
|
|
@@ -3173,30 +3212,13 @@
|
|
|
3173
3212
|
"immutable": true,
|
|
3174
3213
|
"locationInModule": {
|
|
3175
3214
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3176
|
-
"line":
|
|
3215
|
+
"line": 59
|
|
3177
3216
|
},
|
|
3178
3217
|
"name": "branch",
|
|
3179
3218
|
"type": {
|
|
3180
3219
|
"primitive": "string"
|
|
3181
3220
|
}
|
|
3182
3221
|
},
|
|
3183
|
-
{
|
|
3184
|
-
"abstract": true,
|
|
3185
|
-
"docs": {
|
|
3186
|
-
"remarks": "Artifacts are\nexpected to reside under `artifactsDirectory` (defaults to `dist/`) once\nbuild is complete.",
|
|
3187
|
-
"stability": "experimental",
|
|
3188
|
-
"summary": "The task to execute in order to create the release artifacts."
|
|
3189
|
-
},
|
|
3190
|
-
"immutable": true,
|
|
3191
|
-
"locationInModule": {
|
|
3192
|
-
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3193
|
-
"line": 41
|
|
3194
|
-
},
|
|
3195
|
-
"name": "task",
|
|
3196
|
-
"type": {
|
|
3197
|
-
"fqn": "projen.Task"
|
|
3198
|
-
}
|
|
3199
|
-
},
|
|
3200
3222
|
{
|
|
3201
3223
|
"abstract": true,
|
|
3202
3224
|
"docs": {
|
|
@@ -3206,7 +3228,7 @@
|
|
|
3206
3228
|
"immutable": true,
|
|
3207
3229
|
"locationInModule": {
|
|
3208
3230
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3209
|
-
"line":
|
|
3231
|
+
"line": 50
|
|
3210
3232
|
},
|
|
3211
3233
|
"name": "versionFile",
|
|
3212
3234
|
"type": {
|
|
@@ -3224,7 +3246,7 @@
|
|
|
3224
3246
|
"immutable": true,
|
|
3225
3247
|
"locationInModule": {
|
|
3226
3248
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3227
|
-
"line":
|
|
3249
|
+
"line": 272
|
|
3228
3250
|
},
|
|
3229
3251
|
"name": "bumpPackage",
|
|
3230
3252
|
"optional": true,
|
|
@@ -3242,7 +3264,7 @@
|
|
|
3242
3264
|
"immutable": true,
|
|
3243
3265
|
"locationInModule": {
|
|
3244
3266
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3245
|
-
"line":
|
|
3267
|
+
"line": 45
|
|
3246
3268
|
},
|
|
3247
3269
|
"name": "githubRelease",
|
|
3248
3270
|
"optional": true,
|
|
@@ -3260,7 +3282,7 @@
|
|
|
3260
3282
|
"immutable": true,
|
|
3261
3283
|
"locationInModule": {
|
|
3262
3284
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3263
|
-
"line":
|
|
3285
|
+
"line": 283
|
|
3264
3286
|
},
|
|
3265
3287
|
"name": "gitIdentity",
|
|
3266
3288
|
"optional": true,
|
|
@@ -3277,7 +3299,7 @@
|
|
|
3277
3299
|
"immutable": true,
|
|
3278
3300
|
"locationInModule": {
|
|
3279
3301
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3280
|
-
"line":
|
|
3302
|
+
"line": 276
|
|
3281
3303
|
},
|
|
3282
3304
|
"name": "gitTagPublishOptions",
|
|
3283
3305
|
"optional": true,
|
|
@@ -3295,7 +3317,7 @@
|
|
|
3295
3317
|
"immutable": true,
|
|
3296
3318
|
"locationInModule": {
|
|
3297
3319
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3298
|
-
"line":
|
|
3320
|
+
"line": 265
|
|
3299
3321
|
},
|
|
3300
3322
|
"name": "jsiiReleaseVersion",
|
|
3301
3323
|
"optional": true,
|
|
@@ -3314,7 +3336,7 @@
|
|
|
3314
3336
|
"immutable": true,
|
|
3315
3337
|
"locationInModule": {
|
|
3316
3338
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3317
|
-
"line":
|
|
3339
|
+
"line": 259
|
|
3318
3340
|
},
|
|
3319
3341
|
"name": "majorVersion",
|
|
3320
3342
|
"optional": true,
|
|
@@ -3333,7 +3355,7 @@
|
|
|
3333
3355
|
"immutable": true,
|
|
3334
3356
|
"locationInModule": {
|
|
3335
3357
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3336
|
-
"line":
|
|
3358
|
+
"line": 251
|
|
3337
3359
|
},
|
|
3338
3360
|
"name": "minMajorVersion",
|
|
3339
3361
|
"optional": true,
|
|
@@ -3352,7 +3374,7 @@
|
|
|
3352
3374
|
"immutable": true,
|
|
3353
3375
|
"locationInModule": {
|
|
3354
3376
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3355
|
-
"line":
|
|
3377
|
+
"line": 241
|
|
3356
3378
|
},
|
|
3357
3379
|
"name": "nextVersionCommand",
|
|
3358
3380
|
"optional": true,
|
|
@@ -3371,7 +3393,7 @@
|
|
|
3371
3393
|
"immutable": true,
|
|
3372
3394
|
"locationInModule": {
|
|
3373
3395
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3374
|
-
"line":
|
|
3396
|
+
"line": 217
|
|
3375
3397
|
},
|
|
3376
3398
|
"name": "npmDistTag",
|
|
3377
3399
|
"optional": true,
|
|
@@ -3389,7 +3411,7 @@
|
|
|
3389
3411
|
"immutable": true,
|
|
3390
3412
|
"locationInModule": {
|
|
3391
3413
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3392
|
-
"line":
|
|
3414
|
+
"line": 209
|
|
3393
3415
|
},
|
|
3394
3416
|
"name": "postBuildSteps",
|
|
3395
3417
|
"optional": true,
|
|
@@ -3412,7 +3434,7 @@
|
|
|
3412
3434
|
"immutable": true,
|
|
3413
3435
|
"locationInModule": {
|
|
3414
3436
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3415
|
-
"line":
|
|
3437
|
+
"line": 203
|
|
3416
3438
|
},
|
|
3417
3439
|
"name": "prerelease",
|
|
3418
3440
|
"optional": true,
|
|
@@ -3430,7 +3452,7 @@
|
|
|
3430
3452
|
"immutable": true,
|
|
3431
3453
|
"locationInModule": {
|
|
3432
3454
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3433
|
-
"line":
|
|
3455
|
+
"line": 197
|
|
3434
3456
|
},
|
|
3435
3457
|
"name": "publishDryRun",
|
|
3436
3458
|
"optional": true,
|
|
@@ -3449,7 +3471,7 @@
|
|
|
3449
3471
|
"immutable": true,
|
|
3450
3472
|
"locationInModule": {
|
|
3451
3473
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3452
|
-
"line":
|
|
3474
|
+
"line": 191
|
|
3453
3475
|
},
|
|
3454
3476
|
"name": "publishTasks",
|
|
3455
3477
|
"optional": true,
|
|
@@ -3467,7 +3489,7 @@
|
|
|
3467
3489
|
"immutable": true,
|
|
3468
3490
|
"locationInModule": {
|
|
3469
3491
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3470
|
-
"line":
|
|
3492
|
+
"line": 183
|
|
3471
3493
|
},
|
|
3472
3494
|
"name": "releasableCommits",
|
|
3473
3495
|
"optional": true,
|
|
@@ -3486,7 +3508,7 @@
|
|
|
3486
3508
|
"immutable": true,
|
|
3487
3509
|
"locationInModule": {
|
|
3488
3510
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3489
|
-
"line":
|
|
3511
|
+
"line": 177
|
|
3490
3512
|
},
|
|
3491
3513
|
"name": "releaseBranches",
|
|
3492
3514
|
"optional": true,
|
|
@@ -3510,7 +3532,7 @@
|
|
|
3510
3532
|
"immutable": true,
|
|
3511
3533
|
"locationInModule": {
|
|
3512
3534
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3513
|
-
"line":
|
|
3535
|
+
"line": 164
|
|
3514
3536
|
},
|
|
3515
3537
|
"name": "releaseEnvironment",
|
|
3516
3538
|
"optional": true,
|
|
@@ -3529,7 +3551,7 @@
|
|
|
3529
3551
|
"immutable": true,
|
|
3530
3552
|
"locationInModule": {
|
|
3531
3553
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3532
|
-
"line":
|
|
3554
|
+
"line": 153
|
|
3533
3555
|
},
|
|
3534
3556
|
"name": "releaseEveryCommit",
|
|
3535
3557
|
"optional": true,
|
|
@@ -3547,7 +3569,7 @@
|
|
|
3547
3569
|
"immutable": true,
|
|
3548
3570
|
"locationInModule": {
|
|
3549
3571
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3550
|
-
"line":
|
|
3572
|
+
"line": 146
|
|
3551
3573
|
},
|
|
3552
3574
|
"name": "releaseFailureIssue",
|
|
3553
3575
|
"optional": true,
|
|
@@ -3566,7 +3588,7 @@
|
|
|
3566
3588
|
"immutable": true,
|
|
3567
3589
|
"locationInModule": {
|
|
3568
3590
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3569
|
-
"line":
|
|
3591
|
+
"line": 140
|
|
3570
3592
|
},
|
|
3571
3593
|
"name": "releaseFailureIssueLabel",
|
|
3572
3594
|
"optional": true,
|
|
@@ -3585,7 +3607,7 @@
|
|
|
3585
3607
|
"immutable": true,
|
|
3586
3608
|
"locationInModule": {
|
|
3587
3609
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3588
|
-
"line":
|
|
3610
|
+
"line": 133
|
|
3589
3611
|
},
|
|
3590
3612
|
"name": "releaseSchedule",
|
|
3591
3613
|
"optional": true,
|
|
@@ -3604,7 +3626,7 @@
|
|
|
3604
3626
|
"immutable": true,
|
|
3605
3627
|
"locationInModule": {
|
|
3606
3628
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3607
|
-
"line":
|
|
3629
|
+
"line": 126
|
|
3608
3630
|
},
|
|
3609
3631
|
"name": "releaseTagPrefix",
|
|
3610
3632
|
"optional": true,
|
|
@@ -3622,7 +3644,7 @@
|
|
|
3622
3644
|
"immutable": true,
|
|
3623
3645
|
"locationInModule": {
|
|
3624
3646
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3625
|
-
"line":
|
|
3647
|
+
"line": 116
|
|
3626
3648
|
},
|
|
3627
3649
|
"name": "releaseTrigger",
|
|
3628
3650
|
"optional": true,
|
|
@@ -3630,6 +3652,29 @@
|
|
|
3630
3652
|
"fqn": "projen.release.ReleaseTrigger"
|
|
3631
3653
|
}
|
|
3632
3654
|
},
|
|
3655
|
+
{
|
|
3656
|
+
"abstract": true,
|
|
3657
|
+
"docs": {
|
|
3658
|
+
"default": "{}",
|
|
3659
|
+
"stability": "experimental",
|
|
3660
|
+
"summary": "Build environment variables for release workflows."
|
|
3661
|
+
},
|
|
3662
|
+
"immutable": true,
|
|
3663
|
+
"locationInModule": {
|
|
3664
|
+
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3665
|
+
"line": 110
|
|
3666
|
+
},
|
|
3667
|
+
"name": "releaseWorkflowEnv",
|
|
3668
|
+
"optional": true,
|
|
3669
|
+
"type": {
|
|
3670
|
+
"collection": {
|
|
3671
|
+
"elementtype": {
|
|
3672
|
+
"primitive": "string"
|
|
3673
|
+
},
|
|
3674
|
+
"kind": "map"
|
|
3675
|
+
}
|
|
3676
|
+
}
|
|
3677
|
+
},
|
|
3633
3678
|
{
|
|
3634
3679
|
"abstract": true,
|
|
3635
3680
|
"docs": {
|
|
@@ -3640,7 +3685,7 @@
|
|
|
3640
3685
|
"immutable": true,
|
|
3641
3686
|
"locationInModule": {
|
|
3642
3687
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3643
|
-
"line":
|
|
3688
|
+
"line": 104
|
|
3644
3689
|
},
|
|
3645
3690
|
"name": "releaseWorkflowName",
|
|
3646
3691
|
"optional": true,
|
|
@@ -3657,7 +3702,7 @@
|
|
|
3657
3702
|
"immutable": true,
|
|
3658
3703
|
"locationInModule": {
|
|
3659
3704
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3660
|
-
"line":
|
|
3705
|
+
"line": 98
|
|
3661
3706
|
},
|
|
3662
3707
|
"name": "releaseWorkflowSetupSteps",
|
|
3663
3708
|
"optional": true,
|
|
@@ -3670,6 +3715,48 @@
|
|
|
3670
3715
|
}
|
|
3671
3716
|
}
|
|
3672
3717
|
},
|
|
3718
|
+
{
|
|
3719
|
+
"abstract": true,
|
|
3720
|
+
"docs": {
|
|
3721
|
+
"deprecated": "Use `tasks` instead",
|
|
3722
|
+
"remarks": "Artifacts are\nexpected to reside under `artifactsDirectory` (defaults to `dist/`) once\nbuild is complete.",
|
|
3723
|
+
"stability": "deprecated",
|
|
3724
|
+
"summary": "The task to execute in order to create the release artifacts."
|
|
3725
|
+
},
|
|
3726
|
+
"immutable": true,
|
|
3727
|
+
"locationInModule": {
|
|
3728
|
+
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3729
|
+
"line": 39
|
|
3730
|
+
},
|
|
3731
|
+
"name": "task",
|
|
3732
|
+
"optional": true,
|
|
3733
|
+
"type": {
|
|
3734
|
+
"fqn": "projen.Task"
|
|
3735
|
+
}
|
|
3736
|
+
},
|
|
3737
|
+
{
|
|
3738
|
+
"abstract": true,
|
|
3739
|
+
"docs": {
|
|
3740
|
+
"remarks": "Artifacts are\nexpected to reside under `artifactsDirectory` (defaults to `dist/`) once\nbuild is complete.",
|
|
3741
|
+
"stability": "experimental",
|
|
3742
|
+
"summary": "The tasks to execute in order to create the release artifacts."
|
|
3743
|
+
},
|
|
3744
|
+
"immutable": true,
|
|
3745
|
+
"locationInModule": {
|
|
3746
|
+
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3747
|
+
"line": 30
|
|
3748
|
+
},
|
|
3749
|
+
"name": "tasks",
|
|
3750
|
+
"optional": true,
|
|
3751
|
+
"type": {
|
|
3752
|
+
"collection": {
|
|
3753
|
+
"elementtype": {
|
|
3754
|
+
"fqn": "projen.Task"
|
|
3755
|
+
},
|
|
3756
|
+
"kind": "array"
|
|
3757
|
+
}
|
|
3758
|
+
}
|
|
3759
|
+
},
|
|
3673
3760
|
{
|
|
3674
3761
|
"abstract": true,
|
|
3675
3762
|
"docs": {
|
|
@@ -3681,7 +3768,7 @@
|
|
|
3681
3768
|
"immutable": true,
|
|
3682
3769
|
"locationInModule": {
|
|
3683
3770
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3684
|
-
"line":
|
|
3771
|
+
"line": 93
|
|
3685
3772
|
},
|
|
3686
3773
|
"name": "versionrcOptions",
|
|
3687
3774
|
"optional": true,
|
|
@@ -3704,7 +3791,7 @@
|
|
|
3704
3791
|
"immutable": true,
|
|
3705
3792
|
"locationInModule": {
|
|
3706
3793
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3707
|
-
"line":
|
|
3794
|
+
"line": 86
|
|
3708
3795
|
},
|
|
3709
3796
|
"name": "workflowContainerImage",
|
|
3710
3797
|
"optional": true,
|
|
@@ -3763,7 +3850,7 @@
|
|
|
3763
3850
|
"immutable": true,
|
|
3764
3851
|
"locationInModule": {
|
|
3765
3852
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3766
|
-
"line":
|
|
3853
|
+
"line": 80
|
|
3767
3854
|
},
|
|
3768
3855
|
"name": "workflowRunsOn",
|
|
3769
3856
|
"optional": true,
|
|
@@ -3789,7 +3876,7 @@
|
|
|
3789
3876
|
"immutable": true,
|
|
3790
3877
|
"locationInModule": {
|
|
3791
3878
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3792
|
-
"line":
|
|
3879
|
+
"line": 72
|
|
3793
3880
|
},
|
|
3794
3881
|
"name": "workflowRunsOnGroup",
|
|
3795
3882
|
"optional": true,
|
|
@@ -3857,7 +3944,7 @@
|
|
|
3857
3944
|
"immutable": true,
|
|
3858
3945
|
"locationInModule": {
|
|
3859
3946
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
3860
|
-
"line":
|
|
3947
|
+
"line": 640
|
|
3861
3948
|
},
|
|
3862
3949
|
"name": "defaultReleaseBranch",
|
|
3863
3950
|
"type": {
|
|
@@ -3913,7 +4000,7 @@
|
|
|
3913
4000
|
"immutable": true,
|
|
3914
4001
|
"locationInModule": {
|
|
3915
4002
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
3916
|
-
"line":
|
|
4003
|
+
"line": 646
|
|
3917
4004
|
},
|
|
3918
4005
|
"name": "artifactsDirectory",
|
|
3919
4006
|
"optional": true,
|
|
@@ -3921,6 +4008,43 @@
|
|
|
3921
4008
|
"primitive": "string"
|
|
3922
4009
|
}
|
|
3923
4010
|
},
|
|
4011
|
+
{
|
|
4012
|
+
"abstract": true,
|
|
4013
|
+
"docs": {
|
|
4014
|
+
"default": "false",
|
|
4015
|
+
"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).",
|
|
4016
|
+
"stability": "experimental",
|
|
4017
|
+
"summary": "Run security audit on dependencies."
|
|
4018
|
+
},
|
|
4019
|
+
"immutable": true,
|
|
4020
|
+
"locationInModule": {
|
|
4021
|
+
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4022
|
+
"line": 655
|
|
4023
|
+
},
|
|
4024
|
+
"name": "auditDeps",
|
|
4025
|
+
"optional": true,
|
|
4026
|
+
"type": {
|
|
4027
|
+
"primitive": "boolean"
|
|
4028
|
+
}
|
|
4029
|
+
},
|
|
4030
|
+
{
|
|
4031
|
+
"abstract": true,
|
|
4032
|
+
"docs": {
|
|
4033
|
+
"default": "- default options",
|
|
4034
|
+
"stability": "experimental",
|
|
4035
|
+
"summary": "Security audit options."
|
|
4036
|
+
},
|
|
4037
|
+
"immutable": true,
|
|
4038
|
+
"locationInModule": {
|
|
4039
|
+
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4040
|
+
"line": 661
|
|
4041
|
+
},
|
|
4042
|
+
"name": "auditDepsOptions",
|
|
4043
|
+
"optional": true,
|
|
4044
|
+
"type": {
|
|
4045
|
+
"fqn": "projen.javascript.AuditOptions"
|
|
4046
|
+
}
|
|
4047
|
+
},
|
|
3924
4048
|
{
|
|
3925
4049
|
"abstract": true,
|
|
3926
4050
|
"docs": {
|
|
@@ -4018,7 +4142,7 @@
|
|
|
4018
4142
|
"immutable": true,
|
|
4019
4143
|
"locationInModule": {
|
|
4020
4144
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4021
|
-
"line":
|
|
4145
|
+
"line": 668
|
|
4022
4146
|
},
|
|
4023
4147
|
"name": "autoApproveUpgrades",
|
|
4024
4148
|
"optional": true,
|
|
@@ -4115,7 +4239,7 @@
|
|
|
4115
4239
|
"immutable": true,
|
|
4116
4240
|
"locationInModule": {
|
|
4117
4241
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4118
|
-
"line":
|
|
4242
|
+
"line": 674
|
|
4119
4243
|
},
|
|
4120
4244
|
"name": "biome",
|
|
4121
4245
|
"optional": true,
|
|
@@ -4133,7 +4257,7 @@
|
|
|
4133
4257
|
"immutable": true,
|
|
4134
4258
|
"locationInModule": {
|
|
4135
4259
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4136
|
-
"line":
|
|
4260
|
+
"line": 680
|
|
4137
4261
|
},
|
|
4138
4262
|
"name": "biomeOptions",
|
|
4139
4263
|
"optional": true,
|
|
@@ -4185,7 +4309,7 @@
|
|
|
4185
4309
|
"immutable": true,
|
|
4186
4310
|
"locationInModule": {
|
|
4187
4311
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4188
|
-
"line":
|
|
4312
|
+
"line": 686
|
|
4189
4313
|
},
|
|
4190
4314
|
"name": "buildWorkflow",
|
|
4191
4315
|
"optional": true,
|
|
@@ -4202,7 +4326,7 @@
|
|
|
4202
4326
|
"immutable": true,
|
|
4203
4327
|
"locationInModule": {
|
|
4204
4328
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4205
|
-
"line":
|
|
4329
|
+
"line": 691
|
|
4206
4330
|
},
|
|
4207
4331
|
"name": "buildWorkflowOptions",
|
|
4208
4332
|
"optional": true,
|
|
@@ -4261,7 +4385,7 @@
|
|
|
4261
4385
|
"immutable": true,
|
|
4262
4386
|
"locationInModule": {
|
|
4263
4387
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4264
|
-
"line":
|
|
4388
|
+
"line": 696
|
|
4265
4389
|
},
|
|
4266
4390
|
"name": "bundlerOptions",
|
|
4267
4391
|
"optional": true,
|
|
@@ -4298,7 +4422,7 @@
|
|
|
4298
4422
|
"immutable": true,
|
|
4299
4423
|
"locationInModule": {
|
|
4300
4424
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4301
|
-
"line":
|
|
4425
|
+
"line": 703
|
|
4302
4426
|
},
|
|
4303
4427
|
"name": "checkLicenses",
|
|
4304
4428
|
"optional": true,
|
|
@@ -4353,7 +4477,7 @@
|
|
|
4353
4477
|
"immutable": true,
|
|
4354
4478
|
"locationInModule": {
|
|
4355
4479
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4356
|
-
"line":
|
|
4480
|
+
"line": 709
|
|
4357
4481
|
},
|
|
4358
4482
|
"name": "codeCov",
|
|
4359
4483
|
"optional": true,
|
|
@@ -4371,7 +4495,7 @@
|
|
|
4371
4495
|
"immutable": true,
|
|
4372
4496
|
"locationInModule": {
|
|
4373
4497
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4374
|
-
"line":
|
|
4498
|
+
"line": 715
|
|
4375
4499
|
},
|
|
4376
4500
|
"name": "codeCovTokenSecret",
|
|
4377
4501
|
"optional": true,
|
|
@@ -4407,7 +4531,7 @@
|
|
|
4407
4531
|
"immutable": true,
|
|
4408
4532
|
"locationInModule": {
|
|
4409
4533
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4410
|
-
"line":
|
|
4534
|
+
"line": 721
|
|
4411
4535
|
},
|
|
4412
4536
|
"name": "copyrightOwner",
|
|
4413
4537
|
"optional": true,
|
|
@@ -4425,7 +4549,7 @@
|
|
|
4425
4549
|
"immutable": true,
|
|
4426
4550
|
"locationInModule": {
|
|
4427
4551
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4428
|
-
"line":
|
|
4552
|
+
"line": 727
|
|
4429
4553
|
},
|
|
4430
4554
|
"name": "copyrightPeriod",
|
|
4431
4555
|
"optional": true,
|
|
@@ -4444,7 +4568,7 @@
|
|
|
4444
4568
|
"immutable": true,
|
|
4445
4569
|
"locationInModule": {
|
|
4446
4570
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4447
|
-
"line":
|
|
4571
|
+
"line": 734
|
|
4448
4572
|
},
|
|
4449
4573
|
"name": "dependabot",
|
|
4450
4574
|
"optional": true,
|
|
@@ -4462,7 +4586,7 @@
|
|
|
4462
4586
|
"immutable": true,
|
|
4463
4587
|
"locationInModule": {
|
|
4464
4588
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4465
|
-
"line":
|
|
4589
|
+
"line": 740
|
|
4466
4590
|
},
|
|
4467
4591
|
"name": "dependabotOptions",
|
|
4468
4592
|
"optional": true,
|
|
@@ -4508,7 +4632,7 @@
|
|
|
4508
4632
|
"immutable": true,
|
|
4509
4633
|
"locationInModule": {
|
|
4510
4634
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4511
|
-
"line":
|
|
4635
|
+
"line": 747
|
|
4512
4636
|
},
|
|
4513
4637
|
"name": "depsUpgrade",
|
|
4514
4638
|
"optional": true,
|
|
@@ -4526,7 +4650,7 @@
|
|
|
4526
4650
|
"immutable": true,
|
|
4527
4651
|
"locationInModule": {
|
|
4528
4652
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4529
|
-
"line":
|
|
4653
|
+
"line": 753
|
|
4530
4654
|
},
|
|
4531
4655
|
"name": "depsUpgradeOptions",
|
|
4532
4656
|
"optional": true,
|
|
@@ -4610,7 +4734,7 @@
|
|
|
4610
4734
|
"immutable": true,
|
|
4611
4735
|
"locationInModule": {
|
|
4612
4736
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4613
|
-
"line":
|
|
4737
|
+
"line": 878
|
|
4614
4738
|
},
|
|
4615
4739
|
"name": "disableTsconfig",
|
|
4616
4740
|
"optional": true,
|
|
@@ -4628,7 +4752,7 @@
|
|
|
4628
4752
|
"immutable": true,
|
|
4629
4753
|
"locationInModule": {
|
|
4630
4754
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4631
|
-
"line":
|
|
4755
|
+
"line": 884
|
|
4632
4756
|
},
|
|
4633
4757
|
"name": "disableTsconfigDev",
|
|
4634
4758
|
"optional": true,
|
|
@@ -4646,7 +4770,7 @@
|
|
|
4646
4770
|
"immutable": true,
|
|
4647
4771
|
"locationInModule": {
|
|
4648
4772
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4649
|
-
"line":
|
|
4773
|
+
"line": 890
|
|
4650
4774
|
},
|
|
4651
4775
|
"name": "docgen",
|
|
4652
4776
|
"optional": true,
|
|
@@ -4664,7 +4788,7 @@
|
|
|
4664
4788
|
"immutable": true,
|
|
4665
4789
|
"locationInModule": {
|
|
4666
4790
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4667
|
-
"line":
|
|
4791
|
+
"line": 896
|
|
4668
4792
|
},
|
|
4669
4793
|
"name": "docsDirectory",
|
|
4670
4794
|
"optional": true,
|
|
@@ -4700,7 +4824,7 @@
|
|
|
4700
4824
|
"immutable": true,
|
|
4701
4825
|
"locationInModule": {
|
|
4702
4826
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4703
|
-
"line":
|
|
4827
|
+
"line": 902
|
|
4704
4828
|
},
|
|
4705
4829
|
"name": "entrypointTypes",
|
|
4706
4830
|
"optional": true,
|
|
@@ -4718,7 +4842,7 @@
|
|
|
4718
4842
|
"immutable": true,
|
|
4719
4843
|
"locationInModule": {
|
|
4720
4844
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4721
|
-
"line":
|
|
4845
|
+
"line": 908
|
|
4722
4846
|
},
|
|
4723
4847
|
"name": "eslint",
|
|
4724
4848
|
"optional": true,
|
|
@@ -4736,7 +4860,7 @@
|
|
|
4736
4860
|
"immutable": true,
|
|
4737
4861
|
"locationInModule": {
|
|
4738
4862
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4739
|
-
"line":
|
|
4863
|
+
"line": 914
|
|
4740
4864
|
},
|
|
4741
4865
|
"name": "eslintOptions",
|
|
4742
4866
|
"optional": true,
|
|
@@ -4772,7 +4896,7 @@
|
|
|
4772
4896
|
"immutable": true,
|
|
4773
4897
|
"locationInModule": {
|
|
4774
4898
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4775
|
-
"line":
|
|
4899
|
+
"line": 992
|
|
4776
4900
|
},
|
|
4777
4901
|
"name": "gitIdentity",
|
|
4778
4902
|
"optional": true,
|
|
@@ -4789,7 +4913,7 @@
|
|
|
4789
4913
|
"immutable": true,
|
|
4790
4914
|
"locationInModule": {
|
|
4791
4915
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4792
|
-
"line":
|
|
4916
|
+
"line": 758
|
|
4793
4917
|
},
|
|
4794
4918
|
"name": "gitignore",
|
|
4795
4919
|
"optional": true,
|
|
@@ -4881,7 +5005,7 @@
|
|
|
4881
5005
|
"immutable": true,
|
|
4882
5006
|
"locationInModule": {
|
|
4883
5007
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4884
|
-
"line":
|
|
5008
|
+
"line": 764
|
|
4885
5009
|
},
|
|
4886
5010
|
"name": "jest",
|
|
4887
5011
|
"optional": true,
|
|
@@ -4899,7 +5023,7 @@
|
|
|
4899
5023
|
"immutable": true,
|
|
4900
5024
|
"locationInModule": {
|
|
4901
5025
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4902
|
-
"line":
|
|
5026
|
+
"line": 770
|
|
4903
5027
|
},
|
|
4904
5028
|
"name": "jestOptions",
|
|
4905
5029
|
"optional": true,
|
|
@@ -4939,7 +5063,7 @@
|
|
|
4939
5063
|
"immutable": true,
|
|
4940
5064
|
"locationInModule": {
|
|
4941
5065
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4942
|
-
"line":
|
|
5066
|
+
"line": 920
|
|
4943
5067
|
},
|
|
4944
5068
|
"name": "libdir",
|
|
4945
5069
|
"optional": true,
|
|
@@ -5144,7 +5268,7 @@
|
|
|
5144
5268
|
"immutable": true,
|
|
5145
5269
|
"locationInModule": {
|
|
5146
5270
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5147
|
-
"line":
|
|
5271
|
+
"line": 776
|
|
5148
5272
|
},
|
|
5149
5273
|
"name": "npmignoreEnabled",
|
|
5150
5274
|
"optional": true,
|
|
@@ -5161,7 +5285,7 @@
|
|
|
5161
5285
|
"immutable": true,
|
|
5162
5286
|
"locationInModule": {
|
|
5163
5287
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5164
|
-
"line":
|
|
5288
|
+
"line": 781
|
|
5165
5289
|
},
|
|
5166
5290
|
"name": "npmIgnoreOptions",
|
|
5167
5291
|
"optional": true,
|
|
@@ -5272,7 +5396,7 @@
|
|
|
5272
5396
|
"immutable": true,
|
|
5273
5397
|
"locationInModule": {
|
|
5274
5398
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5275
|
-
"line":
|
|
5399
|
+
"line": 787
|
|
5276
5400
|
},
|
|
5277
5401
|
"name": "package",
|
|
5278
5402
|
"optional": true,
|
|
@@ -5446,7 +5570,7 @@
|
|
|
5446
5570
|
"immutable": true,
|
|
5447
5571
|
"locationInModule": {
|
|
5448
5572
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5449
|
-
"line":
|
|
5573
|
+
"line": 793
|
|
5450
5574
|
},
|
|
5451
5575
|
"name": "prettier",
|
|
5452
5576
|
"optional": true,
|
|
@@ -5464,7 +5588,7 @@
|
|
|
5464
5588
|
"immutable": true,
|
|
5465
5589
|
"locationInModule": {
|
|
5466
5590
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5467
|
-
"line":
|
|
5591
|
+
"line": 799
|
|
5468
5592
|
},
|
|
5469
5593
|
"name": "prettierOptions",
|
|
5470
5594
|
"optional": true,
|
|
@@ -5519,7 +5643,7 @@
|
|
|
5519
5643
|
"immutable": true,
|
|
5520
5644
|
"locationInModule": {
|
|
5521
5645
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5522
|
-
"line":
|
|
5646
|
+
"line": 805
|
|
5523
5647
|
},
|
|
5524
5648
|
"name": "projenDevDependency",
|
|
5525
5649
|
"optional": true,
|
|
@@ -5537,7 +5661,7 @@
|
|
|
5537
5661
|
"immutable": true,
|
|
5538
5662
|
"locationInModule": {
|
|
5539
5663
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5540
|
-
"line":
|
|
5664
|
+
"line": 811
|
|
5541
5665
|
},
|
|
5542
5666
|
"name": "projenrcJs",
|
|
5543
5667
|
"optional": true,
|
|
@@ -5591,7 +5715,7 @@
|
|
|
5591
5715
|
"immutable": true,
|
|
5592
5716
|
"locationInModule": {
|
|
5593
5717
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5594
|
-
"line":
|
|
5718
|
+
"line": 817
|
|
5595
5719
|
},
|
|
5596
5720
|
"name": "projenrcJsOptions",
|
|
5597
5721
|
"optional": true,
|
|
@@ -5612,7 +5736,7 @@
|
|
|
5612
5736
|
"immutable": true,
|
|
5613
5737
|
"locationInModule": {
|
|
5614
5738
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5615
|
-
"line":
|
|
5739
|
+
"line": 927
|
|
5616
5740
|
},
|
|
5617
5741
|
"name": "projenrcTs",
|
|
5618
5742
|
"optional": true,
|
|
@@ -5629,7 +5753,7 @@
|
|
|
5629
5753
|
"immutable": true,
|
|
5630
5754
|
"locationInModule": {
|
|
5631
5755
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5632
|
-
"line":
|
|
5756
|
+
"line": 932
|
|
5633
5757
|
},
|
|
5634
5758
|
"name": "projenrcTsOptions",
|
|
5635
5759
|
"optional": true,
|
|
@@ -5647,7 +5771,7 @@
|
|
|
5647
5771
|
"immutable": true,
|
|
5648
5772
|
"locationInModule": {
|
|
5649
5773
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5650
|
-
"line":
|
|
5774
|
+
"line": 823
|
|
5651
5775
|
},
|
|
5652
5776
|
"name": "projenVersion",
|
|
5653
5777
|
"optional": true,
|
|
@@ -5702,7 +5826,7 @@
|
|
|
5702
5826
|
"immutable": true,
|
|
5703
5827
|
"locationInModule": {
|
|
5704
5828
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5705
|
-
"line":
|
|
5829
|
+
"line": 829
|
|
5706
5830
|
},
|
|
5707
5831
|
"name": "pullRequestTemplate",
|
|
5708
5832
|
"optional": true,
|
|
@@ -5720,7 +5844,7 @@
|
|
|
5720
5844
|
"immutable": true,
|
|
5721
5845
|
"locationInModule": {
|
|
5722
5846
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5723
|
-
"line":
|
|
5847
|
+
"line": 835
|
|
5724
5848
|
},
|
|
5725
5849
|
"name": "pullRequestTemplateContents",
|
|
5726
5850
|
"optional": true,
|
|
@@ -5779,7 +5903,7 @@
|
|
|
5779
5903
|
"immutable": true,
|
|
5780
5904
|
"locationInModule": {
|
|
5781
5905
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5782
|
-
"line":
|
|
5906
|
+
"line": 841
|
|
5783
5907
|
},
|
|
5784
5908
|
"name": "release",
|
|
5785
5909
|
"optional": true,
|
|
@@ -5896,7 +6020,7 @@
|
|
|
5896
6020
|
"immutable": true,
|
|
5897
6021
|
"locationInModule": {
|
|
5898
6022
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5899
|
-
"line":
|
|
6023
|
+
"line": 847
|
|
5900
6024
|
},
|
|
5901
6025
|
"name": "releaseToNpm",
|
|
5902
6026
|
"optional": true,
|
|
@@ -5922,6 +6046,29 @@
|
|
|
5922
6046
|
"fqn": "projen.release.ReleaseTrigger"
|
|
5923
6047
|
}
|
|
5924
6048
|
},
|
|
6049
|
+
{
|
|
6050
|
+
"abstract": true,
|
|
6051
|
+
"docs": {
|
|
6052
|
+
"default": "{}",
|
|
6053
|
+
"stability": "experimental",
|
|
6054
|
+
"summary": "Build environment variables for release workflows."
|
|
6055
|
+
},
|
|
6056
|
+
"immutable": true,
|
|
6057
|
+
"locationInModule": {
|
|
6058
|
+
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6059
|
+
"line": 595
|
|
6060
|
+
},
|
|
6061
|
+
"name": "releaseWorkflowEnv",
|
|
6062
|
+
"optional": true,
|
|
6063
|
+
"type": {
|
|
6064
|
+
"collection": {
|
|
6065
|
+
"elementtype": {
|
|
6066
|
+
"primitive": "string"
|
|
6067
|
+
},
|
|
6068
|
+
"kind": "map"
|
|
6069
|
+
}
|
|
6070
|
+
}
|
|
6071
|
+
},
|
|
5925
6072
|
{
|
|
5926
6073
|
"abstract": true,
|
|
5927
6074
|
"docs": {
|
|
@@ -5932,7 +6079,7 @@
|
|
|
5932
6079
|
"immutable": true,
|
|
5933
6080
|
"locationInModule": {
|
|
5934
6081
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5935
|
-
"line":
|
|
6082
|
+
"line": 601
|
|
5936
6083
|
},
|
|
5937
6084
|
"name": "releaseWorkflowName",
|
|
5938
6085
|
"optional": true,
|
|
@@ -5949,7 +6096,7 @@
|
|
|
5949
6096
|
"immutable": true,
|
|
5950
6097
|
"locationInModule": {
|
|
5951
6098
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5952
|
-
"line":
|
|
6099
|
+
"line": 606
|
|
5953
6100
|
},
|
|
5954
6101
|
"name": "releaseWorkflowSetupSteps",
|
|
5955
6102
|
"optional": true,
|
|
@@ -6043,7 +6190,7 @@
|
|
|
6043
6190
|
"immutable": true,
|
|
6044
6191
|
"locationInModule": {
|
|
6045
6192
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6046
|
-
"line":
|
|
6193
|
+
"line": 938
|
|
6047
6194
|
},
|
|
6048
6195
|
"name": "sampleCode",
|
|
6049
6196
|
"optional": true,
|
|
@@ -6084,7 +6231,7 @@
|
|
|
6084
6231
|
"immutable": true,
|
|
6085
6232
|
"locationInModule": {
|
|
6086
6233
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6087
|
-
"line":
|
|
6234
|
+
"line": 944
|
|
6088
6235
|
},
|
|
6089
6236
|
"name": "srcdir",
|
|
6090
6237
|
"optional": true,
|
|
@@ -6158,7 +6305,7 @@
|
|
|
6158
6305
|
"immutable": true,
|
|
6159
6306
|
"locationInModule": {
|
|
6160
6307
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6161
|
-
"line":
|
|
6308
|
+
"line": 954
|
|
6162
6309
|
},
|
|
6163
6310
|
"name": "testdir",
|
|
6164
6311
|
"optional": true,
|
|
@@ -6176,7 +6323,7 @@
|
|
|
6176
6323
|
"immutable": true,
|
|
6177
6324
|
"locationInModule": {
|
|
6178
6325
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6179
|
-
"line":
|
|
6326
|
+
"line": 960
|
|
6180
6327
|
},
|
|
6181
6328
|
"name": "tsconfig",
|
|
6182
6329
|
"optional": true,
|
|
@@ -6194,7 +6341,7 @@
|
|
|
6194
6341
|
"immutable": true,
|
|
6195
6342
|
"locationInModule": {
|
|
6196
6343
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6197
|
-
"line":
|
|
6344
|
+
"line": 966
|
|
6198
6345
|
},
|
|
6199
6346
|
"name": "tsconfigDev",
|
|
6200
6347
|
"optional": true,
|
|
@@ -6212,7 +6359,7 @@
|
|
|
6212
6359
|
"immutable": true,
|
|
6213
6360
|
"locationInModule": {
|
|
6214
6361
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6215
|
-
"line":
|
|
6362
|
+
"line": 972
|
|
6216
6363
|
},
|
|
6217
6364
|
"name": "tsconfigDevFile",
|
|
6218
6365
|
"optional": true,
|
|
@@ -6229,7 +6376,7 @@
|
|
|
6229
6376
|
"immutable": true,
|
|
6230
6377
|
"locationInModule": {
|
|
6231
6378
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6232
|
-
"line":
|
|
6379
|
+
"line": 977
|
|
6233
6380
|
},
|
|
6234
6381
|
"name": "tsJestOptions",
|
|
6235
6382
|
"optional": true,
|
|
@@ -6248,7 +6395,7 @@
|
|
|
6248
6395
|
"immutable": true,
|
|
6249
6396
|
"locationInModule": {
|
|
6250
6397
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6251
|
-
"line":
|
|
6398
|
+
"line": 985
|
|
6252
6399
|
},
|
|
6253
6400
|
"name": "typescriptVersion",
|
|
6254
6401
|
"optional": true,
|
|
@@ -6267,7 +6414,7 @@
|
|
|
6267
6414
|
"immutable": true,
|
|
6268
6415
|
"locationInModule": {
|
|
6269
6416
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6270
|
-
"line":
|
|
6417
|
+
"line": 613
|
|
6271
6418
|
},
|
|
6272
6419
|
"name": "versionrcOptions",
|
|
6273
6420
|
"optional": true,
|
|
@@ -6309,7 +6456,7 @@
|
|
|
6309
6456
|
"immutable": true,
|
|
6310
6457
|
"locationInModule": {
|
|
6311
6458
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6312
|
-
"line":
|
|
6459
|
+
"line": 853
|
|
6313
6460
|
},
|
|
6314
6461
|
"name": "workflowBootstrapSteps",
|
|
6315
6462
|
"optional": true,
|
|
@@ -6332,7 +6479,7 @@
|
|
|
6332
6479
|
"immutable": true,
|
|
6333
6480
|
"locationInModule": {
|
|
6334
6481
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6335
|
-
"line":
|
|
6482
|
+
"line": 619
|
|
6336
6483
|
},
|
|
6337
6484
|
"name": "workflowContainerImage",
|
|
6338
6485
|
"optional": true,
|
|
@@ -6343,14 +6490,14 @@
|
|
|
6343
6490
|
{
|
|
6344
6491
|
"abstract": true,
|
|
6345
6492
|
"docs": {
|
|
6346
|
-
"default": "- GitHub Actions",
|
|
6493
|
+
"default": "- default GitHub Actions user",
|
|
6347
6494
|
"stability": "experimental",
|
|
6348
6495
|
"summary": "The git identity to use in workflows."
|
|
6349
6496
|
},
|
|
6350
6497
|
"immutable": true,
|
|
6351
6498
|
"locationInModule": {
|
|
6352
6499
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6353
|
-
"line":
|
|
6500
|
+
"line": 859
|
|
6354
6501
|
},
|
|
6355
6502
|
"name": "workflowGitIdentity",
|
|
6356
6503
|
"optional": true,
|
|
@@ -6369,7 +6516,7 @@
|
|
|
6369
6516
|
"immutable": true,
|
|
6370
6517
|
"locationInModule": {
|
|
6371
6518
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6372
|
-
"line":
|
|
6519
|
+
"line": 866
|
|
6373
6520
|
},
|
|
6374
6521
|
"name": "workflowNodeVersion",
|
|
6375
6522
|
"optional": true,
|
|
@@ -6387,7 +6534,7 @@
|
|
|
6387
6534
|
"immutable": true,
|
|
6388
6535
|
"locationInModule": {
|
|
6389
6536
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6390
|
-
"line":
|
|
6537
|
+
"line": 872
|
|
6391
6538
|
},
|
|
6392
6539
|
"name": "workflowPackageCache",
|
|
6393
6540
|
"optional": true,
|
|
@@ -6409,7 +6556,7 @@
|
|
|
6409
6556
|
"immutable": true,
|
|
6410
6557
|
"locationInModule": {
|
|
6411
6558
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6412
|
-
"line":
|
|
6559
|
+
"line": 627
|
|
6413
6560
|
},
|
|
6414
6561
|
"name": "workflowRunsOn",
|
|
6415
6562
|
"optional": true,
|
|
@@ -6435,7 +6582,7 @@
|
|
|
6435
6582
|
"immutable": true,
|
|
6436
6583
|
"locationInModule": {
|
|
6437
6584
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6438
|
-
"line":
|
|
6585
|
+
"line": 634
|
|
6439
6586
|
},
|
|
6440
6587
|
"name": "workflowRunsOnGroup",
|
|
6441
6588
|
"optional": true,
|
|
@@ -6521,7 +6668,7 @@
|
|
|
6521
6668
|
"immutable": true,
|
|
6522
6669
|
"locationInModule": {
|
|
6523
6670
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6524
|
-
"line":
|
|
6671
|
+
"line": 359
|
|
6525
6672
|
},
|
|
6526
6673
|
"name": "defaultReleaseBranch",
|
|
6527
6674
|
"type": {
|
|
@@ -6541,7 +6688,7 @@
|
|
|
6541
6688
|
"immutable": true,
|
|
6542
6689
|
"locationInModule": {
|
|
6543
6690
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6544
|
-
"line":
|
|
6691
|
+
"line": 998
|
|
6545
6692
|
},
|
|
6546
6693
|
"name": "name",
|
|
6547
6694
|
"type": {
|
|
@@ -6559,7 +6706,7 @@
|
|
|
6559
6706
|
"immutable": true,
|
|
6560
6707
|
"locationInModule": {
|
|
6561
6708
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6562
|
-
"line":
|
|
6709
|
+
"line": 836
|
|
6563
6710
|
},
|
|
6564
6711
|
"name": "allowLibraryDependencies",
|
|
6565
6712
|
"optional": true,
|
|
@@ -6577,7 +6724,7 @@
|
|
|
6577
6724
|
"immutable": true,
|
|
6578
6725
|
"locationInModule": {
|
|
6579
6726
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6580
|
-
"line":
|
|
6727
|
+
"line": 353
|
|
6581
6728
|
},
|
|
6582
6729
|
"name": "artifactsDirectory",
|
|
6583
6730
|
"optional": true,
|
|
@@ -6585,6 +6732,43 @@
|
|
|
6585
6732
|
"primitive": "string"
|
|
6586
6733
|
}
|
|
6587
6734
|
},
|
|
6735
|
+
{
|
|
6736
|
+
"abstract": true,
|
|
6737
|
+
"docs": {
|
|
6738
|
+
"default": "false",
|
|
6739
|
+
"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).",
|
|
6740
|
+
"stability": "experimental",
|
|
6741
|
+
"summary": "Run security audit on dependencies."
|
|
6742
|
+
},
|
|
6743
|
+
"immutable": true,
|
|
6744
|
+
"locationInModule": {
|
|
6745
|
+
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6746
|
+
"line": 347
|
|
6747
|
+
},
|
|
6748
|
+
"name": "auditDeps",
|
|
6749
|
+
"optional": true,
|
|
6750
|
+
"type": {
|
|
6751
|
+
"primitive": "boolean"
|
|
6752
|
+
}
|
|
6753
|
+
},
|
|
6754
|
+
{
|
|
6755
|
+
"abstract": true,
|
|
6756
|
+
"docs": {
|
|
6757
|
+
"default": "- default options",
|
|
6758
|
+
"stability": "experimental",
|
|
6759
|
+
"summary": "Security audit options."
|
|
6760
|
+
},
|
|
6761
|
+
"immutable": true,
|
|
6762
|
+
"locationInModule": {
|
|
6763
|
+
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6764
|
+
"line": 338
|
|
6765
|
+
},
|
|
6766
|
+
"name": "auditDepsOptions",
|
|
6767
|
+
"optional": true,
|
|
6768
|
+
"type": {
|
|
6769
|
+
"fqn": "projen.javascript.AuditOptions"
|
|
6770
|
+
}
|
|
6771
|
+
},
|
|
6588
6772
|
{
|
|
6589
6773
|
"abstract": true,
|
|
6590
6774
|
"docs": {
|
|
@@ -6594,7 +6778,7 @@
|
|
|
6594
6778
|
"immutable": true,
|
|
6595
6779
|
"locationInModule": {
|
|
6596
6780
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6597
|
-
"line":
|
|
6781
|
+
"line": 828
|
|
6598
6782
|
},
|
|
6599
6783
|
"name": "authorEmail",
|
|
6600
6784
|
"optional": true,
|
|
@@ -6611,7 +6795,7 @@
|
|
|
6611
6795
|
"immutable": true,
|
|
6612
6796
|
"locationInModule": {
|
|
6613
6797
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6614
|
-
"line":
|
|
6798
|
+
"line": 823
|
|
6615
6799
|
},
|
|
6616
6800
|
"name": "authorName",
|
|
6617
6801
|
"optional": true,
|
|
@@ -6628,7 +6812,7 @@
|
|
|
6628
6812
|
"immutable": true,
|
|
6629
6813
|
"locationInModule": {
|
|
6630
6814
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6631
|
-
"line":
|
|
6815
|
+
"line": 818
|
|
6632
6816
|
},
|
|
6633
6817
|
"name": "authorOrganization",
|
|
6634
6818
|
"optional": true,
|
|
@@ -6645,7 +6829,7 @@
|
|
|
6645
6829
|
"immutable": true,
|
|
6646
6830
|
"locationInModule": {
|
|
6647
6831
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6648
|
-
"line":
|
|
6832
|
+
"line": 813
|
|
6649
6833
|
},
|
|
6650
6834
|
"name": "authorUrl",
|
|
6651
6835
|
"optional": true,
|
|
@@ -6663,7 +6847,7 @@
|
|
|
6663
6847
|
"immutable": true,
|
|
6664
6848
|
"locationInModule": {
|
|
6665
6849
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6666
|
-
"line":
|
|
6850
|
+
"line": 922
|
|
6667
6851
|
},
|
|
6668
6852
|
"name": "autoApproveOptions",
|
|
6669
6853
|
"optional": true,
|
|
@@ -6700,7 +6884,7 @@
|
|
|
6700
6884
|
"immutable": true,
|
|
6701
6885
|
"locationInModule": {
|
|
6702
6886
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6703
|
-
"line":
|
|
6887
|
+
"line": 808
|
|
6704
6888
|
},
|
|
6705
6889
|
"name": "autoDetectBin",
|
|
6706
6890
|
"optional": true,
|
|
@@ -6719,7 +6903,7 @@
|
|
|
6719
6903
|
"immutable": true,
|
|
6720
6904
|
"locationInModule": {
|
|
6721
6905
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6722
|
-
"line":
|
|
6906
|
+
"line": 916
|
|
6723
6907
|
},
|
|
6724
6908
|
"name": "autoMerge",
|
|
6725
6909
|
"optional": true,
|
|
@@ -6738,7 +6922,7 @@
|
|
|
6738
6922
|
"immutable": true,
|
|
6739
6923
|
"locationInModule": {
|
|
6740
6924
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6741
|
-
"line":
|
|
6925
|
+
"line": 908
|
|
6742
6926
|
},
|
|
6743
6927
|
"name": "autoMergeOptions",
|
|
6744
6928
|
"optional": true,
|
|
@@ -6756,7 +6940,7 @@
|
|
|
6756
6940
|
"immutable": true,
|
|
6757
6941
|
"locationInModule": {
|
|
6758
6942
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6759
|
-
"line":
|
|
6943
|
+
"line": 802
|
|
6760
6944
|
},
|
|
6761
6945
|
"name": "bin",
|
|
6762
6946
|
"optional": true,
|
|
@@ -6814,7 +6998,7 @@
|
|
|
6814
6998
|
"immutable": true,
|
|
6815
6999
|
"locationInModule": {
|
|
6816
7000
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6817
|
-
"line":
|
|
7001
|
+
"line": 794
|
|
6818
7002
|
},
|
|
6819
7003
|
"name": "bugsEmail",
|
|
6820
7004
|
"optional": true,
|
|
@@ -6831,7 +7015,7 @@
|
|
|
6831
7015
|
"immutable": true,
|
|
6832
7016
|
"locationInModule": {
|
|
6833
7017
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6834
|
-
"line":
|
|
7018
|
+
"line": 789
|
|
6835
7019
|
},
|
|
6836
7020
|
"name": "bugsUrl",
|
|
6837
7021
|
"optional": true,
|
|
@@ -6885,7 +7069,7 @@
|
|
|
6885
7069
|
"immutable": true,
|
|
6886
7070
|
"locationInModule": {
|
|
6887
7071
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6888
|
-
"line":
|
|
7072
|
+
"line": 552
|
|
6889
7073
|
},
|
|
6890
7074
|
"name": "bumpPackage",
|
|
6891
7075
|
"optional": true,
|
|
@@ -6903,7 +7087,7 @@
|
|
|
6903
7087
|
"immutable": true,
|
|
6904
7088
|
"locationInModule": {
|
|
6905
7089
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6906
|
-
"line":
|
|
7090
|
+
"line": 784
|
|
6907
7091
|
},
|
|
6908
7092
|
"name": "bundledDeps",
|
|
6909
7093
|
"optional": true,
|
|
@@ -6943,7 +7127,7 @@
|
|
|
6943
7127
|
"immutable": true,
|
|
6944
7128
|
"locationInModule": {
|
|
6945
7129
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6946
|
-
"line":
|
|
7130
|
+
"line": 769
|
|
6947
7131
|
},
|
|
6948
7132
|
"name": "bunVersion",
|
|
6949
7133
|
"optional": true,
|
|
@@ -6980,7 +7164,7 @@
|
|
|
6980
7164
|
"immutable": true,
|
|
6981
7165
|
"locationInModule": {
|
|
6982
7166
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6983
|
-
"line":
|
|
7167
|
+
"line": 900
|
|
6984
7168
|
},
|
|
6985
7169
|
"name": "clobber",
|
|
6986
7170
|
"optional": true,
|
|
@@ -6999,7 +7183,7 @@
|
|
|
6999
7183
|
"immutable": true,
|
|
7000
7184
|
"locationInModule": {
|
|
7001
7185
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7002
|
-
"line":
|
|
7186
|
+
"line": 763
|
|
7003
7187
|
},
|
|
7004
7188
|
"name": "codeArtifactOptions",
|
|
7005
7189
|
"optional": true,
|
|
@@ -7053,7 +7237,7 @@
|
|
|
7053
7237
|
"immutable": true,
|
|
7054
7238
|
"locationInModule": {
|
|
7055
7239
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7056
|
-
"line":
|
|
7240
|
+
"line": 991
|
|
7057
7241
|
},
|
|
7058
7242
|
"name": "commitGenerated",
|
|
7059
7243
|
"optional": true,
|
|
@@ -7148,7 +7332,7 @@
|
|
|
7148
7332
|
"immutable": true,
|
|
7149
7333
|
"locationInModule": {
|
|
7150
7334
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7151
|
-
"line":
|
|
7335
|
+
"line": 756
|
|
7152
7336
|
},
|
|
7153
7337
|
"name": "deps",
|
|
7154
7338
|
"optional": true,
|
|
@@ -7211,7 +7395,7 @@
|
|
|
7211
7395
|
"immutable": true,
|
|
7212
7396
|
"locationInModule": {
|
|
7213
7397
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7214
|
-
"line":
|
|
7398
|
+
"line": 743
|
|
7215
7399
|
},
|
|
7216
7400
|
"name": "description",
|
|
7217
7401
|
"optional": true,
|
|
@@ -7229,7 +7413,7 @@
|
|
|
7229
7413
|
"immutable": true,
|
|
7230
7414
|
"locationInModule": {
|
|
7231
7415
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7232
|
-
"line":
|
|
7416
|
+
"line": 894
|
|
7233
7417
|
},
|
|
7234
7418
|
"name": "devContainer",
|
|
7235
7419
|
"optional": true,
|
|
@@ -7251,7 +7435,7 @@
|
|
|
7251
7435
|
"immutable": true,
|
|
7252
7436
|
"locationInModule": {
|
|
7253
7437
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7254
|
-
"line":
|
|
7438
|
+
"line": 735
|
|
7255
7439
|
},
|
|
7256
7440
|
"name": "devDeps",
|
|
7257
7441
|
"optional": true,
|
|
@@ -7346,7 +7530,7 @@
|
|
|
7346
7530
|
"immutable": true,
|
|
7347
7531
|
"locationInModule": {
|
|
7348
7532
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7349
|
-
"line":
|
|
7533
|
+
"line": 718
|
|
7350
7534
|
},
|
|
7351
7535
|
"name": "entrypoint",
|
|
7352
7536
|
"optional": true,
|
|
@@ -7419,7 +7603,7 @@
|
|
|
7419
7603
|
"immutable": true,
|
|
7420
7604
|
"locationInModule": {
|
|
7421
7605
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7422
|
-
"line":
|
|
7606
|
+
"line": 888
|
|
7423
7607
|
},
|
|
7424
7608
|
"name": "github",
|
|
7425
7609
|
"optional": true,
|
|
@@ -7437,7 +7621,7 @@
|
|
|
7437
7621
|
"immutable": true,
|
|
7438
7622
|
"locationInModule": {
|
|
7439
7623
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7440
|
-
"line":
|
|
7624
|
+
"line": 881
|
|
7441
7625
|
},
|
|
7442
7626
|
"name": "githubOptions",
|
|
7443
7627
|
"optional": true,
|
|
@@ -7476,7 +7660,7 @@
|
|
|
7476
7660
|
"immutable": true,
|
|
7477
7661
|
"locationInModule": {
|
|
7478
7662
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7479
|
-
"line":
|
|
7663
|
+
"line": 985
|
|
7480
7664
|
},
|
|
7481
7665
|
"name": "gitIgnoreOptions",
|
|
7482
7666
|
"optional": true,
|
|
@@ -7493,7 +7677,7 @@
|
|
|
7493
7677
|
"immutable": true,
|
|
7494
7678
|
"locationInModule": {
|
|
7495
7679
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7496
|
-
"line":
|
|
7680
|
+
"line": 980
|
|
7497
7681
|
},
|
|
7498
7682
|
"name": "gitOptions",
|
|
7499
7683
|
"optional": true,
|
|
@@ -7511,7 +7695,7 @@
|
|
|
7511
7695
|
"immutable": true,
|
|
7512
7696
|
"locationInModule": {
|
|
7513
7697
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7514
|
-
"line":
|
|
7698
|
+
"line": 875
|
|
7515
7699
|
},
|
|
7516
7700
|
"name": "gitpod",
|
|
7517
7701
|
"optional": true,
|
|
@@ -7528,7 +7712,7 @@
|
|
|
7528
7712
|
"immutable": true,
|
|
7529
7713
|
"locationInModule": {
|
|
7530
7714
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7531
|
-
"line":
|
|
7715
|
+
"line": 711
|
|
7532
7716
|
},
|
|
7533
7717
|
"name": "homepage",
|
|
7534
7718
|
"optional": true,
|
|
@@ -7582,7 +7766,7 @@
|
|
|
7582
7766
|
"immutable": true,
|
|
7583
7767
|
"locationInModule": {
|
|
7584
7768
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7585
|
-
"line":
|
|
7769
|
+
"line": 545
|
|
7586
7770
|
},
|
|
7587
7771
|
"name": "jsiiReleaseVersion",
|
|
7588
7772
|
"optional": true,
|
|
@@ -7599,7 +7783,7 @@
|
|
|
7599
7783
|
"immutable": true,
|
|
7600
7784
|
"locationInModule": {
|
|
7601
7785
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7602
|
-
"line":
|
|
7786
|
+
"line": 706
|
|
7603
7787
|
},
|
|
7604
7788
|
"name": "keywords",
|
|
7605
7789
|
"optional": true,
|
|
@@ -7641,7 +7825,7 @@
|
|
|
7641
7825
|
"immutable": true,
|
|
7642
7826
|
"locationInModule": {
|
|
7643
7827
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7644
|
-
"line":
|
|
7828
|
+
"line": 701
|
|
7645
7829
|
},
|
|
7646
7830
|
"name": "license",
|
|
7647
7831
|
"optional": true,
|
|
@@ -7659,7 +7843,7 @@
|
|
|
7659
7843
|
"immutable": true,
|
|
7660
7844
|
"locationInModule": {
|
|
7661
7845
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7662
|
-
"line":
|
|
7846
|
+
"line": 693
|
|
7663
7847
|
},
|
|
7664
7848
|
"name": "licensed",
|
|
7665
7849
|
"optional": true,
|
|
@@ -7677,7 +7861,7 @@
|
|
|
7677
7861
|
"immutable": true,
|
|
7678
7862
|
"locationInModule": {
|
|
7679
7863
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7680
|
-
"line":
|
|
7864
|
+
"line": 975
|
|
7681
7865
|
},
|
|
7682
7866
|
"name": "logging",
|
|
7683
7867
|
"optional": true,
|
|
@@ -7696,7 +7880,7 @@
|
|
|
7696
7880
|
"immutable": true,
|
|
7697
7881
|
"locationInModule": {
|
|
7698
7882
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7699
|
-
"line":
|
|
7883
|
+
"line": 539
|
|
7700
7884
|
},
|
|
7701
7885
|
"name": "majorVersion",
|
|
7702
7886
|
"optional": true,
|
|
@@ -7715,7 +7899,7 @@
|
|
|
7715
7899
|
"immutable": true,
|
|
7716
7900
|
"locationInModule": {
|
|
7717
7901
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7718
|
-
"line":
|
|
7902
|
+
"line": 687
|
|
7719
7903
|
},
|
|
7720
7904
|
"name": "maxNodeVersion",
|
|
7721
7905
|
"optional": true,
|
|
@@ -7734,7 +7918,7 @@
|
|
|
7734
7918
|
"immutable": true,
|
|
7735
7919
|
"locationInModule": {
|
|
7736
7920
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7737
|
-
"line":
|
|
7921
|
+
"line": 531
|
|
7738
7922
|
},
|
|
7739
7923
|
"name": "minMajorVersion",
|
|
7740
7924
|
"optional": true,
|
|
@@ -7753,7 +7937,7 @@
|
|
|
7753
7937
|
"immutable": true,
|
|
7754
7938
|
"locationInModule": {
|
|
7755
7939
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7756
|
-
"line":
|
|
7940
|
+
"line": 676
|
|
7757
7941
|
},
|
|
7758
7942
|
"name": "minNodeVersion",
|
|
7759
7943
|
"optional": true,
|
|
@@ -7772,7 +7956,7 @@
|
|
|
7772
7956
|
"immutable": true,
|
|
7773
7957
|
"locationInModule": {
|
|
7774
7958
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7775
|
-
"line":
|
|
7959
|
+
"line": 521
|
|
7776
7960
|
},
|
|
7777
7961
|
"name": "nextVersionCommand",
|
|
7778
7962
|
"optional": true,
|
|
@@ -7790,7 +7974,7 @@
|
|
|
7790
7974
|
"immutable": true,
|
|
7791
7975
|
"locationInModule": {
|
|
7792
7976
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7793
|
-
"line":
|
|
7977
|
+
"line": 661
|
|
7794
7978
|
},
|
|
7795
7979
|
"name": "npmAccess",
|
|
7796
7980
|
"optional": true,
|
|
@@ -7809,7 +7993,7 @@
|
|
|
7809
7993
|
"immutable": true,
|
|
7810
7994
|
"locationInModule": {
|
|
7811
7995
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7812
|
-
"line":
|
|
7996
|
+
"line": 497
|
|
7813
7997
|
},
|
|
7814
7998
|
"name": "npmDistTag",
|
|
7815
7999
|
"optional": true,
|
|
@@ -7863,7 +8047,7 @@
|
|
|
7863
8047
|
"immutable": true,
|
|
7864
8048
|
"locationInModule": {
|
|
7865
8049
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7866
|
-
"line":
|
|
8050
|
+
"line": 653
|
|
7867
8051
|
},
|
|
7868
8052
|
"name": "npmProvenance",
|
|
7869
8053
|
"optional": true,
|
|
@@ -7882,7 +8066,7 @@
|
|
|
7882
8066
|
"immutable": true,
|
|
7883
8067
|
"locationInModule": {
|
|
7884
8068
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7885
|
-
"line":
|
|
8069
|
+
"line": 642
|
|
7886
8070
|
},
|
|
7887
8071
|
"name": "npmRegistryUrl",
|
|
7888
8072
|
"optional": true,
|
|
@@ -7900,7 +8084,7 @@
|
|
|
7900
8084
|
"immutable": true,
|
|
7901
8085
|
"locationInModule": {
|
|
7902
8086
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7903
|
-
"line":
|
|
8087
|
+
"line": 635
|
|
7904
8088
|
},
|
|
7905
8089
|
"name": "npmTokenSecret",
|
|
7906
8090
|
"optional": true,
|
|
@@ -7918,7 +8102,7 @@
|
|
|
7918
8102
|
"immutable": true,
|
|
7919
8103
|
"locationInModule": {
|
|
7920
8104
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7921
|
-
"line":
|
|
8105
|
+
"line": 629
|
|
7922
8106
|
},
|
|
7923
8107
|
"name": "npmTrustedPublishing",
|
|
7924
8108
|
"optional": true,
|
|
@@ -7937,7 +8121,7 @@
|
|
|
7937
8121
|
"immutable": true,
|
|
7938
8122
|
"locationInModule": {
|
|
7939
8123
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7940
|
-
"line":
|
|
8124
|
+
"line": 969
|
|
7941
8125
|
},
|
|
7942
8126
|
"name": "outdir",
|
|
7943
8127
|
"optional": true,
|
|
@@ -7973,7 +8157,7 @@
|
|
|
7973
8157
|
"immutable": true,
|
|
7974
8158
|
"locationInModule": {
|
|
7975
8159
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7976
|
-
"line":
|
|
8160
|
+
"line": 623
|
|
7977
8161
|
},
|
|
7978
8162
|
"name": "packageManager",
|
|
7979
8163
|
"optional": true,
|
|
@@ -7994,7 +8178,7 @@
|
|
|
7994
8178
|
"immutable": true,
|
|
7995
8179
|
"locationInModule": {
|
|
7996
8180
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7997
|
-
"line":
|
|
8181
|
+
"line": 617
|
|
7998
8182
|
},
|
|
7999
8183
|
"name": "packageName",
|
|
8000
8184
|
"optional": true,
|
|
@@ -8011,7 +8195,7 @@
|
|
|
8011
8195
|
"immutable": true,
|
|
8012
8196
|
"locationInModule": {
|
|
8013
8197
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8014
|
-
"line":
|
|
8198
|
+
"line": 958
|
|
8015
8199
|
},
|
|
8016
8200
|
"name": "parent",
|
|
8017
8201
|
"optional": true,
|
|
@@ -8028,7 +8212,7 @@
|
|
|
8028
8212
|
"immutable": true,
|
|
8029
8213
|
"locationInModule": {
|
|
8030
8214
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8031
|
-
"line":
|
|
8215
|
+
"line": 610
|
|
8032
8216
|
},
|
|
8033
8217
|
"name": "peerDependencyOptions",
|
|
8034
8218
|
"optional": true,
|
|
@@ -8047,7 +8231,7 @@
|
|
|
8047
8231
|
"immutable": true,
|
|
8048
8232
|
"locationInModule": {
|
|
8049
8233
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8050
|
-
"line":
|
|
8234
|
+
"line": 605
|
|
8051
8235
|
},
|
|
8052
8236
|
"name": "peerDeps",
|
|
8053
8237
|
"optional": true,
|
|
@@ -8070,7 +8254,7 @@
|
|
|
8070
8254
|
"immutable": true,
|
|
8071
8255
|
"locationInModule": {
|
|
8072
8256
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8073
|
-
"line":
|
|
8257
|
+
"line": 586
|
|
8074
8258
|
},
|
|
8075
8259
|
"name": "pnpmVersion",
|
|
8076
8260
|
"optional": true,
|
|
@@ -8088,7 +8272,7 @@
|
|
|
8088
8272
|
"immutable": true,
|
|
8089
8273
|
"locationInModule": {
|
|
8090
8274
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8091
|
-
"line":
|
|
8275
|
+
"line": 489
|
|
8092
8276
|
},
|
|
8093
8277
|
"name": "postBuildSteps",
|
|
8094
8278
|
"optional": true,
|
|
@@ -8111,7 +8295,7 @@
|
|
|
8111
8295
|
"immutable": true,
|
|
8112
8296
|
"locationInModule": {
|
|
8113
8297
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8114
|
-
"line":
|
|
8298
|
+
"line": 483
|
|
8115
8299
|
},
|
|
8116
8300
|
"name": "prerelease",
|
|
8117
8301
|
"optional": true,
|
|
@@ -8166,7 +8350,7 @@
|
|
|
8166
8350
|
"immutable": true,
|
|
8167
8351
|
"locationInModule": {
|
|
8168
8352
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8169
|
-
"line":
|
|
8353
|
+
"line": 953
|
|
8170
8354
|
},
|
|
8171
8355
|
"name": "projenCommand",
|
|
8172
8356
|
"optional": true,
|
|
@@ -8184,7 +8368,7 @@
|
|
|
8184
8368
|
"immutable": true,
|
|
8185
8369
|
"locationInModule": {
|
|
8186
8370
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8187
|
-
"line":
|
|
8371
|
+
"line": 869
|
|
8188
8372
|
},
|
|
8189
8373
|
"name": "projenCredentials",
|
|
8190
8374
|
"optional": true,
|
|
@@ -8238,7 +8422,7 @@
|
|
|
8238
8422
|
"immutable": true,
|
|
8239
8423
|
"locationInModule": {
|
|
8240
8424
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8241
|
-
"line":
|
|
8425
|
+
"line": 946
|
|
8242
8426
|
},
|
|
8243
8427
|
"name": "projenrcJson",
|
|
8244
8428
|
"optional": true,
|
|
@@ -8256,7 +8440,7 @@
|
|
|
8256
8440
|
"immutable": true,
|
|
8257
8441
|
"locationInModule": {
|
|
8258
8442
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8259
|
-
"line":
|
|
8443
|
+
"line": 940
|
|
8260
8444
|
},
|
|
8261
8445
|
"name": "projenrcJsonOptions",
|
|
8262
8446
|
"optional": true,
|
|
@@ -8348,7 +8532,7 @@
|
|
|
8348
8532
|
"immutable": true,
|
|
8349
8533
|
"locationInModule": {
|
|
8350
8534
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8351
|
-
"line":
|
|
8535
|
+
"line": 477
|
|
8352
8536
|
},
|
|
8353
8537
|
"name": "publishDryRun",
|
|
8354
8538
|
"optional": true,
|
|
@@ -8367,7 +8551,7 @@
|
|
|
8367
8551
|
"immutable": true,
|
|
8368
8552
|
"locationInModule": {
|
|
8369
8553
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8370
|
-
"line":
|
|
8554
|
+
"line": 471
|
|
8371
8555
|
},
|
|
8372
8556
|
"name": "publishTasks",
|
|
8373
8557
|
"optional": true,
|
|
@@ -8426,7 +8610,7 @@
|
|
|
8426
8610
|
"immutable": true,
|
|
8427
8611
|
"locationInModule": {
|
|
8428
8612
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8429
|
-
"line":
|
|
8613
|
+
"line": 863
|
|
8430
8614
|
},
|
|
8431
8615
|
"name": "readme",
|
|
8432
8616
|
"optional": true,
|
|
@@ -8444,7 +8628,7 @@
|
|
|
8444
8628
|
"immutable": true,
|
|
8445
8629
|
"locationInModule": {
|
|
8446
8630
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8447
|
-
"line":
|
|
8631
|
+
"line": 463
|
|
8448
8632
|
},
|
|
8449
8633
|
"name": "releasableCommits",
|
|
8450
8634
|
"optional": true,
|
|
@@ -8481,7 +8665,7 @@
|
|
|
8481
8665
|
"immutable": true,
|
|
8482
8666
|
"locationInModule": {
|
|
8483
8667
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8484
|
-
"line":
|
|
8668
|
+
"line": 457
|
|
8485
8669
|
},
|
|
8486
8670
|
"name": "releaseBranches",
|
|
8487
8671
|
"optional": true,
|
|
@@ -8505,7 +8689,7 @@
|
|
|
8505
8689
|
"immutable": true,
|
|
8506
8690
|
"locationInModule": {
|
|
8507
8691
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8508
|
-
"line":
|
|
8692
|
+
"line": 444
|
|
8509
8693
|
},
|
|
8510
8694
|
"name": "releaseEnvironment",
|
|
8511
8695
|
"optional": true,
|
|
@@ -8523,7 +8707,7 @@
|
|
|
8523
8707
|
"immutable": true,
|
|
8524
8708
|
"locationInModule": {
|
|
8525
8709
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8526
|
-
"line":
|
|
8710
|
+
"line": 433
|
|
8527
8711
|
},
|
|
8528
8712
|
"name": "releaseFailureIssue",
|
|
8529
8713
|
"optional": true,
|
|
@@ -8542,7 +8726,7 @@
|
|
|
8542
8726
|
"immutable": true,
|
|
8543
8727
|
"locationInModule": {
|
|
8544
8728
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8545
|
-
"line":
|
|
8729
|
+
"line": 427
|
|
8546
8730
|
},
|
|
8547
8731
|
"name": "releaseFailureIssueLabel",
|
|
8548
8732
|
"optional": true,
|
|
@@ -8561,7 +8745,7 @@
|
|
|
8561
8745
|
"immutable": true,
|
|
8562
8746
|
"locationInModule": {
|
|
8563
8747
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8564
|
-
"line":
|
|
8748
|
+
"line": 420
|
|
8565
8749
|
},
|
|
8566
8750
|
"name": "releaseTagPrefix",
|
|
8567
8751
|
"optional": true,
|
|
@@ -8597,7 +8781,7 @@
|
|
|
8597
8781
|
"immutable": true,
|
|
8598
8782
|
"locationInModule": {
|
|
8599
8783
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8600
|
-
"line":
|
|
8784
|
+
"line": 410
|
|
8601
8785
|
},
|
|
8602
8786
|
"name": "releaseTrigger",
|
|
8603
8787
|
"optional": true,
|
|
@@ -8605,6 +8789,29 @@
|
|
|
8605
8789
|
"fqn": "projen.release.ReleaseTrigger"
|
|
8606
8790
|
}
|
|
8607
8791
|
},
|
|
8792
|
+
{
|
|
8793
|
+
"abstract": true,
|
|
8794
|
+
"docs": {
|
|
8795
|
+
"default": "{}",
|
|
8796
|
+
"stability": "experimental",
|
|
8797
|
+
"summary": "Build environment variables for release workflows."
|
|
8798
|
+
},
|
|
8799
|
+
"immutable": true,
|
|
8800
|
+
"locationInModule": {
|
|
8801
|
+
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8802
|
+
"line": 404
|
|
8803
|
+
},
|
|
8804
|
+
"name": "releaseWorkflowEnv",
|
|
8805
|
+
"optional": true,
|
|
8806
|
+
"type": {
|
|
8807
|
+
"collection": {
|
|
8808
|
+
"elementtype": {
|
|
8809
|
+
"primitive": "string"
|
|
8810
|
+
},
|
|
8811
|
+
"kind": "map"
|
|
8812
|
+
}
|
|
8813
|
+
}
|
|
8814
|
+
},
|
|
8608
8815
|
{
|
|
8609
8816
|
"abstract": true,
|
|
8610
8817
|
"docs": {
|
|
@@ -8615,7 +8822,7 @@
|
|
|
8615
8822
|
"immutable": true,
|
|
8616
8823
|
"locationInModule": {
|
|
8617
8824
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8618
|
-
"line":
|
|
8825
|
+
"line": 398
|
|
8619
8826
|
},
|
|
8620
8827
|
"name": "releaseWorkflowName",
|
|
8621
8828
|
"optional": true,
|
|
@@ -8632,7 +8839,7 @@
|
|
|
8632
8839
|
"immutable": true,
|
|
8633
8840
|
"locationInModule": {
|
|
8634
8841
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8635
|
-
"line":
|
|
8842
|
+
"line": 392
|
|
8636
8843
|
},
|
|
8637
8844
|
"name": "releaseWorkflowSetupSteps",
|
|
8638
8845
|
"optional": true,
|
|
@@ -8655,7 +8862,7 @@
|
|
|
8655
8862
|
"immutable": true,
|
|
8656
8863
|
"locationInModule": {
|
|
8657
8864
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8658
|
-
"line":
|
|
8865
|
+
"line": 934
|
|
8659
8866
|
},
|
|
8660
8867
|
"name": "renovatebot",
|
|
8661
8868
|
"optional": true,
|
|
@@ -8673,7 +8880,7 @@
|
|
|
8673
8880
|
"immutable": true,
|
|
8674
8881
|
"locationInModule": {
|
|
8675
8882
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8676
|
-
"line":
|
|
8883
|
+
"line": 928
|
|
8677
8884
|
},
|
|
8678
8885
|
"name": "renovatebotOptions",
|
|
8679
8886
|
"optional": true,
|
|
@@ -8691,7 +8898,7 @@
|
|
|
8691
8898
|
"immutable": true,
|
|
8692
8899
|
"locationInModule": {
|
|
8693
8900
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8694
|
-
"line":
|
|
8901
|
+
"line": 580
|
|
8695
8902
|
},
|
|
8696
8903
|
"name": "repository",
|
|
8697
8904
|
"optional": true,
|
|
@@ -8708,7 +8915,7 @@
|
|
|
8708
8915
|
"immutable": true,
|
|
8709
8916
|
"locationInModule": {
|
|
8710
8917
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8711
|
-
"line":
|
|
8918
|
+
"line": 574
|
|
8712
8919
|
},
|
|
8713
8920
|
"name": "repositoryDirectory",
|
|
8714
8921
|
"optional": true,
|
|
@@ -8744,7 +8951,7 @@
|
|
|
8744
8951
|
"immutable": true,
|
|
8745
8952
|
"locationInModule": {
|
|
8746
8953
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8747
|
-
"line":
|
|
8954
|
+
"line": 569
|
|
8748
8955
|
},
|
|
8749
8956
|
"name": "scopedPackagesOptions",
|
|
8750
8957
|
"optional": true,
|
|
@@ -8784,7 +8991,7 @@
|
|
|
8784
8991
|
"immutable": true,
|
|
8785
8992
|
"locationInModule": {
|
|
8786
8993
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8787
|
-
"line":
|
|
8994
|
+
"line": 563
|
|
8788
8995
|
},
|
|
8789
8996
|
"name": "stability",
|
|
8790
8997
|
"optional": true,
|
|
@@ -8803,7 +9010,7 @@
|
|
|
8803
9010
|
"immutable": true,
|
|
8804
9011
|
"locationInModule": {
|
|
8805
9012
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8806
|
-
"line":
|
|
9013
|
+
"line": 857
|
|
8807
9014
|
},
|
|
8808
9015
|
"name": "stale",
|
|
8809
9016
|
"optional": true,
|
|
@@ -8822,7 +9029,7 @@
|
|
|
8822
9029
|
"immutable": true,
|
|
8823
9030
|
"locationInModule": {
|
|
8824
9031
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8825
|
-
"line":
|
|
9032
|
+
"line": 850
|
|
8826
9033
|
},
|
|
8827
9034
|
"name": "staleOptions",
|
|
8828
9035
|
"optional": true,
|
|
@@ -8950,7 +9157,7 @@
|
|
|
8950
9157
|
"immutable": true,
|
|
8951
9158
|
"locationInModule": {
|
|
8952
9159
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8953
|
-
"line":
|
|
9160
|
+
"line": 387
|
|
8954
9161
|
},
|
|
8955
9162
|
"name": "versionrcOptions",
|
|
8956
9163
|
"optional": true,
|
|
@@ -8974,7 +9181,7 @@
|
|
|
8974
9181
|
"immutable": true,
|
|
8975
9182
|
"locationInModule": {
|
|
8976
9183
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8977
|
-
"line":
|
|
9184
|
+
"line": 843
|
|
8978
9185
|
},
|
|
8979
9186
|
"name": "vscode",
|
|
8980
9187
|
"optional": true,
|
|
@@ -9015,7 +9222,7 @@
|
|
|
9015
9222
|
"immutable": true,
|
|
9016
9223
|
"locationInModule": {
|
|
9017
9224
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
9018
|
-
"line":
|
|
9225
|
+
"line": 380
|
|
9019
9226
|
},
|
|
9020
9227
|
"name": "workflowContainerImage",
|
|
9021
9228
|
"optional": true,
|
|
@@ -9026,7 +9233,7 @@
|
|
|
9026
9233
|
{
|
|
9027
9234
|
"abstract": true,
|
|
9028
9235
|
"docs": {
|
|
9029
|
-
"default": "- GitHub Actions",
|
|
9236
|
+
"default": "- default GitHub Actions user",
|
|
9030
9237
|
"stability": "experimental",
|
|
9031
9238
|
"summary": "The git identity to use in workflows."
|
|
9032
9239
|
},
|
|
@@ -9092,7 +9299,7 @@
|
|
|
9092
9299
|
"immutable": true,
|
|
9093
9300
|
"locationInModule": {
|
|
9094
9301
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
9095
|
-
"line":
|
|
9302
|
+
"line": 374
|
|
9096
9303
|
},
|
|
9097
9304
|
"name": "workflowRunsOn",
|
|
9098
9305
|
"optional": true,
|
|
@@ -9118,7 +9325,7 @@
|
|
|
9118
9325
|
"immutable": true,
|
|
9119
9326
|
"locationInModule": {
|
|
9120
9327
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
9121
|
-
"line":
|
|
9328
|
+
"line": 366
|
|
9122
9329
|
},
|
|
9123
9330
|
"name": "workflowRunsOnGroup",
|
|
9124
9331
|
"optional": true,
|
|
@@ -9136,7 +9343,7 @@
|
|
|
9136
9343
|
"immutable": true,
|
|
9137
9344
|
"locationInModule": {
|
|
9138
9345
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
9139
|
-
"line":
|
|
9346
|
+
"line": 558
|
|
9140
9347
|
},
|
|
9141
9348
|
"name": "yarnBerryOptions",
|
|
9142
9349
|
"optional": true,
|
|
@@ -9148,6 +9355,6 @@
|
|
|
9148
9355
|
"symbolId": "src/structs/typescript-options/project-props:TypeScriptProjectProps"
|
|
9149
9356
|
}
|
|
9150
9357
|
},
|
|
9151
|
-
"version": "0.0.
|
|
9152
|
-
"fingerprint": "
|
|
9358
|
+
"version": "0.0.60",
|
|
9359
|
+
"fingerprint": "WnjveuOnDWsjYKj5rENDkU9jyXLTK3drH3Urn9V6Sb0="
|
|
9153
9360
|
}
|