@nikovirtala/projen-constructs 0.1.4 → 0.1.6

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.
Files changed (35) hide show
  1. package/.jsii +223 -203
  2. package/API.md +52 -28
  3. package/lib/components/mise.js +4 -2
  4. package/lib/components/vitest.js +1 -1
  5. package/lib/config.d.ts +20 -7
  6. package/lib/config.js +28 -16
  7. package/lib/errors.d.ts +20 -0
  8. package/lib/errors.js +36 -0
  9. package/lib/projects/awscdk-construct-library-options.generated.d.ts +7 -7
  10. package/lib/projects/awscdk-construct-library-options.generated.js +1 -1
  11. package/lib/projects/{awscdk-construct-library.d.ts → awscdk-construct-library.generated.d.ts} +8 -0
  12. package/lib/projects/awscdk-construct-library.generated.js +33 -0
  13. package/lib/projects/awscdk-typescript-app-options.generated.d.ts +31 -31
  14. package/lib/projects/awscdk-typescript-app-options.generated.js +1 -1
  15. package/lib/projects/{awscdk-typescript-app.d.ts → awscdk-typescript-app.generated.d.ts} +8 -0
  16. package/lib/projects/awscdk-typescript-app.generated.js +33 -0
  17. package/lib/projects/index.d.ts +4 -4
  18. package/lib/projects/index.js +5 -5
  19. package/lib/projects/jsii-options.generated.d.ts +7 -7
  20. package/lib/projects/jsii-options.generated.js +1 -1
  21. package/lib/projects/{jsii.d.ts → jsii.generated.d.ts} +8 -0
  22. package/lib/projects/jsii.generated.js +33 -0
  23. package/lib/projects/typescript-options.generated.d.ts +7 -7
  24. package/lib/projects/typescript-options.generated.js +1 -1
  25. package/lib/projects/{typescript.d.ts → typescript.generated.d.ts} +8 -0
  26. package/lib/projects/typescript.generated.js +33 -0
  27. package/lib/projen-project-generator.d.ts +173 -0
  28. package/lib/projen-project-generator.js +509 -0
  29. package/package.json +1 -1
  30. package/lib/projects/awscdk-app-options.generated.d.ts +0 -1098
  31. package/lib/projects/awscdk-app-options.generated.js +0 -3
  32. package/lib/projects/awscdk-construct-library.js +0 -19
  33. package/lib/projects/awscdk-typescript-app.js +0 -19
  34. package/lib/projects/jsii.js +0 -19
  35. package/lib/projects/typescript.js +0 -19
package/.jsii CHANGED
@@ -4207,7 +4207,9 @@
4207
4207
  "assembly": "@nikovirtala/projen-constructs",
4208
4208
  "base": "projen.awscdk.AwsCdkConstructLibrary",
4209
4209
  "docs": {
4210
- "stability": "stable"
4210
+ "remarks": "Extends Projen's base class with opinionated defaults and automatic component setup.",
4211
+ "stability": "stable",
4212
+ "summary": "AwsCdkConstructLibraryProject with standard configuration and component integration."
4211
4213
  },
4212
4214
  "fqn": "@nikovirtala/projen-constructs.AwsCdkConstructLibraryProject",
4213
4215
  "initializer": {
@@ -4215,11 +4217,14 @@
4215
4217
  "stability": "stable"
4216
4218
  },
4217
4219
  "locationInModule": {
4218
- "filename": "src/projects/awscdk-construct-library.ts",
4219
- "line": 9
4220
+ "filename": "src/projects/awscdk-construct-library.generated.ts",
4221
+ "line": 22
4220
4222
  },
