@nikovirtala/projen-constructs 0.2.70 → 0.2.72
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 +131 -59
- package/docs/api/assets/search.js +1 -1
- package/docs/api/interfaces/AwsCdkConstructLibraryProjectOptions.html +117 -111
- package/docs/api/interfaces/AwsCdkTypeScriptAppProjectOptions.html +112 -106
- package/docs/api/interfaces/JsiiProjectOptions.html +119 -113
- package/docs/api/interfaces/TypeScriptProjectOptions.html +106 -100
- package/lib/components/bundle-lambda-function-code.js +3 -3
- package/lib/components/colima.js +1 -1
- package/lib/components/homebrew.js +1 -1
- package/lib/components/lambda-function-construct-generator.js +1 -1
- package/lib/components/localstack.js +1 -1
- package/lib/components/mise.js +1 -1
- package/lib/components/typedoc.js +1 -1
- package/lib/components/vitest.js +1 -1
- package/lib/project-generator.js +1 -1
- package/lib/projects/awscdk-construct-library-options.generated.d.ts +6 -0
- package/lib/projects/awscdk-construct-library-options.generated.js +1 -1
- package/lib/projects/awscdk-construct-library.generated.js +1 -1
- package/lib/projects/awscdk-typescript-app-options.generated.d.ts +6 -0
- package/lib/projects/awscdk-typescript-app-options.generated.js +1 -1
- package/lib/projects/awscdk-typescript-app.generated.js +1 -1
- package/lib/projects/jsii-options.generated.d.ts +6 -0
- package/lib/projects/jsii-options.generated.js +1 -1
- package/lib/projects/jsii.generated.js +1 -1
- package/lib/projects/typescript-options.generated.d.ts +6 -0
- package/lib/projects/typescript-options.generated.js +1 -1
- package/lib/projects/typescript.generated.js +1 -1
- package/lib/versions.json +1 -1
- package/package.json +8 -8
package/.jsii
CHANGED
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"case": "^1.6.3"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@mrgrain/cdk-esbuild": "^5.7.
|
|
15
|
-
"constructs": "^10.4.
|
|
16
|
-
"projen": "^0.99.
|
|
14
|
+
"@mrgrain/cdk-esbuild": "^5.7.8",
|
|
15
|
+
"constructs": "^10.4.5",
|
|
16
|
+
"projen": "^0.99.3"
|
|
17
17
|
},
|
|
18
18
|
"dependencyClosure": {
|
|
19
19
|
"@aws-cdk/asset-awscli-v1": {
|
|
@@ -4338,7 +4338,7 @@
|
|
|
4338
4338
|
"immutable": true,
|
|
4339
4339
|
"locationInModule": {
|
|
4340
4340
|
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4341
|
-
"line":
|
|
4341
|
+
"line": 1141
|
|
4342
4342
|
},
|
|
4343
4343
|
"name": "name",
|
|
4344
4344
|
"type": {
|
|
@@ -4979,7 +4979,7 @@
|
|
|
4979
4979
|
"immutable": true,
|
|
4980
4980
|
"locationInModule": {
|
|
4981
4981
|
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4982
|
-
"line":
|
|
4982
|
+
"line": 1134
|
|
4983
4983
|
},
|
|
4984
4984
|
"name": "commitGenerated",
|
|
4985
4985
|
"optional": true,
|
|
@@ -5516,7 +5516,7 @@
|
|
|
5516
5516
|
"immutable": true,
|
|
5517
5517
|
"locationInModule": {
|
|
5518
5518
|
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5519
|
-
"line":
|
|
5519
|
+
"line": 1128
|
|
5520
5520
|
},
|
|
5521
5521
|
"name": "gitIgnoreOptions",
|
|
5522
5522
|
"optional": true,
|
|
@@ -5533,7 +5533,7 @@
|
|
|
5533
5533
|
"immutable": true,
|
|
5534
5534
|
"locationInModule": {
|
|
5535
5535
|
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5536
|
-
"line":
|
|
5536
|
+
"line": 1123
|
|
5537
5537
|
},
|
|
5538
5538
|
"name": "gitOptions",
|
|
5539
5539
|
"optional": true,
|
|
@@ -5569,7 +5569,7 @@
|
|
|
5569
5569
|
"immutable": true,
|
|
5570
5570
|
"locationInModule": {
|
|
5571
5571
|
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5572
|
-
"line":
|
|
5572
|
+
"line": 1146
|
|
5573
5573
|
},
|
|
5574
5574
|
"name": "homebrew",
|
|
5575
5575
|
"optional": true,
|
|
@@ -5587,7 +5587,7 @@
|
|
|
5587
5587
|
"immutable": true,
|
|
5588
5588
|
"locationInModule": {
|
|
5589
5589
|
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5590
|
-
"line":
|
|
5590
|
+
"line": 1151
|
|
5591
5591
|
},
|
|
5592
5592
|
"name": "homebrewOptions",
|
|
5593
5593
|
"optional": true,
|
|
@@ -5811,7 +5811,7 @@
|
|
|
5811
5811
|
"immutable": true,
|
|
5812
5812
|
"locationInModule": {
|
|
5813
5813
|
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5814
|
-
"line":
|
|
5814
|
+
"line": 1118
|
|
5815
5815
|
},
|
|
5816
5816
|
"name": "logging",
|
|
5817
5817
|
"optional": true,
|
|
@@ -5905,7 +5905,7 @@
|
|
|
5905
5905
|
"immutable": true,
|
|
5906
5906
|
"locationInModule": {
|
|
5907
5907
|
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5908
|
-
"line":
|
|
5908
|
+
"line": 1156
|
|
5909
5909
|
},
|
|
5910
5910
|
"name": "mise",
|
|
5911
5911
|
"optional": true,
|
|
@@ -5923,7 +5923,7 @@
|
|
|
5923
5923
|
"immutable": true,
|
|
5924
5924
|
"locationInModule": {
|
|
5925
5925
|
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5926
|
-
"line":
|
|
5926
|
+
"line": 1161
|
|
5927
5927
|
},
|
|
5928
5928
|
"name": "miseOptions",
|
|
5929
5929
|
"optional": true,
|
|
@@ -6107,7 +6107,7 @@
|
|
|
6107
6107
|
"immutable": true,
|
|
6108
6108
|
"locationInModule": {
|
|
6109
6109
|
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6110
|
-
"line":
|
|
6110
|
+
"line": 1112
|
|
6111
6111
|
},
|
|
6112
6112
|
"name": "outdir",
|
|
6113
6113
|
"optional": true,
|
|
@@ -6181,7 +6181,7 @@
|
|
|
6181
6181
|
"immutable": true,
|
|
6182
6182
|
"locationInModule": {
|
|
6183
6183
|
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6184
|
-
"line":
|
|
6184
|
+
"line": 1101
|
|
6185
6185
|
},
|
|
6186
6186
|
"name": "parent",
|
|
6187
6187
|
"optional": true,
|
|
@@ -6289,6 +6289,24 @@
|
|
|
6289
6289
|
"primitive": "string"
|
|
6290
6290
|
}
|
|
6291
6291
|
},
|
|
6292
|
+
{
|
|
6293
|
+
"abstract": true,
|
|
6294
|
+
"docs": {
|
|
6295
|
+
"default": "false",
|
|
6296
|
+
"stability": "experimental",
|
|
6297
|
+
"summary": "Generate a project tree file (`.projen/tree.json`) that shows all components and their relationships. Useful for understanding your project structure and debugging."
|
|
6298
|
+
},
|
|
6299
|
+
"immutable": true,
|
|
6300
|
+
"locationInModule": {
|
|
6301
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6302
|
+
"line": 1096
|
|
6303
|
+
},
|
|
6304
|
+
"name": "projectTree",
|
|
6305
|
+
"optional": true,
|
|
6306
|
+
"type": {
|
|
6307
|
+
"primitive": "boolean"
|
|
6308
|
+
}
|
|
6309
|
+
},
|
|
6292
6310
|
{
|
|
6293
6311
|
"abstract": true,
|
|
6294
6312
|
"docs": {
|
|
@@ -7184,7 +7202,7 @@
|
|
|
7184
7202
|
"immutable": true,
|
|
7185
7203
|
"locationInModule": {
|
|
7186
7204
|
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
7187
|
-
"line":
|
|
7205
|
+
"line": 1166
|
|
7188
7206
|
},
|
|
7189
7207
|
"name": "vitest",
|
|
7190
7208
|
"optional": true,
|
|
@@ -7202,7 +7220,7 @@
|
|
|
7202
7220
|
"immutable": true,
|
|
7203
7221
|
"locationInModule": {
|
|
7204
7222
|
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
7205
|
-
"line":
|
|
7223
|
+
"line": 1171
|
|
7206
7224
|
},
|
|
7207
7225
|
"name": "vitestOptions",
|
|
7208
7226
|
"optional": true,
|
|
@@ -7493,7 +7511,7 @@
|
|
|
7493
7511
|
"immutable": true,
|
|
7494
7512
|
"locationInModule": {
|
|
7495
7513
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7496
|
-
"line":
|
|
7514
|
+
"line": 1090
|
|
7497
7515
|
},
|
|
7498
7516
|
"name": "name",
|
|
7499
7517
|
"type": {
|
|
@@ -8170,7 +8188,7 @@
|
|
|
8170
8188
|
"immutable": true,
|
|
8171
8189
|
"locationInModule": {
|
|
8172
8190
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8173
|
-
"line":
|
|
8191
|
+
"line": 1083
|
|
8174
8192
|
},
|
|
8175
8193
|
"name": "commitGenerated",
|
|
8176
8194
|
"optional": true,
|
|
@@ -8652,7 +8670,7 @@
|
|
|
8652
8670
|
"immutable": true,
|
|
8653
8671
|
"locationInModule": {
|
|
8654
8672
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8655
|
-
"line":
|
|
8673
|
+
"line": 1077
|
|
8656
8674
|
},
|
|
8657
8675
|
"name": "gitIgnoreOptions",
|
|
8658
8676
|
"optional": true,
|
|
@@ -8669,7 +8687,7 @@
|
|
|
8669
8687
|
"immutable": true,
|
|
8670
8688
|
"locationInModule": {
|
|
8671
8689
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8672
|
-
"line":
|
|
8690
|
+
"line": 1072
|
|
8673
8691
|
},
|
|
8674
8692
|
"name": "gitOptions",
|
|
8675
8693
|
"optional": true,
|
|
@@ -8705,7 +8723,7 @@
|
|
|
8705
8723
|
"immutable": true,
|
|
8706
8724
|
"locationInModule": {
|
|
8707
8725
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8708
|
-
"line":
|
|
8726
|
+
"line": 1095
|
|
8709
8727
|
},
|
|
8710
8728
|
"name": "homebrew",
|
|
8711
8729
|
"optional": true,
|
|
@@ -8723,7 +8741,7 @@
|
|
|
8723
8741
|
"immutable": true,
|
|
8724
8742
|
"locationInModule": {
|
|
8725
8743
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8726
|
-
"line":
|
|
8744
|
+
"line": 1100
|
|
8727
8745
|
},
|
|
8728
8746
|
"name": "homebrewOptions",
|
|
8729
8747
|
"optional": true,
|
|
@@ -8925,7 +8943,7 @@
|
|
|
8925
8943
|
"immutable": true,
|
|
8926
8944
|
"locationInModule": {
|
|
8927
8945
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8928
|
-
"line":
|
|
8946
|
+
"line": 1067
|
|
8929
8947
|
},
|
|
8930
8948
|
"name": "logging",
|
|
8931
8949
|
"optional": true,
|
|
@@ -9019,7 +9037,7 @@
|
|
|
9019
9037
|
"immutable": true,
|
|
9020
9038
|
"locationInModule": {
|
|
9021
9039
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9022
|
-
"line":
|
|
9040
|
+
"line": 1105
|
|
9023
9041
|
},
|
|
9024
9042
|
"name": "mise",
|
|
9025
9043
|
"optional": true,
|
|
@@ -9037,7 +9055,7 @@
|
|
|
9037
9055
|
"immutable": true,
|
|
9038
9056
|
"locationInModule": {
|
|
9039
9057
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9040
|
-
"line":
|
|
9058
|
+
"line": 1110
|
|
9041
9059
|
},
|
|
9042
9060
|
"name": "miseOptions",
|
|
9043
9061
|
"optional": true,
|
|
@@ -9221,7 +9239,7 @@
|
|
|
9221
9239
|
"immutable": true,
|
|
9222
9240
|
"locationInModule": {
|
|
9223
9241
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9224
|
-
"line":
|
|
9242
|
+
"line": 1061
|
|
9225
9243
|
},
|
|
9226
9244
|
"name": "outdir",
|
|
9227
9245
|
"optional": true,
|
|
@@ -9295,7 +9313,7 @@
|
|
|
9295
9313
|
"immutable": true,
|
|
9296
9314
|
"locationInModule": {
|
|
9297
9315
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9298
|
-
"line":
|
|
9316
|
+
"line": 1050
|
|
9299
9317
|
},
|
|
9300
9318
|
"name": "parent",
|
|
9301
9319
|
"optional": true,
|
|
@@ -9403,6 +9421,24 @@
|
|
|
9403
9421
|
"primitive": "string"
|
|
9404
9422
|
}
|
|
9405
9423
|
},
|
|
9424
|
+
{
|
|
9425
|
+
"abstract": true,
|
|
9426
|
+
"docs": {
|
|
9427
|
+
"default": "false",
|
|
9428
|
+
"stability": "experimental",
|
|
9429
|
+
"summary": "Generate a project tree file (`.projen/tree.json`) that shows all components and their relationships. Useful for understanding your project structure and debugging."
|
|
9430
|
+
},
|
|
9431
|
+
"immutable": true,
|
|
9432
|
+
"locationInModule": {
|
|
9433
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9434
|
+
"line": 1045
|
|
9435
|
+
},
|
|
9436
|
+
"name": "projectTree",
|
|
9437
|
+
"optional": true,
|
|
9438
|
+
"type": {
|
|
9439
|
+
"primitive": "boolean"
|
|
9440
|
+
}
|
|
9441
|
+
},
|
|
9406
9442
|
{
|
|
9407
9443
|
"abstract": true,
|
|
9408
9444
|
"docs": {
|
|
@@ -10227,7 +10263,7 @@
|
|
|
10227
10263
|
"immutable": true,
|
|
10228
10264
|
"locationInModule": {
|
|
10229
10265
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10230
|
-
"line":
|
|
10266
|
+
"line": 1115
|
|
10231
10267
|
},
|
|
10232
10268
|
"name": "vitest",
|
|
10233
10269
|
"optional": true,
|
|
@@ -10245,7 +10281,7 @@
|
|
|
10245
10281
|
"immutable": true,
|
|
10246
10282
|
"locationInModule": {
|
|
10247
10283
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10248
|
-
"line":
|
|
10284
|
+
"line": 1120
|
|
10249
10285
|
},
|
|
10250
10286
|
"name": "vitestOptions",
|
|
10251
10287
|
"optional": true,
|
|
@@ -11616,7 +11652,7 @@
|
|
|
11616
11652
|
"immutable": true,
|
|
11617
11653
|
"locationInModule": {
|
|
11618
11654
|
"filename": "src/projects/jsii-options.generated.ts",
|
|
11619
|
-
"line":
|
|
11655
|
+
"line": 1053
|
|
11620
11656
|
},
|
|
11621
11657
|
"name": "name",
|
|
11622
11658
|
"type": {
|
|
@@ -12182,7 +12218,7 @@
|
|
|
12182
12218
|
"immutable": true,
|
|
12183
12219
|
"locationInModule": {
|
|
12184
12220
|
"filename": "src/projects/jsii-options.generated.ts",
|
|
12185
|
-
"line":
|
|
12221
|
+
"line": 1046
|
|
12186
12222
|
},
|
|
12187
12223
|
"name": "commitGenerated",
|
|
12188
12224
|
"optional": true,
|
|
@@ -12665,7 +12701,7 @@
|
|
|
12665
12701
|
"immutable": true,
|
|
12666
12702
|
"locationInModule": {
|
|
12667
12703
|
"filename": "src/projects/jsii-options.generated.ts",
|
|
12668
|
-
"line":
|
|
12704
|
+
"line": 1040
|
|
12669
12705
|
},
|
|
12670
12706
|
"name": "gitIgnoreOptions",
|
|
12671
12707
|
"optional": true,
|
|
@@ -12682,7 +12718,7 @@
|
|
|
12682
12718
|
"immutable": true,
|
|
12683
12719
|
"locationInModule": {
|
|
12684
12720
|
"filename": "src/projects/jsii-options.generated.ts",
|
|
12685
|
-
"line":
|
|
12721
|
+
"line": 1035
|
|
12686
12722
|
},
|
|
12687
12723
|
"name": "gitOptions",
|
|
12688
12724
|
"optional": true,
|
|
@@ -12718,7 +12754,7 @@
|
|
|
12718
12754
|
"immutable": true,
|
|
12719
12755
|
"locationInModule": {
|
|
12720
12756
|
"filename": "src/projects/jsii-options.generated.ts",
|
|
12721
|
-
"line":
|
|
12757
|
+
"line": 1058
|
|
12722
12758
|
},
|
|
12723
12759
|
"name": "homebrew",
|
|
12724
12760
|
"optional": true,
|
|
@@ -12736,7 +12772,7 @@
|
|
|
12736
12772
|
"immutable": true,
|
|
12737
12773
|
"locationInModule": {
|
|
12738
12774
|
"filename": "src/projects/jsii-options.generated.ts",
|
|
12739
|
-
"line":
|
|
12775
|
+
"line": 1063
|
|
12740
12776
|
},
|
|
12741
12777
|
"name": "homebrewOptions",
|
|
12742
12778
|
"optional": true,
|
|
@@ -12888,7 +12924,7 @@
|
|
|
12888
12924
|
"immutable": true,
|
|
12889
12925
|
"locationInModule": {
|
|
12890
12926
|
"filename": "src/projects/jsii-options.generated.ts",
|
|
12891
|
-
"line":
|
|
12927
|
+
"line": 1030
|
|
12892
12928
|
},
|
|
12893
12929
|
"name": "logging",
|
|
12894
12930
|
"optional": true,
|
|
@@ -12982,7 +13018,7 @@
|
|
|
12982
13018
|
"immutable": true,
|
|
12983
13019
|
"locationInModule": {
|
|
12984
13020
|
"filename": "src/projects/jsii-options.generated.ts",
|
|
12985
|
-
"line":
|
|
13021
|
+
"line": 1068
|
|
12986
13022
|
},
|
|
12987
13023
|
"name": "mise",
|
|
12988
13024
|
"optional": true,
|
|
@@ -13000,7 +13036,7 @@
|
|
|
13000
13036
|
"immutable": true,
|
|
13001
13037
|
"locationInModule": {
|
|
13002
13038
|
"filename": "src/projects/jsii-options.generated.ts",
|
|
13003
|
-
"line":
|
|
13039
|
+
"line": 1073
|
|
13004
13040
|
},
|
|
13005
13041
|
"name": "miseOptions",
|
|
13006
13042
|
"optional": true,
|
|
@@ -13184,7 +13220,7 @@
|
|
|
13184
13220
|
"immutable": true,
|
|
13185
13221
|
"locationInModule": {
|
|
13186
13222
|
"filename": "src/projects/jsii-options.generated.ts",
|
|
13187
|
-
"line":
|
|
13223
|
+
"line": 1024
|
|
13188
13224
|
},
|
|
13189
13225
|
"name": "outdir",
|
|
13190
13226
|
"optional": true,
|
|
@@ -13258,7 +13294,7 @@
|
|
|
13258
13294
|
"immutable": true,
|
|
13259
13295
|
"locationInModule": {
|
|
13260
13296
|
"filename": "src/projects/jsii-options.generated.ts",
|
|
13261
|
-
"line":
|
|
13297
|
+
"line": 1013
|
|
13262
13298
|
},
|
|
13263
13299
|
"name": "parent",
|
|
13264
13300
|
"optional": true,
|
|
@@ -13366,6 +13402,24 @@
|
|
|
13366
13402
|
"primitive": "string"
|
|
13367
13403
|
}
|
|
13368
13404
|
},
|
|
13405
|
+
{
|
|
13406
|
+
"abstract": true,
|
|
13407
|
+
"docs": {
|
|
13408
|
+
"default": "false",
|
|
13409
|
+
"stability": "experimental",
|
|
13410
|
+
"summary": "Generate a project tree file (`.projen/tree.json`) that shows all components and their relationships. Useful for understanding your project structure and debugging."
|
|
13411
|
+
},
|
|
13412
|
+
"immutable": true,
|
|
13413
|
+
"locationInModule": {
|
|
13414
|
+
"filename": "src/projects/jsii-options.generated.ts",
|
|
13415
|
+
"line": 1008
|
|
13416
|
+
},
|
|
13417
|
+
"name": "projectTree",
|
|
13418
|
+
"optional": true,
|
|
13419
|
+
"type": {
|
|
13420
|
+
"primitive": "boolean"
|
|
13421
|
+
}
|
|
13422
|
+
},
|
|
13369
13423
|
{
|
|
13370
13424
|
"abstract": true,
|
|
13371
13425
|
"docs": {
|
|
@@ -14218,7 +14272,7 @@
|
|
|
14218
14272
|
"immutable": true,
|
|
14219
14273
|
"locationInModule": {
|
|
14220
14274
|
"filename": "src/projects/jsii-options.generated.ts",
|
|
14221
|
-
"line":
|
|
14275
|
+
"line": 1088
|
|
14222
14276
|
},
|
|
14223
14277
|
"name": "typeDoc",
|
|
14224
14278
|
"optional": true,
|
|
@@ -14236,7 +14290,7 @@
|
|
|
14236
14290
|
"immutable": true,
|
|
14237
14291
|
"locationInModule": {
|
|
14238
14292
|
"filename": "src/projects/jsii-options.generated.ts",
|
|
14239
|
-
"line":
|
|
14293
|
+
"line": 1093
|
|
14240
14294
|
},
|
|
14241
14295
|
"name": "typeDocOptions",
|
|
14242
14296
|
"optional": true,
|
|
@@ -14297,7 +14351,7 @@
|
|
|
14297
14351
|
"immutable": true,
|
|
14298
14352
|
"locationInModule": {
|
|
14299
14353
|
"filename": "src/projects/jsii-options.generated.ts",
|
|
14300
|
-
"line":
|
|
14354
|
+
"line": 1078
|
|
14301
14355
|
},
|
|
14302
14356
|
"name": "vitest",
|
|
14303
14357
|
"optional": true,
|
|
@@ -14315,7 +14369,7 @@
|
|
|
14315
14369
|
"immutable": true,
|
|
14316
14370
|
"locationInModule": {
|
|
14317
14371
|
"filename": "src/projects/jsii-options.generated.ts",
|
|
14318
|
-
"line":
|
|
14372
|
+
"line": 1083
|
|
14319
14373
|
},
|
|
14320
14374
|
"name": "vitestOptions",
|
|
14321
14375
|
"optional": true,
|
|
@@ -16837,7 +16891,7 @@
|
|
|
16837
16891
|
"immutable": true,
|
|
16838
16892
|
"locationInModule": {
|
|
16839
16893
|
"filename": "src/projects/typescript-options.generated.ts",
|
|
16840
|
-
"line":
|
|
16894
|
+
"line": 957
|
|
16841
16895
|
},
|
|
16842
16896
|
"name": "name",
|
|
16843
16897
|
"type": {
|
|
@@ -17386,7 +17440,7 @@
|
|
|
17386
17440
|
"immutable": true,
|
|
17387
17441
|
"locationInModule": {
|
|
17388
17442
|
"filename": "src/projects/typescript-options.generated.ts",
|
|
17389
|
-
"line":
|
|
17443
|
+
"line": 950
|
|
17390
17444
|
},
|
|
17391
17445
|
"name": "commitGenerated",
|
|
17392
17446
|
"optional": true,
|
|
@@ -17773,7 +17827,7 @@
|
|
|
17773
17827
|
"immutable": true,
|
|
17774
17828
|
"locationInModule": {
|
|
17775
17829
|
"filename": "src/projects/typescript-options.generated.ts",
|
|
17776
|
-
"line":
|
|
17830
|
+
"line": 944
|
|
17777
17831
|
},
|
|
17778
17832
|
"name": "gitIgnoreOptions",
|
|
17779
17833
|
"optional": true,
|
|
@@ -17790,7 +17844,7 @@
|
|
|
17790
17844
|
"immutable": true,
|
|
17791
17845
|
"locationInModule": {
|
|
17792
17846
|
"filename": "src/projects/typescript-options.generated.ts",
|
|
17793
|
-
"line":
|
|
17847
|
+
"line": 939
|
|
17794
17848
|
},
|
|
17795
17849
|
"name": "gitOptions",
|
|
17796
17850
|
"optional": true,
|
|
@@ -17826,7 +17880,7 @@
|
|
|
17826
17880
|
"immutable": true,
|
|
17827
17881
|
"locationInModule": {
|
|
17828
17882
|
"filename": "src/projects/typescript-options.generated.ts",
|
|
17829
|
-
"line":
|
|
17883
|
+
"line": 962
|
|
17830
17884
|
},
|
|
17831
17885
|
"name": "homebrew",
|
|
17832
17886
|
"optional": true,
|
|
@@ -17844,7 +17898,7 @@
|
|
|
17844
17898
|
"immutable": true,
|
|
17845
17899
|
"locationInModule": {
|
|
17846
17900
|
"filename": "src/projects/typescript-options.generated.ts",
|
|
17847
|
-
"line":
|
|
17901
|
+
"line": 967
|
|
17848
17902
|
},
|
|
17849
17903
|
"name": "homebrewOptions",
|
|
17850
17904
|
"optional": true,
|
|
@@ -17974,7 +18028,7 @@
|
|
|
17974
18028
|
"immutable": true,
|
|
17975
18029
|
"locationInModule": {
|
|
17976
18030
|
"filename": "src/projects/typescript-options.generated.ts",
|
|
17977
|
-
"line":
|
|
18031
|
+
"line": 934
|
|
17978
18032
|
},
|
|
17979
18033
|
"name": "logging",
|
|
17980
18034
|
"optional": true,
|
|
@@ -18068,7 +18122,7 @@
|
|
|
18068
18122
|
"immutable": true,
|
|
18069
18123
|
"locationInModule": {
|
|
18070
18124
|
"filename": "src/projects/typescript-options.generated.ts",
|
|
18071
|
-
"line":
|
|
18125
|
+
"line": 972
|
|
18072
18126
|
},
|
|
18073
18127
|
"name": "mise",
|
|
18074
18128
|
"optional": true,
|
|
@@ -18086,7 +18140,7 @@
|
|
|
18086
18140
|
"immutable": true,
|
|
18087
18141
|
"locationInModule": {
|
|
18088
18142
|
"filename": "src/projects/typescript-options.generated.ts",
|
|
18089
|
-
"line":
|
|
18143
|
+
"line": 977
|
|
18090
18144
|
},
|
|
18091
18145
|
"name": "miseOptions",
|
|
18092
18146
|
"optional": true,
|
|
@@ -18270,7 +18324,7 @@
|
|
|
18270
18324
|
"immutable": true,
|
|
18271
18325
|
"locationInModule": {
|
|
18272
18326
|
"filename": "src/projects/typescript-options.generated.ts",
|
|
18273
|
-
"line":
|
|
18327
|
+
"line": 928
|
|
18274
18328
|
},
|
|
18275
18329
|
"name": "outdir",
|
|
18276
18330
|
"optional": true,
|
|
@@ -18344,7 +18398,7 @@
|
|
|
18344
18398
|
"immutable": true,
|
|
18345
18399
|
"locationInModule": {
|
|
18346
18400
|
"filename": "src/projects/typescript-options.generated.ts",
|
|
18347
|
-
"line":
|
|
18401
|
+
"line": 917
|
|
18348
18402
|
},
|
|
18349
18403
|
"name": "parent",
|
|
18350
18404
|
"optional": true,
|
|
@@ -18452,6 +18506,24 @@
|
|
|
18452
18506
|
"primitive": "string"
|
|
18453
18507
|
}
|
|
18454
18508
|
},
|
|
18509
|
+
{
|
|
18510
|
+
"abstract": true,
|
|
18511
|
+
"docs": {
|
|
18512
|
+
"default": "false",
|
|
18513
|
+
"stability": "experimental",
|
|
18514
|
+
"summary": "Generate a project tree file (`.projen/tree.json`) that shows all components and their relationships. Useful for understanding your project structure and debugging."
|
|
18515
|
+
},
|
|
18516
|
+
"immutable": true,
|
|
18517
|
+
"locationInModule": {
|
|
18518
|
+
"filename": "src/projects/typescript-options.generated.ts",
|
|
18519
|
+
"line": 912
|
|
18520
|
+
},
|
|
18521
|
+
"name": "projectTree",
|
|
18522
|
+
"optional": true,
|
|
18523
|
+
"type": {
|
|
18524
|
+
"primitive": "boolean"
|
|
18525
|
+
}
|
|
18526
|
+
},
|
|
18455
18527
|
{
|
|
18456
18528
|
"abstract": true,
|
|
18457
18529
|
"docs": {
|
|
@@ -19258,7 +19330,7 @@
|
|
|
19258
19330
|
"immutable": true,
|
|
19259
19331
|
"locationInModule": {
|
|
19260
19332
|
"filename": "src/projects/typescript-options.generated.ts",
|
|
19261
|
-
"line":
|
|
19333
|
+
"line": 982
|
|
19262
19334
|
},
|
|
19263
19335
|
"name": "vitest",
|
|
19264
19336
|
"optional": true,
|
|
@@ -19276,7 +19348,7 @@
|
|
|
19276
19348
|
"immutable": true,
|
|
19277
19349
|
"locationInModule": {
|
|
19278
19350
|
"filename": "src/projects/typescript-options.generated.ts",
|
|
19279
|
-
"line":
|
|
19351
|
+
"line": 987
|
|
19280
19352
|
},
|
|
19281
19353
|
"name": "vitestOptions",
|
|
19282
19354
|
"optional": true,
|
|
@@ -20210,6 +20282,6 @@
|
|
|
20210
20282
|
"symbolId": "src/components/vitest:VitestOptions"
|
|
20211
20283
|
}
|
|
20212
20284
|
},
|
|
20213
|
-
"version": "0.2.
|
|
20214
|
-
"fingerprint": "
|
|
20285
|
+
"version": "0.2.72",
|
|
20286
|
+
"fingerprint": "EZqO9T3MaNwps4+ZRlP5Zsu6moDbHS444wN9G4u8k4g="
|
|
20215
20287
|
}
|