@nikovirtala/projen-constructs 0.1.4 → 0.1.5
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 +181 -181
- package/lib/components/vitest.js +1 -1
- package/lib/projects/awscdk-construct-library.generated.js +20 -0
- package/lib/projects/awscdk-typescript-app-options.generated.d.ts +24 -24
- package/lib/projects/awscdk-typescript-app-options.generated.js +1 -1
- package/lib/projects/awscdk-typescript-app.generated.js +20 -0
- package/lib/projects/index.d.ts +4 -4
- package/lib/projects/index.js +5 -5
- package/lib/projects/jsii.generated.js +20 -0
- package/lib/projects/typescript.generated.js +20 -0
- package/lib/projen-project-class.d.ts +44 -0
- package/lib/projen-project-class.js +137 -0
- package/package.json +1 -1
- package/lib/projects/awscdk-app-options.generated.d.ts +0 -1098
- package/lib/projects/awscdk-app-options.generated.js +0 -3
- package/lib/projects/awscdk-construct-library.js +0 -19
- package/lib/projects/awscdk-typescript-app.js +0 -19
- package/lib/projects/jsii.js +0 -19
- package/lib/projects/typescript.js +0 -19
- /package/lib/projects/{awscdk-construct-library.d.ts → awscdk-construct-library.generated.d.ts} +0 -0
- /package/lib/projects/{awscdk-typescript-app.d.ts → awscdk-typescript-app.generated.d.ts} +0 -0
- /package/lib/projects/{jsii.d.ts → jsii.generated.d.ts} +0 -0
- /package/lib/projects/{typescript.d.ts → typescript.generated.d.ts} +0 -0
package/.jsii
CHANGED
|
@@ -4215,8 +4215,8 @@
|
|
|
4215
4215
|
"stability": "stable"
|
|
4216
4216
|
},
|
|
4217
4217
|
"locationInModule": {
|
|
4218
|
-
"filename": "src/projects/awscdk-construct-library.ts",
|
|
4219
|
-
"line":
|
|
4218
|
+
"filename": "src/projects/awscdk-construct-library.generated.ts",
|
|
4219
|
+
"line": 10
|
|
4220
4220
|
},
|
|
4221
4221
|
"parameters": [
|
|
4222
4222
|
{
|
|
@@ -4229,11 +4229,11 @@
|
|
|
4229
4229
|
},
|
|
4230
4230
|
"kind": "class",
|
|
4231
4231
|
"locationInModule": {
|
|
4232
|
-
"filename": "src/projects/awscdk-construct-library.ts",
|
|
4233
|
-
"line":
|
|
4232
|
+
"filename": "src/projects/awscdk-construct-library.generated.ts",
|
|
4233
|
+
"line": 9
|
|
4234
4234
|
},
|
|
4235
4235
|
"name": "AwsCdkConstructLibraryProject",
|
|
4236
|
-
"symbolId": "src/projects/awscdk-construct-library:AwsCdkConstructLibraryProject"
|
|
4236
|
+
"symbolId": "src/projects/awscdk-construct-library.generated:AwsCdkConstructLibraryProject"
|
|
4237
4237
|
},
|
|
4238
4238
|
"@nikovirtala/projen-constructs.AwsCdkConstructLibraryProjectOptions": {
|
|
4239
4239
|
"assembly": "@nikovirtala/projen-constructs",
|
|
@@ -7345,8 +7345,8 @@
|
|
|
7345
7345
|
"stability": "stable"
|
|
7346
7346
|
},
|
|
7347
7347
|
"locationInModule": {
|
|
7348
|
-
"filename": "src/projects/awscdk-typescript-app.ts",
|
|
7349
|
-
"line":
|
|
7348
|
+
"filename": "src/projects/awscdk-typescript-app.generated.ts",
|
|
7349
|
+
"line": 10
|
|
7350
7350
|
},
|
|
7351
7351
|
"parameters": [
|
|
7352
7352
|
{
|
|
@@ -7359,11 +7359,11 @@
|
|
|
7359
7359
|
},
|
|
7360
7360
|
"kind": "class",
|
|
7361
7361
|
"locationInModule": {
|
|
7362
|
-
"filename": "src/projects/awscdk-typescript-app.ts",
|
|
7363
|
-
"line":
|
|
7362
|
+
"filename": "src/projects/awscdk-typescript-app.generated.ts",
|
|
7363
|
+
"line": 9
|
|
7364
7364
|
},
|
|
7365
7365
|
"name": "AwsCdkTypeScriptAppProject",
|
|
7366
|
-
"symbolId": "src/projects/awscdk-typescript-app:AwsCdkTypeScriptAppProject"
|
|
7366
|
+
"symbolId": "src/projects/awscdk-typescript-app.generated:AwsCdkTypeScriptAppProject"
|
|
7367
7367
|
},
|
|
7368
7368
|
"@nikovirtala/projen-constructs.AwsCdkTypeScriptAppProjectOptions": {
|
|
7369
7369
|
"assembly": "@nikovirtala/projen-constructs",
|
|
@@ -7376,7 +7376,7 @@
|
|
|
7376
7376
|
"kind": "interface",
|
|
7377
7377
|
"locationInModule": {
|
|
7378
7378
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7379
|
-
"line":
|
|
7379
|
+
"line": 8
|
|
7380
7380
|
},
|
|
7381
7381
|
"name": "AwsCdkTypeScriptAppProjectOptions",
|
|
7382
7382
|
"properties": [
|
|
@@ -7390,7 +7390,7 @@
|
|
|
7390
7390
|
"immutable": true,
|
|
7391
7391
|
"locationInModule": {
|
|
7392
7392
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7393
|
-
"line":
|
|
7393
|
+
"line": 93
|
|
7394
7394
|
},
|
|
7395
7395
|
"name": "cdkVersion",
|
|
7396
7396
|
"type": {
|
|
@@ -7407,7 +7407,7 @@
|
|
|
7407
7407
|
"immutable": true,
|
|
7408
7408
|
"locationInModule": {
|
|
7409
7409
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7410
|
-
"line":
|
|
7410
|
+
"line": 445
|
|
7411
7411
|
},
|
|
7412
7412
|
"name": "defaultReleaseBranch",
|
|
7413
7413
|
"type": {
|
|
@@ -7427,7 +7427,7 @@
|
|
|
7427
7427
|
"immutable": true,
|
|
7428
7428
|
"locationInModule": {
|
|
7429
7429
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7430
|
-
"line":
|
|
7430
|
+
"line": 1084
|
|
7431
7431
|
},
|
|
7432
7432
|
"name": "name",
|
|
7433
7433
|
"type": {
|
|
@@ -7445,7 +7445,7 @@
|
|
|
7445
7445
|
"immutable": true,
|
|
7446
7446
|
"locationInModule": {
|
|
7447
7447
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7448
|
-
"line":
|
|
7448
|
+
"line": 922
|
|
7449
7449
|
},
|
|
7450
7450
|
"name": "allowLibraryDependencies",
|
|
7451
7451
|
"optional": true,
|
|
@@ -7462,7 +7462,7 @@
|
|
|
7462
7462
|
"immutable": true,
|
|
7463
7463
|
"locationInModule": {
|
|
7464
7464
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7465
|
-
"line":
|
|
7465
|
+
"line": 55
|
|
7466
7466
|
},
|
|
7467
7467
|
"name": "app",
|
|
7468
7468
|
"optional": true,
|
|
@@ -7480,7 +7480,7 @@
|
|
|
7480
7480
|
"immutable": true,
|
|
7481
7481
|
"locationInModule": {
|
|
7482
7482
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7483
|
-
"line":
|
|
7483
|
+
"line": 50
|
|
7484
7484
|
},
|
|
7485
7485
|
"name": "appEntrypoint",
|
|
7486
7486
|
"optional": true,
|
|
@@ -7498,7 +7498,7 @@
|
|
|
7498
7498
|
"immutable": true,
|
|
7499
7499
|
"locationInModule": {
|
|
7500
7500
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7501
|
-
"line":
|
|
7501
|
+
"line": 439
|
|
7502
7502
|
},
|
|
7503
7503
|
"name": "artifactsDirectory",
|
|
7504
7504
|
"optional": true,
|
|
@@ -7517,7 +7517,7 @@
|
|
|
7517
7517
|
"immutable": true,
|
|
7518
7518
|
"locationInModule": {
|
|
7519
7519
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7520
|
-
"line":
|
|
7520
|
+
"line": 433
|
|
7521
7521
|
},
|
|
7522
7522
|
"name": "auditDeps",
|
|
7523
7523
|
"optional": true,
|
|
@@ -7535,7 +7535,7 @@
|
|
|
7535
7535
|
"immutable": true,
|
|
7536
7536
|
"locationInModule": {
|
|
7537
7537
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7538
|
-
"line":
|
|
7538
|
+
"line": 424
|
|
7539
7539
|
},
|
|
7540
7540
|
"name": "auditDepsOptions",
|
|
7541
7541
|
"optional": true,
|
|
@@ -7552,7 +7552,7 @@
|
|
|
7552
7552
|
"immutable": true,
|
|
7553
7553
|
"locationInModule": {
|
|
7554
7554
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7555
|
-
"line":
|
|
7555
|
+
"line": 914
|
|
7556
7556
|
},
|
|
7557
7557
|
"name": "authorEmail",
|
|
7558
7558
|
"optional": true,
|
|
@@ -7569,7 +7569,7 @@
|
|
|
7569
7569
|
"immutable": true,
|
|
7570
7570
|
"locationInModule": {
|
|
7571
7571
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7572
|
-
"line":
|
|
7572
|
+
"line": 909
|
|
7573
7573
|
},
|
|
7574
7574
|
"name": "authorName",
|
|
7575
7575
|
"optional": true,
|
|
@@ -7586,7 +7586,7 @@
|
|
|
7586
7586
|
"immutable": true,
|
|
7587
7587
|
"locationInModule": {
|
|
7588
7588
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7589
|
-
"line":
|
|
7589
|
+
"line": 904
|
|
7590
7590
|
},
|
|
7591
7591
|
"name": "authorOrganization",
|
|
7592
7592
|
"optional": true,
|
|
@@ -7603,7 +7603,7 @@
|
|
|
7603
7603
|
"immutable": true,
|
|
7604
7604
|
"locationInModule": {
|
|
7605
7605
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7606
|
-
"line":
|
|
7606
|
+
"line": 899
|
|
7607
7607
|
},
|
|
7608
7608
|
"name": "authorUrl",
|
|
7609
7609
|
"optional": true,
|
|
@@ -7621,7 +7621,7 @@
|
|
|
7621
7621
|
"immutable": true,
|
|
7622
7622
|
"locationInModule": {
|
|
7623
7623
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7624
|
-
"line":
|
|
7624
|
+
"line": 1008
|
|
7625
7625
|
},
|
|
7626
7626
|
"name": "autoApproveOptions",
|
|
7627
7627
|
"optional": true,
|
|
@@ -7640,7 +7640,7 @@
|
|
|
7640
7640
|
"immutable": true,
|
|
7641
7641
|
"locationInModule": {
|
|
7642
7642
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7643
|
-
"line":
|
|
7643
|
+
"line": 418
|
|
7644
7644
|
},
|
|
7645
7645
|
"name": "autoApproveUpgrades",
|
|
7646
7646
|
"optional": true,
|
|
@@ -7658,7 +7658,7 @@
|
|
|
7658
7658
|
"immutable": true,
|
|
7659
7659
|
"locationInModule": {
|
|
7660
7660
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7661
|
-
"line":
|
|
7661
|
+
"line": 894
|
|
7662
7662
|
},
|
|
7663
7663
|
"name": "autoDetectBin",
|
|
7664
7664
|
"optional": true,
|
|
@@ -7677,7 +7677,7 @@
|
|
|
7677
7677
|
"immutable": true,
|
|
7678
7678
|
"locationInModule": {
|
|
7679
7679
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7680
|
-
"line":
|
|
7680
|
+
"line": 1002
|
|
7681
7681
|
},
|
|
7682
7682
|
"name": "autoMerge",
|
|
7683
7683
|
"optional": true,
|
|
@@ -7696,7 +7696,7 @@
|
|
|
7696
7696
|
"immutable": true,
|
|
7697
7697
|
"locationInModule": {
|
|
7698
7698
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7699
|
-
"line":
|
|
7699
|
+
"line": 994
|
|
7700
7700
|
},
|
|
7701
7701
|
"name": "autoMergeOptions",
|
|
7702
7702
|
"optional": true,
|
|
@@ -7714,7 +7714,7 @@
|
|
|
7714
7714
|
"immutable": true,
|
|
7715
7715
|
"locationInModule": {
|
|
7716
7716
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7717
|
-
"line":
|
|
7717
|
+
"line": 888
|
|
7718
7718
|
},
|
|
7719
7719
|
"name": "bin",
|
|
7720
7720
|
"optional": true,
|
|
@@ -7737,7 +7737,7 @@
|
|
|
7737
7737
|
"immutable": true,
|
|
7738
7738
|
"locationInModule": {
|
|
7739
7739
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7740
|
-
"line":
|
|
7740
|
+
"line": 411
|
|
7741
7741
|
},
|
|
7742
7742
|
"name": "biome",
|
|
7743
7743
|
"optional": true,
|
|
@@ -7755,7 +7755,7 @@
|
|
|
7755
7755
|
"immutable": true,
|
|
7756
7756
|
"locationInModule": {
|
|
7757
7757
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7758
|
-
"line":
|
|
7758
|
+
"line": 405
|
|
7759
7759
|
},
|
|
7760
7760
|
"name": "biomeOptions",
|
|
7761
7761
|
"optional": true,
|
|
@@ -7772,7 +7772,7 @@
|
|
|
7772
7772
|
"immutable": true,
|
|
7773
7773
|
"locationInModule": {
|
|
7774
7774
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7775
|
-
"line":
|
|
7775
|
+
"line": 880
|
|
7776
7776
|
},
|
|
7777
7777
|
"name": "bugsEmail",
|
|
7778
7778
|
"optional": true,
|
|
@@ -7789,7 +7789,7 @@
|
|
|
7789
7789
|
"immutable": true,
|
|
7790
7790
|
"locationInModule": {
|
|
7791
7791
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7792
|
-
"line":
|
|
7792
|
+
"line": 875
|
|
7793
7793
|
},
|
|
7794
7794
|
"name": "bugsUrl",
|
|
7795
7795
|
"optional": true,
|
|
@@ -7808,7 +7808,7 @@
|
|
|
7808
7808
|
"immutable": true,
|
|
7809
7809
|
"locationInModule": {
|
|
7810
7810
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7811
|
-
"line":
|
|
7811
|
+
"line": 141
|
|
7812
7812
|
},
|
|
7813
7813
|
"name": "buildCommand",
|
|
7814
7814
|
"optional": true,
|
|
@@ -7826,7 +7826,7 @@
|
|
|
7826
7826
|
"immutable": true,
|
|
7827
7827
|
"locationInModule": {
|
|
7828
7828
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7829
|
-
"line":
|
|
7829
|
+
"line": 399
|
|
7830
7830
|
},
|
|
7831
7831
|
"name": "buildWorkflow",
|
|
7832
7832
|
"optional": true,
|
|
@@ -7843,7 +7843,7 @@
|
|
|
7843
7843
|
"immutable": true,
|
|
7844
7844
|
"locationInModule": {
|
|
7845
7845
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7846
|
-
"line":
|
|
7846
|
+
"line": 393
|
|
7847
7847
|
},
|
|
7848
7848
|
"name": "buildWorkflowOptions",
|
|
7849
7849
|
"optional": true,
|
|
@@ -7862,7 +7862,7 @@
|
|
|
7862
7862
|
"immutable": true,
|
|
7863
7863
|
"locationInModule": {
|
|
7864
7864
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7865
|
-
"line":
|
|
7865
|
+
"line": 638
|
|
7866
7866
|
},
|
|
7867
7867
|
"name": "bumpPackage",
|
|
7868
7868
|
"optional": true,
|
|
@@ -7880,7 +7880,7 @@
|
|
|
7880
7880
|
"immutable": true,
|
|
7881
7881
|
"locationInModule": {
|
|
7882
7882
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7883
|
-
"line":
|
|
7883
|
+
"line": 870
|
|
7884
7884
|
},
|
|
7885
7885
|
"name": "bundledDeps",
|
|
7886
7886
|
"optional": true,
|
|
@@ -7902,7 +7902,7 @@
|
|
|
7902
7902
|
"immutable": true,
|
|
7903
7903
|
"locationInModule": {
|
|
7904
7904
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7905
|
-
"line":
|
|
7905
|
+
"line": 388
|
|
7906
7906
|
},
|
|
7907
7907
|
"name": "bundlerOptions",
|
|
7908
7908
|
"optional": true,
|
|
@@ -7920,7 +7920,7 @@
|
|
|
7920
7920
|
"immutable": true,
|
|
7921
7921
|
"locationInModule": {
|
|
7922
7922
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7923
|
-
"line":
|
|
7923
|
+
"line": 855
|
|
7924
7924
|
},
|
|
7925
7925
|
"name": "bunVersion",
|
|
7926
7926
|
"optional": true,
|
|
@@ -7939,7 +7939,7 @@
|
|
|
7939
7939
|
"immutable": true,
|
|
7940
7940
|
"locationInModule": {
|
|
7941
7941
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7942
|
-
"line":
|
|
7942
|
+
"line": 87
|
|
7943
7943
|
},
|
|
7944
7944
|
"name": "cdkAssertions",
|
|
7945
7945
|
"optional": true,
|
|
@@ -7958,7 +7958,7 @@
|
|
|
7958
7958
|
"immutable": true,
|
|
7959
7959
|
"locationInModule": {
|
|
7960
7960
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7961
|
-
"line":
|
|
7961
|
+
"line": 79
|
|
7962
7962
|
},
|
|
7963
7963
|
"name": "cdkCliVersion",
|
|
7964
7964
|
"optional": true,
|
|
@@ -7976,7 +7976,7 @@
|
|
|
7976
7976
|
"immutable": true,
|
|
7977
7977
|
"locationInModule": {
|
|
7978
7978
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7979
|
-
"line":
|
|
7979
|
+
"line": 132
|
|
7980
7980
|
},
|
|
7981
7981
|
"name": "cdkout",
|
|
7982
7982
|
"optional": true,
|
|
@@ -7994,7 +7994,7 @@
|
|
|
7994
7994
|
"immutable": true,
|
|
7995
7995
|
"locationInModule": {
|
|
7996
7996
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7997
|
-
"line":
|
|
7997
|
+
"line": 69
|
|
7998
7998
|
},
|
|
7999
7999
|
"name": "cdkVersionPinning",
|
|
8000
8000
|
"optional": true,
|
|
@@ -8013,7 +8013,7 @@
|
|
|
8013
8013
|
"immutable": true,
|
|
8014
8014
|
"locationInModule": {
|
|
8015
8015
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8016
|
-
"line":
|
|
8016
|
+
"line": 383
|
|
8017
8017
|
},
|
|
8018
8018
|
"name": "checkLicenses",
|
|
8019
8019
|
"optional": true,
|
|
@@ -8031,7 +8031,7 @@
|
|
|
8031
8031
|
"immutable": true,
|
|
8032
8032
|
"locationInModule": {
|
|
8033
8033
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8034
|
-
"line":
|
|
8034
|
+
"line": 986
|
|
8035
8035
|
},
|
|
8036
8036
|
"name": "clobber",
|
|
8037
8037
|
"optional": true,
|
|
@@ -8050,7 +8050,7 @@
|
|
|
8050
8050
|
"immutable": true,
|
|
8051
8051
|
"locationInModule": {
|
|
8052
8052
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8053
|
-
"line":
|
|
8053
|
+
"line": 849
|
|
8054
8054
|
},
|
|
8055
8055
|
"name": "codeArtifactOptions",
|
|
8056
8056
|
"optional": true,
|
|
@@ -8068,7 +8068,7 @@
|
|
|
8068
8068
|
"immutable": true,
|
|
8069
8069
|
"locationInModule": {
|
|
8070
8070
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8071
|
-
"line":
|
|
8071
|
+
"line": 376
|
|
8072
8072
|
},
|
|
8073
8073
|
"name": "codeCov",
|
|
8074
8074
|
"optional": true,
|
|
@@ -8086,7 +8086,7 @@
|
|
|
8086
8086
|
"immutable": true,
|
|
8087
8087
|
"locationInModule": {
|
|
8088
8088
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8089
|
-
"line":
|
|
8089
|
+
"line": 370
|
|
8090
8090
|
},
|
|
8091
8091
|
"name": "codeCovTokenSecret",
|
|
8092
8092
|
"optional": true,
|
|
@@ -8104,7 +8104,7 @@
|
|
|
8104
8104
|
"immutable": true,
|
|
8105
8105
|
"locationInModule": {
|
|
8106
8106
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8107
|
-
"line":
|
|
8107
|
+
"line": 1077
|
|
8108
8108
|
},
|
|
8109
8109
|
"name": "commitGenerated",
|
|
8110
8110
|
"optional": true,
|
|
@@ -8122,7 +8122,7 @@
|
|
|
8122
8122
|
"immutable": true,
|
|
8123
8123
|
"locationInModule": {
|
|
8124
8124
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8125
|
-
"line":
|
|
8125
|
+
"line": 62
|
|
8126
8126
|
},
|
|
8127
8127
|
"name": "constructsVersion",
|
|
8128
8128
|
"optional": true,
|
|
@@ -8140,7 +8140,7 @@
|
|
|
8140
8140
|
"immutable": true,
|
|
8141
8141
|
"locationInModule": {
|
|
8142
8142
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8143
|
-
"line":
|
|
8143
|
+
"line": 126
|
|
8144
8144
|
},
|
|
8145
8145
|
"name": "context",
|
|
8146
8146
|
"optional": true,
|
|
@@ -8163,7 +8163,7 @@
|
|
|
8163
8163
|
"immutable": true,
|
|
8164
8164
|
"locationInModule": {
|
|
8165
8165
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8166
|
-
"line":
|
|
8166
|
+
"line": 364
|
|
8167
8167
|
},
|
|
8168
8168
|
"name": "copyrightOwner",
|
|
8169
8169
|
"optional": true,
|
|
@@ -8181,7 +8181,7 @@
|
|
|
8181
8181
|
"immutable": true,
|
|
8182
8182
|
"locationInModule": {
|
|
8183
8183
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8184
|
-
"line":
|
|
8184
|
+
"line": 358
|
|
8185
8185
|
},
|
|
8186
8186
|
"name": "copyrightPeriod",
|
|
8187
8187
|
"optional": true,
|
|
@@ -8200,7 +8200,7 @@
|
|
|
8200
8200
|
"immutable": true,
|
|
8201
8201
|
"locationInModule": {
|
|
8202
8202
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8203
|
-
"line":
|
|
8203
|
+
"line": 352
|
|
8204
8204
|
},
|
|
8205
8205
|
"name": "dependabot",
|
|
8206
8206
|
"optional": true,
|
|
@@ -8218,7 +8218,7 @@
|
|
|
8218
8218
|
"immutable": true,
|
|
8219
8219
|
"locationInModule": {
|
|
8220
8220
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8221
|
-
"line":
|
|
8221
|
+
"line": 345
|
|
8222
8222
|
},
|
|
8223
8223
|
"name": "dependabotOptions",
|
|
8224
8224
|
"optional": true,
|
|
@@ -8240,7 +8240,7 @@
|
|
|
8240
8240
|
"immutable": true,
|
|
8241
8241
|
"locationInModule": {
|
|
8242
8242
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8243
|
-
"line":
|
|
8243
|
+
"line": 842
|
|
8244
8244
|
},
|
|
8245
8245
|
"name": "deps",
|
|
8246
8246
|
"optional": true,
|
|
@@ -8264,7 +8264,7 @@
|
|
|
8264
8264
|
"immutable": true,
|
|
8265
8265
|
"locationInModule": {
|
|
8266
8266
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8267
|
-
"line":
|
|
8267
|
+
"line": 339
|
|
8268
8268
|
},
|
|
8269
8269
|
"name": "depsUpgrade",
|
|
8270
8270
|
"optional": true,
|
|
@@ -8282,7 +8282,7 @@
|
|
|
8282
8282
|
"immutable": true,
|
|
8283
8283
|
"locationInModule": {
|
|
8284
8284
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8285
|
-
"line":
|
|
8285
|
+
"line": 332
|
|
8286
8286
|
},
|
|
8287
8287
|
"name": "depsUpgradeOptions",
|
|
8288
8288
|
"optional": true,
|
|
@@ -8303,7 +8303,7 @@
|
|
|
8303
8303
|
"immutable": true,
|
|
8304
8304
|
"locationInModule": {
|
|
8305
8305
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8306
|
-
"line":
|
|
8306
|
+
"line": 829
|
|
8307
8307
|
},
|
|
8308
8308
|
"name": "description",
|
|
8309
8309
|
"optional": true,
|
|
@@ -8321,7 +8321,7 @@
|
|
|
8321
8321
|
"immutable": true,
|
|
8322
8322
|
"locationInModule": {
|
|
8323
8323
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8324
|
-
"line":
|
|
8324
|
+
"line": 980
|
|
8325
8325
|
},
|
|
8326
8326
|
"name": "devContainer",
|
|
8327
8327
|
"optional": true,
|
|
@@ -8343,7 +8343,7 @@
|
|
|
8343
8343
|
"immutable": true,
|
|
8344
8344
|
"locationInModule": {
|
|
8345
8345
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8346
|
-
"line":
|
|
8346
|
+
"line": 821
|
|
8347
8347
|
},
|
|
8348
8348
|
"name": "devDeps",
|
|
8349
8349
|
"optional": true,
|
|
@@ -8366,7 +8366,7 @@
|
|
|
8366
8366
|
"immutable": true,
|
|
8367
8367
|
"locationInModule": {
|
|
8368
8368
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8369
|
-
"line":
|
|
8369
|
+
"line": 231
|
|
8370
8370
|
},
|
|
8371
8371
|
"name": "disableTsconfig",
|
|
8372
8372
|
"optional": true,
|
|
@@ -8384,7 +8384,7 @@
|
|
|
8384
8384
|
"immutable": true,
|
|
8385
8385
|
"locationInModule": {
|
|
8386
8386
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8387
|
-
"line":
|
|
8387
|
+
"line": 225
|
|
8388
8388
|
},
|
|
8389
8389
|
"name": "disableTsconfigDev",
|
|
8390
8390
|
"optional": true,
|
|
@@ -8402,7 +8402,7 @@
|
|
|
8402
8402
|
"immutable": true,
|
|
8403
8403
|
"locationInModule": {
|
|
8404
8404
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8405
|
-
"line":
|
|
8405
|
+
"line": 219
|
|
8406
8406
|
},
|
|
8407
8407
|
"name": "docgen",
|
|
8408
8408
|
"optional": true,
|
|
@@ -8420,7 +8420,7 @@
|
|
|
8420
8420
|
"immutable": true,
|
|
8421
8421
|
"locationInModule": {
|
|
8422
8422
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8423
|
-
"line":
|
|
8423
|
+
"line": 213
|
|
8424
8424
|
},
|
|
8425
8425
|
"name": "docsDirectory",
|
|
8426
8426
|
"optional": true,
|
|
@@ -8438,7 +8438,7 @@
|
|
|
8438
8438
|
"immutable": true,
|
|
8439
8439
|
"locationInModule": {
|
|
8440
8440
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8441
|
-
"line":
|
|
8441
|
+
"line": 44
|
|
8442
8442
|
},
|
|
8443
8443
|
"name": "edgeLambdaAutoDiscover",
|
|
8444
8444
|
"optional": true,
|
|
@@ -8456,7 +8456,7 @@
|
|
|
8456
8456
|
"immutable": true,
|
|
8457
8457
|
"locationInModule": {
|
|
8458
8458
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8459
|
-
"line":
|
|
8459
|
+
"line": 804
|
|
8460
8460
|
},
|
|
8461
8461
|
"name": "entrypoint",
|
|
8462
8462
|
"optional": true,
|
|
@@ -8474,7 +8474,7 @@
|
|
|
8474
8474
|
"immutable": true,
|
|
8475
8475
|
"locationInModule": {
|
|
8476
8476
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8477
|
-
"line":
|
|
8477
|
+
"line": 207
|
|
8478
8478
|
},
|
|
8479
8479
|
"name": "entrypointTypes",
|
|
8480
8480
|
"optional": true,
|
|
@@ -8492,7 +8492,7 @@
|
|
|
8492
8492
|
"immutable": true,
|
|
8493
8493
|
"locationInModule": {
|
|
8494
8494
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8495
|
-
"line":
|
|
8495
|
+
"line": 38
|
|
8496
8496
|
},
|
|
8497
8497
|
"name": "experimentalIntegRunner",
|
|
8498
8498
|
"optional": true,
|
|
@@ -8510,7 +8510,7 @@
|
|
|
8510
8510
|
"immutable": true,
|
|
8511
8511
|
"locationInModule": {
|
|
8512
8512
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8513
|
-
"line":
|
|
8513
|
+
"line": 120
|
|
8514
8514
|
},
|
|
8515
8515
|
"name": "featureFlags",
|
|
8516
8516
|
"optional": true,
|
|
@@ -8529,7 +8529,7 @@
|
|
|
8529
8529
|
"immutable": true,
|
|
8530
8530
|
"locationInModule": {
|
|
8531
8531
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8532
|
-
"line":
|
|
8532
|
+
"line": 974
|
|
8533
8533
|
},
|
|
8534
8534
|
"name": "github",
|
|
8535
8535
|
"optional": true,
|
|
@@ -8547,7 +8547,7 @@
|
|
|
8547
8547
|
"immutable": true,
|
|
8548
8548
|
"locationInModule": {
|
|
8549
8549
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8550
|
-
"line":
|
|
8550
|
+
"line": 967
|
|
8551
8551
|
},
|
|
8552
8552
|
"name": "githubOptions",
|
|
8553
8553
|
"optional": true,
|
|
@@ -8564,7 +8564,7 @@
|
|
|
8564
8564
|
"immutable": true,
|
|
8565
8565
|
"locationInModule": {
|
|
8566
8566
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8567
|
-
"line":
|
|
8567
|
+
"line": 326
|
|
8568
8568
|
},
|
|
8569
8569
|
"name": "gitignore",
|
|
8570
8570
|
"optional": true,
|
|
@@ -8586,7 +8586,7 @@
|
|
|
8586
8586
|
"immutable": true,
|
|
8587
8587
|
"locationInModule": {
|
|
8588
8588
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8589
|
-
"line":
|
|
8589
|
+
"line": 1071
|
|
8590
8590
|
},
|
|
8591
8591
|
"name": "gitIgnoreOptions",
|
|
8592
8592
|
"optional": true,
|
|
@@ -8603,7 +8603,7 @@
|
|
|
8603
8603
|
"immutable": true,
|
|
8604
8604
|
"locationInModule": {
|
|
8605
8605
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8606
|
-
"line":
|
|
8606
|
+
"line": 1066
|
|
8607
8607
|
},
|
|
8608
8608
|
"name": "gitOptions",
|
|
8609
8609
|
"optional": true,
|
|
@@ -8621,7 +8621,7 @@
|
|
|
8621
8621
|
"immutable": true,
|
|
8622
8622
|
"locationInModule": {
|
|
8623
8623
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8624
|
-
"line":
|
|
8624
|
+
"line": 961
|
|
8625
8625
|
},
|
|
8626
8626
|
"name": "gitpod",
|
|
8627
8627
|
"optional": true,
|
|
@@ -8638,7 +8638,7 @@
|
|
|
8638
8638
|
"immutable": true,
|
|
8639
8639
|
"locationInModule": {
|
|
8640
8640
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8641
|
-
"line":
|
|
8641
|
+
"line": 797
|
|
8642
8642
|
},
|
|
8643
8643
|
"name": "homepage",
|
|
8644
8644
|
"optional": true,
|
|
@@ -8656,7 +8656,7 @@
|
|
|
8656
8656
|
"immutable": true,
|
|
8657
8657
|
"locationInModule": {
|
|
8658
8658
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8659
|
-
"line":
|
|
8659
|
+
"line": 32
|
|
8660
8660
|
},
|
|
8661
8661
|
"name": "integrationTestAutoDiscover",
|
|
8662
8662
|
"optional": true,
|
|
@@ -8674,7 +8674,7 @@
|
|
|
8674
8674
|
"immutable": true,
|
|
8675
8675
|
"locationInModule": {
|
|
8676
8676
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8677
|
-
"line":
|
|
8677
|
+
"line": 631
|
|
8678
8678
|
},
|
|
8679
8679
|
"name": "jsiiReleaseVersion",
|
|
8680
8680
|
"optional": true,
|
|
@@ -8691,7 +8691,7 @@
|
|
|
8691
8691
|
"immutable": true,
|
|
8692
8692
|
"locationInModule": {
|
|
8693
8693
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8694
|
-
"line":
|
|
8694
|
+
"line": 792
|
|
8695
8695
|
},
|
|
8696
8696
|
"name": "keywords",
|
|
8697
8697
|
"optional": true,
|
|
@@ -8714,7 +8714,7 @@
|
|
|
8714
8714
|
"immutable": true,
|
|
8715
8715
|
"locationInModule": {
|
|
8716
8716
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8717
|
-
"line":
|
|
8717
|
+
"line": 26
|
|
8718
8718
|
},
|
|
8719
8719
|
"name": "lambdaAutoDiscover",
|
|
8720
8720
|
"optional": true,
|
|
@@ -8732,7 +8732,7 @@
|
|
|
8732
8732
|
"immutable": true,
|
|
8733
8733
|
"locationInModule": {
|
|
8734
8734
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8735
|
-
"line":
|
|
8735
|
+
"line": 20
|
|
8736
8736
|
},
|
|
8737
8737
|
"name": "lambdaExtensionAutoDiscover",
|
|
8738
8738
|
"optional": true,
|
|
@@ -8750,7 +8750,7 @@
|
|
|
8750
8750
|
"immutable": true,
|
|
8751
8751
|
"locationInModule": {
|
|
8752
8752
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8753
|
-
"line":
|
|
8753
|
+
"line": 14
|
|
8754
8754
|
},
|
|
8755
8755
|
"name": "lambdaOptions",
|
|
8756
8756
|
"optional": true,
|
|
@@ -8768,7 +8768,7 @@
|
|
|
8768
8768
|
"immutable": true,
|
|
8769
8769
|
"locationInModule": {
|
|
8770
8770
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8771
|
-
"line":
|
|
8771
|
+
"line": 201
|
|
8772
8772
|
},
|
|
8773
8773
|
"name": "libdir",
|
|
8774
8774
|
"optional": true,
|
|
@@ -8787,7 +8787,7 @@
|
|
|
8787
8787
|
"immutable": true,
|
|
8788
8788
|
"locationInModule": {
|
|
8789
8789
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8790
|
-
"line":
|
|
8790
|
+
"line": 787
|
|
8791
8791
|
},
|
|
8792
8792
|
"name": "license",
|
|
8793
8793
|
"optional": true,
|
|
@@ -8805,7 +8805,7 @@
|
|
|
8805
8805
|
"immutable": true,
|
|
8806
8806
|
"locationInModule": {
|
|
8807
8807
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8808
|
-
"line":
|
|
8808
|
+
"line": 779
|
|
8809
8809
|
},
|
|
8810
8810
|
"name": "licensed",
|
|
8811
8811
|
"optional": true,
|
|
@@ -8823,7 +8823,7 @@
|
|
|
8823
8823
|
"immutable": true,
|
|
8824
8824
|
"locationInModule": {
|
|
8825
8825
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8826
|
-
"line":
|
|
8826
|
+
"line": 1061
|
|
8827
8827
|
},
|
|
8828
8828
|
"name": "logging",
|
|
8829
8829
|
"optional": true,
|
|
@@ -8842,7 +8842,7 @@
|
|
|
8842
8842
|
"immutable": true,
|
|
8843
8843
|
"locationInModule": {
|
|
8844
8844
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8845
|
-
"line":
|
|
8845
|
+
"line": 625
|
|
8846
8846
|
},
|
|
8847
8847
|
"name": "majorVersion",
|
|
8848
8848
|
"optional": true,
|
|
@@ -8861,7 +8861,7 @@
|
|
|
8861
8861
|
"immutable": true,
|
|
8862
8862
|
"locationInModule": {
|
|
8863
8863
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8864
|
-
"line":
|
|
8864
|
+
"line": 773
|
|
8865
8865
|
},
|
|
8866
8866
|
"name": "maxNodeVersion",
|
|
8867
8867
|
"optional": true,
|
|
@@ -8880,7 +8880,7 @@
|
|
|
8880
8880
|
"immutable": true,
|
|
8881
8881
|
"locationInModule": {
|
|
8882
8882
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8883
|
-
"line":
|
|
8883
|
+
"line": 617
|
|
8884
8884
|
},
|
|
8885
8885
|
"name": "minMajorVersion",
|
|
8886
8886
|
"optional": true,
|
|
@@ -8899,7 +8899,7 @@
|
|
|
8899
8899
|
"immutable": true,
|
|
8900
8900
|
"locationInModule": {
|
|
8901
8901
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8902
|
-
"line":
|
|
8902
|
+
"line": 762
|
|
8903
8903
|
},
|
|
8904
8904
|
"name": "minNodeVersion",
|
|
8905
8905
|
"optional": true,
|
|
@@ -8917,7 +8917,7 @@
|
|
|
8917
8917
|
"immutable": true,
|
|
8918
8918
|
"locationInModule": {
|
|
8919
8919
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8920
|
-
"line":
|
|
8920
|
+
"line": 1099
|
|
8921
8921
|
},
|
|
8922
8922
|
"name": "mise",
|
|
8923
8923
|
"optional": true,
|
|
@@ -8936,7 +8936,7 @@
|
|
|
8936
8936
|
"immutable": true,
|
|
8937
8937
|
"locationInModule": {
|
|
8938
8938
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8939
|
-
"line":
|
|
8939
|
+
"line": 607
|
|
8940
8940
|
},
|
|
8941
8941
|
"name": "nextVersionCommand",
|
|
8942
8942
|
"optional": true,
|
|
@@ -8954,7 +8954,7 @@
|
|
|
8954
8954
|
"immutable": true,
|
|
8955
8955
|
"locationInModule": {
|
|
8956
8956
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8957
|
-
"line":
|
|
8957
|
+
"line": 747
|
|
8958
8958
|
},
|
|
8959
8959
|
"name": "npmAccess",
|
|
8960
8960
|
"optional": true,
|
|
@@ -8973,7 +8973,7 @@
|
|
|
8973
8973
|
"immutable": true,
|
|
8974
8974
|
"locationInModule": {
|
|
8975
8975
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8976
|
-
"line":
|
|
8976
|
+
"line": 583
|
|
8977
8977
|
},
|
|
8978
8978
|
"name": "npmDistTag",
|
|
8979
8979
|
"optional": true,
|
|
@@ -8991,7 +8991,7 @@
|
|
|
8991
8991
|
"immutable": true,
|
|
8992
8992
|
"locationInModule": {
|
|
8993
8993
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8994
|
-
"line":
|
|
8994
|
+
"line": 321
|
|
8995
8995
|
},
|
|
8996
8996
|
"name": "npmignoreEnabled",
|
|
8997
8997
|
"optional": true,
|
|
@@ -9008,7 +9008,7 @@
|
|
|
9008
9008
|
"immutable": true,
|
|
9009
9009
|
"locationInModule": {
|
|
9010
9010
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9011
|
-
"line":
|
|
9011
|
+
"line": 315
|
|
9012
9012
|
},
|
|
9013
9013
|
"name": "npmIgnoreOptions",
|
|
9014
9014
|
"optional": true,
|
|
@@ -9027,7 +9027,7 @@
|
|
|
9027
9027
|
"immutable": true,
|
|
9028
9028
|
"locationInModule": {
|
|
9029
9029
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9030
|
-
"line":
|
|
9030
|
+
"line": 739
|
|
9031
9031
|
},
|
|
9032
9032
|
"name": "npmProvenance",
|
|
9033
9033
|
"optional": true,
|
|
@@ -9046,7 +9046,7 @@
|
|
|
9046
9046
|
"immutable": true,
|
|
9047
9047
|
"locationInModule": {
|
|
9048
9048
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9049
|
-
"line":
|
|
9049
|
+
"line": 728
|
|
9050
9050
|
},
|
|
9051
9051
|
"name": "npmRegistryUrl",
|
|
9052
9052
|
"optional": true,
|
|
@@ -9064,7 +9064,7 @@
|
|
|
9064
9064
|
"immutable": true,
|
|
9065
9065
|
"locationInModule": {
|
|
9066
9066
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9067
|
-
"line":
|
|
9067
|
+
"line": 721
|
|
9068
9068
|
},
|
|
9069
9069
|
"name": "npmTokenSecret",
|
|
9070
9070
|
"optional": true,
|
|
@@ -9082,7 +9082,7 @@
|
|
|
9082
9082
|
"immutable": true,
|
|
9083
9083
|
"locationInModule": {
|
|
9084
9084
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9085
|
-
"line":
|
|
9085
|
+
"line": 715
|
|
9086
9086
|
},
|
|
9087
9087
|
"name": "npmTrustedPublishing",
|
|
9088
9088
|
"optional": true,
|
|
@@ -9101,7 +9101,7 @@
|
|
|
9101
9101
|
"immutable": true,
|
|
9102
9102
|
"locationInModule": {
|
|
9103
9103
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9104
|
-
"line":
|
|
9104
|
+
"line": 1055
|
|
9105
9105
|
},
|
|
9106
9106
|
"name": "outdir",
|
|
9107
9107
|
"optional": true,
|
|
@@ -9119,7 +9119,7 @@
|
|
|
9119
9119
|
"immutable": true,
|
|
9120
9120
|
"locationInModule": {
|
|
9121
9121
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9122
|
-
"line":
|
|
9122
|
+
"line": 310
|
|
9123
9123
|
},
|
|
9124
9124
|
"name": "package",
|
|
9125
9125
|
"optional": true,
|
|
@@ -9137,7 +9137,7 @@
|
|
|
9137
9137
|
"immutable": true,
|
|
9138
9138
|
"locationInModule": {
|
|
9139
9139
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9140
|
-
"line":
|
|
9140
|
+
"line": 709
|
|
9141
9141
|
},
|
|
9142
9142
|
"name": "packageManager",
|
|
9143
9143
|
"optional": true,
|
|
@@ -9158,7 +9158,7 @@
|
|
|
9158
9158
|
"immutable": true,
|
|
9159
9159
|
"locationInModule": {
|
|
9160
9160
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9161
|
-
"line":
|
|
9161
|
+
"line": 703
|
|
9162
9162
|
},
|
|
9163
9163
|
"name": "packageName",
|
|
9164
9164
|
"optional": true,
|
|
@@ -9175,7 +9175,7 @@
|
|
|
9175
9175
|
"immutable": true,
|
|
9176
9176
|
"locationInModule": {
|
|
9177
9177
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9178
|
-
"line":
|
|
9178
|
+
"line": 1044
|
|
9179
9179
|
},
|
|
9180
9180
|
"name": "parent",
|
|
9181
9181
|
"optional": true,
|
|
@@ -9192,7 +9192,7 @@
|
|
|
9192
9192
|
"immutable": true,
|
|
9193
9193
|
"locationInModule": {
|
|
9194
9194
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9195
|
-
"line":
|
|
9195
|
+
"line": 696
|
|
9196
9196
|
},
|
|
9197
9197
|
"name": "peerDependencyOptions",
|
|
9198
9198
|
"optional": true,
|
|
@@ -9211,7 +9211,7 @@
|
|
|
9211
9211
|
"immutable": true,
|
|
9212
9212
|
"locationInModule": {
|
|
9213
9213
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9214
|
-
"line":
|
|
9214
|
+
"line": 691
|
|
9215
9215
|
},
|
|
9216
9216
|
"name": "peerDeps",
|
|
9217
9217
|
"optional": true,
|
|
@@ -9234,7 +9234,7 @@
|
|
|
9234
9234
|
"immutable": true,
|
|
9235
9235
|
"locationInModule": {
|
|
9236
9236
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9237
|
-
"line":
|
|
9237
|
+
"line": 672
|
|
9238
9238
|
},
|
|
9239
9239
|
"name": "pnpmVersion",
|
|
9240
9240
|
"optional": true,
|
|
@@ -9252,7 +9252,7 @@
|
|
|
9252
9252
|
"immutable": true,
|
|
9253
9253
|
"locationInModule": {
|
|
9254
9254
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9255
|
-
"line":
|
|
9255
|
+
"line": 575
|
|
9256
9256
|
},
|
|
9257
9257
|
"name": "postBuildSteps",
|
|
9258
9258
|
"optional": true,
|
|
@@ -9275,7 +9275,7 @@
|
|
|
9275
9275
|
"immutable": true,
|
|
9276
9276
|
"locationInModule": {
|
|
9277
9277
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9278
|
-
"line":
|
|
9278
|
+
"line": 569
|
|
9279
9279
|
},
|
|
9280
9280
|
"name": "prerelease",
|
|
9281
9281
|
"optional": true,
|
|
@@ -9294,7 +9294,7 @@
|
|
|
9294
9294
|
"immutable": true,
|
|
9295
9295
|
"locationInModule": {
|
|
9296
9296
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9297
|
-
"line":
|
|
9297
|
+
"line": 1039
|
|
9298
9298
|
},
|
|
9299
9299
|
"name": "projenCommand",
|
|
9300
9300
|
"optional": true,
|
|
@@ -9312,7 +9312,7 @@
|
|
|
9312
9312
|
"immutable": true,
|
|
9313
9313
|
"locationInModule": {
|
|
9314
9314
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9315
|
-
"line":
|
|
9315
|
+
"line": 955
|
|
9316
9316
|
},
|
|
9317
9317
|
"name": "projenCredentials",
|
|
9318
9318
|
"optional": true,
|
|
@@ -9330,7 +9330,7 @@
|
|
|
9330
9330
|
"immutable": true,
|
|
9331
9331
|
"locationInModule": {
|
|
9332
9332
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9333
|
-
"line":
|
|
9333
|
+
"line": 304
|
|
9334
9334
|
},
|
|
9335
9335
|
"name": "projenDevDependency",
|
|
9336
9336
|
"optional": true,
|
|
@@ -9348,7 +9348,7 @@
|
|
|
9348
9348
|
"immutable": true,
|
|
9349
9349
|
"locationInModule": {
|
|
9350
9350
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9351
|
-
"line":
|
|
9351
|
+
"line": 298
|
|
9352
9352
|
},
|
|
9353
9353
|
"name": "projenrcJs",
|
|
9354
9354
|
"optional": true,
|
|
@@ -9366,7 +9366,7 @@
|
|
|
9366
9366
|
"immutable": true,
|
|
9367
9367
|
"locationInModule": {
|
|
9368
9368
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9369
|
-
"line":
|
|
9369
|
+
"line": 1032
|
|
9370
9370
|
},
|
|
9371
9371
|
"name": "projenrcJson",
|
|
9372
9372
|
"optional": true,
|
|
@@ -9384,7 +9384,7 @@
|
|
|
9384
9384
|
"immutable": true,
|
|
9385
9385
|
"locationInModule": {
|
|
9386
9386
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9387
|
-
"line":
|
|
9387
|
+
"line": 1026
|
|
9388
9388
|
},
|
|
9389
9389
|
"name": "projenrcJsonOptions",
|
|
9390
9390
|
"optional": true,
|
|
@@ -9402,7 +9402,7 @@
|
|
|
9402
9402
|
"immutable": true,
|
|
9403
9403
|
"locationInModule": {
|
|
9404
9404
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9405
|
-
"line":
|
|
9405
|
+
"line": 292
|
|
9406
9406
|
},
|
|
9407
9407
|
"name": "projenrcJsOptions",
|
|
9408
9408
|
"optional": true,
|
|
@@ -9423,7 +9423,7 @@
|
|
|
9423
9423
|
"immutable": true,
|
|
9424
9424
|
"locationInModule": {
|
|
9425
9425
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9426
|
-
"line":
|
|
9426
|
+
"line": 195
|
|
9427
9427
|
},
|
|
9428
9428
|
"name": "projenrcTs",
|
|
9429
9429
|
"optional": true,
|
|
@@ -9440,7 +9440,7 @@
|
|
|
9440
9440
|
"immutable": true,
|
|
9441
9441
|
"locationInModule": {
|
|
9442
9442
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9443
|
-
"line":
|
|
9443
|
+
"line": 188
|
|
9444
9444
|
},
|
|
9445
9445
|
"name": "projenrcTsOptions",
|
|
9446
9446
|
"optional": true,
|
|
@@ -9458,7 +9458,7 @@
|
|
|
9458
9458
|
"immutable": true,
|
|
9459
9459
|
"locationInModule": {
|
|
9460
9460
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9461
|
-
"line":
|
|
9461
|
+
"line": 286
|
|
9462
9462
|
},
|
|
9463
9463
|
"name": "projenVersion",
|
|
9464
9464
|
"optional": true,
|
|
@@ -9476,7 +9476,7 @@
|
|
|
9476
9476
|
"immutable": true,
|
|
9477
9477
|
"locationInModule": {
|
|
9478
9478
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9479
|
-
"line":
|
|
9479
|
+
"line": 563
|
|
9480
9480
|
},
|
|
9481
9481
|
"name": "publishDryRun",
|
|
9482
9482
|
"optional": true,
|
|
@@ -9495,7 +9495,7 @@
|
|
|
9495
9495
|
"immutable": true,
|
|
9496
9496
|
"locationInModule": {
|
|
9497
9497
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9498
|
-
"line":
|
|
9498
|
+
"line": 557
|
|
9499
9499
|
},
|
|
9500
9500
|
"name": "publishTasks",
|
|
9501
9501
|
"optional": true,
|
|
@@ -9513,7 +9513,7 @@
|
|
|
9513
9513
|
"immutable": true,
|
|
9514
9514
|
"locationInModule": {
|
|
9515
9515
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9516
|
-
"line":
|
|
9516
|
+
"line": 280
|
|
9517
9517
|
},
|
|
9518
9518
|
"name": "pullRequestTemplate",
|
|
9519
9519
|
"optional": true,
|
|
@@ -9531,7 +9531,7 @@
|
|
|
9531
9531
|
"immutable": true,
|
|
9532
9532
|
"locationInModule": {
|
|
9533
9533
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9534
|
-
"line":
|
|
9534
|
+
"line": 274
|
|
9535
9535
|
},
|
|
9536
9536
|
"name": "pullRequestTemplateContents",
|
|
9537
9537
|
"optional": true,
|
|
@@ -9554,7 +9554,7 @@
|
|
|
9554
9554
|
"immutable": true,
|
|
9555
9555
|
"locationInModule": {
|
|
9556
9556
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9557
|
-
"line":
|
|
9557
|
+
"line": 949
|
|
9558
9558
|
},
|
|
9559
9559
|
"name": "readme",
|
|
9560
9560
|
"optional": true,
|
|
@@ -9572,7 +9572,7 @@
|
|
|
9572
9572
|
"immutable": true,
|
|
9573
9573
|
"locationInModule": {
|
|
9574
9574
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9575
|
-
"line":
|
|
9575
|
+
"line": 549
|
|
9576
9576
|
},
|
|
9577
9577
|
"name": "releasableCommits",
|
|
9578
9578
|
"optional": true,
|
|
@@ -9590,7 +9590,7 @@
|
|
|
9590
9590
|
"immutable": true,
|
|
9591
9591
|
"locationInModule": {
|
|
9592
9592
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9593
|
-
"line":
|
|
9593
|
+
"line": 268
|
|
9594
9594
|
},
|
|
9595
9595
|
"name": "release",
|
|
9596
9596
|
"optional": true,
|
|
@@ -9609,7 +9609,7 @@
|
|
|
9609
9609
|
"immutable": true,
|
|
9610
9610
|
"locationInModule": {
|
|
9611
9611
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9612
|
-
"line":
|
|
9612
|
+
"line": 543
|
|
9613
9613
|
},
|
|
9614
9614
|
"name": "releaseBranches",
|
|
9615
9615
|
"optional": true,
|
|
@@ -9633,7 +9633,7 @@
|
|
|
9633
9633
|
"immutable": true,
|
|
9634
9634
|
"locationInModule": {
|
|
9635
9635
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9636
|
-
"line":
|
|
9636
|
+
"line": 530
|
|
9637
9637
|
},
|
|
9638
9638
|
"name": "releaseEnvironment",
|
|
9639
9639
|
"optional": true,
|
|
@@ -9651,7 +9651,7 @@
|
|
|
9651
9651
|
"immutable": true,
|
|
9652
9652
|
"locationInModule": {
|
|
9653
9653
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9654
|
-
"line":
|
|
9654
|
+
"line": 519
|
|
9655
9655
|
},
|
|
9656
9656
|
"name": "releaseFailureIssue",
|
|
9657
9657
|
"optional": true,
|
|
@@ -9670,7 +9670,7 @@
|
|
|
9670
9670
|
"immutable": true,
|
|
9671
9671
|
"locationInModule": {
|
|
9672
9672
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9673
|
-
"line":
|
|
9673
|
+
"line": 513
|
|
9674
9674
|
},
|
|
9675
9675
|
"name": "releaseFailureIssueLabel",
|
|
9676
9676
|
"optional": true,
|
|
@@ -9689,7 +9689,7 @@
|
|
|
9689
9689
|
"immutable": true,
|
|
9690
9690
|
"locationInModule": {
|
|
9691
9691
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9692
|
-
"line":
|
|
9692
|
+
"line": 506
|
|
9693
9693
|
},
|
|
9694
9694
|
"name": "releaseTagPrefix",
|
|
9695
9695
|
"optional": true,
|
|
@@ -9707,7 +9707,7 @@
|
|
|
9707
9707
|
"immutable": true,
|
|
9708
9708
|
"locationInModule": {
|
|
9709
9709
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9710
|
-
"line":
|
|
9710
|
+
"line": 262
|
|
9711
9711
|
},
|
|
9712
9712
|
"name": "releaseToNpm",
|
|
9713
9713
|
"optional": true,
|
|
@@ -9725,7 +9725,7 @@
|
|
|
9725
9725
|
"immutable": true,
|
|
9726
9726
|
"locationInModule": {
|
|
9727
9727
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9728
|
-
"line":
|
|
9728
|
+
"line": 496
|
|
9729
9729
|
},
|
|
9730
9730
|
"name": "releaseTrigger",
|
|
9731
9731
|
"optional": true,
|
|
@@ -9743,7 +9743,7 @@
|
|
|
9743
9743
|
"immutable": true,
|
|
9744
9744
|
"locationInModule": {
|
|
9745
9745
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9746
|
-
"line":
|
|
9746
|
+
"line": 490
|
|
9747
9747
|
},
|
|
9748
9748
|
"name": "releaseWorkflowEnv",
|
|
9749
9749
|
"optional": true,
|
|
@@ -9766,7 +9766,7 @@
|
|
|
9766
9766
|
"immutable": true,
|
|
9767
9767
|
"locationInModule": {
|
|
9768
9768
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9769
|
-
"line":
|
|
9769
|
+
"line": 484
|
|
9770
9770
|
},
|
|
9771
9771
|
"name": "releaseWorkflowName",
|
|
9772
9772
|
"optional": true,
|
|
@@ -9783,7 +9783,7 @@
|
|
|
9783
9783
|
"immutable": true,
|
|
9784
9784
|
"locationInModule": {
|
|
9785
9785
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9786
|
-
"line":
|
|
9786
|
+
"line": 478
|
|
9787
9787
|
},
|
|
9788
9788
|
"name": "releaseWorkflowSetupSteps",
|
|
9789
9789
|
"optional": true,
|
|
@@ -9806,7 +9806,7 @@
|
|
|
9806
9806
|
"immutable": true,
|
|
9807
9807
|
"locationInModule": {
|
|
9808
9808
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9809
|
-
"line":
|
|
9809
|
+
"line": 1020
|
|
9810
9810
|
},
|
|
9811
9811
|
"name": "renovatebot",
|
|
9812
9812
|
"optional": true,
|
|
@@ -9824,7 +9824,7 @@
|
|
|
9824
9824
|
"immutable": true,
|
|
9825
9825
|
"locationInModule": {
|
|
9826
9826
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9827
|
-
"line":
|
|
9827
|
+
"line": 1014
|
|
9828
9828
|
},
|
|
9829
9829
|
"name": "renovatebotOptions",
|
|
9830
9830
|
"optional": true,
|
|
@@ -9842,7 +9842,7 @@
|
|
|
9842
9842
|
"immutable": true,
|
|
9843
9843
|
"locationInModule": {
|
|
9844
9844
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9845
|
-
"line":
|
|
9845
|
+
"line": 666
|
|
9846
9846
|
},
|
|
9847
9847
|
"name": "repository",
|
|
9848
9848
|
"optional": true,
|
|
@@ -9859,7 +9859,7 @@
|
|
|
9859
9859
|
"immutable": true,
|
|
9860
9860
|
"locationInModule": {
|
|
9861
9861
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9862
|
-
"line":
|
|
9862
|
+
"line": 660
|
|
9863
9863
|
},
|
|
9864
9864
|
"name": "repositoryDirectory",
|
|
9865
9865
|
"optional": true,
|
|
@@ -9877,7 +9877,7 @@
|
|
|
9877
9877
|
"immutable": true,
|
|
9878
9878
|
"locationInModule": {
|
|
9879
9879
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9880
|
-
"line":
|
|
9880
|
+
"line": 111
|
|
9881
9881
|
},
|
|
9882
9882
|
"name": "requireApproval",
|
|
9883
9883
|
"optional": true,
|
|
@@ -9895,7 +9895,7 @@
|
|
|
9895
9895
|
"immutable": true,
|
|
9896
9896
|
"locationInModule": {
|
|
9897
9897
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9898
|
-
"line":
|
|
9898
|
+
"line": 655
|
|
9899
9899
|
},
|
|
9900
9900
|
"name": "scopedPackagesOptions",
|
|
9901
9901
|
"optional": true,
|
|
@@ -9918,7 +9918,7 @@
|
|
|
9918
9918
|
"immutable": true,
|
|
9919
9919
|
"locationInModule": {
|
|
9920
9920
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9921
|
-
"line":
|
|
9921
|
+
"line": 183
|
|
9922
9922
|
},
|
|
9923
9923
|
"name": "srcdir",
|
|
9924
9924
|
"optional": true,
|
|
@@ -9935,7 +9935,7 @@
|
|
|
9935
9935
|
"immutable": true,
|
|
9936
9936
|
"locationInModule": {
|
|
9937
9937
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9938
|
-
"line":
|
|
9938
|
+
"line": 649
|
|
9939
9939
|
},
|
|
9940
9940
|
"name": "stability",
|
|
9941
9941
|
"optional": true,
|
|
@@ -9954,7 +9954,7 @@
|
|
|
9954
9954
|
"immutable": true,
|
|
9955
9955
|
"locationInModule": {
|
|
9956
9956
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9957
|
-
"line":
|
|
9957
|
+
"line": 943
|
|
9958
9958
|
},
|
|
9959
9959
|
"name": "stale",
|
|
9960
9960
|
"optional": true,
|
|
@@ -9973,7 +9973,7 @@
|
|
|
9973
9973
|
"immutable": true,
|
|
9974
9974
|
"locationInModule": {
|
|
9975
9975
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9976
|
-
"line":
|
|
9976
|
+
"line": 936
|
|
9977
9977
|
},
|
|
9978
9978
|
"name": "staleOptions",
|
|
9979
9979
|
"optional": true,
|
|
@@ -9992,7 +9992,7 @@
|
|
|
9992
9992
|
"immutable": true,
|
|
9993
9993
|
"locationInModule": {
|
|
9994
9994
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9995
|
-
"line":
|
|
9995
|
+
"line": 177
|
|
9996
9996
|
},
|
|
9997
9997
|
"name": "testdir",
|
|
9998
9998
|
"optional": true,
|
|
@@ -10010,7 +10010,7 @@
|
|
|
10010
10010
|
"immutable": true,
|
|
10011
10011
|
"locationInModule": {
|
|
10012
10012
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10013
|
-
"line":
|
|
10013
|
+
"line": 167
|
|
10014
10014
|
},
|
|
10015
10015
|
"name": "tsconfig",
|
|
10016
10016
|
"optional": true,
|
|
@@ -10028,7 +10028,7 @@
|
|
|
10028
10028
|
"immutable": true,
|
|
10029
10029
|
"locationInModule": {
|
|
10030
10030
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10031
|
-
"line":
|
|
10031
|
+
"line": 161
|
|
10032
10032
|
},
|
|
10033
10033
|
"name": "tsconfigDev",
|
|
10034
10034
|
"optional": true,
|
|
@@ -10046,7 +10046,7 @@
|
|
|
10046
10046
|
"immutable": true,
|
|
10047
10047
|
"locationInModule": {
|
|
10048
10048
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10049
|
-
"line":
|
|
10049
|
+
"line": 155
|
|
10050
10050
|
},
|
|
10051
10051
|
"name": "tsconfigDevFile",
|
|
10052
10052
|
"optional": true,
|
|
@@ -10065,7 +10065,7 @@
|
|
|
10065
10065
|
"immutable": true,
|
|
10066
10066
|
"locationInModule": {
|
|
10067
10067
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10068
|
-
"line":
|
|
10068
|
+
"line": 149
|
|
10069
10069
|
},
|
|
10070
10070
|
"name": "typescriptVersion",
|
|
10071
10071
|
"optional": true,
|
|
@@ -10084,7 +10084,7 @@
|
|
|
10084
10084
|
"immutable": true,
|
|
10085
10085
|
"locationInModule": {
|
|
10086
10086
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10087
|
-
"line":
|
|
10087
|
+
"line": 473
|
|
10088
10088
|
},
|
|
10089
10089
|
"name": "versionrcOptions",
|
|
10090
10090
|
"optional": true,
|
|
@@ -10107,7 +10107,7 @@
|
|
|
10107
10107
|
"immutable": true,
|
|
10108
10108
|
"locationInModule": {
|
|
10109
10109
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10110
|
-
"line":
|
|
10110
|
+
"line": 1094
|
|
10111
10111
|
},
|
|
10112
10112
|
"name": "vitest",
|
|
10113
10113
|
"optional": true,
|
|
@@ -10125,7 +10125,7 @@
|
|
|
10125
10125
|
"immutable": true,
|
|
10126
10126
|
"locationInModule": {
|
|
10127
10127
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10128
|
-
"line":
|
|
10128
|
+
"line": 1089
|
|
10129
10129
|
},
|
|
10130
10130
|
"name": "vitestOptions",
|
|
10131
10131
|
"optional": true,
|
|
@@ -10144,7 +10144,7 @@
|
|
|
10144
10144
|
"immutable": true,
|
|
10145
10145
|
"locationInModule": {
|
|
10146
10146
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10147
|
-
"line":
|
|
10147
|
+
"line": 929
|
|
10148
10148
|
},
|
|
10149
10149
|
"name": "vscode",
|
|
10150
10150
|
"optional": true,
|
|
@@ -10162,7 +10162,7 @@
|
|
|
10162
10162
|
"immutable": true,
|
|
10163
10163
|
"locationInModule": {
|
|
10164
10164
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10165
|
-
"line":
|
|
10165
|
+
"line": 105
|
|
10166
10166
|
},
|
|
10167
10167
|
"name": "watchExcludes",
|
|
10168
10168
|
"optional": true,
|
|
@@ -10185,7 +10185,7 @@
|
|
|
10185
10185
|
"immutable": true,
|
|
10186
10186
|
"locationInModule": {
|
|
10187
10187
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10188
|
-
"line":
|
|
10188
|
+
"line": 99
|
|
10189
10189
|
},
|
|
10190
10190
|
"name": "watchIncludes",
|
|
10191
10191
|
"optional": true,
|
|
@@ -10208,7 +10208,7 @@
|
|
|
10208
10208
|
"immutable": true,
|
|
10209
10209
|
"locationInModule": {
|
|
10210
10210
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10211
|
-
"line":
|
|
10211
|
+
"line": 256
|
|
10212
10212
|
},
|
|
10213
10213
|
"name": "workflowBootstrapSteps",
|
|
10214
10214
|
"optional": true,
|
|
@@ -10231,7 +10231,7 @@
|
|
|
10231
10231
|
"immutable": true,
|
|
10232
10232
|
"locationInModule": {
|
|
10233
10233
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10234
|
-
"line":
|
|
10234
|
+
"line": 466
|
|
10235
10235
|
},
|
|
10236
10236
|
"name": "workflowContainerImage",
|
|
10237
10237
|
"optional": true,
|
|
@@ -10249,7 +10249,7 @@
|
|
|
10249
10249
|
"immutable": true,
|
|
10250
10250
|
"locationInModule": {
|
|
10251
10251
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10252
|
-
"line":
|
|
10252
|
+
"line": 250
|
|
10253
10253
|
},
|
|
10254
10254
|
"name": "workflowGitIdentity",
|
|
10255
10255
|
"optional": true,
|
|
@@ -10268,7 +10268,7 @@
|
|
|
10268
10268
|
"immutable": true,
|
|
10269
10269
|
"locationInModule": {
|
|
10270
10270
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10271
|
-
"line":
|
|
10271
|
+
"line": 244
|
|
10272
10272
|
},
|
|
10273
10273
|
"name": "workflowNodeVersion",
|
|
10274
10274
|
"optional": true,
|
|
@@ -10286,7 +10286,7 @@
|
|
|
10286
10286
|
"immutable": true,
|
|
10287
10287
|
"locationInModule": {
|
|
10288
10288
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10289
|
-
"line":
|
|
10289
|
+
"line": 237
|
|
10290
10290
|
},
|
|
10291
10291
|
"name": "workflowPackageCache",
|
|
10292
10292
|
"optional": true,
|
|
@@ -10308,7 +10308,7 @@
|
|
|
10308
10308
|
"immutable": true,
|
|
10309
10309
|
"locationInModule": {
|
|
10310
10310
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10311
|
-
"line":
|
|
10311
|
+
"line": 460
|
|
10312
10312
|
},
|
|
10313
10313
|
"name": "workflowRunsOn",
|
|
10314
10314
|
"optional": true,
|
|
@@ -10334,7 +10334,7 @@
|
|
|
10334
10334
|
"immutable": true,
|
|
10335
10335
|
"locationInModule": {
|
|
10336
10336
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10337
|
-
"line":
|
|
10337
|
+
"line": 452
|
|
10338
10338
|
},
|
|
10339
10339
|
"name": "workflowRunsOnGroup",
|
|
10340
10340
|
"optional": true,
|
|
@@ -10352,7 +10352,7 @@
|
|
|
10352
10352
|
"immutable": true,
|
|
10353
10353
|
"locationInModule": {
|
|
10354
10354
|
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10355
|
-
"line":
|
|
10355
|
+
"line": 644
|
|
10356
10356
|
},
|
|
10357
10357
|
"name": "yarnBerryOptions",
|
|
10358
10358
|
"optional": true,
|
|
@@ -10489,8 +10489,8 @@
|
|
|
10489
10489
|
"stability": "stable"
|
|
10490
10490
|
},
|
|
10491
10491
|
"locationInModule": {
|
|
10492
|
-
"filename": "src/projects/jsii.ts",
|
|
10493
|
-
"line":
|
|
10492
|
+
"filename": "src/projects/jsii.generated.ts",
|
|
10493
|
+
"line": 10
|
|
10494
10494
|
},
|
|
10495
10495
|
"parameters": [
|
|
10496
10496
|
{
|
|
@@ -10503,11 +10503,11 @@
|
|
|
10503
10503
|
},
|
|
10504
10504
|
"kind": "class",
|
|
10505
10505
|
"locationInModule": {
|
|
10506
|
-
"filename": "src/projects/jsii.ts",
|
|
10507
|
-
"line":
|
|
10506
|
+
"filename": "src/projects/jsii.generated.ts",
|
|
10507
|
+
"line": 9
|
|
10508
10508
|
},
|
|
10509
10509
|
"name": "JsiiProject",
|
|
10510
|
-
"symbolId": "src/projects/jsii:JsiiProject"
|
|
10510
|
+
"symbolId": "src/projects/jsii.generated:JsiiProject"
|
|
10511
10511
|
},
|
|
10512
10512
|
"@nikovirtala/projen-constructs.JsiiProjectOptions": {
|
|
10513
10513
|
"assembly": "@nikovirtala/projen-constructs",
|
|
@@ -13441,8 +13441,8 @@
|
|
|
13441
13441
|
"stability": "stable"
|
|
13442
13442
|
},
|
|
13443
13443
|
"locationInModule": {
|
|
13444
|
-
"filename": "src/projects/typescript.ts",
|
|
13445
|
-
"line":
|
|
13444
|
+
"filename": "src/projects/typescript.generated.ts",
|
|
13445
|
+
"line": 10
|
|
13446
13446
|
},
|
|
13447
13447
|
"parameters": [
|
|
13448
13448
|
{
|
|
@@ -13455,11 +13455,11 @@
|
|
|
13455
13455
|
},
|
|
13456
13456
|
"kind": "class",
|
|
13457
13457
|
"locationInModule": {
|
|
13458
|
-
"filename": "src/projects/typescript.ts",
|
|
13459
|
-
"line":
|
|
13458
|
+
"filename": "src/projects/typescript.generated.ts",
|
|
13459
|
+
"line": 9
|
|
13460
13460
|
},
|
|
13461
13461
|
"name": "TypeScriptProject",
|
|
13462
|
-
"symbolId": "src/projects/typescript:TypeScriptProject"
|
|
13462
|
+
"symbolId": "src/projects/typescript.generated:TypeScriptProject"
|
|
13463
13463
|
},
|
|
13464
13464
|
"@nikovirtala/projen-constructs.TypeScriptProjectOptions": {
|
|
13465
13465
|
"assembly": "@nikovirtala/projen-constructs",
|
|
@@ -16652,6 +16652,6 @@
|
|
|
16652
16652
|
"symbolId": "src/components/vitest:VitestOptions"
|
|
16653
16653
|
}
|
|
16654
16654
|
},
|
|
16655
|
-
"version": "0.1.
|
|
16656
|
-
"fingerprint": "
|
|
16655
|
+
"version": "0.1.5",
|
|
16656
|
+
"fingerprint": "JPqhEc/cczDAI+VdozUt0yegrmfjsiuLH2cL4S9cqI0="
|
|
16657
16657
|
}
|