@nikovirtala/projen-constructs 0.0.12 → 0.1.0
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 +501 -501
- package/API.md +594 -594
- package/lib/components/vitest.js +1 -1
- package/lib/projects/{awscdk-construct-options.generated.d.ts → awscdk-construct-library-options.generated.d.ts} +2 -2
- package/lib/projects/awscdk-construct-library-options.generated.js +3 -0
- package/lib/projects/awscdk-construct-library.d.ts +6 -0
- package/lib/projects/awscdk-construct-library.js +19 -0
- package/lib/projects/awscdk-typescript-app-options.generated.d.ts +1098 -0
- package/lib/projects/awscdk-typescript-app-options.generated.js +3 -0
- package/lib/projects/{awscdk-app.d.ts → awscdk-typescript-app.d.ts} +2 -2
- package/lib/projects/awscdk-typescript-app.js +19 -0
- package/lib/projects/index.d.ts +2 -2
- package/lib/projects/index.js +3 -3
- package/lib/projects/jsii.js +1 -1
- package/lib/projects/typescript.js +1 -1
- package/package.json +1 -1
- package/lib/projects/awscdk-app.js +0 -19
- package/lib/projects/awscdk-construct-options.generated.js +0 -3
- package/lib/projects/awscdk-construct.d.ts +0 -6
- package/lib/projects/awscdk-construct.js +0 -19
package/.jsii
CHANGED
|
@@ -4211,52 +4211,52 @@
|
|
|
4211
4211
|
}
|
|
4212
4212
|
},
|
|
4213
4213
|
"types": {
|
|
4214
|
-
"@nikovirtala/projen-constructs.
|
|
4214
|
+
"@nikovirtala/projen-constructs.AwsCdkConstructLibraryProject": {
|
|
4215
4215
|
"assembly": "@nikovirtala/projen-constructs",
|
|
4216
4216
|
"base": "projen.awscdk.AwsCdkConstructLibrary",
|
|
4217
4217
|
"docs": {
|
|
4218
4218
|
"stability": "stable"
|
|
4219
4219
|
},
|
|
4220
|
-
"fqn": "@nikovirtala/projen-constructs.
|
|
4220
|
+
"fqn": "@nikovirtala/projen-constructs.AwsCdkConstructLibraryProject",
|
|
4221
4221
|
"initializer": {
|
|
4222
4222
|
"docs": {
|
|
4223
4223
|
"stability": "stable"
|
|
4224
4224
|
},
|
|
4225
4225
|
"locationInModule": {
|
|
4226
|
-
"filename": "src/projects/awscdk-construct.ts",
|
|
4226
|
+
"filename": "src/projects/awscdk-construct-library.ts",
|
|
4227
4227
|
"line": 9
|
|
4228
4228
|
},
|
|
4229
4229
|
"parameters": [
|
|
4230
4230
|
{
|
|
4231
4231
|
"name": "options",
|
|
4232
4232
|
"type": {
|
|
4233
|
-
"fqn": "@nikovirtala/projen-constructs.
|
|
4233
|
+
"fqn": "@nikovirtala/projen-constructs.AwsCdkConstructLibraryProjectOptions"
|
|
4234
4234
|
}
|
|
4235
4235
|
}
|
|
4236
4236
|
]
|
|
4237
4237
|
},
|
|
4238
4238
|
"kind": "class",
|
|
4239
4239
|
"locationInModule": {
|
|
4240
|
-
"filename": "src/projects/awscdk-construct.ts",
|
|
4240
|
+
"filename": "src/projects/awscdk-construct-library.ts",
|
|
4241
4241
|
"line": 8
|
|
4242
4242
|
},
|
|
4243
|
-
"name": "
|
|
4244
|
-
"symbolId": "src/projects/awscdk-construct:
|
|
4243
|
+
"name": "AwsCdkConstructLibraryProject",
|
|
4244
|
+
"symbolId": "src/projects/awscdk-construct-library:AwsCdkConstructLibraryProject"
|
|
4245
4245
|
},
|
|
4246
|
-
"@nikovirtala/projen-constructs.
|
|
4246
|
+
"@nikovirtala/projen-constructs.AwsCdkConstructLibraryProjectOptions": {
|
|
4247
4247
|
"assembly": "@nikovirtala/projen-constructs",
|
|
4248
4248
|
"datatype": true,
|
|
4249
4249
|
"docs": {
|
|
4250
4250
|
"stability": "stable",
|
|
4251
|
-
"summary": "
|
|
4251
|
+
"summary": "AwsCdkConstructLibraryProjectOptions."
|
|
4252
4252
|
},
|
|
4253
|
-
"fqn": "@nikovirtala/projen-constructs.
|
|
4253
|
+
"fqn": "@nikovirtala/projen-constructs.AwsCdkConstructLibraryProjectOptions",
|
|
4254
4254
|
"kind": "interface",
|
|
4255
4255
|
"locationInModule": {
|
|
4256
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4256
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4257
4257
|
"line": 8
|
|
4258
4258
|
},
|
|
4259
|
-
"name": "
|
|
4259
|
+
"name": "AwsCdkConstructLibraryProjectOptions",
|
|
4260
4260
|
"properties": [
|
|
4261
4261
|
{
|
|
4262
4262
|
"abstract": true,
|
|
@@ -4267,7 +4267,7 @@
|
|
|
4267
4267
|
},
|
|
4268
4268
|
"immutable": true,
|
|
4269
4269
|
"locationInModule": {
|
|
4270
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4270
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4271
4271
|
"line": 192
|
|
4272
4272
|
},
|
|
4273
4273
|
"name": "author",
|
|
@@ -4284,7 +4284,7 @@
|
|
|
4284
4284
|
},
|
|
4285
4285
|
"immutable": true,
|
|
4286
4286
|
"locationInModule": {
|
|
4287
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4287
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4288
4288
|
"line": 186
|
|
4289
4289
|
},
|
|
4290
4290
|
"name": "authorAddress",
|
|
@@ -4301,7 +4301,7 @@
|
|
|
4301
4301
|
},
|
|
4302
4302
|
"immutable": true,
|
|
4303
4303
|
"locationInModule": {
|
|
4304
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4304
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4305
4305
|
"line": 82
|
|
4306
4306
|
},
|
|
4307
4307
|
"name": "cdkVersion",
|
|
@@ -4318,7 +4318,7 @@
|
|
|
4318
4318
|
},
|
|
4319
4319
|
"immutable": true,
|
|
4320
4320
|
"locationInModule": {
|
|
4321
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4321
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4322
4322
|
"line": 496
|
|
4323
4323
|
},
|
|
4324
4324
|
"name": "defaultReleaseBranch",
|
|
@@ -4338,7 +4338,7 @@
|
|
|
4338
4338
|
},
|
|
4339
4339
|
"immutable": true,
|
|
4340
4340
|
"locationInModule": {
|
|
4341
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4341
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4342
4342
|
"line": 1135
|
|
4343
4343
|
},
|
|
4344
4344
|
"name": "name",
|
|
@@ -4355,7 +4355,7 @@
|
|
|
4355
4355
|
},
|
|
4356
4356
|
"immutable": true,
|
|
4357
4357
|
"locationInModule": {
|
|
4358
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4358
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4359
4359
|
"line": 180
|
|
4360
4360
|
},
|
|
4361
4361
|
"name": "repositoryUrl",
|
|
@@ -4373,7 +4373,7 @@
|
|
|
4373
4373
|
},
|
|
4374
4374
|
"immutable": true,
|
|
4375
4375
|
"locationInModule": {
|
|
4376
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4376
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4377
4377
|
"line": 973
|
|
4378
4378
|
},
|
|
4379
4379
|
"name": "allowLibraryDependencies",
|
|
@@ -4391,7 +4391,7 @@
|
|
|
4391
4391
|
},
|
|
4392
4392
|
"immutable": true,
|
|
4393
4393
|
"locationInModule": {
|
|
4394
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4394
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4395
4395
|
"line": 490
|
|
4396
4396
|
},
|
|
4397
4397
|
"name": "artifactsDirectory",
|
|
@@ -4410,7 +4410,7 @@
|
|
|
4410
4410
|
},
|
|
4411
4411
|
"immutable": true,
|
|
4412
4412
|
"locationInModule": {
|
|
4413
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4413
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4414
4414
|
"line": 484
|
|
4415
4415
|
},
|
|
4416
4416
|
"name": "auditDeps",
|
|
@@ -4428,7 +4428,7 @@
|
|
|
4428
4428
|
},
|
|
4429
4429
|
"immutable": true,
|
|
4430
4430
|
"locationInModule": {
|
|
4431
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4431
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4432
4432
|
"line": 475
|
|
4433
4433
|
},
|
|
4434
4434
|
"name": "auditDepsOptions",
|
|
@@ -4445,7 +4445,7 @@
|
|
|
4445
4445
|
},
|
|
4446
4446
|
"immutable": true,
|
|
4447
4447
|
"locationInModule": {
|
|
4448
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4448
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4449
4449
|
"line": 965
|
|
4450
4450
|
},
|
|
4451
4451
|
"name": "authorEmail",
|
|
@@ -4462,7 +4462,7 @@
|
|
|
4462
4462
|
},
|
|
4463
4463
|
"immutable": true,
|
|
4464
4464
|
"locationInModule": {
|
|
4465
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4465
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4466
4466
|
"line": 960
|
|
4467
4467
|
},
|
|
4468
4468
|
"name": "authorName",
|
|
@@ -4479,7 +4479,7 @@
|
|
|
4479
4479
|
},
|
|
4480
4480
|
"immutable": true,
|
|
4481
4481
|
"locationInModule": {
|
|
4482
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4482
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4483
4483
|
"line": 955
|
|
4484
4484
|
},
|
|
4485
4485
|
"name": "authorOrganization",
|
|
@@ -4496,7 +4496,7 @@
|
|
|
4496
4496
|
},
|
|
4497
4497
|
"immutable": true,
|
|
4498
4498
|
"locationInModule": {
|
|
4499
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4499
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4500
4500
|
"line": 950
|
|
4501
4501
|
},
|
|
4502
4502
|
"name": "authorUrl",
|
|
@@ -4514,7 +4514,7 @@
|
|
|
4514
4514
|
},
|
|
4515
4515
|
"immutable": true,
|
|
4516
4516
|
"locationInModule": {
|
|
4517
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4517
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4518
4518
|
"line": 1059
|
|
4519
4519
|
},
|
|
4520
4520
|
"name": "autoApproveOptions",
|
|
@@ -4533,7 +4533,7 @@
|
|
|
4533
4533
|
},
|
|
4534
4534
|
"immutable": true,
|
|
4535
4535
|
"locationInModule": {
|
|
4536
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4536
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4537
4537
|
"line": 469
|
|
4538
4538
|
},
|
|
4539
4539
|
"name": "autoApproveUpgrades",
|
|
@@ -4551,7 +4551,7 @@
|
|
|
4551
4551
|
},
|
|
4552
4552
|
"immutable": true,
|
|
4553
4553
|
"locationInModule": {
|
|
4554
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4554
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4555
4555
|
"line": 945
|
|
4556
4556
|
},
|
|
4557
4557
|
"name": "autoDetectBin",
|
|
@@ -4570,7 +4570,7 @@
|
|
|
4570
4570
|
},
|
|
4571
4571
|
"immutable": true,
|
|
4572
4572
|
"locationInModule": {
|
|
4573
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4573
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4574
4574
|
"line": 1053
|
|
4575
4575
|
},
|
|
4576
4576
|
"name": "autoMerge",
|
|
@@ -4589,7 +4589,7 @@
|
|
|
4589
4589
|
},
|
|
4590
4590
|
"immutable": true,
|
|
4591
4591
|
"locationInModule": {
|
|
4592
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4592
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4593
4593
|
"line": 1045
|
|
4594
4594
|
},
|
|
4595
4595
|
"name": "autoMergeOptions",
|
|
@@ -4607,7 +4607,7 @@
|
|
|
4607
4607
|
},
|
|
4608
4608
|
"immutable": true,
|
|
4609
4609
|
"locationInModule": {
|
|
4610
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4610
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4611
4611
|
"line": 939
|
|
4612
4612
|
},
|
|
4613
4613
|
"name": "bin",
|
|
@@ -4630,7 +4630,7 @@
|
|
|
4630
4630
|
},
|
|
4631
4631
|
"immutable": true,
|
|
4632
4632
|
"locationInModule": {
|
|
4633
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4633
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4634
4634
|
"line": 462
|
|
4635
4635
|
},
|
|
4636
4636
|
"name": "biome",
|
|
@@ -4648,7 +4648,7 @@
|
|
|
4648
4648
|
},
|
|
4649
4649
|
"immutable": true,
|
|
4650
4650
|
"locationInModule": {
|
|
4651
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4651
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4652
4652
|
"line": 456
|
|
4653
4653
|
},
|
|
4654
4654
|
"name": "biomeOptions",
|
|
@@ -4665,7 +4665,7 @@
|
|
|
4665
4665
|
},
|
|
4666
4666
|
"immutable": true,
|
|
4667
4667
|
"locationInModule": {
|
|
4668
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4668
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4669
4669
|
"line": 931
|
|
4670
4670
|
},
|
|
4671
4671
|
"name": "bugsEmail",
|
|
@@ -4682,7 +4682,7 @@
|
|
|
4682
4682
|
},
|
|
4683
4683
|
"immutable": true,
|
|
4684
4684
|
"locationInModule": {
|
|
4685
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4685
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4686
4686
|
"line": 926
|
|
4687
4687
|
},
|
|
4688
4688
|
"name": "bugsUrl",
|
|
@@ -4700,7 +4700,7 @@
|
|
|
4700
4700
|
},
|
|
4701
4701
|
"immutable": true,
|
|
4702
4702
|
"locationInModule": {
|
|
4703
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4703
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4704
4704
|
"line": 450
|
|
4705
4705
|
},
|
|
4706
4706
|
"name": "buildWorkflow",
|
|
@@ -4717,7 +4717,7 @@
|
|
|
4717
4717
|
},
|
|
4718
4718
|
"immutable": true,
|
|
4719
4719
|
"locationInModule": {
|
|
4720
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4720
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4721
4721
|
"line": 444
|
|
4722
4722
|
},
|
|
4723
4723
|
"name": "buildWorkflowOptions",
|
|
@@ -4736,7 +4736,7 @@
|
|
|
4736
4736
|
},
|
|
4737
4737
|
"immutable": true,
|
|
4738
4738
|
"locationInModule": {
|
|
4739
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4739
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4740
4740
|
"line": 689
|
|
4741
4741
|
},
|
|
4742
4742
|
"name": "bumpPackage",
|
|
@@ -4754,7 +4754,7 @@
|
|
|
4754
4754
|
},
|
|
4755
4755
|
"immutable": true,
|
|
4756
4756
|
"locationInModule": {
|
|
4757
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4757
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4758
4758
|
"line": 921
|
|
4759
4759
|
},
|
|
4760
4760
|
"name": "bundledDeps",
|
|
@@ -4776,7 +4776,7 @@
|
|
|
4776
4776
|
},
|
|
4777
4777
|
"immutable": true,
|
|
4778
4778
|
"locationInModule": {
|
|
4779
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4779
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4780
4780
|
"line": 439
|
|
4781
4781
|
},
|
|
4782
4782
|
"name": "bundlerOptions",
|
|
@@ -4794,7 +4794,7 @@
|
|
|
4794
4794
|
},
|
|
4795
4795
|
"immutable": true,
|
|
4796
4796
|
"locationInModule": {
|
|
4797
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4797
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4798
4798
|
"line": 906
|
|
4799
4799
|
},
|
|
4800
4800
|
"name": "bunVersion",
|
|
@@ -4813,7 +4813,7 @@
|
|
|
4813
4813
|
},
|
|
4814
4814
|
"immutable": true,
|
|
4815
4815
|
"locationInModule": {
|
|
4816
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4816
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4817
4817
|
"line": 96
|
|
4818
4818
|
},
|
|
4819
4819
|
"name": "catalog",
|
|
@@ -4832,7 +4832,7 @@
|
|
|
4832
4832
|
},
|
|
4833
4833
|
"immutable": true,
|
|
4834
4834
|
"locationInModule": {
|
|
4835
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4835
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4836
4836
|
"line": 76
|
|
4837
4837
|
},
|
|
4838
4838
|
"name": "cdkAssertions",
|
|
@@ -4851,7 +4851,7 @@
|
|
|
4851
4851
|
},
|
|
4852
4852
|
"immutable": true,
|
|
4853
4853
|
"locationInModule": {
|
|
4854
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4854
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4855
4855
|
"line": 68
|
|
4856
4856
|
},
|
|
4857
4857
|
"name": "cdkCliVersion",
|
|
@@ -4869,7 +4869,7 @@
|
|
|
4869
4869
|
},
|
|
4870
4870
|
"immutable": true,
|
|
4871
4871
|
"locationInModule": {
|
|
4872
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4872
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4873
4873
|
"line": 58
|
|
4874
4874
|
},
|
|
4875
4875
|
"name": "cdkVersionPinning",
|
|
@@ -4888,7 +4888,7 @@
|
|
|
4888
4888
|
},
|
|
4889
4889
|
"immutable": true,
|
|
4890
4890
|
"locationInModule": {
|
|
4891
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4891
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4892
4892
|
"line": 434
|
|
4893
4893
|
},
|
|
4894
4894
|
"name": "checkLicenses",
|
|
@@ -4906,7 +4906,7 @@
|
|
|
4906
4906
|
},
|
|
4907
4907
|
"immutable": true,
|
|
4908
4908
|
"locationInModule": {
|
|
4909
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4909
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4910
4910
|
"line": 1037
|
|
4911
4911
|
},
|
|
4912
4912
|
"name": "clobber",
|
|
@@ -4925,7 +4925,7 @@
|
|
|
4925
4925
|
},
|
|
4926
4926
|
"immutable": true,
|
|
4927
4927
|
"locationInModule": {
|
|
4928
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4928
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4929
4929
|
"line": 900
|
|
4930
4930
|
},
|
|
4931
4931
|
"name": "codeArtifactOptions",
|
|
@@ -4943,7 +4943,7 @@
|
|
|
4943
4943
|
},
|
|
4944
4944
|
"immutable": true,
|
|
4945
4945
|
"locationInModule": {
|
|
4946
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4946
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4947
4947
|
"line": 427
|
|
4948
4948
|
},
|
|
4949
4949
|
"name": "codeCov",
|
|
@@ -4961,7 +4961,7 @@
|
|
|
4961
4961
|
},
|
|
4962
4962
|
"immutable": true,
|
|
4963
4963
|
"locationInModule": {
|
|
4964
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4964
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4965
4965
|
"line": 421
|
|
4966
4966
|
},
|
|
4967
4967
|
"name": "codeCovTokenSecret",
|
|
@@ -4979,7 +4979,7 @@
|
|
|
4979
4979
|
},
|
|
4980
4980
|
"immutable": true,
|
|
4981
4981
|
"locationInModule": {
|
|
4982
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
4982
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
4983
4983
|
"line": 1128
|
|
4984
4984
|
},
|
|
4985
4985
|
"name": "commitGenerated",
|
|
@@ -4998,7 +4998,7 @@
|
|
|
4998
4998
|
},
|
|
4999
4999
|
"immutable": true,
|
|
5000
5000
|
"locationInModule": {
|
|
5001
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5001
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5002
5002
|
"line": 174
|
|
5003
5003
|
},
|
|
5004
5004
|
"name": "compat",
|
|
@@ -5016,7 +5016,7 @@
|
|
|
5016
5016
|
},
|
|
5017
5017
|
"immutable": true,
|
|
5018
5018
|
"locationInModule": {
|
|
5019
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5019
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5020
5020
|
"line": 166
|
|
5021
5021
|
},
|
|
5022
5022
|
"name": "compatIgnore",
|
|
@@ -5034,7 +5034,7 @@
|
|
|
5034
5034
|
},
|
|
5035
5035
|
"immutable": true,
|
|
5036
5036
|
"locationInModule": {
|
|
5037
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5037
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5038
5038
|
"line": 160
|
|
5039
5039
|
},
|
|
5040
5040
|
"name": "compressAssembly",
|
|
@@ -5052,7 +5052,7 @@
|
|
|
5052
5052
|
},
|
|
5053
5053
|
"immutable": true,
|
|
5054
5054
|
"locationInModule": {
|
|
5055
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5055
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5056
5056
|
"line": 51
|
|
5057
5057
|
},
|
|
5058
5058
|
"name": "constructsVersion",
|
|
@@ -5070,7 +5070,7 @@
|
|
|
5070
5070
|
},
|
|
5071
5071
|
"immutable": true,
|
|
5072
5072
|
"locationInModule": {
|
|
5073
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5073
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5074
5074
|
"line": 415
|
|
5075
5075
|
},
|
|
5076
5076
|
"name": "copyrightOwner",
|
|
@@ -5088,7 +5088,7 @@
|
|
|
5088
5088
|
},
|
|
5089
5089
|
"immutable": true,
|
|
5090
5090
|
"locationInModule": {
|
|
5091
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5091
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5092
5092
|
"line": 409
|
|
5093
5093
|
},
|
|
5094
5094
|
"name": "copyrightPeriod",
|
|
@@ -5107,7 +5107,7 @@
|
|
|
5107
5107
|
},
|
|
5108
5108
|
"immutable": true,
|
|
5109
5109
|
"locationInModule": {
|
|
5110
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5110
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5111
5111
|
"line": 403
|
|
5112
5112
|
},
|
|
5113
5113
|
"name": "dependabot",
|
|
@@ -5125,7 +5125,7 @@
|
|
|
5125
5125
|
},
|
|
5126
5126
|
"immutable": true,
|
|
5127
5127
|
"locationInModule": {
|
|
5128
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5128
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5129
5129
|
"line": 396
|
|
5130
5130
|
},
|
|
5131
5131
|
"name": "dependabotOptions",
|
|
@@ -5147,7 +5147,7 @@
|
|
|
5147
5147
|
},
|
|
5148
5148
|
"immutable": true,
|
|
5149
5149
|
"locationInModule": {
|
|
5150
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5150
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5151
5151
|
"line": 893
|
|
5152
5152
|
},
|
|
5153
5153
|
"name": "deps",
|
|
@@ -5171,7 +5171,7 @@
|
|
|
5171
5171
|
},
|
|
5172
5172
|
"immutable": true,
|
|
5173
5173
|
"locationInModule": {
|
|
5174
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5174
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5175
5175
|
"line": 390
|
|
5176
5176
|
},
|
|
5177
5177
|
"name": "depsUpgrade",
|
|
@@ -5189,7 +5189,7 @@
|
|
|
5189
5189
|
},
|
|
5190
5190
|
"immutable": true,
|
|
5191
5191
|
"locationInModule": {
|
|
5192
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5192
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5193
5193
|
"line": 383
|
|
5194
5194
|
},
|
|
5195
5195
|
"name": "depsUpgradeOptions",
|
|
@@ -5210,7 +5210,7 @@
|
|
|
5210
5210
|
},
|
|
5211
5211
|
"immutable": true,
|
|
5212
5212
|
"locationInModule": {
|
|
5213
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5213
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5214
5214
|
"line": 880
|
|
5215
5215
|
},
|
|
5216
5216
|
"name": "description",
|
|
@@ -5228,7 +5228,7 @@
|
|
|
5228
5228
|
},
|
|
5229
5229
|
"immutable": true,
|
|
5230
5230
|
"locationInModule": {
|
|
5231
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5231
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5232
5232
|
"line": 1031
|
|
5233
5233
|
},
|
|
5234
5234
|
"name": "devContainer",
|
|
@@ -5250,7 +5250,7 @@
|
|
|
5250
5250
|
},
|
|
5251
5251
|
"immutable": true,
|
|
5252
5252
|
"locationInModule": {
|
|
5253
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5253
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5254
5254
|
"line": 872
|
|
5255
5255
|
},
|
|
5256
5256
|
"name": "devDeps",
|
|
@@ -5273,7 +5273,7 @@
|
|
|
5273
5273
|
},
|
|
5274
5274
|
"immutable": true,
|
|
5275
5275
|
"locationInModule": {
|
|
5276
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5276
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5277
5277
|
"line": 282
|
|
5278
5278
|
},
|
|
5279
5279
|
"name": "disableTsconfig",
|
|
@@ -5291,7 +5291,7 @@
|
|
|
5291
5291
|
},
|
|
5292
5292
|
"immutable": true,
|
|
5293
5293
|
"locationInModule": {
|
|
5294
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5294
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5295
5295
|
"line": 276
|
|
5296
5296
|
},
|
|
5297
5297
|
"name": "disableTsconfigDev",
|
|
@@ -5309,7 +5309,7 @@
|
|
|
5309
5309
|
},
|
|
5310
5310
|
"immutable": true,
|
|
5311
5311
|
"locationInModule": {
|
|
5312
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5312
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5313
5313
|
"line": 270
|
|
5314
5314
|
},
|
|
5315
5315
|
"name": "docgen",
|
|
@@ -5327,7 +5327,7 @@
|
|
|
5327
5327
|
},
|
|
5328
5328
|
"immutable": true,
|
|
5329
5329
|
"locationInModule": {
|
|
5330
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5330
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5331
5331
|
"line": 154
|
|
5332
5332
|
},
|
|
5333
5333
|
"name": "docgenFilePath",
|
|
@@ -5345,7 +5345,7 @@
|
|
|
5345
5345
|
},
|
|
5346
5346
|
"immutable": true,
|
|
5347
5347
|
"locationInModule": {
|
|
5348
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5348
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5349
5349
|
"line": 264
|
|
5350
5350
|
},
|
|
5351
5351
|
"name": "docsDirectory",
|
|
@@ -5363,7 +5363,7 @@
|
|
|
5363
5363
|
},
|
|
5364
5364
|
"immutable": true,
|
|
5365
5365
|
"locationInModule": {
|
|
5366
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5366
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5367
5367
|
"line": 44
|
|
5368
5368
|
},
|
|
5369
5369
|
"name": "edgeLambdaAutoDiscover",
|
|
@@ -5381,7 +5381,7 @@
|
|
|
5381
5381
|
},
|
|
5382
5382
|
"immutable": true,
|
|
5383
5383
|
"locationInModule": {
|
|
5384
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5384
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5385
5385
|
"line": 855
|
|
5386
5386
|
},
|
|
5387
5387
|
"name": "entrypoint",
|
|
@@ -5399,7 +5399,7 @@
|
|
|
5399
5399
|
},
|
|
5400
5400
|
"immutable": true,
|
|
5401
5401
|
"locationInModule": {
|
|
5402
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5402
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5403
5403
|
"line": 258
|
|
5404
5404
|
},
|
|
5405
5405
|
"name": "entrypointTypes",
|
|
@@ -5417,7 +5417,7 @@
|
|
|
5417
5417
|
},
|
|
5418
5418
|
"immutable": true,
|
|
5419
5419
|
"locationInModule": {
|
|
5420
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5420
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5421
5421
|
"line": 148
|
|
5422
5422
|
},
|
|
5423
5423
|
"name": "excludeTypescript",
|
|
@@ -5440,7 +5440,7 @@
|
|
|
5440
5440
|
},
|
|
5441
5441
|
"immutable": true,
|
|
5442
5442
|
"locationInModule": {
|
|
5443
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5443
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5444
5444
|
"line": 38
|
|
5445
5445
|
},
|
|
5446
5446
|
"name": "experimentalIntegRunner",
|
|
@@ -5459,7 +5459,7 @@
|
|
|
5459
5459
|
},
|
|
5460
5460
|
"immutable": true,
|
|
5461
5461
|
"locationInModule": {
|
|
5462
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5462
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5463
5463
|
"line": 1025
|
|
5464
5464
|
},
|
|
5465
5465
|
"name": "github",
|
|
@@ -5477,7 +5477,7 @@
|
|
|
5477
5477
|
},
|
|
5478
5478
|
"immutable": true,
|
|
5479
5479
|
"locationInModule": {
|
|
5480
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5480
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5481
5481
|
"line": 1018
|
|
5482
5482
|
},
|
|
5483
5483
|
"name": "githubOptions",
|
|
@@ -5494,7 +5494,7 @@
|
|
|
5494
5494
|
},
|
|
5495
5495
|
"immutable": true,
|
|
5496
5496
|
"locationInModule": {
|
|
5497
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5497
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5498
5498
|
"line": 377
|
|
5499
5499
|
},
|
|
5500
5500
|
"name": "gitignore",
|
|
@@ -5516,7 +5516,7 @@
|
|
|
5516
5516
|
},
|
|
5517
5517
|
"immutable": true,
|
|
5518
5518
|
"locationInModule": {
|
|
5519
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5519
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5520
5520
|
"line": 1122
|
|
5521
5521
|
},
|
|
5522
5522
|
"name": "gitIgnoreOptions",
|
|
@@ -5533,7 +5533,7 @@
|
|
|
5533
5533
|
},
|
|
5534
5534
|
"immutable": true,
|
|
5535
5535
|
"locationInModule": {
|
|
5536
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5536
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5537
5537
|
"line": 1117
|
|
5538
5538
|
},
|
|
5539
5539
|
"name": "gitOptions",
|
|
@@ -5551,7 +5551,7 @@
|
|
|
5551
5551
|
},
|
|
5552
5552
|
"immutable": true,
|
|
5553
5553
|
"locationInModule": {
|
|
5554
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5554
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5555
5555
|
"line": 1012
|
|
5556
5556
|
},
|
|
5557
5557
|
"name": "gitpod",
|
|
@@ -5568,7 +5568,7 @@
|
|
|
5568
5568
|
},
|
|
5569
5569
|
"immutable": true,
|
|
5570
5570
|
"locationInModule": {
|
|
5571
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5571
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5572
5572
|
"line": 848
|
|
5573
5573
|
},
|
|
5574
5574
|
"name": "homepage",
|
|
@@ -5586,7 +5586,7 @@
|
|
|
5586
5586
|
},
|
|
5587
5587
|
"immutable": true,
|
|
5588
5588
|
"locationInModule": {
|
|
5589
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5589
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5590
5590
|
"line": 32
|
|
5591
5591
|
},
|
|
5592
5592
|
"name": "integrationTestAutoDiscover",
|
|
@@ -5604,7 +5604,7 @@
|
|
|
5604
5604
|
},
|
|
5605
5605
|
"immutable": true,
|
|
5606
5606
|
"locationInModule": {
|
|
5607
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5607
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5608
5608
|
"line": 682
|
|
5609
5609
|
},
|
|
5610
5610
|
"name": "jsiiReleaseVersion",
|
|
@@ -5626,7 +5626,7 @@
|
|
|
5626
5626
|
},
|
|
5627
5627
|
"immutable": true,
|
|
5628
5628
|
"locationInModule": {
|
|
5629
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5629
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5630
5630
|
"line": 138
|
|
5631
5631
|
},
|
|
5632
5632
|
"name": "jsiiVersion",
|
|
@@ -5643,7 +5643,7 @@
|
|
|
5643
5643
|
},
|
|
5644
5644
|
"immutable": true,
|
|
5645
5645
|
"locationInModule": {
|
|
5646
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5646
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5647
5647
|
"line": 843
|
|
5648
5648
|
},
|
|
5649
5649
|
"name": "keywords",
|
|
@@ -5666,7 +5666,7 @@
|
|
|
5666
5666
|
},
|
|
5667
5667
|
"immutable": true,
|
|
5668
5668
|
"locationInModule": {
|
|
5669
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5669
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5670
5670
|
"line": 26
|
|
5671
5671
|
},
|
|
5672
5672
|
"name": "lambdaAutoDiscover",
|
|
@@ -5684,7 +5684,7 @@
|
|
|
5684
5684
|
},
|
|
5685
5685
|
"immutable": true,
|
|
5686
5686
|
"locationInModule": {
|
|
5687
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5687
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5688
5688
|
"line": 20
|
|
5689
5689
|
},
|
|
5690
5690
|
"name": "lambdaExtensionAutoDiscover",
|
|
@@ -5702,7 +5702,7 @@
|
|
|
5702
5702
|
},
|
|
5703
5703
|
"immutable": true,
|
|
5704
5704
|
"locationInModule": {
|
|
5705
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5705
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5706
5706
|
"line": 14
|
|
5707
5707
|
},
|
|
5708
5708
|
"name": "lambdaOptions",
|
|
@@ -5720,7 +5720,7 @@
|
|
|
5720
5720
|
},
|
|
5721
5721
|
"immutable": true,
|
|
5722
5722
|
"locationInModule": {
|
|
5723
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5723
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5724
5724
|
"line": 252
|
|
5725
5725
|
},
|
|
5726
5726
|
"name": "libdir",
|
|
@@ -5739,7 +5739,7 @@
|
|
|
5739
5739
|
},
|
|
5740
5740
|
"immutable": true,
|
|
5741
5741
|
"locationInModule": {
|
|
5742
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5742
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5743
5743
|
"line": 838
|
|
5744
5744
|
},
|
|
5745
5745
|
"name": "license",
|
|
@@ -5757,7 +5757,7 @@
|
|
|
5757
5757
|
},
|
|
5758
5758
|
"immutable": true,
|
|
5759
5759
|
"locationInModule": {
|
|
5760
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5760
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5761
5761
|
"line": 830
|
|
5762
5762
|
},
|
|
5763
5763
|
"name": "licensed",
|
|
@@ -5775,7 +5775,7 @@
|
|
|
5775
5775
|
},
|
|
5776
5776
|
"immutable": true,
|
|
5777
5777
|
"locationInModule": {
|
|
5778
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5778
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5779
5779
|
"line": 1112
|
|
5780
5780
|
},
|
|
5781
5781
|
"name": "logging",
|
|
@@ -5794,7 +5794,7 @@
|
|
|
5794
5794
|
},
|
|
5795
5795
|
"immutable": true,
|
|
5796
5796
|
"locationInModule": {
|
|
5797
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5797
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5798
5798
|
"line": 676
|
|
5799
5799
|
},
|
|
5800
5800
|
"name": "majorVersion",
|
|
@@ -5813,7 +5813,7 @@
|
|
|
5813
5813
|
},
|
|
5814
5814
|
"immutable": true,
|
|
5815
5815
|
"locationInModule": {
|
|
5816
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5816
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5817
5817
|
"line": 824
|
|
5818
5818
|
},
|
|
5819
5819
|
"name": "maxNodeVersion",
|
|
@@ -5832,7 +5832,7 @@
|
|
|
5832
5832
|
},
|
|
5833
5833
|
"immutable": true,
|
|
5834
5834
|
"locationInModule": {
|
|
5835
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5835
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5836
5836
|
"line": 668
|
|
5837
5837
|
},
|
|
5838
5838
|
"name": "minMajorVersion",
|
|
@@ -5851,7 +5851,7 @@
|
|
|
5851
5851
|
},
|
|
5852
5852
|
"immutable": true,
|
|
5853
5853
|
"locationInModule": {
|
|
5854
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5854
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5855
5855
|
"line": 813
|
|
5856
5856
|
},
|
|
5857
5857
|
"name": "minNodeVersion",
|
|
@@ -5869,7 +5869,7 @@
|
|
|
5869
5869
|
},
|
|
5870
5870
|
"immutable": true,
|
|
5871
5871
|
"locationInModule": {
|
|
5872
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5872
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5873
5873
|
"line": 1150
|
|
5874
5874
|
},
|
|
5875
5875
|
"name": "mise",
|
|
@@ -5888,7 +5888,7 @@
|
|
|
5888
5888
|
},
|
|
5889
5889
|
"immutable": true,
|
|
5890
5890
|
"locationInModule": {
|
|
5891
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5891
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5892
5892
|
"line": 658
|
|
5893
5893
|
},
|
|
5894
5894
|
"name": "nextVersionCommand",
|
|
@@ -5906,7 +5906,7 @@
|
|
|
5906
5906
|
},
|
|
5907
5907
|
"immutable": true,
|
|
5908
5908
|
"locationInModule": {
|
|
5909
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5909
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5910
5910
|
"line": 798
|
|
5911
5911
|
},
|
|
5912
5912
|
"name": "npmAccess",
|
|
@@ -5925,7 +5925,7 @@
|
|
|
5925
5925
|
},
|
|
5926
5926
|
"immutable": true,
|
|
5927
5927
|
"locationInModule": {
|
|
5928
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5928
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5929
5929
|
"line": 634
|
|
5930
5930
|
},
|
|
5931
5931
|
"name": "npmDistTag",
|
|
@@ -5943,7 +5943,7 @@
|
|
|
5943
5943
|
},
|
|
5944
5944
|
"immutable": true,
|
|
5945
5945
|
"locationInModule": {
|
|
5946
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5946
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5947
5947
|
"line": 372
|
|
5948
5948
|
},
|
|
5949
5949
|
"name": "npmignoreEnabled",
|
|
@@ -5960,7 +5960,7 @@
|
|
|
5960
5960
|
},
|
|
5961
5961
|
"immutable": true,
|
|
5962
5962
|
"locationInModule": {
|
|
5963
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5963
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5964
5964
|
"line": 366
|
|
5965
5965
|
},
|
|
5966
5966
|
"name": "npmIgnoreOptions",
|
|
@@ -5979,7 +5979,7 @@
|
|
|
5979
5979
|
},
|
|
5980
5980
|
"immutable": true,
|
|
5981
5981
|
"locationInModule": {
|
|
5982
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
5982
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
5983
5983
|
"line": 790
|
|
5984
5984
|
},
|
|
5985
5985
|
"name": "npmProvenance",
|
|
@@ -5998,7 +5998,7 @@
|
|
|
5998
5998
|
},
|
|
5999
5999
|
"immutable": true,
|
|
6000
6000
|
"locationInModule": {
|
|
6001
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6001
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6002
6002
|
"line": 779
|
|
6003
6003
|
},
|
|
6004
6004
|
"name": "npmRegistryUrl",
|
|
@@ -6016,7 +6016,7 @@
|
|
|
6016
6016
|
},
|
|
6017
6017
|
"immutable": true,
|
|
6018
6018
|
"locationInModule": {
|
|
6019
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6019
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6020
6020
|
"line": 772
|
|
6021
6021
|
},
|
|
6022
6022
|
"name": "npmTokenSecret",
|
|
@@ -6034,7 +6034,7 @@
|
|
|
6034
6034
|
},
|
|
6035
6035
|
"immutable": true,
|
|
6036
6036
|
"locationInModule": {
|
|
6037
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6037
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6038
6038
|
"line": 766
|
|
6039
6039
|
},
|
|
6040
6040
|
"name": "npmTrustedPublishing",
|
|
@@ -6053,7 +6053,7 @@
|
|
|
6053
6053
|
},
|
|
6054
6054
|
"immutable": true,
|
|
6055
6055
|
"locationInModule": {
|
|
6056
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6056
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6057
6057
|
"line": 1106
|
|
6058
6058
|
},
|
|
6059
6059
|
"name": "outdir",
|
|
@@ -6071,7 +6071,7 @@
|
|
|
6071
6071
|
},
|
|
6072
6072
|
"immutable": true,
|
|
6073
6073
|
"locationInModule": {
|
|
6074
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6074
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6075
6075
|
"line": 361
|
|
6076
6076
|
},
|
|
6077
6077
|
"name": "package",
|
|
@@ -6089,7 +6089,7 @@
|
|
|
6089
6089
|
},
|
|
6090
6090
|
"immutable": true,
|
|
6091
6091
|
"locationInModule": {
|
|
6092
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6092
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6093
6093
|
"line": 760
|
|
6094
6094
|
},
|
|
6095
6095
|
"name": "packageManager",
|
|
@@ -6110,7 +6110,7 @@
|
|
|
6110
6110
|
},
|
|
6111
6111
|
"immutable": true,
|
|
6112
6112
|
"locationInModule": {
|
|
6113
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6113
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6114
6114
|
"line": 754
|
|
6115
6115
|
},
|
|
6116
6116
|
"name": "packageName",
|
|
@@ -6127,7 +6127,7 @@
|
|
|
6127
6127
|
},
|
|
6128
6128
|
"immutable": true,
|
|
6129
6129
|
"locationInModule": {
|
|
6130
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6130
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6131
6131
|
"line": 1095
|
|
6132
6132
|
},
|
|
6133
6133
|
"name": "parent",
|
|
@@ -6144,7 +6144,7 @@
|
|
|
6144
6144
|
},
|
|
6145
6145
|
"immutable": true,
|
|
6146
6146
|
"locationInModule": {
|
|
6147
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6147
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6148
6148
|
"line": 747
|
|
6149
6149
|
},
|
|
6150
6150
|
"name": "peerDependencyOptions",
|
|
@@ -6163,7 +6163,7 @@
|
|
|
6163
6163
|
},
|
|
6164
6164
|
"immutable": true,
|
|
6165
6165
|
"locationInModule": {
|
|
6166
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6166
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6167
6167
|
"line": 742
|
|
6168
6168
|
},
|
|
6169
6169
|
"name": "peerDeps",
|
|
@@ -6186,7 +6186,7 @@
|
|
|
6186
6186
|
},
|
|
6187
6187
|
"immutable": true,
|
|
6188
6188
|
"locationInModule": {
|
|
6189
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6189
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6190
6190
|
"line": 723
|
|
6191
6191
|
},
|
|
6192
6192
|
"name": "pnpmVersion",
|
|
@@ -6204,7 +6204,7 @@
|
|
|
6204
6204
|
},
|
|
6205
6205
|
"immutable": true,
|
|
6206
6206
|
"locationInModule": {
|
|
6207
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6207
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6208
6208
|
"line": 626
|
|
6209
6209
|
},
|
|
6210
6210
|
"name": "postBuildSteps",
|
|
@@ -6227,7 +6227,7 @@
|
|
|
6227
6227
|
},
|
|
6228
6228
|
"immutable": true,
|
|
6229
6229
|
"locationInModule": {
|
|
6230
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6230
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6231
6231
|
"line": 620
|
|
6232
6232
|
},
|
|
6233
6233
|
"name": "prerelease",
|
|
@@ -6246,7 +6246,7 @@
|
|
|
6246
6246
|
},
|
|
6247
6247
|
"immutable": true,
|
|
6248
6248
|
"locationInModule": {
|
|
6249
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6249
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6250
6250
|
"line": 1090
|
|
6251
6251
|
},
|
|
6252
6252
|
"name": "projenCommand",
|
|
@@ -6264,7 +6264,7 @@
|
|
|
6264
6264
|
},
|
|
6265
6265
|
"immutable": true,
|
|
6266
6266
|
"locationInModule": {
|
|
6267
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6267
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6268
6268
|
"line": 1006
|
|
6269
6269
|
},
|
|
6270
6270
|
"name": "projenCredentials",
|
|
@@ -6282,7 +6282,7 @@
|
|
|
6282
6282
|
},
|
|
6283
6283
|
"immutable": true,
|
|
6284
6284
|
"locationInModule": {
|
|
6285
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6285
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6286
6286
|
"line": 355
|
|
6287
6287
|
},
|
|
6288
6288
|
"name": "projenDevDependency",
|
|
@@ -6300,7 +6300,7 @@
|
|
|
6300
6300
|
},
|
|
6301
6301
|
"immutable": true,
|
|
6302
6302
|
"locationInModule": {
|
|
6303
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6303
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6304
6304
|
"line": 349
|
|
6305
6305
|
},
|
|
6306
6306
|
"name": "projenrcJs",
|
|
@@ -6318,7 +6318,7 @@
|
|
|
6318
6318
|
},
|
|
6319
6319
|
"immutable": true,
|
|
6320
6320
|
"locationInModule": {
|
|
6321
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6321
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6322
6322
|
"line": 1083
|
|
6323
6323
|
},
|
|
6324
6324
|
"name": "projenrcJson",
|
|
@@ -6336,7 +6336,7 @@
|
|
|
6336
6336
|
},
|
|
6337
6337
|
"immutable": true,
|
|
6338
6338
|
"locationInModule": {
|
|
6339
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6339
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6340
6340
|
"line": 1077
|
|
6341
6341
|
},
|
|
6342
6342
|
"name": "projenrcJsonOptions",
|
|
@@ -6354,7 +6354,7 @@
|
|
|
6354
6354
|
},
|
|
6355
6355
|
"immutable": true,
|
|
6356
6356
|
"locationInModule": {
|
|
6357
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6357
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6358
6358
|
"line": 343
|
|
6359
6359
|
},
|
|
6360
6360
|
"name": "projenrcJsOptions",
|
|
@@ -6375,7 +6375,7 @@
|
|
|
6375
6375
|
},
|
|
6376
6376
|
"immutable": true,
|
|
6377
6377
|
"locationInModule": {
|
|
6378
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6378
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6379
6379
|
"line": 246
|
|
6380
6380
|
},
|
|
6381
6381
|
"name": "projenrcTs",
|
|
@@ -6392,7 +6392,7 @@
|
|
|
6392
6392
|
},
|
|
6393
6393
|
"immutable": true,
|
|
6394
6394
|
"locationInModule": {
|
|
6395
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6395
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6396
6396
|
"line": 239
|
|
6397
6397
|
},
|
|
6398
6398
|
"name": "projenrcTsOptions",
|
|
@@ -6410,7 +6410,7 @@
|
|
|
6410
6410
|
},
|
|
6411
6411
|
"immutable": true,
|
|
6412
6412
|
"locationInModule": {
|
|
6413
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6413
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6414
6414
|
"line": 337
|
|
6415
6415
|
},
|
|
6416
6416
|
"name": "projenVersion",
|
|
@@ -6428,7 +6428,7 @@
|
|
|
6428
6428
|
},
|
|
6429
6429
|
"immutable": true,
|
|
6430
6430
|
"locationInModule": {
|
|
6431
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6431
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6432
6432
|
"line": 614
|
|
6433
6433
|
},
|
|
6434
6434
|
"name": "publishDryRun",
|
|
@@ -6447,7 +6447,7 @@
|
|
|
6447
6447
|
},
|
|
6448
6448
|
"immutable": true,
|
|
6449
6449
|
"locationInModule": {
|
|
6450
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6450
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6451
6451
|
"line": 608
|
|
6452
6452
|
},
|
|
6453
6453
|
"name": "publishTasks",
|
|
@@ -6465,7 +6465,7 @@
|
|
|
6465
6465
|
},
|
|
6466
6466
|
"immutable": true,
|
|
6467
6467
|
"locationInModule": {
|
|
6468
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6468
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6469
6469
|
"line": 125
|
|
6470
6470
|
},
|
|
6471
6471
|
"name": "publishToGo",
|
|
@@ -6483,7 +6483,7 @@
|
|
|
6483
6483
|
},
|
|
6484
6484
|
"immutable": true,
|
|
6485
6485
|
"locationInModule": {
|
|
6486
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6486
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6487
6487
|
"line": 119
|
|
6488
6488
|
},
|
|
6489
6489
|
"name": "publishToMaven",
|
|
@@ -6501,7 +6501,7 @@
|
|
|
6501
6501
|
},
|
|
6502
6502
|
"immutable": true,
|
|
6503
6503
|
"locationInModule": {
|
|
6504
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6504
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6505
6505
|
"line": 113
|
|
6506
6506
|
},
|
|
6507
6507
|
"name": "publishToNuget",
|
|
@@ -6519,7 +6519,7 @@
|
|
|
6519
6519
|
},
|
|
6520
6520
|
"immutable": true,
|
|
6521
6521
|
"locationInModule": {
|
|
6522
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6522
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6523
6523
|
"line": 107
|
|
6524
6524
|
},
|
|
6525
6525
|
"name": "publishToPypi",
|
|
@@ -6537,7 +6537,7 @@
|
|
|
6537
6537
|
},
|
|
6538
6538
|
"immutable": true,
|
|
6539
6539
|
"locationInModule": {
|
|
6540
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6540
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6541
6541
|
"line": 331
|
|
6542
6542
|
},
|
|
6543
6543
|
"name": "pullRequestTemplate",
|
|
@@ -6555,7 +6555,7 @@
|
|
|
6555
6555
|
},
|
|
6556
6556
|
"immutable": true,
|
|
6557
6557
|
"locationInModule": {
|
|
6558
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6558
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6559
6559
|
"line": 325
|
|
6560
6560
|
},
|
|
6561
6561
|
"name": "pullRequestTemplateContents",
|
|
@@ -6578,7 +6578,7 @@
|
|
|
6578
6578
|
},
|
|
6579
6579
|
"immutable": true,
|
|
6580
6580
|
"locationInModule": {
|
|
6581
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6581
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6582
6582
|
"line": 1000
|
|
6583
6583
|
},
|
|
6584
6584
|
"name": "readme",
|
|
@@ -6596,7 +6596,7 @@
|
|
|
6596
6596
|
},
|
|
6597
6597
|
"immutable": true,
|
|
6598
6598
|
"locationInModule": {
|
|
6599
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6599
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6600
6600
|
"line": 600
|
|
6601
6601
|
},
|
|
6602
6602
|
"name": "releasableCommits",
|
|
@@ -6614,7 +6614,7 @@
|
|
|
6614
6614
|
},
|
|
6615
6615
|
"immutable": true,
|
|
6616
6616
|
"locationInModule": {
|
|
6617
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6617
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6618
6618
|
"line": 319
|
|
6619
6619
|
},
|
|
6620
6620
|
"name": "release",
|
|
@@ -6633,7 +6633,7 @@
|
|
|
6633
6633
|
},
|
|
6634
6634
|
"immutable": true,
|
|
6635
6635
|
"locationInModule": {
|
|
6636
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6636
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6637
6637
|
"line": 594
|
|
6638
6638
|
},
|
|
6639
6639
|
"name": "releaseBranches",
|
|
@@ -6657,7 +6657,7 @@
|
|
|
6657
6657
|
},
|
|
6658
6658
|
"immutable": true,
|
|
6659
6659
|
"locationInModule": {
|
|
6660
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6660
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6661
6661
|
"line": 581
|
|
6662
6662
|
},
|
|
6663
6663
|
"name": "releaseEnvironment",
|
|
@@ -6675,7 +6675,7 @@
|
|
|
6675
6675
|
},
|
|
6676
6676
|
"immutable": true,
|
|
6677
6677
|
"locationInModule": {
|
|
6678
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6678
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6679
6679
|
"line": 570
|
|
6680
6680
|
},
|
|
6681
6681
|
"name": "releaseFailureIssue",
|
|
@@ -6694,7 +6694,7 @@
|
|
|
6694
6694
|
},
|
|
6695
6695
|
"immutable": true,
|
|
6696
6696
|
"locationInModule": {
|
|
6697
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6697
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6698
6698
|
"line": 564
|
|
6699
6699
|
},
|
|
6700
6700
|
"name": "releaseFailureIssueLabel",
|
|
@@ -6713,7 +6713,7 @@
|
|
|
6713
6713
|
},
|
|
6714
6714
|
"immutable": true,
|
|
6715
6715
|
"locationInModule": {
|
|
6716
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6716
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6717
6717
|
"line": 557
|
|
6718
6718
|
},
|
|
6719
6719
|
"name": "releaseTagPrefix",
|
|
@@ -6731,7 +6731,7 @@
|
|
|
6731
6731
|
},
|
|
6732
6732
|
"immutable": true,
|
|
6733
6733
|
"locationInModule": {
|
|
6734
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6734
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6735
6735
|
"line": 313
|
|
6736
6736
|
},
|
|
6737
6737
|
"name": "releaseToNpm",
|
|
@@ -6749,7 +6749,7 @@
|
|
|
6749
6749
|
},
|
|
6750
6750
|
"immutable": true,
|
|
6751
6751
|
"locationInModule": {
|
|
6752
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6752
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6753
6753
|
"line": 547
|
|
6754
6754
|
},
|
|
6755
6755
|
"name": "releaseTrigger",
|
|
@@ -6767,7 +6767,7 @@
|
|
|
6767
6767
|
},
|
|
6768
6768
|
"immutable": true,
|
|
6769
6769
|
"locationInModule": {
|
|
6770
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6770
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6771
6771
|
"line": 541
|
|
6772
6772
|
},
|
|
6773
6773
|
"name": "releaseWorkflowEnv",
|
|
@@ -6790,7 +6790,7 @@
|
|
|
6790
6790
|
},
|
|
6791
6791
|
"immutable": true,
|
|
6792
6792
|
"locationInModule": {
|
|
6793
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6793
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6794
6794
|
"line": 535
|
|
6795
6795
|
},
|
|
6796
6796
|
"name": "releaseWorkflowName",
|
|
@@ -6807,7 +6807,7 @@
|
|
|
6807
6807
|
},
|
|
6808
6808
|
"immutable": true,
|
|
6809
6809
|
"locationInModule": {
|
|
6810
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6810
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6811
6811
|
"line": 529
|
|
6812
6812
|
},
|
|
6813
6813
|
"name": "releaseWorkflowSetupSteps",
|
|
@@ -6830,7 +6830,7 @@
|
|
|
6830
6830
|
},
|
|
6831
6831
|
"immutable": true,
|
|
6832
6832
|
"locationInModule": {
|
|
6833
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6833
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6834
6834
|
"line": 1071
|
|
6835
6835
|
},
|
|
6836
6836
|
"name": "renovatebot",
|
|
@@ -6848,7 +6848,7 @@
|
|
|
6848
6848
|
},
|
|
6849
6849
|
"immutable": true,
|
|
6850
6850
|
"locationInModule": {
|
|
6851
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6851
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6852
6852
|
"line": 1065
|
|
6853
6853
|
},
|
|
6854
6854
|
"name": "renovatebotOptions",
|
|
@@ -6866,7 +6866,7 @@
|
|
|
6866
6866
|
},
|
|
6867
6867
|
"immutable": true,
|
|
6868
6868
|
"locationInModule": {
|
|
6869
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6869
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6870
6870
|
"line": 717
|
|
6871
6871
|
},
|
|
6872
6872
|
"name": "repository",
|
|
@@ -6883,7 +6883,7 @@
|
|
|
6883
6883
|
},
|
|
6884
6884
|
"immutable": true,
|
|
6885
6885
|
"locationInModule": {
|
|
6886
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6886
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6887
6887
|
"line": 711
|
|
6888
6888
|
},
|
|
6889
6889
|
"name": "repositoryDirectory",
|
|
@@ -6900,7 +6900,7 @@
|
|
|
6900
6900
|
},
|
|
6901
6901
|
"immutable": true,
|
|
6902
6902
|
"locationInModule": {
|
|
6903
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6903
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6904
6904
|
"line": 101
|
|
6905
6905
|
},
|
|
6906
6906
|
"name": "rootdir",
|
|
@@ -6918,7 +6918,7 @@
|
|
|
6918
6918
|
},
|
|
6919
6919
|
"immutable": true,
|
|
6920
6920
|
"locationInModule": {
|
|
6921
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6921
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6922
6922
|
"line": 706
|
|
6923
6923
|
},
|
|
6924
6924
|
"name": "scopedPackagesOptions",
|
|
@@ -6941,7 +6941,7 @@
|
|
|
6941
6941
|
},
|
|
6942
6942
|
"immutable": true,
|
|
6943
6943
|
"locationInModule": {
|
|
6944
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6944
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6945
6945
|
"line": 234
|
|
6946
6946
|
},
|
|
6947
6947
|
"name": "srcdir",
|
|
@@ -6958,7 +6958,7 @@
|
|
|
6958
6958
|
},
|
|
6959
6959
|
"immutable": true,
|
|
6960
6960
|
"locationInModule": {
|
|
6961
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6961
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6962
6962
|
"line": 700
|
|
6963
6963
|
},
|
|
6964
6964
|
"name": "stability",
|
|
@@ -6977,7 +6977,7 @@
|
|
|
6977
6977
|
},
|
|
6978
6978
|
"immutable": true,
|
|
6979
6979
|
"locationInModule": {
|
|
6980
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6980
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
6981
6981
|
"line": 994
|
|
6982
6982
|
},
|
|
6983
6983
|
"name": "stale",
|
|
@@ -6996,7 +6996,7 @@
|
|
|
6996
6996
|
},
|
|
6997
6997
|
"immutable": true,
|
|
6998
6998
|
"locationInModule": {
|
|
6999
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
6999
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
7000
7000
|
"line": 987
|
|
7001
7001
|
},
|
|
7002
7002
|
"name": "staleOptions",
|
|
@@ -7015,7 +7015,7 @@
|
|
|
7015
7015
|
},
|
|
7016
7016
|
"immutable": true,
|
|
7017
7017
|
"locationInModule": {
|
|
7018
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
7018
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
7019
7019
|
"line": 228
|
|
7020
7020
|
},
|
|
7021
7021
|
"name": "testdir",
|
|
@@ -7033,7 +7033,7 @@
|
|
|
7033
7033
|
},
|
|
7034
7034
|
"immutable": true,
|
|
7035
7035
|
"locationInModule": {
|
|
7036
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
7036
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
7037
7037
|
"line": 218
|
|
7038
7038
|
},
|
|
7039
7039
|
"name": "tsconfig",
|
|
@@ -7051,7 +7051,7 @@
|
|
|
7051
7051
|
},
|
|
7052
7052
|
"immutable": true,
|
|
7053
7053
|
"locationInModule": {
|
|
7054
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
7054
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
7055
7055
|
"line": 212
|
|
7056
7056
|
},
|
|
7057
7057
|
"name": "tsconfigDev",
|
|
@@ -7069,7 +7069,7 @@
|
|
|
7069
7069
|
},
|
|
7070
7070
|
"immutable": true,
|
|
7071
7071
|
"locationInModule": {
|
|
7072
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
7072
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
7073
7073
|
"line": 206
|
|
7074
7074
|
},
|
|
7075
7075
|
"name": "tsconfigDevFile",
|
|
@@ -7088,7 +7088,7 @@
|
|
|
7088
7088
|
},
|
|
7089
7089
|
"immutable": true,
|
|
7090
7090
|
"locationInModule": {
|
|
7091
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
7091
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
7092
7092
|
"line": 200
|
|
7093
7093
|
},
|
|
7094
7094
|
"name": "typescriptVersion",
|
|
@@ -7107,7 +7107,7 @@
|
|
|
7107
7107
|
},
|
|
7108
7108
|
"immutable": true,
|
|
7109
7109
|
"locationInModule": {
|
|
7110
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
7110
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
7111
7111
|
"line": 524
|
|
7112
7112
|
},
|
|
7113
7113
|
"name": "versionrcOptions",
|
|
@@ -7130,7 +7130,7 @@
|
|
|
7130
7130
|
},
|
|
7131
7131
|
"immutable": true,
|
|
7132
7132
|
"locationInModule": {
|
|
7133
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
7133
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
7134
7134
|
"line": 1145
|
|
7135
7135
|
},
|
|
7136
7136
|
"name": "vitest",
|
|
@@ -7148,7 +7148,7 @@
|
|
|
7148
7148
|
},
|
|
7149
7149
|
"immutable": true,
|
|
7150
7150
|
"locationInModule": {
|
|
7151
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
7151
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
7152
7152
|
"line": 1140
|
|
7153
7153
|
},
|
|
7154
7154
|
"name": "vitestOptions",
|
|
@@ -7167,7 +7167,7 @@
|
|
|
7167
7167
|
},
|
|
7168
7168
|
"immutable": true,
|
|
7169
7169
|
"locationInModule": {
|
|
7170
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
7170
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
7171
7171
|
"line": 980
|
|
7172
7172
|
},
|
|
7173
7173
|
"name": "vscode",
|
|
@@ -7185,7 +7185,7 @@
|
|
|
7185
7185
|
},
|
|
7186
7186
|
"immutable": true,
|
|
7187
7187
|
"locationInModule": {
|
|
7188
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
7188
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
7189
7189
|
"line": 307
|
|
7190
7190
|
},
|
|
7191
7191
|
"name": "workflowBootstrapSteps",
|
|
@@ -7208,7 +7208,7 @@
|
|
|
7208
7208
|
},
|
|
7209
7209
|
"immutable": true,
|
|
7210
7210
|
"locationInModule": {
|
|
7211
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
7211
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
7212
7212
|
"line": 517
|
|
7213
7213
|
},
|
|
7214
7214
|
"name": "workflowContainerImage",
|
|
@@ -7226,7 +7226,7 @@
|
|
|
7226
7226
|
},
|
|
7227
7227
|
"immutable": true,
|
|
7228
7228
|
"locationInModule": {
|
|
7229
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
7229
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
7230
7230
|
"line": 301
|
|
7231
7231
|
},
|
|
7232
7232
|
"name": "workflowGitIdentity",
|
|
@@ -7245,7 +7245,7 @@
|
|
|
7245
7245
|
},
|
|
7246
7246
|
"immutable": true,
|
|
7247
7247
|
"locationInModule": {
|
|
7248
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
7248
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
7249
7249
|
"line": 295
|
|
7250
7250
|
},
|
|
7251
7251
|
"name": "workflowNodeVersion",
|
|
@@ -7263,7 +7263,7 @@
|
|
|
7263
7263
|
},
|
|
7264
7264
|
"immutable": true,
|
|
7265
7265
|
"locationInModule": {
|
|
7266
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
7266
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
7267
7267
|
"line": 288
|
|
7268
7268
|
},
|
|
7269
7269
|
"name": "workflowPackageCache",
|
|
@@ -7285,7 +7285,7 @@
|
|
|
7285
7285
|
},
|
|
7286
7286
|
"immutable": true,
|
|
7287
7287
|
"locationInModule": {
|
|
7288
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
7288
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
7289
7289
|
"line": 511
|
|
7290
7290
|
},
|
|
7291
7291
|
"name": "workflowRunsOn",
|
|
@@ -7311,7 +7311,7 @@
|
|
|
7311
7311
|
},
|
|
7312
7312
|
"immutable": true,
|
|
7313
7313
|
"locationInModule": {
|
|
7314
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
7314
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
7315
7315
|
"line": 503
|
|
7316
7316
|
},
|
|
7317
7317
|
"name": "workflowRunsOnGroup",
|
|
@@ -7329,7 +7329,7 @@
|
|
|
7329
7329
|
},
|
|
7330
7330
|
"immutable": true,
|
|
7331
7331
|
"locationInModule": {
|
|
7332
|
-
"filename": "src/projects/awscdk-construct-options.generated.ts",
|
|
7332
|
+
"filename": "src/projects/awscdk-construct-library-options.generated.ts",
|
|
7333
7333
|
"line": 695
|
|
7334
7334
|
},
|
|
7335
7335
|
"name": "yarnBerryOptions",
|
|
@@ -7339,7 +7339,7 @@
|
|
|
7339
7339
|
}
|
|
7340
7340
|
}
|
|
7341
7341
|
],
|
|
7342
|
-
"symbolId": "src/projects/awscdk-construct-options.generated:
|
|
7342
|
+
"symbolId": "src/projects/awscdk-construct-library-options.generated:AwsCdkConstructLibraryProjectOptions"
|
|
7343
7343
|
},
|
|
7344
7344
|
"@nikovirtala/projen-constructs.AwsCdkTypeScriptAppProject": {
|
|
7345
7345
|
"assembly": "@nikovirtala/projen-constructs",
|
|
@@ -7353,7 +7353,7 @@
|
|
|
7353
7353
|
"stability": "stable"
|
|
7354
7354
|
},
|
|
7355
7355
|
"locationInModule": {
|
|
7356
|
-
"filename": "src/projects/awscdk-app.ts",
|
|
7356
|
+
"filename": "src/projects/awscdk-typescript-app.ts",
|
|
7357
7357
|
"line": 9
|
|
7358
7358
|
},
|
|
7359
7359
|
"parameters": [
|
|
@@ -7367,11 +7367,11 @@
|
|
|
7367
7367
|
},
|
|
7368
7368
|
"kind": "class",
|
|
7369
7369
|
"locationInModule": {
|
|
7370
|
-
"filename": "src/projects/awscdk-app.ts",
|
|
7370
|
+
"filename": "src/projects/awscdk-typescript-app.ts",
|
|
7371
7371
|
"line": 8
|
|
7372
7372
|
},
|
|
7373
7373
|
"name": "AwsCdkTypeScriptAppProject",
|
|
7374
|
-
"symbolId": "src/projects/awscdk-app:AwsCdkTypeScriptAppProject"
|
|
7374
|
+
"symbolId": "src/projects/awscdk-typescript-app:AwsCdkTypeScriptAppProject"
|
|
7375
7375
|
},
|
|
7376
7376
|
"@nikovirtala/projen-constructs.AwsCdkTypeScriptAppProjectOptions": {
|
|
7377
7377
|
"assembly": "@nikovirtala/projen-constructs",
|
|
@@ -7383,8 +7383,8 @@
|
|
|
7383
7383
|
"fqn": "@nikovirtala/projen-constructs.AwsCdkTypeScriptAppProjectOptions",
|
|
7384
7384
|
"kind": "interface",
|
|
7385
7385
|
"locationInModule": {
|
|
7386
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7387
|
-
"line":
|
|
7386
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7387
|
+
"line": 23
|
|
7388
7388
|
},
|
|
7389
7389
|
"name": "AwsCdkTypeScriptAppProjectOptions",
|
|
7390
7390
|
"properties": [
|
|
@@ -7397,8 +7397,8 @@
|
|
|
7397
7397
|
},
|
|
7398
7398
|
"immutable": true,
|
|
7399
7399
|
"locationInModule": {
|
|
7400
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7401
|
-
"line":
|
|
7400
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7401
|
+
"line": 108
|
|
7402
7402
|
},
|
|
7403
7403
|
"name": "cdkVersion",
|
|
7404
7404
|
"type": {
|
|
@@ -7414,8 +7414,8 @@
|
|
|
7414
7414
|
},
|
|
7415
7415
|
"immutable": true,
|
|
7416
7416
|
"locationInModule": {
|
|
7417
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7418
|
-
"line":
|
|
7417
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7418
|
+
"line": 460
|
|
7419
7419
|
},
|
|
7420
7420
|
"name": "defaultReleaseBranch",
|
|
7421
7421
|
"type": {
|
|
@@ -7434,8 +7434,8 @@
|
|
|
7434
7434
|
},
|
|
7435
7435
|
"immutable": true,
|
|
7436
7436
|
"locationInModule": {
|
|
7437
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7438
|
-
"line":
|
|
7437
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7438
|
+
"line": 1099
|
|
7439
7439
|
},
|
|
7440
7440
|
"name": "name",
|
|
7441
7441
|
"type": {
|
|
@@ -7452,8 +7452,8 @@
|
|
|
7452
7452
|
},
|
|
7453
7453
|
"immutable": true,
|
|
7454
7454
|
"locationInModule": {
|
|
7455
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7456
|
-
"line":
|
|
7455
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7456
|
+
"line": 937
|
|
7457
7457
|
},
|
|
7458
7458
|
"name": "allowLibraryDependencies",
|
|
7459
7459
|
"optional": true,
|
|
@@ -7469,8 +7469,8 @@
|
|
|
7469
7469
|
},
|
|
7470
7470
|
"immutable": true,
|
|
7471
7471
|
"locationInModule": {
|
|
7472
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7473
|
-
"line":
|
|
7472
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7473
|
+
"line": 70
|
|
7474
7474
|
},
|
|
7475
7475
|
"name": "app",
|
|
7476
7476
|
"optional": true,
|
|
@@ -7487,8 +7487,8 @@
|
|
|
7487
7487
|
},
|
|
7488
7488
|
"immutable": true,
|
|
7489
7489
|
"locationInModule": {
|
|
7490
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7491
|
-
"line":
|
|
7490
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7491
|
+
"line": 65
|
|
7492
7492
|
},
|
|
7493
7493
|
"name": "appEntrypoint",
|
|
7494
7494
|
"optional": true,
|
|
@@ -7505,8 +7505,8 @@
|
|
|
7505
7505
|
},
|
|
7506
7506
|
"immutable": true,
|
|
7507
7507
|
"locationInModule": {
|
|
7508
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7509
|
-
"line":
|
|
7508
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7509
|
+
"line": 454
|
|
7510
7510
|
},
|
|
7511
7511
|
"name": "artifactsDirectory",
|
|
7512
7512
|
"optional": true,
|
|
@@ -7524,8 +7524,8 @@
|
|
|
7524
7524
|
},
|
|
7525
7525
|
"immutable": true,
|
|
7526
7526
|
"locationInModule": {
|
|
7527
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7528
|
-
"line":
|
|
7527
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7528
|
+
"line": 448
|
|
7529
7529
|
},
|
|
7530
7530
|
"name": "auditDeps",
|
|
7531
7531
|
"optional": true,
|
|
@@ -7542,8 +7542,8 @@
|
|
|
7542
7542
|
},
|
|
7543
7543
|
"immutable": true,
|
|
7544
7544
|
"locationInModule": {
|
|
7545
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7546
|
-
"line":
|
|
7545
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7546
|
+
"line": 439
|
|
7547
7547
|
},
|
|
7548
7548
|
"name": "auditDepsOptions",
|
|
7549
7549
|
"optional": true,
|
|
@@ -7559,8 +7559,8 @@
|
|
|
7559
7559
|
},
|
|
7560
7560
|
"immutable": true,
|
|
7561
7561
|
"locationInModule": {
|
|
7562
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7563
|
-
"line":
|
|
7562
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7563
|
+
"line": 929
|
|
7564
7564
|
},
|
|
7565
7565
|
"name": "authorEmail",
|
|
7566
7566
|
"optional": true,
|
|
@@ -7576,8 +7576,8 @@
|
|
|
7576
7576
|
},
|
|
7577
7577
|
"immutable": true,
|
|
7578
7578
|
"locationInModule": {
|
|
7579
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7580
|
-
"line":
|
|
7579
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7580
|
+
"line": 924
|
|
7581
7581
|
},
|
|
7582
7582
|
"name": "authorName",
|
|
7583
7583
|
"optional": true,
|
|
@@ -7593,8 +7593,8 @@
|
|
|
7593
7593
|
},
|
|
7594
7594
|
"immutable": true,
|
|
7595
7595
|
"locationInModule": {
|
|
7596
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7597
|
-
"line":
|
|
7596
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7597
|
+
"line": 919
|
|
7598
7598
|
},
|
|
7599
7599
|
"name": "authorOrganization",
|
|
7600
7600
|
"optional": true,
|
|
@@ -7610,8 +7610,8 @@
|
|
|
7610
7610
|
},
|
|
7611
7611
|
"immutable": true,
|
|
7612
7612
|
"locationInModule": {
|
|
7613
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7614
|
-
"line":
|
|
7613
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7614
|
+
"line": 914
|
|
7615
7615
|
},
|
|
7616
7616
|
"name": "authorUrl",
|
|
7617
7617
|
"optional": true,
|
|
@@ -7628,8 +7628,8 @@
|
|
|
7628
7628
|
},
|
|
7629
7629
|
"immutable": true,
|
|
7630
7630
|
"locationInModule": {
|
|
7631
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7632
|
-
"line":
|
|
7631
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7632
|
+
"line": 1023
|
|
7633
7633
|
},
|
|
7634
7634
|
"name": "autoApproveOptions",
|
|
7635
7635
|
"optional": true,
|
|
@@ -7647,8 +7647,8 @@
|
|
|
7647
7647
|
},
|
|
7648
7648
|
"immutable": true,
|
|
7649
7649
|
"locationInModule": {
|
|
7650
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7651
|
-
"line":
|
|
7650
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7651
|
+
"line": 433
|
|
7652
7652
|
},
|
|
7653
7653
|
"name": "autoApproveUpgrades",
|
|
7654
7654
|
"optional": true,
|
|
@@ -7665,8 +7665,8 @@
|
|
|
7665
7665
|
},
|
|
7666
7666
|
"immutable": true,
|
|
7667
7667
|
"locationInModule": {
|
|
7668
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7669
|
-
"line":
|
|
7668
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7669
|
+
"line": 909
|
|
7670
7670
|
},
|
|
7671
7671
|
"name": "autoDetectBin",
|
|
7672
7672
|
"optional": true,
|
|
@@ -7684,8 +7684,8 @@
|
|
|
7684
7684
|
},
|
|
7685
7685
|
"immutable": true,
|
|
7686
7686
|
"locationInModule": {
|
|
7687
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7688
|
-
"line":
|
|
7687
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7688
|
+
"line": 1017
|
|
7689
7689
|
},
|
|
7690
7690
|
"name": "autoMerge",
|
|
7691
7691
|
"optional": true,
|
|
@@ -7703,8 +7703,8 @@
|
|
|
7703
7703
|
},
|
|
7704
7704
|
"immutable": true,
|
|
7705
7705
|
"locationInModule": {
|
|
7706
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7707
|
-
"line":
|
|
7706
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7707
|
+
"line": 1009
|
|
7708
7708
|
},
|
|
7709
7709
|
"name": "autoMergeOptions",
|
|
7710
7710
|
"optional": true,
|
|
@@ -7721,8 +7721,8 @@
|
|
|
7721
7721
|
},
|
|
7722
7722
|
"immutable": true,
|
|
7723
7723
|
"locationInModule": {
|
|
7724
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7725
|
-
"line":
|
|
7724
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7725
|
+
"line": 903
|
|
7726
7726
|
},
|
|
7727
7727
|
"name": "bin",
|
|
7728
7728
|
"optional": true,
|
|
@@ -7744,8 +7744,8 @@
|
|
|
7744
7744
|
},
|
|
7745
7745
|
"immutable": true,
|
|
7746
7746
|
"locationInModule": {
|
|
7747
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7748
|
-
"line":
|
|
7747
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7748
|
+
"line": 426
|
|
7749
7749
|
},
|
|
7750
7750
|
"name": "biome",
|
|
7751
7751
|
"optional": true,
|
|
@@ -7762,8 +7762,8 @@
|
|
|
7762
7762
|
},
|
|
7763
7763
|
"immutable": true,
|
|
7764
7764
|
"locationInModule": {
|
|
7765
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7766
|
-
"line":
|
|
7765
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7766
|
+
"line": 420
|
|
7767
7767
|
},
|
|
7768
7768
|
"name": "biomeOptions",
|
|
7769
7769
|
"optional": true,
|
|
@@ -7779,8 +7779,8 @@
|
|
|
7779
7779
|
},
|
|
7780
7780
|
"immutable": true,
|
|
7781
7781
|
"locationInModule": {
|
|
7782
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7783
|
-
"line":
|
|
7782
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7783
|
+
"line": 895
|
|
7784
7784
|
},
|
|
7785
7785
|
"name": "bugsEmail",
|
|
7786
7786
|
"optional": true,
|
|
@@ -7796,8 +7796,8 @@
|
|
|
7796
7796
|
},
|
|
7797
7797
|
"immutable": true,
|
|
7798
7798
|
"locationInModule": {
|
|
7799
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7800
|
-
"line":
|
|
7799
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7800
|
+
"line": 890
|
|
7801
7801
|
},
|
|
7802
7802
|
"name": "bugsUrl",
|
|
7803
7803
|
"optional": true,
|
|
@@ -7815,8 +7815,8 @@
|
|
|
7815
7815
|
},
|
|
7816
7816
|
"immutable": true,
|
|
7817
7817
|
"locationInModule": {
|
|
7818
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7819
|
-
"line":
|
|
7818
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7819
|
+
"line": 156
|
|
7820
7820
|
},
|
|
7821
7821
|
"name": "buildCommand",
|
|
7822
7822
|
"optional": true,
|
|
@@ -7833,8 +7833,8 @@
|
|
|
7833
7833
|
},
|
|
7834
7834
|
"immutable": true,
|
|
7835
7835
|
"locationInModule": {
|
|
7836
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7837
|
-
"line":
|
|
7836
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7837
|
+
"line": 414
|
|
7838
7838
|
},
|
|
7839
7839
|
"name": "buildWorkflow",
|
|
7840
7840
|
"optional": true,
|
|
@@ -7850,8 +7850,8 @@
|
|
|
7850
7850
|
},
|
|
7851
7851
|
"immutable": true,
|
|
7852
7852
|
"locationInModule": {
|
|
7853
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7854
|
-
"line":
|
|
7853
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7854
|
+
"line": 408
|
|
7855
7855
|
},
|
|
7856
7856
|
"name": "buildWorkflowOptions",
|
|
7857
7857
|
"optional": true,
|
|
@@ -7869,8 +7869,8 @@
|
|
|
7869
7869
|
},
|
|
7870
7870
|
"immutable": true,
|
|
7871
7871
|
"locationInModule": {
|
|
7872
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7873
|
-
"line":
|
|
7872
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7873
|
+
"line": 653
|
|
7874
7874
|
},
|
|
7875
7875
|
"name": "bumpPackage",
|
|
7876
7876
|
"optional": true,
|
|
@@ -7887,8 +7887,8 @@
|
|
|
7887
7887
|
},
|
|
7888
7888
|
"immutable": true,
|
|
7889
7889
|
"locationInModule": {
|
|
7890
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7891
|
-
"line":
|
|
7890
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7891
|
+
"line": 885
|
|
7892
7892
|
},
|
|
7893
7893
|
"name": "bundledDeps",
|
|
7894
7894
|
"optional": true,
|
|
@@ -7909,8 +7909,8 @@
|
|
|
7909
7909
|
},
|
|
7910
7910
|
"immutable": true,
|
|
7911
7911
|
"locationInModule": {
|
|
7912
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7913
|
-
"line":
|
|
7912
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7913
|
+
"line": 403
|
|
7914
7914
|
},
|
|
7915
7915
|
"name": "bundlerOptions",
|
|
7916
7916
|
"optional": true,
|
|
@@ -7927,8 +7927,8 @@
|
|
|
7927
7927
|
},
|
|
7928
7928
|
"immutable": true,
|
|
7929
7929
|
"locationInModule": {
|
|
7930
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7931
|
-
"line":
|
|
7930
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7931
|
+
"line": 870
|
|
7932
7932
|
},
|
|
7933
7933
|
"name": "bunVersion",
|
|
7934
7934
|
"optional": true,
|
|
@@ -7946,8 +7946,8 @@
|
|
|
7946
7946
|
},
|
|
7947
7947
|
"immutable": true,
|
|
7948
7948
|
"locationInModule": {
|
|
7949
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7950
|
-
"line":
|
|
7949
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7950
|
+
"line": 102
|
|
7951
7951
|
},
|
|
7952
7952
|
"name": "cdkAssertions",
|
|
7953
7953
|
"optional": true,
|
|
@@ -7965,8 +7965,8 @@
|
|
|
7965
7965
|
},
|
|
7966
7966
|
"immutable": true,
|
|
7967
7967
|
"locationInModule": {
|
|
7968
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7969
|
-
"line":
|
|
7968
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7969
|
+
"line": 94
|
|
7970
7970
|
},
|
|
7971
7971
|
"name": "cdkCliVersion",
|
|
7972
7972
|
"optional": true,
|
|
@@ -7983,8 +7983,8 @@
|
|
|
7983
7983
|
},
|
|
7984
7984
|
"immutable": true,
|
|
7985
7985
|
"locationInModule": {
|
|
7986
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
7987
|
-
"line":
|
|
7986
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
7987
|
+
"line": 147
|
|
7988
7988
|
},
|
|
7989
7989
|
"name": "cdkout",
|
|
7990
7990
|
"optional": true,
|
|
@@ -8001,8 +8001,8 @@
|
|
|
8001
8001
|
},
|
|
8002
8002
|
"immutable": true,
|
|
8003
8003
|
"locationInModule": {
|
|
8004
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8005
|
-
"line":
|
|
8004
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8005
|
+
"line": 84
|
|
8006
8006
|
},
|
|
8007
8007
|
"name": "cdkVersionPinning",
|
|
8008
8008
|
"optional": true,
|
|
@@ -8020,8 +8020,8 @@
|
|
|
8020
8020
|
},
|
|
8021
8021
|
"immutable": true,
|
|
8022
8022
|
"locationInModule": {
|
|
8023
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8024
|
-
"line":
|
|
8023
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8024
|
+
"line": 398
|
|
8025
8025
|
},
|
|
8026
8026
|
"name": "checkLicenses",
|
|
8027
8027
|
"optional": true,
|
|
@@ -8038,8 +8038,8 @@
|
|
|
8038
8038
|
},
|
|
8039
8039
|
"immutable": true,
|
|
8040
8040
|
"locationInModule": {
|
|
8041
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8042
|
-
"line":
|
|
8041
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8042
|
+
"line": 1001
|
|
8043
8043
|
},
|
|
8044
8044
|
"name": "clobber",
|
|
8045
8045
|
"optional": true,
|
|
@@ -8057,8 +8057,8 @@
|
|
|
8057
8057
|
},
|
|
8058
8058
|
"immutable": true,
|
|
8059
8059
|
"locationInModule": {
|
|
8060
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8061
|
-
"line":
|
|
8060
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8061
|
+
"line": 864
|
|
8062
8062
|
},
|
|
8063
8063
|
"name": "codeArtifactOptions",
|
|
8064
8064
|
"optional": true,
|
|
@@ -8075,8 +8075,8 @@
|
|
|
8075
8075
|
},
|
|
8076
8076
|
"immutable": true,
|
|
8077
8077
|
"locationInModule": {
|
|
8078
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8079
|
-
"line":
|
|
8078
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8079
|
+
"line": 391
|
|
8080
8080
|
},
|
|
8081
8081
|
"name": "codeCov",
|
|
8082
8082
|
"optional": true,
|
|
@@ -8093,8 +8093,8 @@
|
|
|
8093
8093
|
},
|
|
8094
8094
|
"immutable": true,
|
|
8095
8095
|
"locationInModule": {
|
|
8096
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8097
|
-
"line":
|
|
8096
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8097
|
+
"line": 385
|
|
8098
8098
|
},
|
|
8099
8099
|
"name": "codeCovTokenSecret",
|
|
8100
8100
|
"optional": true,
|
|
@@ -8111,8 +8111,8 @@
|
|
|
8111
8111
|
},
|
|
8112
8112
|
"immutable": true,
|
|
8113
8113
|
"locationInModule": {
|
|
8114
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8115
|
-
"line":
|
|
8114
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8115
|
+
"line": 1092
|
|
8116
8116
|
},
|
|
8117
8117
|
"name": "commitGenerated",
|
|
8118
8118
|
"optional": true,
|
|
@@ -8129,8 +8129,8 @@
|
|
|
8129
8129
|
},
|
|
8130
8130
|
"immutable": true,
|
|
8131
8131
|
"locationInModule": {
|
|
8132
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8133
|
-
"line":
|
|
8132
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8133
|
+
"line": 77
|
|
8134
8134
|
},
|
|
8135
8135
|
"name": "constructsVersion",
|
|
8136
8136
|
"optional": true,
|
|
@@ -8147,8 +8147,8 @@
|
|
|
8147
8147
|
},
|
|
8148
8148
|
"immutable": true,
|
|
8149
8149
|
"locationInModule": {
|
|
8150
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8151
|
-
"line":
|
|
8150
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8151
|
+
"line": 141
|
|
8152
8152
|
},
|
|
8153
8153
|
"name": "context",
|
|
8154
8154
|
"optional": true,
|
|
@@ -8170,8 +8170,8 @@
|
|
|
8170
8170
|
},
|
|
8171
8171
|
"immutable": true,
|
|
8172
8172
|
"locationInModule": {
|
|
8173
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8174
|
-
"line":
|
|
8173
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8174
|
+
"line": 379
|
|
8175
8175
|
},
|
|
8176
8176
|
"name": "copyrightOwner",
|
|
8177
8177
|
"optional": true,
|
|
@@ -8188,8 +8188,8 @@
|
|
|
8188
8188
|
},
|
|
8189
8189
|
"immutable": true,
|
|
8190
8190
|
"locationInModule": {
|
|
8191
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8192
|
-
"line":
|
|
8191
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8192
|
+
"line": 373
|
|
8193
8193
|
},
|
|
8194
8194
|
"name": "copyrightPeriod",
|
|
8195
8195
|
"optional": true,
|
|
@@ -8207,8 +8207,8 @@
|
|
|
8207
8207
|
},
|
|
8208
8208
|
"immutable": true,
|
|
8209
8209
|
"locationInModule": {
|
|
8210
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8211
|
-
"line":
|
|
8210
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8211
|
+
"line": 367
|
|
8212
8212
|
},
|
|
8213
8213
|
"name": "dependabot",
|
|
8214
8214
|
"optional": true,
|
|
@@ -8225,8 +8225,8 @@
|
|
|
8225
8225
|
},
|
|
8226
8226
|
"immutable": true,
|
|
8227
8227
|
"locationInModule": {
|
|
8228
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8229
|
-
"line":
|
|
8228
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8229
|
+
"line": 360
|
|
8230
8230
|
},
|
|
8231
8231
|
"name": "dependabotOptions",
|
|
8232
8232
|
"optional": true,
|
|
@@ -8247,8 +8247,8 @@
|
|
|
8247
8247
|
},
|
|
8248
8248
|
"immutable": true,
|
|
8249
8249
|
"locationInModule": {
|
|
8250
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8251
|
-
"line":
|
|
8250
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8251
|
+
"line": 857
|
|
8252
8252
|
},
|
|
8253
8253
|
"name": "deps",
|
|
8254
8254
|
"optional": true,
|
|
@@ -8271,8 +8271,8 @@
|
|
|
8271
8271
|
},
|
|
8272
8272
|
"immutable": true,
|
|
8273
8273
|
"locationInModule": {
|
|
8274
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8275
|
-
"line":
|
|
8274
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8275
|
+
"line": 354
|
|
8276
8276
|
},
|
|
8277
8277
|
"name": "depsUpgrade",
|
|
8278
8278
|
"optional": true,
|
|
@@ -8289,8 +8289,8 @@
|
|
|
8289
8289
|
},
|
|
8290
8290
|
"immutable": true,
|
|
8291
8291
|
"locationInModule": {
|
|
8292
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8293
|
-
"line":
|
|
8292
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8293
|
+
"line": 347
|
|
8294
8294
|
},
|
|
8295
8295
|
"name": "depsUpgradeOptions",
|
|
8296
8296
|
"optional": true,
|
|
@@ -8310,8 +8310,8 @@
|
|
|
8310
8310
|
},
|
|
8311
8311
|
"immutable": true,
|
|
8312
8312
|
"locationInModule": {
|
|
8313
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8314
|
-
"line":
|
|
8313
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8314
|
+
"line": 844
|
|
8315
8315
|
},
|
|
8316
8316
|
"name": "description",
|
|
8317
8317
|
"optional": true,
|
|
@@ -8328,8 +8328,8 @@
|
|
|
8328
8328
|
},
|
|
8329
8329
|
"immutable": true,
|
|
8330
8330
|
"locationInModule": {
|
|
8331
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8332
|
-
"line":
|
|
8331
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8332
|
+
"line": 995
|
|
8333
8333
|
},
|
|
8334
8334
|
"name": "devContainer",
|
|
8335
8335
|
"optional": true,
|
|
@@ -8350,8 +8350,8 @@
|
|
|
8350
8350
|
},
|
|
8351
8351
|
"immutable": true,
|
|
8352
8352
|
"locationInModule": {
|
|
8353
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8354
|
-
"line":
|
|
8353
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8354
|
+
"line": 836
|
|
8355
8355
|
},
|
|
8356
8356
|
"name": "devDeps",
|
|
8357
8357
|
"optional": true,
|
|
@@ -8373,8 +8373,8 @@
|
|
|
8373
8373
|
},
|
|
8374
8374
|
"immutable": true,
|
|
8375
8375
|
"locationInModule": {
|
|
8376
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8377
|
-
"line":
|
|
8376
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8377
|
+
"line": 246
|
|
8378
8378
|
},
|
|
8379
8379
|
"name": "disableTsconfig",
|
|
8380
8380
|
"optional": true,
|
|
@@ -8391,8 +8391,8 @@
|
|
|
8391
8391
|
},
|
|
8392
8392
|
"immutable": true,
|
|
8393
8393
|
"locationInModule": {
|
|
8394
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8395
|
-
"line":
|
|
8394
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8395
|
+
"line": 240
|
|
8396
8396
|
},
|
|
8397
8397
|
"name": "disableTsconfigDev",
|
|
8398
8398
|
"optional": true,
|
|
@@ -8409,8 +8409,8 @@
|
|
|
8409
8409
|
},
|
|
8410
8410
|
"immutable": true,
|
|
8411
8411
|
"locationInModule": {
|
|
8412
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8413
|
-
"line":
|
|
8412
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8413
|
+
"line": 234
|
|
8414
8414
|
},
|
|
8415
8415
|
"name": "docgen",
|
|
8416
8416
|
"optional": true,
|
|
@@ -8427,8 +8427,8 @@
|
|
|
8427
8427
|
},
|
|
8428
8428
|
"immutable": true,
|
|
8429
8429
|
"locationInModule": {
|
|
8430
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8431
|
-
"line":
|
|
8430
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8431
|
+
"line": 228
|
|
8432
8432
|
},
|
|
8433
8433
|
"name": "docsDirectory",
|
|
8434
8434
|
"optional": true,
|
|
@@ -8445,8 +8445,8 @@
|
|
|
8445
8445
|
},
|
|
8446
8446
|
"immutable": true,
|
|
8447
8447
|
"locationInModule": {
|
|
8448
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8449
|
-
"line":
|
|
8448
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8449
|
+
"line": 59
|
|
8450
8450
|
},
|
|
8451
8451
|
"name": "edgeLambdaAutoDiscover",
|
|
8452
8452
|
"optional": true,
|
|
@@ -8463,8 +8463,8 @@
|
|
|
8463
8463
|
},
|
|
8464
8464
|
"immutable": true,
|
|
8465
8465
|
"locationInModule": {
|
|
8466
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8467
|
-
"line":
|
|
8466
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8467
|
+
"line": 819
|
|
8468
8468
|
},
|
|
8469
8469
|
"name": "entrypoint",
|
|
8470
8470
|
"optional": true,
|
|
@@ -8481,8 +8481,8 @@
|
|
|
8481
8481
|
},
|
|
8482
8482
|
"immutable": true,
|
|
8483
8483
|
"locationInModule": {
|
|
8484
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8485
|
-
"line":
|
|
8484
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8485
|
+
"line": 222
|
|
8486
8486
|
},
|
|
8487
8487
|
"name": "entrypointTypes",
|
|
8488
8488
|
"optional": true,
|
|
@@ -8499,8 +8499,8 @@
|
|
|
8499
8499
|
},
|
|
8500
8500
|
"immutable": true,
|
|
8501
8501
|
"locationInModule": {
|
|
8502
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8503
|
-
"line":
|
|
8502
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8503
|
+
"line": 53
|
|
8504
8504
|
},
|
|
8505
8505
|
"name": "experimentalIntegRunner",
|
|
8506
8506
|
"optional": true,
|
|
@@ -8517,8 +8517,8 @@
|
|
|
8517
8517
|
},
|
|
8518
8518
|
"immutable": true,
|
|
8519
8519
|
"locationInModule": {
|
|
8520
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8521
|
-
"line":
|
|
8520
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8521
|
+
"line": 135
|
|
8522
8522
|
},
|
|
8523
8523
|
"name": "featureFlags",
|
|
8524
8524
|
"optional": true,
|
|
@@ -8536,8 +8536,8 @@
|
|
|
8536
8536
|
},
|
|
8537
8537
|
"immutable": true,
|
|
8538
8538
|
"locationInModule": {
|
|
8539
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8540
|
-
"line":
|
|
8539
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8540
|
+
"line": 989
|
|
8541
8541
|
},
|
|
8542
8542
|
"name": "github",
|
|
8543
8543
|
"optional": true,
|
|
@@ -8554,8 +8554,8 @@
|
|
|
8554
8554
|
},
|
|
8555
8555
|
"immutable": true,
|
|
8556
8556
|
"locationInModule": {
|
|
8557
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8558
|
-
"line":
|
|
8557
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8558
|
+
"line": 982
|
|
8559
8559
|
},
|
|
8560
8560
|
"name": "githubOptions",
|
|
8561
8561
|
"optional": true,
|
|
@@ -8571,8 +8571,8 @@
|
|
|
8571
8571
|
},
|
|
8572
8572
|
"immutable": true,
|
|
8573
8573
|
"locationInModule": {
|
|
8574
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8575
|
-
"line":
|
|
8574
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8575
|
+
"line": 341
|
|
8576
8576
|
},
|
|
8577
8577
|
"name": "gitignore",
|
|
8578
8578
|
"optional": true,
|
|
@@ -8593,8 +8593,8 @@
|
|
|
8593
8593
|
},
|
|
8594
8594
|
"immutable": true,
|
|
8595
8595
|
"locationInModule": {
|
|
8596
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8597
|
-
"line":
|
|
8596
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8597
|
+
"line": 1086
|
|
8598
8598
|
},
|
|
8599
8599
|
"name": "gitIgnoreOptions",
|
|
8600
8600
|
"optional": true,
|
|
@@ -8610,8 +8610,8 @@
|
|
|
8610
8610
|
},
|
|
8611
8611
|
"immutable": true,
|
|
8612
8612
|
"locationInModule": {
|
|
8613
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8614
|
-
"line":
|
|
8613
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8614
|
+
"line": 1081
|
|
8615
8615
|
},
|
|
8616
8616
|
"name": "gitOptions",
|
|
8617
8617
|
"optional": true,
|
|
@@ -8628,8 +8628,8 @@
|
|
|
8628
8628
|
},
|
|
8629
8629
|
"immutable": true,
|
|
8630
8630
|
"locationInModule": {
|
|
8631
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8632
|
-
"line":
|
|
8631
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8632
|
+
"line": 976
|
|
8633
8633
|
},
|
|
8634
8634
|
"name": "gitpod",
|
|
8635
8635
|
"optional": true,
|
|
@@ -8645,8 +8645,8 @@
|
|
|
8645
8645
|
},
|
|
8646
8646
|
"immutable": true,
|
|
8647
8647
|
"locationInModule": {
|
|
8648
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8649
|
-
"line":
|
|
8648
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8649
|
+
"line": 812
|
|
8650
8650
|
},
|
|
8651
8651
|
"name": "homepage",
|
|
8652
8652
|
"optional": true,
|
|
@@ -8663,8 +8663,8 @@
|
|
|
8663
8663
|
},
|
|
8664
8664
|
"immutable": true,
|
|
8665
8665
|
"locationInModule": {
|
|
8666
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8667
|
-
"line":
|
|
8666
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8667
|
+
"line": 47
|
|
8668
8668
|
},
|
|
8669
8669
|
"name": "integrationTestAutoDiscover",
|
|
8670
8670
|
"optional": true,
|
|
@@ -8681,8 +8681,8 @@
|
|
|
8681
8681
|
},
|
|
8682
8682
|
"immutable": true,
|
|
8683
8683
|
"locationInModule": {
|
|
8684
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8685
|
-
"line":
|
|
8684
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8685
|
+
"line": 646
|
|
8686
8686
|
},
|
|
8687
8687
|
"name": "jsiiReleaseVersion",
|
|
8688
8688
|
"optional": true,
|
|
@@ -8698,8 +8698,8 @@
|
|
|
8698
8698
|
},
|
|
8699
8699
|
"immutable": true,
|
|
8700
8700
|
"locationInModule": {
|
|
8701
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8702
|
-
"line":
|
|
8701
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8702
|
+
"line": 807
|
|
8703
8703
|
},
|
|
8704
8704
|
"name": "keywords",
|
|
8705
8705
|
"optional": true,
|
|
@@ -8721,8 +8721,8 @@
|
|
|
8721
8721
|
},
|
|
8722
8722
|
"immutable": true,
|
|
8723
8723
|
"locationInModule": {
|
|
8724
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8725
|
-
"line":
|
|
8724
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8725
|
+
"line": 41
|
|
8726
8726
|
},
|
|
8727
8727
|
"name": "lambdaAutoDiscover",
|
|
8728
8728
|
"optional": true,
|
|
@@ -8739,8 +8739,8 @@
|
|
|
8739
8739
|
},
|
|
8740
8740
|
"immutable": true,
|
|
8741
8741
|
"locationInModule": {
|
|
8742
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8743
|
-
"line":
|
|
8742
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8743
|
+
"line": 35
|
|
8744
8744
|
},
|
|
8745
8745
|
"name": "lambdaExtensionAutoDiscover",
|
|
8746
8746
|
"optional": true,
|
|
@@ -8757,8 +8757,8 @@
|
|
|
8757
8757
|
},
|
|
8758
8758
|
"immutable": true,
|
|
8759
8759
|
"locationInModule": {
|
|
8760
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8761
|
-
"line":
|
|
8760
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8761
|
+
"line": 29
|
|
8762
8762
|
},
|
|
8763
8763
|
"name": "lambdaOptions",
|
|
8764
8764
|
"optional": true,
|
|
@@ -8775,8 +8775,8 @@
|
|
|
8775
8775
|
},
|
|
8776
8776
|
"immutable": true,
|
|
8777
8777
|
"locationInModule": {
|
|
8778
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8779
|
-
"line":
|
|
8778
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8779
|
+
"line": 216
|
|
8780
8780
|
},
|
|
8781
8781
|
"name": "libdir",
|
|
8782
8782
|
"optional": true,
|
|
@@ -8794,8 +8794,8 @@
|
|
|
8794
8794
|
},
|
|
8795
8795
|
"immutable": true,
|
|
8796
8796
|
"locationInModule": {
|
|
8797
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8798
|
-
"line":
|
|
8797
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8798
|
+
"line": 802
|
|
8799
8799
|
},
|
|
8800
8800
|
"name": "license",
|
|
8801
8801
|
"optional": true,
|
|
@@ -8812,8 +8812,8 @@
|
|
|
8812
8812
|
},
|
|
8813
8813
|
"immutable": true,
|
|
8814
8814
|
"locationInModule": {
|
|
8815
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8816
|
-
"line":
|
|
8815
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8816
|
+
"line": 794
|
|
8817
8817
|
},
|
|
8818
8818
|
"name": "licensed",
|
|
8819
8819
|
"optional": true,
|
|
@@ -8830,8 +8830,8 @@
|
|
|
8830
8830
|
},
|
|
8831
8831
|
"immutable": true,
|
|
8832
8832
|
"locationInModule": {
|
|
8833
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8834
|
-
"line":
|
|
8833
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8834
|
+
"line": 1076
|
|
8835
8835
|
},
|
|
8836
8836
|
"name": "logging",
|
|
8837
8837
|
"optional": true,
|
|
@@ -8849,8 +8849,8 @@
|
|
|
8849
8849
|
},
|
|
8850
8850
|
"immutable": true,
|
|
8851
8851
|
"locationInModule": {
|
|
8852
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8853
|
-
"line":
|
|
8852
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8853
|
+
"line": 640
|
|
8854
8854
|
},
|
|
8855
8855
|
"name": "majorVersion",
|
|
8856
8856
|
"optional": true,
|
|
@@ -8868,8 +8868,8 @@
|
|
|
8868
8868
|
},
|
|
8869
8869
|
"immutable": true,
|
|
8870
8870
|
"locationInModule": {
|
|
8871
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8872
|
-
"line":
|
|
8871
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8872
|
+
"line": 788
|
|
8873
8873
|
},
|
|
8874
8874
|
"name": "maxNodeVersion",
|
|
8875
8875
|
"optional": true,
|
|
@@ -8887,8 +8887,8 @@
|
|
|
8887
8887
|
},
|
|
8888
8888
|
"immutable": true,
|
|
8889
8889
|
"locationInModule": {
|
|
8890
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8891
|
-
"line":
|
|
8890
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8891
|
+
"line": 632
|
|
8892
8892
|
},
|
|
8893
8893
|
"name": "minMajorVersion",
|
|
8894
8894
|
"optional": true,
|
|
@@ -8906,8 +8906,8 @@
|
|
|
8906
8906
|
},
|
|
8907
8907
|
"immutable": true,
|
|
8908
8908
|
"locationInModule": {
|
|
8909
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8910
|
-
"line":
|
|
8909
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8910
|
+
"line": 777
|
|
8911
8911
|
},
|
|
8912
8912
|
"name": "minNodeVersion",
|
|
8913
8913
|
"optional": true,
|
|
@@ -8924,8 +8924,8 @@
|
|
|
8924
8924
|
},
|
|
8925
8925
|
"immutable": true,
|
|
8926
8926
|
"locationInModule": {
|
|
8927
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8928
|
-
"line":
|
|
8927
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8928
|
+
"line": 1114
|
|
8929
8929
|
},
|
|
8930
8930
|
"name": "mise",
|
|
8931
8931
|
"optional": true,
|
|
@@ -8943,8 +8943,8 @@
|
|
|
8943
8943
|
},
|
|
8944
8944
|
"immutable": true,
|
|
8945
8945
|
"locationInModule": {
|
|
8946
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8947
|
-
"line":
|
|
8946
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8947
|
+
"line": 622
|
|
8948
8948
|
},
|
|
8949
8949
|
"name": "nextVersionCommand",
|
|
8950
8950
|
"optional": true,
|
|
@@ -8961,8 +8961,8 @@
|
|
|
8961
8961
|
},
|
|
8962
8962
|
"immutable": true,
|
|
8963
8963
|
"locationInModule": {
|
|
8964
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8965
|
-
"line":
|
|
8964
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8965
|
+
"line": 762
|
|
8966
8966
|
},
|
|
8967
8967
|
"name": "npmAccess",
|
|
8968
8968
|
"optional": true,
|
|
@@ -8980,8 +8980,8 @@
|
|
|
8980
8980
|
},
|
|
8981
8981
|
"immutable": true,
|
|
8982
8982
|
"locationInModule": {
|
|
8983
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
8984
|
-
"line":
|
|
8983
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
8984
|
+
"line": 598
|
|
8985
8985
|
},
|
|
8986
8986
|
"name": "npmDistTag",
|
|
8987
8987
|
"optional": true,
|
|
@@ -8998,8 +8998,8 @@
|
|
|
8998
8998
|
},
|
|
8999
8999
|
"immutable": true,
|
|
9000
9000
|
"locationInModule": {
|
|
9001
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9002
|
-
"line":
|
|
9001
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9002
|
+
"line": 336
|
|
9003
9003
|
},
|
|
9004
9004
|
"name": "npmignoreEnabled",
|
|
9005
9005
|
"optional": true,
|
|
@@ -9015,8 +9015,8 @@
|
|
|
9015
9015
|
},
|
|
9016
9016
|
"immutable": true,
|
|
9017
9017
|
"locationInModule": {
|
|
9018
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9019
|
-
"line":
|
|
9018
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9019
|
+
"line": 330
|
|
9020
9020
|
},
|
|
9021
9021
|
"name": "npmIgnoreOptions",
|
|
9022
9022
|
"optional": true,
|
|
@@ -9034,8 +9034,8 @@
|
|
|
9034
9034
|
},
|
|
9035
9035
|
"immutable": true,
|
|
9036
9036
|
"locationInModule": {
|
|
9037
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9038
|
-
"line":
|
|
9037
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9038
|
+
"line": 754
|
|
9039
9039
|
},
|
|
9040
9040
|
"name": "npmProvenance",
|
|
9041
9041
|
"optional": true,
|
|
@@ -9053,8 +9053,8 @@
|
|
|
9053
9053
|
},
|
|
9054
9054
|
"immutable": true,
|
|
9055
9055
|
"locationInModule": {
|
|
9056
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9057
|
-
"line":
|
|
9056
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9057
|
+
"line": 743
|
|
9058
9058
|
},
|
|
9059
9059
|
"name": "npmRegistryUrl",
|
|
9060
9060
|
"optional": true,
|
|
@@ -9071,8 +9071,8 @@
|
|
|
9071
9071
|
},
|
|
9072
9072
|
"immutable": true,
|
|
9073
9073
|
"locationInModule": {
|
|
9074
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9075
|
-
"line":
|
|
9074
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9075
|
+
"line": 736
|
|
9076
9076
|
},
|
|
9077
9077
|
"name": "npmTokenSecret",
|
|
9078
9078
|
"optional": true,
|
|
@@ -9089,8 +9089,8 @@
|
|
|
9089
9089
|
},
|
|
9090
9090
|
"immutable": true,
|
|
9091
9091
|
"locationInModule": {
|
|
9092
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9093
|
-
"line":
|
|
9092
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9093
|
+
"line": 730
|
|
9094
9094
|
},
|
|
9095
9095
|
"name": "npmTrustedPublishing",
|
|
9096
9096
|
"optional": true,
|
|
@@ -9108,8 +9108,8 @@
|
|
|
9108
9108
|
},
|
|
9109
9109
|
"immutable": true,
|
|
9110
9110
|
"locationInModule": {
|
|
9111
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9112
|
-
"line":
|
|
9111
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9112
|
+
"line": 1070
|
|
9113
9113
|
},
|
|
9114
9114
|
"name": "outdir",
|
|
9115
9115
|
"optional": true,
|
|
@@ -9126,8 +9126,8 @@
|
|
|
9126
9126
|
},
|
|
9127
9127
|
"immutable": true,
|
|
9128
9128
|
"locationInModule": {
|
|
9129
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9130
|
-
"line":
|
|
9129
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9130
|
+
"line": 325
|
|
9131
9131
|
},
|
|
9132
9132
|
"name": "package",
|
|
9133
9133
|
"optional": true,
|
|
@@ -9144,8 +9144,8 @@
|
|
|
9144
9144
|
},
|
|
9145
9145
|
"immutable": true,
|
|
9146
9146
|
"locationInModule": {
|
|
9147
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9148
|
-
"line":
|
|
9147
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9148
|
+
"line": 724
|
|
9149
9149
|
},
|
|
9150
9150
|
"name": "packageManager",
|
|
9151
9151
|
"optional": true,
|
|
@@ -9165,8 +9165,8 @@
|
|
|
9165
9165
|
},
|
|
9166
9166
|
"immutable": true,
|
|
9167
9167
|
"locationInModule": {
|
|
9168
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9169
|
-
"line":
|
|
9168
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9169
|
+
"line": 718
|
|
9170
9170
|
},
|
|
9171
9171
|
"name": "packageName",
|
|
9172
9172
|
"optional": true,
|
|
@@ -9182,8 +9182,8 @@
|
|
|
9182
9182
|
},
|
|
9183
9183
|
"immutable": true,
|
|
9184
9184
|
"locationInModule": {
|
|
9185
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9186
|
-
"line":
|
|
9185
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9186
|
+
"line": 1059
|
|
9187
9187
|
},
|
|
9188
9188
|
"name": "parent",
|
|
9189
9189
|
"optional": true,
|
|
@@ -9199,8 +9199,8 @@
|
|
|
9199
9199
|
},
|
|
9200
9200
|
"immutable": true,
|
|
9201
9201
|
"locationInModule": {
|
|
9202
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9203
|
-
"line":
|
|
9202
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9203
|
+
"line": 711
|
|
9204
9204
|
},
|
|
9205
9205
|
"name": "peerDependencyOptions",
|
|
9206
9206
|
"optional": true,
|
|
@@ -9218,8 +9218,8 @@
|
|
|
9218
9218
|
},
|
|
9219
9219
|
"immutable": true,
|
|
9220
9220
|
"locationInModule": {
|
|
9221
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9222
|
-
"line":
|
|
9221
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9222
|
+
"line": 706
|
|
9223
9223
|
},
|
|
9224
9224
|
"name": "peerDeps",
|
|
9225
9225
|
"optional": true,
|
|
@@ -9241,8 +9241,8 @@
|
|
|
9241
9241
|
},
|
|
9242
9242
|
"immutable": true,
|
|
9243
9243
|
"locationInModule": {
|
|
9244
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9245
|
-
"line":
|
|
9244
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9245
|
+
"line": 687
|
|
9246
9246
|
},
|
|
9247
9247
|
"name": "pnpmVersion",
|
|
9248
9248
|
"optional": true,
|
|
@@ -9259,8 +9259,8 @@
|
|
|
9259
9259
|
},
|
|
9260
9260
|
"immutable": true,
|
|
9261
9261
|
"locationInModule": {
|
|
9262
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9263
|
-
"line":
|
|
9262
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9263
|
+
"line": 590
|
|
9264
9264
|
},
|
|
9265
9265
|
"name": "postBuildSteps",
|
|
9266
9266
|
"optional": true,
|
|
@@ -9282,8 +9282,8 @@
|
|
|
9282
9282
|
},
|
|
9283
9283
|
"immutable": true,
|
|
9284
9284
|
"locationInModule": {
|
|
9285
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9286
|
-
"line":
|
|
9285
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9286
|
+
"line": 584
|
|
9287
9287
|
},
|
|
9288
9288
|
"name": "prerelease",
|
|
9289
9289
|
"optional": true,
|
|
@@ -9301,8 +9301,8 @@
|
|
|
9301
9301
|
},
|
|
9302
9302
|
"immutable": true,
|
|
9303
9303
|
"locationInModule": {
|
|
9304
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9305
|
-
"line":
|
|
9304
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9305
|
+
"line": 1054
|
|
9306
9306
|
},
|
|
9307
9307
|
"name": "projenCommand",
|
|
9308
9308
|
"optional": true,
|
|
@@ -9319,8 +9319,8 @@
|
|
|
9319
9319
|
},
|
|
9320
9320
|
"immutable": true,
|
|
9321
9321
|
"locationInModule": {
|
|
9322
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9323
|
-
"line":
|
|
9322
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9323
|
+
"line": 970
|
|
9324
9324
|
},
|
|
9325
9325
|
"name": "projenCredentials",
|
|
9326
9326
|
"optional": true,
|
|
@@ -9337,8 +9337,8 @@
|
|
|
9337
9337
|
},
|
|
9338
9338
|
"immutable": true,
|
|
9339
9339
|
"locationInModule": {
|
|
9340
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9341
|
-
"line":
|
|
9340
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9341
|
+
"line": 319
|
|
9342
9342
|
},
|
|
9343
9343
|
"name": "projenDevDependency",
|
|
9344
9344
|
"optional": true,
|
|
@@ -9355,8 +9355,8 @@
|
|
|
9355
9355
|
},
|
|
9356
9356
|
"immutable": true,
|
|
9357
9357
|
"locationInModule": {
|
|
9358
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9359
|
-
"line":
|
|
9358
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9359
|
+
"line": 313
|
|
9360
9360
|
},
|
|
9361
9361
|
"name": "projenrcJs",
|
|
9362
9362
|
"optional": true,
|
|
@@ -9373,8 +9373,8 @@
|
|
|
9373
9373
|
},
|
|
9374
9374
|
"immutable": true,
|
|
9375
9375
|
"locationInModule": {
|
|
9376
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9377
|
-
"line":
|
|
9376
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9377
|
+
"line": 1047
|
|
9378
9378
|
},
|
|
9379
9379
|
"name": "projenrcJson",
|
|
9380
9380
|
"optional": true,
|
|
@@ -9391,8 +9391,8 @@
|
|
|
9391
9391
|
},
|
|
9392
9392
|
"immutable": true,
|
|
9393
9393
|
"locationInModule": {
|
|
9394
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9395
|
-
"line":
|
|
9394
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9395
|
+
"line": 1041
|
|
9396
9396
|
},
|
|
9397
9397
|
"name": "projenrcJsonOptions",
|
|
9398
9398
|
"optional": true,
|
|
@@ -9409,8 +9409,8 @@
|
|
|
9409
9409
|
},
|
|
9410
9410
|
"immutable": true,
|
|
9411
9411
|
"locationInModule": {
|
|
9412
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9413
|
-
"line":
|
|
9412
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9413
|
+
"line": 307
|
|
9414
9414
|
},
|
|
9415
9415
|
"name": "projenrcJsOptions",
|
|
9416
9416
|
"optional": true,
|
|
@@ -9430,8 +9430,8 @@
|
|
|
9430
9430
|
},
|
|
9431
9431
|
"immutable": true,
|
|
9432
9432
|
"locationInModule": {
|
|
9433
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9434
|
-
"line":
|
|
9433
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9434
|
+
"line": 210
|
|
9435
9435
|
},
|
|
9436
9436
|
"name": "projenrcTs",
|
|
9437
9437
|
"optional": true,
|
|
@@ -9447,8 +9447,8 @@
|
|
|
9447
9447
|
},
|
|
9448
9448
|
"immutable": true,
|
|
9449
9449
|
"locationInModule": {
|
|
9450
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9451
|
-
"line":
|
|
9450
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9451
|
+
"line": 203
|
|
9452
9452
|
},
|
|
9453
9453
|
"name": "projenrcTsOptions",
|
|
9454
9454
|
"optional": true,
|
|
@@ -9465,8 +9465,8 @@
|
|
|
9465
9465
|
},
|
|
9466
9466
|
"immutable": true,
|
|
9467
9467
|
"locationInModule": {
|
|
9468
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9469
|
-
"line":
|
|
9468
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9469
|
+
"line": 301
|
|
9470
9470
|
},
|
|
9471
9471
|
"name": "projenVersion",
|
|
9472
9472
|
"optional": true,
|
|
@@ -9483,8 +9483,8 @@
|
|
|
9483
9483
|
},
|
|
9484
9484
|
"immutable": true,
|
|
9485
9485
|
"locationInModule": {
|
|
9486
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9487
|
-
"line":
|
|
9486
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9487
|
+
"line": 578
|
|
9488
9488
|
},
|
|
9489
9489
|
"name": "publishDryRun",
|
|
9490
9490
|
"optional": true,
|
|
@@ -9502,8 +9502,8 @@
|
|
|
9502
9502
|
},
|
|
9503
9503
|
"immutable": true,
|
|
9504
9504
|
"locationInModule": {
|
|
9505
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9506
|
-
"line":
|
|
9505
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9506
|
+
"line": 572
|
|
9507
9507
|
},
|
|
9508
9508
|
"name": "publishTasks",
|
|
9509
9509
|
"optional": true,
|
|
@@ -9520,8 +9520,8 @@
|
|
|
9520
9520
|
},
|
|
9521
9521
|
"immutable": true,
|
|
9522
9522
|
"locationInModule": {
|
|
9523
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9524
|
-
"line":
|
|
9523
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9524
|
+
"line": 295
|
|
9525
9525
|
},
|
|
9526
9526
|
"name": "pullRequestTemplate",
|
|
9527
9527
|
"optional": true,
|
|
@@ -9538,8 +9538,8 @@
|
|
|
9538
9538
|
},
|
|
9539
9539
|
"immutable": true,
|
|
9540
9540
|
"locationInModule": {
|
|
9541
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9542
|
-
"line":
|
|
9541
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9542
|
+
"line": 289
|
|
9543
9543
|
},
|
|
9544
9544
|
"name": "pullRequestTemplateContents",
|
|
9545
9545
|
"optional": true,
|
|
@@ -9561,8 +9561,8 @@
|
|
|
9561
9561
|
},
|
|
9562
9562
|
"immutable": true,
|
|
9563
9563
|
"locationInModule": {
|
|
9564
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9565
|
-
"line":
|
|
9564
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9565
|
+
"line": 964
|
|
9566
9566
|
},
|
|
9567
9567
|
"name": "readme",
|
|
9568
9568
|
"optional": true,
|
|
@@ -9579,8 +9579,8 @@
|
|
|
9579
9579
|
},
|
|
9580
9580
|
"immutable": true,
|
|
9581
9581
|
"locationInModule": {
|
|
9582
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9583
|
-
"line":
|
|
9582
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9583
|
+
"line": 564
|
|
9584
9584
|
},
|
|
9585
9585
|
"name": "releasableCommits",
|
|
9586
9586
|
"optional": true,
|
|
@@ -9597,8 +9597,8 @@
|
|
|
9597
9597
|
},
|
|
9598
9598
|
"immutable": true,
|
|
9599
9599
|
"locationInModule": {
|
|
9600
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9601
|
-
"line":
|
|
9600
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9601
|
+
"line": 283
|
|
9602
9602
|
},
|
|
9603
9603
|
"name": "release",
|
|
9604
9604
|
"optional": true,
|
|
@@ -9616,8 +9616,8 @@
|
|
|
9616
9616
|
},
|
|
9617
9617
|
"immutable": true,
|
|
9618
9618
|
"locationInModule": {
|
|
9619
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9620
|
-
"line":
|
|
9619
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9620
|
+
"line": 558
|
|
9621
9621
|
},
|
|
9622
9622
|
"name": "releaseBranches",
|
|
9623
9623
|
"optional": true,
|
|
@@ -9640,8 +9640,8 @@
|
|
|
9640
9640
|
},
|
|
9641
9641
|
"immutable": true,
|
|
9642
9642
|
"locationInModule": {
|
|
9643
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9644
|
-
"line":
|
|
9643
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9644
|
+
"line": 545
|
|
9645
9645
|
},
|
|
9646
9646
|
"name": "releaseEnvironment",
|
|
9647
9647
|
"optional": true,
|
|
@@ -9658,8 +9658,8 @@
|
|
|
9658
9658
|
},
|
|
9659
9659
|
"immutable": true,
|
|
9660
9660
|
"locationInModule": {
|
|
9661
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9662
|
-
"line":
|
|
9661
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9662
|
+
"line": 534
|
|
9663
9663
|
},
|
|
9664
9664
|
"name": "releaseFailureIssue",
|
|
9665
9665
|
"optional": true,
|
|
@@ -9677,8 +9677,8 @@
|
|
|
9677
9677
|
},
|
|
9678
9678
|
"immutable": true,
|
|
9679
9679
|
"locationInModule": {
|
|
9680
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9681
|
-
"line":
|
|
9680
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9681
|
+
"line": 528
|
|
9682
9682
|
},
|
|
9683
9683
|
"name": "releaseFailureIssueLabel",
|
|
9684
9684
|
"optional": true,
|
|
@@ -9696,8 +9696,8 @@
|
|
|
9696
9696
|
},
|
|
9697
9697
|
"immutable": true,
|
|
9698
9698
|
"locationInModule": {
|
|
9699
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9700
|
-
"line":
|
|
9699
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9700
|
+
"line": 521
|
|
9701
9701
|
},
|
|
9702
9702
|
"name": "releaseTagPrefix",
|
|
9703
9703
|
"optional": true,
|
|
@@ -9714,8 +9714,8 @@
|
|
|
9714
9714
|
},
|
|
9715
9715
|
"immutable": true,
|
|
9716
9716
|
"locationInModule": {
|
|
9717
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9718
|
-
"line":
|
|
9717
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9718
|
+
"line": 277
|
|
9719
9719
|
},
|
|
9720
9720
|
"name": "releaseToNpm",
|
|
9721
9721
|
"optional": true,
|
|
@@ -9732,8 +9732,8 @@
|
|
|
9732
9732
|
},
|
|
9733
9733
|
"immutable": true,
|
|
9734
9734
|
"locationInModule": {
|
|
9735
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9736
|
-
"line":
|
|
9735
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9736
|
+
"line": 511
|
|
9737
9737
|
},
|
|
9738
9738
|
"name": "releaseTrigger",
|
|
9739
9739
|
"optional": true,
|
|
@@ -9750,8 +9750,8 @@
|
|
|
9750
9750
|
},
|
|
9751
9751
|
"immutable": true,
|
|
9752
9752
|
"locationInModule": {
|
|
9753
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9754
|
-
"line":
|
|
9753
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9754
|
+
"line": 505
|
|
9755
9755
|
},
|
|
9756
9756
|
"name": "releaseWorkflowEnv",
|
|
9757
9757
|
"optional": true,
|
|
@@ -9773,8 +9773,8 @@
|
|
|
9773
9773
|
},
|
|
9774
9774
|
"immutable": true,
|
|
9775
9775
|
"locationInModule": {
|
|
9776
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9777
|
-
"line":
|
|
9776
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9777
|
+
"line": 499
|
|
9778
9778
|
},
|
|
9779
9779
|
"name": "releaseWorkflowName",
|
|
9780
9780
|
"optional": true,
|
|
@@ -9790,8 +9790,8 @@
|
|
|
9790
9790
|
},
|
|
9791
9791
|
"immutable": true,
|
|
9792
9792
|
"locationInModule": {
|
|
9793
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9794
|
-
"line":
|
|
9793
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9794
|
+
"line": 493
|
|
9795
9795
|
},
|
|
9796
9796
|
"name": "releaseWorkflowSetupSteps",
|
|
9797
9797
|
"optional": true,
|
|
@@ -9813,8 +9813,8 @@
|
|
|
9813
9813
|
},
|
|
9814
9814
|
"immutable": true,
|
|
9815
9815
|
"locationInModule": {
|
|
9816
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9817
|
-
"line":
|
|
9816
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9817
|
+
"line": 1035
|
|
9818
9818
|
},
|
|
9819
9819
|
"name": "renovatebot",
|
|
9820
9820
|
"optional": true,
|
|
@@ -9831,8 +9831,8 @@
|
|
|
9831
9831
|
},
|
|
9832
9832
|
"immutable": true,
|
|
9833
9833
|
"locationInModule": {
|
|
9834
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9835
|
-
"line":
|
|
9834
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9835
|
+
"line": 1029
|
|
9836
9836
|
},
|
|
9837
9837
|
"name": "renovatebotOptions",
|
|
9838
9838
|
"optional": true,
|
|
@@ -9849,8 +9849,8 @@
|
|
|
9849
9849
|
},
|
|
9850
9850
|
"immutable": true,
|
|
9851
9851
|
"locationInModule": {
|
|
9852
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9853
|
-
"line":
|
|
9852
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9853
|
+
"line": 681
|
|
9854
9854
|
},
|
|
9855
9855
|
"name": "repository",
|
|
9856
9856
|
"optional": true,
|
|
@@ -9866,8 +9866,8 @@
|
|
|
9866
9866
|
},
|
|
9867
9867
|
"immutable": true,
|
|
9868
9868
|
"locationInModule": {
|
|
9869
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9870
|
-
"line":
|
|
9869
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9870
|
+
"line": 675
|
|
9871
9871
|
},
|
|
9872
9872
|
"name": "repositoryDirectory",
|
|
9873
9873
|
"optional": true,
|
|
@@ -9884,8 +9884,8 @@
|
|
|
9884
9884
|
},
|
|
9885
9885
|
"immutable": true,
|
|
9886
9886
|
"locationInModule": {
|
|
9887
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9888
|
-
"line":
|
|
9887
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9888
|
+
"line": 126
|
|
9889
9889
|
},
|
|
9890
9890
|
"name": "requireApproval",
|
|
9891
9891
|
"optional": true,
|
|
@@ -9902,8 +9902,8 @@
|
|
|
9902
9902
|
},
|
|
9903
9903
|
"immutable": true,
|
|
9904
9904
|
"locationInModule": {
|
|
9905
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9906
|
-
"line":
|
|
9905
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9906
|
+
"line": 670
|
|
9907
9907
|
},
|
|
9908
9908
|
"name": "scopedPackagesOptions",
|
|
9909
9909
|
"optional": true,
|
|
@@ -9925,8 +9925,8 @@
|
|
|
9925
9925
|
},
|
|
9926
9926
|
"immutable": true,
|
|
9927
9927
|
"locationInModule": {
|
|
9928
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9929
|
-
"line":
|
|
9928
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9929
|
+
"line": 198
|
|
9930
9930
|
},
|
|
9931
9931
|
"name": "srcdir",
|
|
9932
9932
|
"optional": true,
|
|
@@ -9942,8 +9942,8 @@
|
|
|
9942
9942
|
},
|
|
9943
9943
|
"immutable": true,
|
|
9944
9944
|
"locationInModule": {
|
|
9945
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9946
|
-
"line":
|
|
9945
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9946
|
+
"line": 664
|
|
9947
9947
|
},
|
|
9948
9948
|
"name": "stability",
|
|
9949
9949
|
"optional": true,
|
|
@@ -9961,8 +9961,8 @@
|
|
|
9961
9961
|
},
|
|
9962
9962
|
"immutable": true,
|
|
9963
9963
|
"locationInModule": {
|
|
9964
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9965
|
-
"line":
|
|
9964
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9965
|
+
"line": 958
|
|
9966
9966
|
},
|
|
9967
9967
|
"name": "stale",
|
|
9968
9968
|
"optional": true,
|
|
@@ -9980,8 +9980,8 @@
|
|
|
9980
9980
|
},
|
|
9981
9981
|
"immutable": true,
|
|
9982
9982
|
"locationInModule": {
|
|
9983
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
9984
|
-
"line":
|
|
9983
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
9984
|
+
"line": 951
|
|
9985
9985
|
},
|
|
9986
9986
|
"name": "staleOptions",
|
|
9987
9987
|
"optional": true,
|
|
@@ -9999,8 +9999,8 @@
|
|
|
9999
9999
|
},
|
|
10000
10000
|
"immutable": true,
|
|
10001
10001
|
"locationInModule": {
|
|
10002
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
10003
|
-
"line":
|
|
10002
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10003
|
+
"line": 192
|
|
10004
10004
|
},
|
|
10005
10005
|
"name": "testdir",
|
|
10006
10006
|
"optional": true,
|
|
@@ -10017,8 +10017,8 @@
|
|
|
10017
10017
|
},
|
|
10018
10018
|
"immutable": true,
|
|
10019
10019
|
"locationInModule": {
|
|
10020
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
10021
|
-
"line":
|
|
10020
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10021
|
+
"line": 182
|
|
10022
10022
|
},
|
|
10023
10023
|
"name": "tsconfig",
|
|
10024
10024
|
"optional": true,
|
|
@@ -10035,8 +10035,8 @@
|
|
|
10035
10035
|
},
|
|
10036
10036
|
"immutable": true,
|
|
10037
10037
|
"locationInModule": {
|
|
10038
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
10039
|
-
"line":
|
|
10038
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10039
|
+
"line": 176
|
|
10040
10040
|
},
|
|
10041
10041
|
"name": "tsconfigDev",
|
|
10042
10042
|
"optional": true,
|
|
@@ -10053,8 +10053,8 @@
|
|
|
10053
10053
|
},
|
|
10054
10054
|
"immutable": true,
|
|
10055
10055
|
"locationInModule": {
|
|
10056
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
10057
|
-
"line":
|
|
10056
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10057
|
+
"line": 170
|
|
10058
10058
|
},
|
|
10059
10059
|
"name": "tsconfigDevFile",
|
|
10060
10060
|
"optional": true,
|
|
@@ -10072,8 +10072,8 @@
|
|
|
10072
10072
|
},
|
|
10073
10073
|
"immutable": true,
|
|
10074
10074
|
"locationInModule": {
|
|
10075
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
10076
|
-
"line":
|
|
10075
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10076
|
+
"line": 164
|
|
10077
10077
|
},
|
|
10078
10078
|
"name": "typescriptVersion",
|
|
10079
10079
|
"optional": true,
|
|
@@ -10091,8 +10091,8 @@
|
|
|
10091
10091
|
},
|
|
10092
10092
|
"immutable": true,
|
|
10093
10093
|
"locationInModule": {
|
|
10094
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
10095
|
-
"line":
|
|
10094
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10095
|
+
"line": 488
|
|
10096
10096
|
},
|
|
10097
10097
|
"name": "versionrcOptions",
|
|
10098
10098
|
"optional": true,
|
|
@@ -10114,8 +10114,8 @@
|
|
|
10114
10114
|
},
|
|
10115
10115
|
"immutable": true,
|
|
10116
10116
|
"locationInModule": {
|
|
10117
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
10118
|
-
"line":
|
|
10117
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10118
|
+
"line": 1109
|
|
10119
10119
|
},
|
|
10120
10120
|
"name": "vitest",
|
|
10121
10121
|
"optional": true,
|
|
@@ -10132,8 +10132,8 @@
|
|
|
10132
10132
|
},
|
|
10133
10133
|
"immutable": true,
|
|
10134
10134
|
"locationInModule": {
|
|
10135
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
10136
|
-
"line":
|
|
10135
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10136
|
+
"line": 1104
|
|
10137
10137
|
},
|
|
10138
10138
|
"name": "vitestOptions",
|
|
10139
10139
|
"optional": true,
|
|
@@ -10151,8 +10151,8 @@
|
|
|
10151
10151
|
},
|
|
10152
10152
|
"immutable": true,
|
|
10153
10153
|
"locationInModule": {
|
|
10154
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
10155
|
-
"line":
|
|
10154
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10155
|
+
"line": 944
|
|
10156
10156
|
},
|
|
10157
10157
|
"name": "vscode",
|
|
10158
10158
|
"optional": true,
|
|
@@ -10169,8 +10169,8 @@
|
|
|
10169
10169
|
},
|
|
10170
10170
|
"immutable": true,
|
|
10171
10171
|
"locationInModule": {
|
|
10172
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
10173
|
-
"line":
|
|
10172
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10173
|
+
"line": 120
|
|
10174
10174
|
},
|
|
10175
10175
|
"name": "watchExcludes",
|
|
10176
10176
|
"optional": true,
|
|
@@ -10192,8 +10192,8 @@
|
|
|
10192
10192
|
},
|
|
10193
10193
|
"immutable": true,
|
|
10194
10194
|
"locationInModule": {
|
|
10195
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
10196
|
-
"line":
|
|
10195
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10196
|
+
"line": 114
|
|
10197
10197
|
},
|
|
10198
10198
|
"name": "watchIncludes",
|
|
10199
10199
|
"optional": true,
|
|
@@ -10215,8 +10215,8 @@
|
|
|
10215
10215
|
},
|
|
10216
10216
|
"immutable": true,
|
|
10217
10217
|
"locationInModule": {
|
|
10218
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
10219
|
-
"line":
|
|
10218
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10219
|
+
"line": 271
|
|
10220
10220
|
},
|
|
10221
10221
|
"name": "workflowBootstrapSteps",
|
|
10222
10222
|
"optional": true,
|
|
@@ -10238,8 +10238,8 @@
|
|
|
10238
10238
|
},
|
|
10239
10239
|
"immutable": true,
|
|
10240
10240
|
"locationInModule": {
|
|
10241
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
10242
|
-
"line":
|
|
10241
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10242
|
+
"line": 481
|
|
10243
10243
|
},
|
|
10244
10244
|
"name": "workflowContainerImage",
|
|
10245
10245
|
"optional": true,
|
|
@@ -10256,8 +10256,8 @@
|
|
|
10256
10256
|
},
|
|
10257
10257
|
"immutable": true,
|
|
10258
10258
|
"locationInModule": {
|
|
10259
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
10260
|
-
"line":
|
|
10259
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10260
|
+
"line": 265
|
|
10261
10261
|
},
|
|
10262
10262
|
"name": "workflowGitIdentity",
|
|
10263
10263
|
"optional": true,
|
|
@@ -10275,8 +10275,8 @@
|
|
|
10275
10275
|
},
|
|
10276
10276
|
"immutable": true,
|
|
10277
10277
|
"locationInModule": {
|
|
10278
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
10279
|
-
"line":
|
|
10278
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10279
|
+
"line": 259
|
|
10280
10280
|
},
|
|
10281
10281
|
"name": "workflowNodeVersion",
|
|
10282
10282
|
"optional": true,
|
|
@@ -10293,8 +10293,8 @@
|
|
|
10293
10293
|
},
|
|
10294
10294
|
"immutable": true,
|
|
10295
10295
|
"locationInModule": {
|
|
10296
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
10297
|
-
"line":
|
|
10296
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10297
|
+
"line": 252
|
|
10298
10298
|
},
|
|
10299
10299
|
"name": "workflowPackageCache",
|
|
10300
10300
|
"optional": true,
|
|
@@ -10315,8 +10315,8 @@
|
|
|
10315
10315
|
},
|
|
10316
10316
|
"immutable": true,
|
|
10317
10317
|
"locationInModule": {
|
|
10318
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
10319
|
-
"line":
|
|
10318
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10319
|
+
"line": 475
|
|
10320
10320
|
},
|
|
10321
10321
|
"name": "workflowRunsOn",
|
|
10322
10322
|
"optional": true,
|
|
@@ -10341,8 +10341,8 @@
|
|
|
10341
10341
|
},
|
|
10342
10342
|
"immutable": true,
|
|
10343
10343
|
"locationInModule": {
|
|
10344
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
10345
|
-
"line":
|
|
10344
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10345
|
+
"line": 467
|
|
10346
10346
|
},
|
|
10347
10347
|
"name": "workflowRunsOnGroup",
|
|
10348
10348
|
"optional": true,
|
|
@@ -10359,8 +10359,8 @@
|
|
|
10359
10359
|
},
|
|
10360
10360
|
"immutable": true,
|
|
10361
10361
|
"locationInModule": {
|
|
10362
|
-
"filename": "src/projects/awscdk-app-options.generated.ts",
|
|
10363
|
-
"line":
|
|
10362
|
+
"filename": "src/projects/awscdk-typescript-app-options.generated.ts",
|
|
10363
|
+
"line": 659
|
|
10364
10364
|
},
|
|
10365
10365
|
"name": "yarnBerryOptions",
|
|
10366
10366
|
"optional": true,
|
|
@@ -10369,7 +10369,7 @@
|
|
|
10369
10369
|
}
|
|
10370
10370
|
}
|
|
10371
10371
|
],
|
|
10372
|
-
"symbolId": "src/projects/awscdk-app-options.generated:AwsCdkTypeScriptAppProjectOptions"
|
|
10372
|
+
"symbolId": "src/projects/awscdk-typescript-app-options.generated:AwsCdkTypeScriptAppProjectOptions"
|
|
10373
10373
|
},
|
|
10374
10374
|
"@nikovirtala/projen-constructs.CoverageProvider": {
|
|
10375
10375
|
"assembly": "@nikovirtala/projen-constructs",
|
|
@@ -16660,6 +16660,6 @@
|
|
|
16660
16660
|
"symbolId": "src/components/vitest:VitestOptions"
|
|
16661
16661
|
}
|
|
16662
16662
|
},
|
|
16663
|
-
"version": "0.0
|
|
16664
|
-
"fingerprint": "
|
|
16663
|
+
"version": "0.1.0",
|
|
16664
|
+
"fingerprint": "C8jhiLdkPimZ8sVHicSfDbtxVJypitQZJfnDDCxabpw="
|
|
16665
16665
|
}
|