4221
4223
  "parameters": [
4222
4224
  {
4225
+ "docs": {
4226
+ "summary": "- Project configuration."
4227
+ },
4223
4228
  "name": "options",
4224
4229
  "type": {
4225
4230
  "fqn": "@nikovirtala/projen-constructs.AwsCdkConstructLibraryProjectOptions"
@@ -4229,11 +4234,11 @@
4229
4234
  },
4230
4235
  "kind": "class",
4231
4236
  "locationInModule": {
4232
- "filename": "src/projects/awscdk-construct-library.ts",
4233
- "line": 8
4237
+ "filename": "src/projects/awscdk-construct-library.generated.ts",
4238
+ "line": 18
4234
4239
  },
4235
4240
  "name": "AwsCdkConstructLibraryProject",
4236
- "symbolId": "src/projects/awscdk-construct-library:AwsCdkConstructLibraryProject"
4241
+ "symbolId": "src/projects/awscdk-construct-library.generated:AwsCdkConstructLibraryProject"
4237
4242
  },
4238
4243
  "@nikovirtala/projen-constructs.AwsCdkConstructLibraryProjectOptions": {
4239
4244
  "assembly": "@nikovirtala/projen-constructs",
@@ -5857,12 +5862,12 @@
5857
5862
  "docs": {
5858
5863
  "default": "true",
5859
5864
  "stability": "stable",
5860
- "summary": "Create mise.toml with project Node.js version."
5865
+ "summary": "Enable Mise component."
5861
5866
  },
5862
5867
  "immutable": true,
5863
5868
  "locationInModule": {
5864
5869
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5865
- "line": 1150
5870
+ "line": 1140
5866
5871
  },
5867
5872
  "name": "mise",
5868
5873
  "optional": true,
@@ -7118,7 +7123,7 @@
7118
7123
  "docs": {
7119
7124
  "default": "true",
7120
7125
  "stability": "stable",
7121
- "summary": "Enable testing with Vitest."
7126
+ "summary": "Enable Vitest component."
7122
7127
  },
7123
7128
  "immutable": true,
7124
7129
  "locationInModule": {
@@ -7136,12 +7141,12 @@
7136
7141
  "docs": {
7137
7142
  "default": "- default Vitest configuration",
7138
7143
  "stability": "stable",
7139
- "summary": "The Vitest configuration (when enabled)."
7144
+ "summary": "Vitest configuration."
7140
7145
  },
7141
7146
  "immutable": true,
7142
7147
  "locationInModule": {
7143
7148
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
7144
- "line": 1140
7149
+ "line": 1150
7145
7150
  },
7146
7151
  "name": "vitestOptions",
7147
7152
  "optional": true,
@@ -7337,7 +7342,9 @@
7337
7342
  "assembly": "@nikovirtala/projen-constructs",
7338
7343
  "base": "projen.awscdk.AwsCdkTypeScriptApp",
7339
7344
  "docs": {
7340
- "stability": "stable"
7345
+ "remarks": "Extends Projen's base class with opinionated defaults and automatic component setup.",
7346
+ "stability": "stable",
7347
+ "summary": "AwsCdkTypeScriptAppProject with standard configuration and component integration."
7341
7348
  },
7342
7349
  "fqn": "@nikovirtala/projen-constructs.AwsCdkTypeScriptAppProject",
7343
7350
  "initializer": {
@@ -7345,11 +7352,14 @@
7345
7352
  "stability": "stable"
7346
7353
  },
7347
7354
  "locationInModule": {
7348
- "filename": "src/projects/awscdk-typescript-app.ts",
7349
- "line": 9
7355
+ "filename": "src/projects/awscdk-typescript-app.generated.ts",
7356
+ "line": 22
7350
7357
  },
7351
7358
  "parameters": [
7352
7359
  {
7360
+ "docs": {
7361
+ "summary": "- Project configuration."
7362
+ },
7353
7363
  "name": "options",
7354
7364
  "type": {
7355
7365
  "fqn": "@nikovirtala/projen-constructs.AwsCdkTypeScriptAppProjectOptions"
@@ -7359,11 +7369,11 @@
7359
7369
  },
7360
7370
  "kind": "class",
7361
7371
  "locationInModule": {
7362
- "filename": "src/projects/awscdk-typescript-app.ts",
7363
- "line": 8
7372
+ "filename": "src/projects/awscdk-typescript-app.generated.ts",
7373
+ "line": 18
7364
7374
  },
7365
7375
  "name": "AwsCdkTypeScriptAppProject",
7366
- "symbolId": "src/projects/awscdk-typescript-app:AwsCdkTypeScriptAppProject"
7376
+ "symbolId": "src/projects/awscdk-typescript-app.generated:AwsCdkTypeScriptAppProject"
7367
7377
  },
7368
7378
  "@nikovirtala/projen-constructs.AwsCdkTypeScriptAppProjectOptions": {
7369
7379
  "assembly": "@nikovirtala/projen-constructs",
@@ -7376,7 +7386,7 @@
7376
7386
  "kind": "interface",
7377
7387
  "locationInModule": {
7378
7388
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7379
- "line": 23
7389
+ "line": 8
7380
7390
  },
7381
7391
  "name": "AwsCdkTypeScriptAppProjectOptions",
7382
7392
  "properties": [
@@ -7390,7 +7400,7 @@
7390
7400
  "immutable": true,
7391
7401
  "locationInModule": {
7392
7402
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7393
- "line": 108
7403
+ "line": 93
7394
7404
  },
7395
7405
  "name": "cdkVersion",
7396
7406
  "type": {
@@ -7407,7 +7417,7 @@
7407
7417
  "immutable": true,
7408
7418
  "locationInModule": {
7409
7419
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7410
- "line": 460
7420
+ "line": 445
7411
7421
  },
7412
7422
  "name": "defaultReleaseBranch",
7413
7423
  "type": {
@@ -7427,7 +7437,7 @@
7427
7437
  "immutable": true,
7428
7438
  "locationInModule": {
7429
7439
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7430
- "line": 1099
7440
+ "line": 1084
7431
7441
  },
7432
7442
  "name": "name",
7433
7443
  "type": {
@@ -7445,7 +7455,7 @@
7445
7455
  "immutable": true,
7446
7456
  "locationInModule": {
7447
7457
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7448
- "line": 937
7458
+ "line": 922
7449
7459
  },
7450
7460
  "name": "allowLibraryDependencies",
7451
7461
  "optional": true,
@@ -7462,7 +7472,7 @@
7462
7472
  "immutable": true,
7463
7473
  "locationInModule": {
7464
7474
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7465
- "line": 70
7475
+ "line": 55
7466
7476
  },
7467
7477
  "name": "app",
7468
7478
  "optional": true,
@@ -7480,7 +7490,7 @@
7480
7490
  "immutable": true,
7481
7491
  "locationInModule": {
7482
7492
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7483
- "line": 65
7493
+ "line": 50
7484
7494
  },
7485
7495
  "name": "appEntrypoint",
7486
7496
  "optional": true,
@@ -7498,7 +7508,7 @@
7498
7508
  "immutable": true,
7499
7509
  "locationInModule": {
7500
7510
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7501
- "line": 454
7511
+ "line": 439
7502
7512
  },
7503
7513
  "name": "artifactsDirectory",
7504
7514
  "optional": true,
@@ -7517,7 +7527,7 @@
7517
7527
  "immutable": true,
7518
7528
  "locationInModule": {
7519
7529
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7520
- "line": 448
7530
+ "line": 433
7521
7531
  },
7522
7532
  "name": "auditDeps",
7523
7533
  "optional": true,
@@ -7535,7 +7545,7 @@
7535
7545
  "immutable": true,
7536
7546
  "locationInModule": {
7537
7547
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7538
- "line": 439
7548
+ "line": 424
7539
7549
  },
7540
7550
  "name": "auditDepsOptions",
7541
7551
  "optional": true,
@@ -7552,7 +7562,7 @@
7552
7562
  "immutable": true,
7553
7563
  "locationInModule": {
7554
7564
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7555
- "line": 929
7565
+ "line": 914
7556
7566
  },
7557
7567
  "name": "authorEmail",
7558
7568
  "optional": true,
@@ -7569,7 +7579,7 @@
7569
7579
  "immutable": true,
7570
7580
  "locationInModule": {
7571
7581
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7572
- "line": 924
7582
+ "line": 909
7573
7583
  },
7574
7584
  "name": "authorName",
7575
7585
  "optional": true,
@@ -7586,7 +7596,7 @@
7586
7596
  "immutable": true,
7587
7597
  "locationInModule": {
7588
7598
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7589
- "line": 919
7599
+ "line": 904
7590
7600
  },
7591
7601
  "name": "authorOrganization",
7592
7602
  "optional": true,
@@ -7603,7 +7613,7 @@
7603
7613
  "immutable": true,
7604
7614
  "locationInModule": {
7605
7615
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7606
- "line": 914
7616
+ "line": 899
7607
7617
  },
7608
7618
  "name": "authorUrl",
7609
7619
  "optional": true,
@@ -7621,7 +7631,7 @@
7621
7631
  "immutable": true,
7622
7632
  "locationInModule": {
7623
7633
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7624
- "line": 1023
7634
+ "line": 1008
7625
7635
  },
7626
7636
  "name": "autoApproveOptions",
7627
7637
  "optional": true,
@@ -7640,7 +7650,7 @@
7640
7650
  "immutable": true,
7641
7651
  "locationInModule": {
7642
7652
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7643
- "line": 433
7653
+ "line": 418
7644
7654
  },
7645
7655
  "name": "autoApproveUpgrades",
7646
7656
  "optional": true,
@@ -7658,7 +7668,7 @@
7658
7668
  "immutable": true,
7659
7669
  "locationInModule": {
7660
7670
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7661
- "line": 909
7671
+ "line": 894
7662
7672
  },
7663
7673
  "name": "autoDetectBin",
7664
7674
  "optional": true,
@@ -7677,7 +7687,7 @@
7677
7687
  "immutable": true,
7678
7688
  "locationInModule": {
7679
7689
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7680
- "line": 1017
7690
+ "line": 1002
7681
7691
  },
7682
7692
  "name": "autoMerge",
7683
7693
  "optional": true,
@@ -7696,7 +7706,7 @@
7696
7706
  "immutable": true,
7697
7707
  "locationInModule": {
7698
7708
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7699
- "line": 1009
7709
+ "line": 994
7700
7710
  },
7701
7711
  "name": "autoMergeOptions",
7702
7712
  "optional": true,
@@ -7714,7 +7724,7 @@
7714
7724
  "immutable": true,
7715
7725
  "locationInModule": {
7716
7726
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7717
- "line": 903
7727
+ "line": 888
7718
7728
  },
7719
7729
  "name": "bin",
7720
7730
  "optional": true,
@@ -7737,7 +7747,7 @@
7737
7747
  "immutable": true,
7738
7748
  "locationInModule": {
7739
7749
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7740
- "line": 426
7750
+ "line": 411
7741
7751
  },
7742
7752
  "name": "biome",
7743
7753
  "optional": true,
@@ -7755,7 +7765,7 @@
7755
7765
  "immutable": true,
7756
7766
  "locationInModule": {
7757
7767
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7758
- "line": 420
7768
+ "line": 405
7759
7769
  },
7760
7770
  "name": "biomeOptions",
7761
7771
  "optional": true,
@@ -7772,7 +7782,7 @@
7772
7782
  "immutable": true,
7773
7783
  "locationInModule": {
7774
7784
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7775
- "line": 895
7785
+ "line": 880
7776
7786
  },
7777
7787
  "name": "bugsEmail",
7778
7788
  "optional": true,
@@ -7789,7 +7799,7 @@
7789
7799
  "immutable": true,
7790
7800
  "locationInModule": {
7791
7801
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7792
- "line": 890
7802
+ "line": 875
7793
7803
  },
7794
7804
  "name": "bugsUrl",
7795
7805
  "optional": true,
@@ -7808,7 +7818,7 @@
7808
7818
  "immutable": true,
7809
7819
  "locationInModule": {
7810
7820
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7811
- "line": 156
7821
+ "line": 141
7812
7822
  },
7813
7823
  "name": "buildCommand",
7814
7824
  "optional": true,
@@ -7826,7 +7836,7 @@
7826
7836
  "immutable": true,
7827
7837
  "locationInModule": {
7828
7838
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7829
- "line": 414
7839
+ "line": 399
7830
7840
  },
7831
7841
  "name": "buildWorkflow",
7832
7842
  "optional": true,
@@ -7843,7 +7853,7 @@
7843
7853
  "immutable": true,
7844
7854
  "locationInModule": {
7845
7855
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7846
- "line": 408
7856
+ "line": 393
7847
7857
  },
7848
7858
  "name": "buildWorkflowOptions",
7849
7859
  "optional": true,
@@ -7862,7 +7872,7 @@
7862
7872
  "immutable": true,
7863
7873
  "locationInModule": {
7864
7874
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7865
- "line": 653
7875
+ "line": 638
7866
7876
  },
7867
7877
  "name": "bumpPackage",
7868
7878
  "optional": true,
@@ -7880,7 +7890,7 @@
7880
7890
  "immutable": true,
7881
7891
  "locationInModule": {
7882
7892
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7883
- "line": 885
7893
+ "line": 870
7884
7894
  },
7885
7895
  "name": "bundledDeps",
7886
7896
  "optional": true,
@@ -7902,7 +7912,7 @@
7902
7912
  "immutable": true,
7903
7913
  "locationInModule": {
7904
7914
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7905
- "line": 403
7915
+ "line": 388
7906
7916
  },
7907
7917
  "name": "bundlerOptions",
7908
7918
  "optional": true,
@@ -7920,7 +7930,7 @@
7920
7930
  "immutable": true,
7921
7931
  "locationInModule": {
7922
7932
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7923
- "line": 870
7933
+ "line": 855
7924
7934
  },
7925
7935
  "name": "bunVersion",
7926
7936
  "optional": true,
@@ -7939,7 +7949,7 @@
7939
7949
  "immutable": true,
7940
7950
  "locationInModule": {
7941
7951
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7942
- "line": 102
7952
+ "line": 87
7943
7953
  },
7944
7954
  "name": "cdkAssertions",
7945
7955
  "optional": true,
@@ -7958,7 +7968,7 @@
7958
7968
  "immutable": true,
7959
7969
  "locationInModule": {
7960
7970
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7961
- "line": 94
7971
+ "line": 79
7962
7972
  },
7963
7973
  "name": "cdkCliVersion",
7964
7974
  "optional": true,
@@ -7976,7 +7986,7 @@
7976
7986
  "immutable": true,
7977
7987
  "locationInModule": {
7978
7988
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7979
- "line": 147
7989
+ "line": 132
7980
7990
  },
7981
7991
  "name": "cdkout",
7982
7992
  "optional": true,
@@ -7994,7 +8004,7 @@
7994
8004
  "immutable": true,
7995
8005
  "locationInModule": {
7996
8006
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7997
- "line": 84
8007
+ "line": 69
7998
8008
  },
7999
8009
  "name": "cdkVersionPinning",
8000
8010
  "optional": true,
@@ -8013,7 +8023,7 @@
8013
8023
  "immutable": true,
8014
8024
  "locationInModule": {
8015
8025
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8016
- "line": 398
8026
+ "line": 383
8017
8027
  },
8018
8028
  "name": "checkLicenses",
8019
8029
  "optional": true,
@@ -8031,7 +8041,7 @@
8031
8041
  "immutable": true,
8032
8042
  "locationInModule": {
8033
8043
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8034
- "line": 1001
8044
+ "line": 986
8035
8045
  },
8036
8046
  "name": "clobber",
8037
8047
  "optional": true,
@@ -8050,7 +8060,7 @@
8050
8060
  "immutable": true,
8051
8061
  "locationInModule": {
8052
8062
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8053
- "line": 864
8063
+ "line": 849
8054
8064
  },
8055
8065
  "name": "codeArtifactOptions",
8056
8066
  "optional": true,
@@ -8068,7 +8078,7 @@
8068
8078
  "immutable": true,
8069
8079
  "locationInModule": {
8070
8080
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8071
- "line": 391
8081
+ "line": 376
8072
8082
  },
8073
8083
  "name": "codeCov",
8074
8084
  "optional": true,
@@ -8086,7 +8096,7 @@
8086
8096
  "immutable": true,
8087
8097
  "locationInModule": {
8088
8098
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8089
- "line": 385
8099
+ "line": 370
8090
8100
  },
8091
8101
  "name": "codeCovTokenSecret",
8092
8102
  "optional": true,
@@ -8104,7 +8114,7 @@
8104
8114
  "immutable": true,
8105
8115
  "locationInModule": {
8106
8116
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8107
- "line": 1092
8117
+ "line": 1077
8108
8118
  },
8109
8119
  "name": "commitGenerated",
8110
8120
  "optional": true,
@@ -8122,7 +8132,7 @@
8122
8132
  "immutable": true,
8123
8133
  "locationInModule": {
8124
8134
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8125
- "line": 77
8135
+ "line": 62
8126
8136
  },
8127
8137
  "name": "constructsVersion",
8128
8138
  "optional": true,
@@ -8140,7 +8150,7 @@
8140
8150
  "immutable": true,
8141
8151
  "locationInModule": {
8142
8152
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8143
- "line": 141
8153
+ "line": 126
8144
8154
  },
8145
8155
  "name": "context",
8146
8156
  "optional": true,
@@ -8163,7 +8173,7 @@
8163
8173
  "immutable": true,
8164
8174
  "locationInModule": {
8165
8175
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8166
- "line": 379
8176
+ "line": 364
8167
8177
  },
8168
8178
  "name": "copyrightOwner",
8169
8179
  "optional": true,
@@ -8181,7 +8191,7 @@
8181
8191
  "immutable": true,
8182
8192
  "locationInModule": {
8183
8193
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8184
- "line": 373
8194
+ "line": 358
8185
8195
  },
8186
8196
  "name": "copyrightPeriod",
8187
8197
  "optional": true,
@@ -8200,7 +8210,7 @@
8200
8210
  "immutable": true,
8201
8211
  "locationInModule": {
8202
8212
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8203
- "line": 367
8213
+ "line": 352
8204
8214
  },
8205
8215
  "name": "dependabot",
8206
8216
  "optional": true,
@@ -8218,7 +8228,7 @@
8218
8228
  "immutable": true,
8219
8229
  "locationInModule": {
8220
8230
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8221
- "line": 360
8231
+ "line": 345
8222
8232
  },
8223
8233
  "name": "dependabotOptions",
8224
8234
  "optional": true,
@@ -8240,7 +8250,7 @@
8240
8250
  "immutable": true,
8241
8251
  "locationInModule": {
8242
8252
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8243
- "line": 857
8253
+ "line": 842
8244
8254
  },
8245
8255
  "name": "deps",
8246
8256
  "optional": true,
@@ -8264,7 +8274,7 @@
8264
8274
  "immutable": true,
8265
8275
  "locationInModule": {
8266
8276
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8267
- "line": 354
8277
+ "line": 339
8268
8278
  },
8269
8279
  "name": "depsUpgrade",
8270
8280
  "optional": true,
@@ -8282,7 +8292,7 @@
8282
8292
  "immutable": true,
8283
8293
  "locationInModule": {
8284
8294
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8285
- "line": 347
8295
+ "line": 332
8286
8296
  },
8287
8297
  "name": "depsUpgradeOptions",
8288
8298
  "optional": true,
@@ -8303,7 +8313,7 @@
8303
8313
  "immutable": true,
8304
8314
  "locationInModule": {
8305
8315
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8306
- "line": 844
8316
+ "line": 829
8307
8317
  },
8308
8318
  "name": "description",
8309
8319
  "optional": true,
@@ -8321,7 +8331,7 @@
8321
8331
  "immutable": true,
8322
8332
  "locationInModule": {
8323
8333
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8324
- "line": 995
8334
+ "line": 980
8325
8335
  },
8326
8336
  "name": "devContainer",
8327
8337
  "optional": true,
@@ -8343,7 +8353,7 @@
8343
8353
  "immutable": true,
8344
8354
  "locationInModule": {
8345
8355
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8346
- "line": 836
8356
+ "line": 821
8347
8357
  },
8348
8358
  "name": "devDeps",
8349
8359
  "optional": true,
@@ -8366,7 +8376,7 @@
8366
8376
  "immutable": true,
8367
8377
  "locationInModule": {
8368
8378
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8369
- "line": 246
8379
+ "line": 231
8370
8380
  },
8371
8381
  "name": "disableTsconfig",
8372
8382
  "optional": true,
@@ -8384,7 +8394,7 @@
8384
8394
  "immutable": true,
8385
8395
  "locationInModule": {
8386
8396
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8387
- "line": 240
8397
+ "line": 225
8388
8398
  },
8389
8399
  "name": "disableTsconfigDev",
8390
8400
  "optional": true,
@@ -8402,7 +8412,7 @@
8402
8412
  "immutable": true,
8403
8413
  "locationInModule": {
8404
8414
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8405
- "line": 234
8415
+ "line": 219
8406
8416
  },
8407
8417
  "name": "docgen",
8408
8418
  "optional": true,
@@ -8420,7 +8430,7 @@
8420
8430
  "immutable": true,
8421
8431
  "locationInModule": {
8422
8432
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8423
- "line": 228
8433
+ "line": 213
8424
8434
  },
8425
8435
  "name": "docsDirectory",
8426
8436
  "optional": true,
@@ -8438,7 +8448,7 @@
8438
8448
  "immutable": true,
8439
8449
  "locationInModule": {
8440
8450
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8441
- "line": 59
8451
+ "line": 44
8442
8452
  },
8443
8453
  "name": "edgeLambdaAutoDiscover",
8444
8454
  "optional": true,
@@ -8456,7 +8466,7 @@
8456
8466
  "immutable": true,
8457
8467
  "locationInModule": {
8458
8468
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8459
- "line": 819
8469
+ "line": 804
8460
8470
  },
8461
8471
  "name": "entrypoint",
8462
8472
  "optional": true,
@@ -8474,7 +8484,7 @@
8474
8484
  "immutable": true,
8475
8485
  "locationInModule": {
8476
8486
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8477
- "line": 222
8487
+ "line": 207
8478
8488
  },
8479
8489
  "name": "entrypointTypes",
8480
8490
  "optional": true,
@@ -8492,7 +8502,7 @@
8492
8502
  "immutable": true,
8493
8503
  "locationInModule": {
8494
8504
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8495
- "line": 53
8505
+ "line": 38
8496
8506
  },
8497
8507
  "name": "experimentalIntegRunner",
8498
8508
  "optional": true,
@@ -8510,7 +8520,7 @@
8510
8520
  "immutable": true,
8511
8521
  "locationInModule": {
8512
8522
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8513
- "line": 135
8523
+ "line": 120
8514
8524
  },
8515
8525
  "name": "featureFlags",
8516
8526
  "optional": true,
@@ -8529,7 +8539,7 @@
8529
8539
  "immutable": true,
8530
8540
  "locationInModule": {
8531
8541
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8532
- "line": 989
8542
+ "line": 974
8533
8543
  },
8534
8544
  "name": "github",
8535
8545
  "optional": true,
@@ -8547,7 +8557,7 @@
8547
8557
  "immutable": true,
8548
8558
  "locationInModule": {
8549
8559
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8550
- "line": 982
8560
+ "line": 967
8551
8561
  },
8552
8562
  "name": "githubOptions",
8553
8563
  "optional": true,
@@ -8564,7 +8574,7 @@
8564
8574
  "immutable": true,
8565
8575
  "locationInModule": {
8566
8576
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8567
- "line": 341
8577
+ "line": 326
8568
8578
  },
8569
8579
  "name": "gitignore",
8570
8580
  "optional": true,
@@ -8586,7 +8596,7 @@
8586
8596
  "immutable": true,
8587
8597
  "locationInModule": {
8588
8598
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8589
- "line": 1086
8599
+ "line": 1071
8590
8600
  },
8591
8601
  "name": "gitIgnoreOptions",
8592
8602
  "optional": true,
@@ -8603,7 +8613,7 @@
8603
8613
  "immutable": true,
8604
8614
  "locationInModule": {
8605
8615
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8606
- "line": 1081
8616
+ "line": 1066
8607
8617
  },
8608
8618
  "name": "gitOptions",
8609
8619
  "optional": true,
@@ -8621,7 +8631,7 @@
8621
8631
  "immutable": true,
8622
8632
  "locationInModule": {
8623
8633
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8624
- "line": 976
8634
+ "line": 961
8625
8635
  },
8626
8636
  "name": "gitpod",
8627
8637
  "optional": true,
@@ -8638,7 +8648,7 @@
8638
8648
  "immutable": true,
8639
8649
  "locationInModule": {
8640
8650
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8641
- "line": 812
8651
+ "line": 797
8642
8652
  },
8643
8653
  "name": "homepage",
8644
8654
  "optional": true,
@@ -8656,7 +8666,7 @@
8656
8666
  "immutable": true,
8657
8667
  "locationInModule": {
8658
8668
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8659
- "line": 47
8669
+ "line": 32
8660
8670
  },
8661
8671
  "name": "integrationTestAutoDiscover",
8662
8672
  "optional": true,
@@ -8674,7 +8684,7 @@
8674
8684
  "immutable": true,
8675
8685
  "locationInModule": {
8676
8686
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8677
- "line": 646
8687
+ "line": 631
8678
8688
  },
8679
8689
  "name": "jsiiReleaseVersion",
8680
8690
  "optional": true,
@@ -8691,7 +8701,7 @@
8691
8701
  "immutable": true,
8692
8702
  "locationInModule": {
8693
8703
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8694
- "line": 807
8704
+ "line": 792
8695
8705
  },
8696
8706
  "name": "keywords",
8697
8707
  "optional": true,
@@ -8714,7 +8724,7 @@
8714
8724
  "immutable": true,
8715
8725
  "locationInModule": {
8716
8726
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8717
- "line": 41
8727
+ "line": 26
8718
8728
  },
8719
8729
  "name": "lambdaAutoDiscover",
8720
8730
  "optional": true,
@@ -8732,7 +8742,7 @@
8732
8742
  "immutable": true,
8733
8743
  "locationInModule": {
8734
8744
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8735
- "line": 35
8745
+ "line": 20
8736
8746
  },
8737
8747
  "name": "lambdaExtensionAutoDiscover",
8738
8748
  "optional": true,
@@ -8750,7 +8760,7 @@
8750
8760
  "immutable": true,
8751
8761
  "locationInModule": {
8752
8762
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8753
- "line": 29
8763
+ "line": 14
8754
8764
  },
8755
8765
  "name": "lambdaOptions",
8756
8766
  "optional": true,
@@ -8768,7 +8778,7 @@
8768
8778
  "immutable": true,
8769
8779
  "locationInModule": {
8770
8780
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8771
- "line": 216
8781
+ "line": 201
8772
8782
  },
8773
8783
  "name": "libdir",
8774
8784
  "optional": true,
@@ -8787,7 +8797,7 @@
8787
8797
  "immutable": true,
8788
8798
  "locationInModule": {
8789
8799
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8790
- "line": 802
8800
+ "line": 787
8791
8801
  },
8792
8802
  "name": "license",
8793
8803
  "optional": true,
@@ -8805,7 +8815,7 @@
8805
8815
  "immutable": true,
8806
8816
  "locationInModule": {
8807
8817
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8808
- "line": 794
8818
+ "line": 779
8809
8819
  },
8810
8820
  "name": "licensed",
8811
8821
  "optional": true,
@@ -8823,7 +8833,7 @@
8823
8833
  "immutable": true,
8824
8834
  "locationInModule": {
8825
8835
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8826
- "line": 1076
8836
+ "line": 1061
8827
8837
  },
8828
8838
  "name": "logging",
8829
8839
  "optional": true,
@@ -8842,7 +8852,7 @@
8842
8852
  "immutable": true,
8843
8853
  "locationInModule": {
8844
8854
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8845
- "line": 640
8855
+ "line": 625
8846
8856
  },
8847
8857
  "name": "majorVersion",
8848
8858
  "optional": true,
@@ -8861,7 +8871,7 @@
8861
8871
  "immutable": true,
8862
8872
  "locationInModule": {
8863
8873
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8864
- "line": 788
8874
+ "line": 773
8865
8875
  },
8866
8876
  "name": "maxNodeVersion",
8867
8877
  "optional": true,
@@ -8880,7 +8890,7 @@
8880
8890
  "immutable": true,
8881
8891
  "locationInModule": {
8882
8892
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8883
- "line": 632
8893
+ "line": 617
8884
8894
  },
8885
8895
  "name": "minMajorVersion",
8886
8896
  "optional": true,
@@ -8899,7 +8909,7 @@
8899
8909
  "immutable": true,
8900
8910
  "locationInModule": {
8901
8911
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8902
- "line": 777
8912
+ "line": 762
8903
8913
  },
8904
8914
  "name": "minNodeVersion",
8905
8915
  "optional": true,
@@ -8912,12 +8922,12 @@
8912
8922
  "docs": {
8913
8923
  "default": "true",
8914
8924
  "stability": "stable",
8915
- "summary": "Create mise.toml with project Node.js version."
8925
+ "summary": "Enable Mise component."
8916
8926
  },
8917
8927
  "immutable": true,
8918
8928
  "locationInModule": {
8919
8929
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8920
- "line": 1114
8930
+ "line": 1089
8921
8931
  },
8922
8932
  "name": "mise",
8923
8933
  "optional": true,
@@ -8936,7 +8946,7 @@
8936
8946
  "immutable": true,
8937
8947
  "locationInModule": {
8938
8948
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8939
- "line": 622
8949
+ "line": 607
8940
8950
  },
8941
8951
  "name": "nextVersionCommand",
8942
8952
  "optional": true,
@@ -8954,7 +8964,7 @@
8954
8964
  "immutable": true,
8955
8965
  "locationInModule": {
8956
8966
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8957
- "line": 762
8967
+ "line": 747
8958
8968
  },
8959
8969
  "name": "npmAccess",
8960
8970
  "optional": true,
@@ -8973,7 +8983,7 @@
8973
8983
  "immutable": true,
8974
8984
  "locationInModule": {
8975
8985
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8976
- "line": 598
8986
+ "line": 583
8977
8987
  },
8978
8988
  "name": "npmDistTag",
8979
8989
  "optional": true,
@@ -8991,7 +9001,7 @@
8991
9001
  "immutable": true,
8992
9002
  "locationInModule": {
8993
9003
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8994
- "line": 336
9004
+ "line": 321
8995
9005
  },
8996
9006
  "name": "npmignoreEnabled",
8997
9007
  "optional": true,
@@ -9008,7 +9018,7 @@
9008
9018
  "immutable": true,
9009
9019
  "locationInModule": {
9010
9020
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9011
- "line": 330
9021
+ "line": 315
9012
9022
  },
9013
9023
  "name": "npmIgnoreOptions",
9014
9024
  "optional": true,
@@ -9027,7 +9037,7 @@
9027
9037
  "immutable": true,
9028
9038
  "locationInModule": {
9029
9039
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9030
- "line": 754
9040
+ "line": 739
9031
9041
  },
9032
9042
  "name": "npmProvenance",
9033
9043
  "optional": true,
@@ -9046,7 +9056,7 @@
9046
9056
  "immutable": true,
9047
9057
  "locationInModule": {
9048
9058
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9049
- "line": 743
9059
+ "line": 728
9050
9060
  },
9051
9061
  "name": "npmRegistryUrl",
9052
9062
  "optional": true,
@@ -9064,7 +9074,7 @@
9064
9074
  "immutable": true,
9065
9075
  "locationInModule": {
9066
9076
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9067
- "line": 736
9077
+ "line": 721
9068
9078
  },
9069
9079
  "name": "npmTokenSecret",
9070
9080
  "optional": true,
@@ -9082,7 +9092,7 @@
9082
9092
  "immutable": true,
9083
9093
  "locationInModule": {
9084
9094
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9085
- "line": 730
9095
+ "line": 715
9086
9096
  },
9087
9097
  "name": "npmTrustedPublishing",
9088
9098
  "optional": true,
@@ -9101,7 +9111,7 @@
9101
9111
  "immutable": true,
9102
9112
  "locationInModule": {
9103
9113
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9104
- "line": 1070
9114
+ "line": 1055
9105
9115
  },
9106
9116
  "name": "outdir",
9107
9117
  "optional": true,
@@ -9119,7 +9129,7 @@
9119
9129
  "immutable": true,
9120
9130
  "locationInModule": {
9121
9131
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9122
- "line": 325
9132
+ "line": 310
9123
9133
  },
9124
9134
  "name": "package",
9125
9135
  "optional": true,
@@ -9137,7 +9147,7 @@
9137
9147
  "immutable": true,
9138
9148
  "locationInModule": {
9139
9149
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9140
- "line": 724
9150
+ "line": 709
9141
9151
  },
9142
9152
  "name": "packageManager",
9143
9153
  "optional": true,
@@ -9158,7 +9168,7 @@
9158
9168
  "immutable": true,
9159
9169
  "locationInModule": {
9160
9170
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9161
- "line": 718
9171
+ "line": 703
9162
9172
  },
9163
9173
  "name": "packageName",
9164
9174
  "optional": true,
@@ -9175,7 +9185,7 @@
9175
9185
  "immutable": true,
9176
9186
  "locationInModule": {
9177
9187
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9178
- "line": 1059
9188
+ "line": 1044
9179
9189
  },
9180
9190
  "name": "parent",
9181
9191
  "optional": true,
@@ -9192,7 +9202,7 @@
9192
9202
  "immutable": true,
9193
9203
  "locationInModule": {
9194
9204
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9195
- "line": 711
9205
+ "line": 696
9196
9206
  },
9197
9207
  "name": "peerDependencyOptions",
9198
9208
  "optional": true,
@@ -9211,7 +9221,7 @@
9211
9221
  "immutable": true,
9212
9222
  "locationInModule": {
9213
9223
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9214
- "line": 706
9224
+ "line": 691
9215
9225
  },
9216
9226
  "name": "peerDeps",
9217
9227
  "optional": true,
@@ -9234,7 +9244,7 @@
9234
9244
  "immutable": true,
9235
9245
  "locationInModule": {
9236
9246
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9237
- "line": 687
9247
+ "line": 672
9238
9248
  },
9239
9249
  "name": "pnpmVersion",
9240
9250
  "optional": true,
@@ -9252,7 +9262,7 @@
9252
9262
  "immutable": true,
9253
9263
  "locationInModule": {
9254
9264
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9255
- "line": 590
9265
+ "line": 575
9256
9266
  },
9257
9267
  "name": "postBuildSteps",
9258
9268
  "optional": true,
@@ -9275,7 +9285,7 @@
9275
9285
  "immutable": true,
9276
9286
  "locationInModule": {
9277
9287
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9278
- "line": 584
9288
+ "line": 569
9279
9289
  },
9280
9290
  "name": "prerelease",
9281
9291
  "optional": true,
@@ -9294,7 +9304,7 @@
9294
9304
  "immutable": true,
9295
9305
  "locationInModule": {
9296
9306
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9297
- "line": 1054
9307
+ "line": 1039
9298
9308
  },
9299
9309
  "name": "projenCommand",
9300
9310
  "optional": true,
@@ -9312,7 +9322,7 @@
9312
9322
  "immutable": true,
9313
9323
  "locationInModule": {
9314
9324
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9315
- "line": 970
9325
+ "line": 955
9316
9326
  },
9317
9327
  "name": "projenCredentials",
9318
9328
  "optional": true,
@@ -9330,7 +9340,7 @@
9330
9340
  "immutable": true,
9331
9341
  "locationInModule": {
9332
9342
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9333
- "line": 319
9343
+ "line": 304
9334
9344
  },
9335
9345
  "name": "projenDevDependency",
9336
9346
  "optional": true,
@@ -9348,7 +9358,7 @@
9348
9358
  "immutable": true,
9349
9359
  "locationInModule": {
9350
9360
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9351
- "line": 313
9361
+ "line": 298
9352
9362
  },
9353
9363
  "name": "projenrcJs",
9354
9364
  "optional": true,
@@ -9366,7 +9376,7 @@
9366
9376
  "immutable": true,
9367
9377
  "locationInModule": {
9368
9378
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9369
- "line": 1047
9379
+ "line": 1032
9370
9380
  },
9371
9381
  "name": "projenrcJson",
9372
9382
  "optional": true,
@@ -9384,7 +9394,7 @@
9384
9394
  "immutable": true,
9385
9395
  "locationInModule": {
9386
9396
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9387
- "line": 1041
9397
+ "line": 1026
9388
9398
  },
9389
9399
  "name": "projenrcJsonOptions",
9390
9400
  "optional": true,
@@ -9402,7 +9412,7 @@
9402
9412
  "immutable": true,
9403
9413
  "locationInModule": {
9404
9414
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9405
- "line": 307
9415
+ "line": 292
9406
9416
  },
9407
9417
  "name": "projenrcJsOptions",
9408
9418
  "optional": true,
@@ -9423,7 +9433,7 @@
9423
9433
  "immutable": true,
9424
9434
  "locationInModule": {
9425
9435
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9426
- "line": 210
9436
+ "line": 195
9427
9437
  },
9428
9438
  "name": "projenrcTs",
9429
9439
  "optional": true,
@@ -9440,7 +9450,7 @@
9440
9450
  "immutable": true,
9441
9451
  "locationInModule": {
9442
9452
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9443
- "line": 203
9453
+ "line": 188
9444
9454
  },
9445
9455
  "name": "projenrcTsOptions",
9446
9456
  "optional": true,
@@ -9458,7 +9468,7 @@
9458
9468
  "immutable": true,
9459
9469
  "locationInModule": {
9460
9470
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9461
- "line": 301
9471
+ "line": 286
9462
9472
  },
9463
9473
  "name": "projenVersion",
9464
9474
  "optional": true,
@@ -9476,7 +9486,7 @@
9476
9486
  "immutable": true,
9477
9487
  "locationInModule": {
9478
9488
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9479
- "line": 578
9489
+ "line": 563
9480
9490
  },
9481
9491
  "name": "publishDryRun",
9482
9492
  "optional": true,
@@ -9495,7 +9505,7 @@
9495
9505
  "immutable": true,
9496
9506
  "locationInModule": {
9497
9507
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9498
- "line": 572
9508
+ "line": 557
9499
9509
  },
9500
9510
  "name": "publishTasks",
9501
9511
  "optional": true,
@@ -9513,7 +9523,7 @@
9513
9523
  "immutable": true,
9514
9524
  "locationInModule": {
9515
9525
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9516
- "line": 295
9526
+ "line": 280
9517
9527
  },
9518
9528
  "name": "pullRequestTemplate",
9519
9529
  "optional": true,
@@ -9531,7 +9541,7 @@
9531
9541
  "immutable": true,
9532
9542
  "locationInModule": {
9533
9543
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9534
- "line": 289
9544
+ "line": 274
9535
9545
  },
9536
9546
  "name": "pullRequestTemplateContents",
9537
9547
  "optional": true,
@@ -9554,7 +9564,7 @@
9554
9564
  "immutable": true,
9555
9565
  "locationInModule": {
9556
9566
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9557
- "line": 964
9567
+ "line": 949
9558
9568
  },
9559
9569
  "name": "readme",
9560
9570
  "optional": true,
@@ -9572,7 +9582,7 @@
9572
9582
  "immutable": true,
9573
9583
  "locationInModule": {
9574
9584
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9575
- "line": 564
9585
+ "line": 549
9576
9586
  },
9577
9587
  "name": "releasableCommits",
9578
9588
  "optional": true,
@@ -9590,7 +9600,7 @@
9590
9600
  "immutable": true,
9591
9601
  "locationInModule": {
9592
9602
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9593
- "line": 283
9603
+ "line": 268
9594
9604
  },
9595
9605
  "name": "release",
9596
9606
  "optional": true,
@@ -9609,7 +9619,7 @@
9609
9619
  "immutable": true,
9610
9620
  "locationInModule": {
9611
9621
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9612
- "line": 558
9622
+ "line": 543
9613
9623
  },
9614
9624
  "name": "releaseBranches",
9615
9625
  "optional": true,
@@ -9633,7 +9643,7 @@
9633
9643
  "immutable": true,
9634
9644
  "locationInModule": {
9635
9645
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9636
- "line": 545
9646
+ "line": 530
9637
9647
  },
9638
9648
  "name": "releaseEnvironment",
9639
9649
  "optional": true,
@@ -9651,7 +9661,7 @@
9651
9661
  "immutable": true,
9652
9662
  "locationInModule": {
9653
9663
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9654
- "line": 534
9664
+ "line": 519
9655
9665
  },
9656
9666
  "name": "releaseFailureIssue",
9657
9667
  "optional": true,
@@ -9670,7 +9680,7 @@
9670
9680
  "immutable": true,
9671
9681
  "locationInModule": {
9672
9682
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9673
- "line": 528
9683
+ "line": 513
9674
9684
  },
9675
9685
  "name": "releaseFailureIssueLabel",
9676
9686
  "optional": true,
@@ -9689,7 +9699,7 @@
9689
9699
  "immutable": true,
9690
9700
  "locationInModule": {
9691
9701
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9692
- "line": 521
9702
+ "line": 506
9693
9703
  },
9694
9704
  "name": "releaseTagPrefix",
9695
9705
  "optional": true,
@@ -9707,7 +9717,7 @@
9707
9717
  "immutable": true,
9708
9718
  "locationInModule": {
9709
9719
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9710
- "line": 277
9720
+ "line": 262
9711
9721
  },
9712
9722
  "name": "releaseToNpm",
9713
9723
  "optional": true,
@@ -9725,7 +9735,7 @@
9725
9735
  "immutable": true,
9726
9736
  "locationInModule": {
9727
9737
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9728
- "line": 511
9738
+ "line": 496
9729
9739
  },
9730
9740
  "name": "releaseTrigger",
9731
9741
  "optional": true,
@@ -9743,7 +9753,7 @@
9743
9753
  "immutable": true,
9744
9754
  "locationInModule": {
9745
9755
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9746
- "line": 505
9756
+ "line": 490
9747
9757
  },
9748
9758
  "name": "releaseWorkflowEnv",
9749
9759
  "optional": true,
@@ -9766,7 +9776,7 @@
9766
9776
  "immutable": true,
9767
9777
  "locationInModule": {
9768
9778
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9769
- "line": 499
9779
+ "line": 484
9770
9780
  },
9771
9781
  "name": "releaseWorkflowName",
9772
9782
  "optional": true,
@@ -9783,7 +9793,7 @@
9783
9793
  "immutable": true,
9784
9794
  "locationInModule": {
9785
9795
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9786
- "line": 493
9796
+ "line": 478
9787
9797
  },
9788
9798
  "name": "releaseWorkflowSetupSteps",
9789
9799
  "optional": true,
@@ -9806,7 +9816,7 @@
9806
9816
  "immutable": true,
9807
9817
  "locationInModule": {
9808
9818
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9809
- "line": 1035
9819
+ "line": 1020
9810
9820
  },
9811
9821
  "name": "renovatebot",
9812
9822
  "optional": true,
@@ -9824,7 +9834,7 @@
9824
9834
  "immutable": true,
9825
9835
  "locationInModule": {
9826
9836
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9827
- "line": 1029
9837
+ "line": 1014
9828
9838
  },
9829
9839
  "name": "renovatebotOptions",
9830
9840
  "optional": true,
@@ -9842,7 +9852,7 @@
9842
9852
  "immutable": true,
9843
9853
  "locationInModule": {
9844
9854
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9845
- "line": 681
9855
+ "line": 666
9846
9856
  },
9847
9857
  "name": "repository",
9848
9858
  "optional": true,
@@ -9859,7 +9869,7 @@
9859
9869
  "immutable": true,
9860
9870
  "locationInModule": {
9861
9871
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9862
- "line": 675
9872
+ "line": 660
9863
9873
  },
9864
9874
  "name": "repositoryDirectory",
9865
9875
  "optional": true,
@@ -9877,7 +9887,7 @@
9877
9887
  "immutable": true,
9878
9888
  "locationInModule": {
9879
9889
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9880
- "line": 126
9890
+ "line": 111
9881
9891
  },
9882
9892
  "name": "requireApproval",
9883
9893
  "optional": true,
@@ -9895,7 +9905,7 @@
9895
9905
  "immutable": true,
9896
9906
  "locationInModule": {
9897
9907
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9898
- "line": 670
9908
+ "line": 655
9899
9909
  },
9900
9910
  "name": "scopedPackagesOptions",
9901
9911
  "optional": true,
@@ -9918,7 +9928,7 @@
9918
9928
  "immutable": true,
9919
9929
  "locationInModule": {
9920
9930
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9921
- "line": 198
9931
+ "line": 183
9922
9932
  },
9923
9933
  "name": "srcdir",
9924
9934
  "optional": true,
@@ -9935,7 +9945,7 @@
9935
9945
  "immutable": true,
9936
9946
  "locationInModule": {
9937
9947
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9938
- "line": 664
9948
+ "line": 649
9939
9949
  },
9940
9950
  "name": "stability",
9941
9951
  "optional": true,
@@ -9954,7 +9964,7 @@
9954
9964
  "immutable": true,
9955
9965
  "locationInModule": {
9956
9966
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9957
- "line": 958
9967
+ "line": 943
9958
9968
  },
9959
9969
  "name": "stale",
9960
9970
  "optional": true,
@@ -9973,7 +9983,7 @@
9973
9983
  "immutable": true,
9974
9984
  "locationInModule": {
9975
9985
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9976
- "line": 951
9986
+ "line": 936
9977
9987
  },
9978
9988
  "name": "staleOptions",
9979
9989
  "optional": true,
@@ -9992,7 +10002,7 @@
9992
10002
  "immutable": true,
9993
10003
  "locationInModule": {
9994
10004
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9995
- "line": 192
10005
+ "line": 177
9996
10006
  },
9997
10007
  "name": "testdir",
9998
10008
  "optional": true,
@@ -10010,7 +10020,7 @@
10010
10020
  "immutable": true,
10011
10021
  "locationInModule": {
10012
10022
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10013
- "line": 182
10023
+ "line": 167
10014
10024
  },
10015
10025
  "name": "tsconfig",
10016
10026
  "optional": true,
@@ -10028,7 +10038,7 @@
10028
10038
  "immutable": true,
10029
10039
  "locationInModule": {
10030
10040
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10031
- "line": 176
10041
+ "line": 161
10032
10042
  },
10033
10043
  "name": "tsconfigDev",
10034
10044
  "optional": true,
@@ -10046,7 +10056,7 @@
10046
10056
  "immutable": true,
10047
10057
  "locationInModule": {
10048
10058
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10049
- "line": 170
10059
+ "line": 155
10050
10060
  },
10051
10061
  "name": "tsconfigDevFile",
10052
10062
  "optional": true,
@@ -10065,7 +10075,7 @@
10065
10075
  "immutable": true,
10066
10076
  "locationInModule": {
10067
10077
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10068
- "line": 164
10078
+ "line": 149
10069
10079
  },
10070
10080
  "name": "typescriptVersion",
10071
10081
  "optional": true,
@@ -10084,7 +10094,7 @@
10084
10094
  "immutable": true,
10085
10095
  "locationInModule": {
10086
10096
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10087
- "line": 488
10097
+ "line": 473
10088
10098
  },
10089
10099
  "name": "versionrcOptions",
10090
10100
  "optional": true,
@@ -10102,12 +10112,12 @@
10102
10112
  "docs": {
10103
10113
  "default": "true",
10104
10114
  "stability": "stable",
10105
- "summary": "Enable testing with Vitest."
10115
+ "summary": "Enable Vitest component."
10106
10116
  },
10107
10117
  "immutable": true,
10108
10118
  "locationInModule": {
10109
10119
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10110
- "line": 1109
10120
+ "line": 1094
10111
10121
  },
10112
10122
  "name": "vitest",
10113
10123
  "optional": true,
@@ -10120,12 +10130,12 @@
10120
10130
  "docs": {
10121
10131
  "default": "- default Vitest configuration",
10122
10132
  "stability": "stable",
10123
- "summary": "The Vitest configuration (when enabled)."
10133
+ "summary": "Vitest configuration."
10124
10134
  },
10125
10135
  "immutable": true,
10126
10136
  "locationInModule": {
10127
10137
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10128
- "line": 1104
10138
+ "line": 1099
10129
10139
  },
10130
10140
  "name": "vitestOptions",
10131
10141
  "optional": true,
@@ -10144,7 +10154,7 @@
10144
10154
  "immutable": true,
10145
10155
  "locationInModule": {
10146
10156
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10147
- "line": 944
10157
+ "line": 929
10148
10158
  },
10149
10159
  "name": "vscode",
10150
10160
  "optional": true,
@@ -10162,7 +10172,7 @@
10162
10172
  "immutable": true,
10163
10173
  "locationInModule": {
10164
10174
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10165
- "line": 120
10175
+ "line": 105
10166
10176
  },
10167
10177
  "name": "watchExcludes",
10168
10178
  "optional": true,
@@ -10185,7 +10195,7 @@
10185
10195
  "immutable": true,
10186
10196
  "locationInModule": {
10187
10197
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10188
- "line": 114
10198
+ "line": 99
10189
10199
  },
10190
10200
  "name": "watchIncludes",
10191
10201
  "optional": true,
@@ -10208,7 +10218,7 @@
10208
10218
  "immutable": true,
10209
10219
  "locationInModule": {
10210
10220
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10211
- "line": 271
10221
+ "line": 256
10212
10222
  },
10213
10223
  "name": "workflowBootstrapSteps",
10214
10224
  "optional": true,
@@ -10231,7 +10241,7 @@
10231
10241
  "immutable": true,
10232
10242
  "locationInModule": {
10233
10243
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10234
- "line": 481
10244
+ "line": 466
10235
10245
  },
10236
10246
  "name": "workflowContainerImage",
10237
10247
  "optional": true,
@@ -10249,7 +10259,7 @@
10249
10259
  "immutable": true,
10250
10260
  "locationInModule": {
10251
10261
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10252
- "line": 265
10262
+ "line": 250
10253
10263
  },
10254
10264
  "name": "workflowGitIdentity",
10255
10265
  "optional": true,
@@ -10268,7 +10278,7 @@
10268
10278
  "immutable": true,
10269
10279
  "locationInModule": {
10270
10280
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10271
- "line": 259
10281
+ "line": 244
10272
10282
  },
10273
10283
  "name": "workflowNodeVersion",
10274
10284
  "optional": true,
@@ -10286,7 +10296,7 @@
10286
10296
  "immutable": true,
10287
10297
  "locationInModule": {
10288
10298
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10289
- "line": 252
10299
+ "line": 237
10290
10300
  },
10291
10301
  "name": "workflowPackageCache",
10292
10302
  "optional": true,
@@ -10308,7 +10318,7 @@
10308
10318
  "immutable": true,
10309
10319
  "locationInModule": {
10310
10320
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10311
- "line": 475
10321
+ "line": 460
10312
10322
  },
10313
10323
  "name": "workflowRunsOn",
10314
10324
  "optional": true,
@@ -10334,7 +10344,7 @@
10334
10344
  "immutable": true,
10335
10345
  "locationInModule": {
10336
10346
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10337
- "line": 467
10347
+ "line": 452
10338
10348
  },
10339
10349
  "name": "workflowRunsOnGroup",
10340
10350
  "optional": true,
@@ -10352,7 +10362,7 @@
10352
10362
  "immutable": true,
10353
10363
  "locationInModule": {
10354
10364
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10355
- "line": 659
10365
+ "line": 644
10356
10366
  },
10357
10367
  "name": "yarnBerryOptions",
10358
10368
  "optional": true,
@@ -10481,7 +10491,9 @@
10481
10491
  "assembly": "@nikovirtala/projen-constructs",
10482
10492
  "base": "projen.cdk.JsiiProject",
10483
10493
  "docs": {
10484
- "stability": "stable"
10494
+ "remarks": "Extends Projen's base class with opinionated defaults and automatic component setup.",
10495
+ "stability": "stable",
10496
+ "summary": "JsiiProject with standard configuration and component integration."
10485
10497
  },
10486
10498
  "fqn": "@nikovirtala/projen-constructs.JsiiProject",
10487
10499
  "initializer": {
@@ -10489,11 +10501,14 @@
10489
10501
  "stability": "stable"
10490
10502
  },
10491
10503
  "locationInModule": {
10492
- "filename": "src/projects/jsii.ts",
10493
- "line": 9
10504
+ "filename": "src/projects/jsii.generated.ts",
10505
+ "line": 22
10494
10506
  },
10495
10507
  "parameters": [
10496
10508
  {
10509
+ "docs": {
10510
+ "summary": "- Project configuration."
10511
+ },
10497
10512
  "name": "options",
10498
10513
  "type": {
10499
10514
  "fqn": "@nikovirtala/projen-constructs.JsiiProjectOptions"
@@ -10503,11 +10518,11 @@
10503
10518
  },
10504
10519
  "kind": "class",
10505
10520
  "locationInModule": {
10506
- "filename": "src/projects/jsii.ts",
10507
- "line": 8
10521
+ "filename": "src/projects/jsii.generated.ts",
10522
+ "line": 18
10508
10523
  },
10509
10524
  "name": "JsiiProject",
10510
- "symbolId": "src/projects/jsii:JsiiProject"
10525
+ "symbolId": "src/projects/jsii.generated:JsiiProject"
10511
10526
  },
10512
10527
  "@nikovirtala/projen-constructs.JsiiProjectOptions": {
10513
10528
  "assembly": "@nikovirtala/projen-constructs",
@@ -11913,12 +11928,12 @@
11913
11928
  "docs": {
11914
11929
  "default": "true",
11915
11930
  "stability": "stable",
11916
- "summary": "Create mise.toml with project Node.js version."
11931
+ "summary": "Enable Mise component."
11917
11932
  },
11918
11933
  "immutable": true,
11919
11934
  "locationInModule": {
11920
11935
  "filename": "src/projects/jsii-options.generated.ts",
11921
- "line": 1062
11936
+ "line": 1052
11922
11937
  },
11923
11938
  "name": "mise",
11924
11939
  "optional": true,
@@ -13174,7 +13189,7 @@
13174
13189
  "docs": {
13175
13190
  "default": "true",
13176
13191
  "stability": "stable",
13177
- "summary": "Enable testing with Vitest."
13192
+ "summary": "Enable Vitest component."
13178
13193
  },
13179
13194
  "immutable": true,
13180
13195
  "locationInModule": {
@@ -13192,12 +13207,12 @@
13192
13207
  "docs": {
13193
13208
  "default": "- default Vitest configuration",
13194
13209
  "stability": "stable",
13195
- "summary": "The Vitest configuration (when enabled)."
13210
+ "summary": "Vitest configuration."
13196
13211
  },
13197
13212
  "immutable": true,
13198
13213
  "locationInModule": {
13199
13214
  "filename": "src/projects/jsii-options.generated.ts",
13200
- "line": 1052
13215
+ "line": 1062
13201
13216
  },
13202
13217
  "name": "vitestOptions",
13203
13218
  "optional": true,
@@ -13433,7 +13448,9 @@
13433
13448
  "assembly": "@nikovirtala/projen-constructs",
13434
13449
  "base": "projen.typescript.TypeScriptProject",
13435
13450
  "docs": {
13436
- "stability": "stable"
13451
+ "remarks": "Extends Projen's base class with opinionated defaults and automatic component setup.",
13452
+ "stability": "stable",
13453
+ "summary": "TypeScriptProject with standard configuration and component integration."
13437
13454
  },
13438
13455
  "fqn": "@nikovirtala/projen-constructs.TypeScriptProject",
13439
13456
  "initializer": {
@@ -13441,11 +13458,14 @@
13441
13458
  "stability": "stable"
13442
13459
  },
13443
13460
  "locationInModule": {
13444
- "filename": "src/projects/typescript.ts",
13445
- "line": 9
13461
+ "filename": "src/projects/typescript.generated.ts",
13462
+ "line": 22
13446
13463
  },
13447
13464
  "parameters": [
13448
13465
  {
13466
+ "docs": {
13467
+ "summary": "- Project configuration."
13468
+ },
13449
13469
  "name": "options",
13450
13470
  "type": {
13451
13471
  "fqn": "@nikovirtala/projen-constructs.TypeScriptProjectOptions"
@@ -13455,11 +13475,11 @@
13455
13475
  },
13456
13476
  "kind": "class",
13457
13477
  "locationInModule": {
13458
- "filename": "src/projects/typescript.ts",
13459
- "line": 8
13478
+ "filename": "src/projects/typescript.generated.ts",
13479
+ "line": 18
13460
13480
  },
13461
13481
  "name": "TypeScriptProject",
13462
- "symbolId": "src/projects/typescript:TypeScriptProject"
13482
+ "symbolId": "src/projects/typescript.generated:TypeScriptProject"
13463
13483
  },
13464
13484
  "@nikovirtala/projen-constructs.TypeScriptProjectOptions": {
13465
13485
  "assembly": "@nikovirtala/projen-constructs",
@@ -14696,12 +14716,12 @@
14696
14716
  "docs": {
14697
14717
  "default": "true",
14698
14718
  "stability": "stable",
14699
- "summary": "Create mise.toml with project Node.js version."
14719
+ "summary": "Enable Mise component."
14700
14720
  },
14701
14721
  "immutable": true,
14702
14722
  "locationInModule": {
14703
14723
  "filename": "src/projects/typescript-options.generated.ts",
14704
- "line": 966
14724
+ "line": 956
14705
14725
  },
14706
14726
  "name": "mise",
14707
14727
  "optional": true,
@@ -15868,7 +15888,7 @@
15868
15888
  "docs": {
15869
15889
  "default": "true",
15870
15890
  "stability": "stable",
15871
- "summary": "Enable testing with Vitest."
15891
+ "summary": "Enable Vitest component."
15872
15892
  },
15873
15893
  "immutable": true,
15874
15894
  "locationInModule": {
@@ -15886,12 +15906,12 @@
15886
15906
  "docs": {
15887
15907
  "default": "- default Vitest configuration",
15888
15908
  "stability": "stable",
15889
- "summary": "The Vitest configuration (when enabled)."
15909
+ "summary": "Vitest configuration."
15890
15910
  },
15891
15911
  "immutable": true,
15892
15912
  "locationInModule": {
15893
15913
  "filename": "src/projects/typescript-options.generated.ts",
15894
- "line": 956
15914
+ "line": 966
15895
15915
  },
15896
15916
  "name": "vitestOptions",
15897
15917
  "optional": true,
@@ -16652,6 +16672,6 @@
16652
16672
  "symbolId": "src/components/vitest:VitestOptions"
16653
16673
  }
16654
16674
  },
16655
- "version": "0.1.4",
16656
- "fingerprint": "mDnqn5XmkPvJwmT2IsWOaScamF41oII3GOFmiaIF4Gs="
16675
+ "version": "0.1.6",
16676
+ "fingerprint": "Ay27roUua8z1tWJkx+u7V5U5xN9iFABCt0Zvu9afiNw="
16657
16677
  }