projen 0.34.28 → 0.36.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.
Files changed (104) hide show
  1. package/.jsii +299 -109
  2. package/API.md +83 -6
  3. package/docs/awscdk.md +22 -25
  4. package/lib/awscdk/auto-discover.d.ts +8 -0
  5. package/lib/awscdk/auto-discover.js +17 -2
  6. package/lib/awscdk/cdk-config.d.ts +14 -0
  7. package/lib/awscdk/cdk-config.js +7 -3
  8. package/lib/awscdk/cdk-tasks.js +1 -1
  9. package/lib/awscdk/index.d.ts +1 -0
  10. package/lib/awscdk/index.js +2 -1
  11. package/lib/awscdk/integration-test.d.ts +77 -0
  12. package/lib/awscdk/integration-test.js +100 -0
  13. package/lib/awscdk/internal.d.ts +4 -0
  14. package/lib/awscdk/internal.js +6 -2
  15. package/lib/awscdk/java-app.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/awscdk-app-ts.js +17 -2
  18. package/lib/awscdk-construct.js +4 -3
  19. package/lib/cdk8s-app-ts.d.ts +0 -13
  20. package/lib/cdk8s-app-ts.js +4 -10
  21. package/lib/cdk8s-construct.d.ts +0 -13
  22. package/lib/cdk8s-construct.js +3 -9
  23. package/lib/cdktf-construct.js +1 -1
  24. package/lib/component.js +1 -1
  25. package/lib/construct-lib.js +1 -1
  26. package/lib/deps/dependencies.js +1 -1
  27. package/lib/dev-env.js +1 -1
  28. package/lib/docker-compose.js +2 -2
  29. package/lib/eslint.js +1 -1
  30. package/lib/file.js +1 -1
  31. package/lib/git/gitattributes.js +1 -1
  32. package/lib/github/auto-approve.js +1 -1
  33. package/lib/github/auto-merge.js +1 -1
  34. package/lib/github/dependabot.js +1 -1
  35. package/lib/github/github.js +1 -1
  36. package/lib/github/mergify.js +1 -1
  37. package/lib/github/pr-template.js +1 -1
  38. package/lib/github/pull-request-lint.js +1 -1
  39. package/lib/github/stale.js +1 -1
  40. package/lib/github/task-workflow.js +1 -1
  41. package/lib/github/workflows.js +1 -1
  42. package/lib/gitpod.js +1 -1
  43. package/lib/ignore-file.js +1 -1
  44. package/lib/ini.js +1 -1
  45. package/lib/java/java-project.js +1 -1
  46. package/lib/java/junit.js +1 -1
  47. package/lib/java/maven-compile.js +1 -1
  48. package/lib/java/maven-packaging.js +1 -1
  49. package/lib/java/maven-sample.js +1 -1
  50. package/lib/java/pom.js +1 -1
  51. package/lib/java/projenrc.js +1 -1
  52. package/lib/javascript/bundler.js +1 -1
  53. package/lib/javascript/npm-config.js +1 -1
  54. package/lib/javascript/projenrc.js +1 -1
  55. package/lib/jest.js +1 -1
  56. package/lib/jsii-project.js +1 -1
  57. package/lib/json/projenrc.js +1 -1
  58. package/lib/json.js +1 -1
  59. package/lib/license.js +1 -1
  60. package/lib/logger.js +1 -1
  61. package/lib/makefile.js +1 -1
  62. package/lib/node-package.js +1 -1
  63. package/lib/node-project.js +1 -1
  64. package/lib/object-file.js +1 -1
  65. package/lib/project-build.js +1 -1
  66. package/lib/project.js +2 -2
  67. package/lib/projects.js +1 -1
  68. package/lib/python/pip.js +1 -1
  69. package/lib/python/poetry.js +2 -2
  70. package/lib/python/projenrc.js +1 -1
  71. package/lib/python/pytest.js +1 -1
  72. package/lib/python/python-project.js +1 -1
  73. package/lib/python/python-sample.js +1 -1
  74. package/lib/python/requirements-file.js +1 -1
  75. package/lib/python/setuppy.js +1 -1
  76. package/lib/python/setuptools.js +1 -1
  77. package/lib/python/venv.js +1 -1
  78. package/lib/readme.js +1 -1
  79. package/lib/release/publisher.js +1 -1
  80. package/lib/release/release-trigger.js +1 -1
  81. package/lib/release/release.js +1 -1
  82. package/lib/sample-file.js +2 -2
  83. package/lib/semver.js +1 -1
  84. package/lib/source-code.js +1 -1
  85. package/lib/tasks/runtime.js +1 -1
  86. package/lib/tasks/task.js +1 -1
  87. package/lib/tasks/tasks.js +1 -1
  88. package/lib/textfile.js +1 -1
  89. package/lib/toml.js +1 -1
  90. package/lib/typescript/projenrc.js +1 -1
  91. package/lib/typescript-config.js +1 -1
  92. package/lib/typescript.js +5 -4
  93. package/lib/upgrade-dependencies.js +2 -2
  94. package/lib/version.js +1 -1
  95. package/lib/vscode/devcontainer.js +1 -1
  96. package/lib/vscode/launch-config.js +1 -1
  97. package/lib/vscode/vscode.js +1 -1
  98. package/lib/web/next.js +3 -3
  99. package/lib/web/postcss.js +1 -1
  100. package/lib/web/react.js +4 -4
  101. package/lib/web/tailwind.js +1 -1
  102. package/lib/xmlfile.js +1 -1
  103. package/lib/yaml.js +1 -1
  104. package/package.json +1 -1
package/.jsii CHANGED
@@ -245,7 +245,7 @@
245
245
  },
246
246
  "locationInModule": {
247
247
  "filename": "src/awscdk-construct.ts",
248
- "line": 177
248
+ "line": 178
249
249
  },
250
250
  "name": "addCdkDependencies",
251
251
  "parameters": [
@@ -269,7 +269,7 @@
269
269
  },
270
270
  "locationInModule": {
271
271
  "filename": "src/awscdk-construct.ts",
272
- "line": 193
272
+ "line": 194
273
273
  },
274
274
  "name": "addCdkTestDependencies",
275
275
  "parameters": [
@@ -327,7 +327,7 @@
327
327
  "immutable": true,
328
328
  "locationInModule": {
329
329
  "filename": "src/awscdk-construct.ts",
330
- "line": 160
330
+ "line": 161
331
331
  },
332
332
  "name": "version",
333
333
  "type": {
@@ -580,7 +580,7 @@
580
580
  },
581
581
  "locationInModule": {
582
582
  "filename": "src/awscdk-app-ts.ts",
583
- "line": 166
583
+ "line": 181
584
584
  },
585
585
  "name": "addCdkDependency",
586
586
  "parameters": [
@@ -871,7 +871,7 @@
871
871
  },
872
872
  "locationInModule": {
873
873
  "filename": "src/cdk8s-app-ts.ts",
874
- "line": 126
874
+ "line": 112
875
875
  },
876
876
  "parameters": [
877
877
  {
@@ -885,7 +885,7 @@
885
885
  "kind": "class",
886
886
  "locationInModule": {
887
887
  "filename": "src/cdk8s-app-ts.ts",
888
- "line": 97
888
+ "line": 89
889
889
  },
890
890
  "name": "Cdk8sTypeScriptApp",
891
891
  "properties": [
@@ -897,7 +897,7 @@
897
897
  "immutable": true,
898
898
  "locationInModule": {
899
899
  "filename": "src/cdk8s-app-ts.ts",
900
- "line": 124
900
+ "line": 110
901
901
  },
902
902
  "name": "appEntrypoint",
903
903
  "type": {
@@ -912,28 +912,13 @@
912
912
  "immutable": true,
913
913
  "locationInModule": {
914
914
  "filename": "src/cdk8s-app-ts.ts",
915
- "line": 119
915
+ "line": 105
916
916
  },
917
917
  "name": "cdk8sCliVersion",
918
918
  "type": {
919
919
  "primitive": "string"
920
920
  }
921
921
  },
922
- {
923
- "docs": {
924
- "stability": "experimental",
925
- "summary": "The cdk8s-plus-17 version this app is using."
926
- },
927
- "immutable": true,
928
- "locationInModule": {
929
- "filename": "src/cdk8s-app-ts.ts",
930
- "line": 113
931
- },
932
- "name": "cdk8sPlusVersion",
933
- "type": {
934
- "primitive": "string"
935
- }
936
- },
937
922
  {
938
923
  "docs": {
939
924
  "stability": "experimental",
@@ -942,7 +927,7 @@
942
927
  "immutable": true,
943
928
  "locationInModule": {
944
929
  "filename": "src/cdk8s-app-ts.ts",
945
- "line": 102
930
+ "line": 94
946
931
  },
947
932
  "name": "cdk8sVersion",
948
933
  "type": {
@@ -957,7 +942,7 @@
957
942
  "immutable": true,
958
943
  "locationInModule": {
959
944
  "filename": "src/cdk8s-app-ts.ts",
960
- "line": 107
945
+ "line": 99
961
946
  },
962
947
  "name": "constructsVersion",
963
948
  "type": {
@@ -1014,7 +999,7 @@
1014
999
  "immutable": true,
1015
1000
  "locationInModule": {
1016
1001
  "filename": "src/cdk8s-app-ts.ts",
1017
- "line": 86
1002
+ "line": 78
1018
1003
  },
1019
1004
  "name": "appEntrypoint",
1020
1005
  "optional": true,
@@ -1032,7 +1017,7 @@
1032
1017
  "immutable": true,
1033
1018
  "locationInModule": {
1034
1019
  "filename": "src/cdk8s-app-ts.ts",
1035
- "line": 38
1020
+ "line": 30
1036
1021
  },
1037
1022
  "name": "cdk8sCliVersion",
1038
1023
  "optional": true,
@@ -1051,7 +1036,7 @@
1051
1036
  "immutable": true,
1052
1037
  "locationInModule": {
1053
1038
  "filename": "src/cdk8s-app-ts.ts",
1054
- "line": 58
1039
+ "line": 50
1055
1040
  },
1056
1041
  "name": "cdk8sCliVersionPinning",
1057
1042
  "optional": true,
@@ -1059,24 +1044,6 @@
1059
1044
  "primitive": "boolean"
1060
1045
  }
1061
1046
  },
1062
- {
1063
- "abstract": true,
1064
- "docs": {
1065
- "default": "\"cdk8sVersion\"",
1066
- "stability": "experimental",
1067
- "summary": "cdk8s-plus-17 version."
1068
- },
1069
- "immutable": true,
1070
- "locationInModule": {
1071
- "filename": "src/cdk8s-app-ts.ts",
1072
- "line": 30
1073
- },
1074
- "name": "cdk8sPlusVersion",
1075
- "optional": true,
1076
- "type": {
1077
- "primitive": "string"
1078
- }
1079
- },
1080
1047
  {
1081
1048
  "abstract": true,
1082
1049
  "docs": {
@@ -1088,7 +1055,7 @@
1088
1055
  "immutable": true,
1089
1056
  "locationInModule": {
1090
1057
  "filename": "src/cdk8s-app-ts.ts",
1091
- "line": 68
1058
+ "line": 60
1092
1059
  },
1093
1060
  "name": "cdk8sPlusVersionPinning",
1094
1061
  "optional": true,
@@ -1107,7 +1074,7 @@
1107
1074
  "immutable": true,
1108
1075
  "locationInModule": {
1109
1076
  "filename": "src/cdk8s-app-ts.ts",
1110
- "line": 48
1077
+ "line": 40
1111
1078
  },
1112
1079
  "name": "cdk8sVersionPinning",
1113
1080
  "optional": true,
@@ -1144,7 +1111,7 @@
1144
1111
  "immutable": true,
1145
1112
  "locationInModule": {
1146
1113
  "filename": "src/cdk8s-app-ts.ts",
1147
- "line": 78
1114
+ "line": 70
1148
1115
  },
1149
1116
  "name": "constructsVersionPinning",
1150
1117
  "optional": true,
@@ -1374,7 +1341,7 @@
1374
1341
  "kind": "class",
1375
1342
  "locationInModule": {
1376
1343
  "filename": "src/awscdk-construct.ts",
1377
- "line": 206
1344
+ "line": 207
1378
1345
  },
1379
1346
  "name": "ConstructLibraryAws",
1380
1347
  "symbolId": "src/awscdk-construct:ConstructLibraryAws"
@@ -1393,7 +1360,7 @@
1393
1360
  "kind": "interface",
1394
1361
  "locationInModule": {
1395
1362
  "filename": "src/awscdk-construct.ts",
1396
- "line": 203
1363
+ "line": 204
1397
1364
  },
1398
1365
  "name": "ConstructLibraryAwsOptions",
1399
1366
  "symbolId": "src/awscdk-construct:ConstructLibraryAwsOptions"
@@ -1416,7 +1383,7 @@
1416
1383
  },
1417
1384
  "locationInModule": {
1418
1385
  "filename": "src/cdk8s-construct.ts",
1419
- "line": 85
1386
+ "line": 71
1420
1387
  },
1421
1388
  "parameters": [
1422
1389
  {
@@ -1430,25 +1397,10 @@
1430
1397
  "kind": "class",
1431
1398
  "locationInModule": {
1432
1399
  "filename": "src/cdk8s-construct.ts",
1433
- "line": 68
1400
+ "line": 60
1434
1401
  },
1435
1402
  "name": "ConstructLibraryCdk8s",
1436
1403
  "properties": [
1437
- {
1438
- "docs": {
1439
- "stability": "experimental",
1440
- "summary": "The cdk8s-plus-17 version this app is using."
1441
- },
1442
- "immutable": true,
1443
- "locationInModule": {
1444
- "filename": "src/cdk8s-construct.ts",
1445
- "line": 83
1446
- },
1447
- "name": "cdk8sPlusVersion",
1448
- "type": {
1449
- "primitive": "string"
1450
- }
1451
- },
1452
1404
  {
1453
1405
  "docs": {
1454
1406
  "stability": "experimental",
@@ -1457,7 +1409,7 @@
1457
1409
  "immutable": true,
1458
1410
  "locationInModule": {
1459
1411
  "filename": "src/cdk8s-construct.ts",
1460
- "line": 72
1412
+ "line": 64
1461
1413
  },
1462
1414
  "name": "cdk8sVersion",
1463
1415
  "type": {
@@ -1472,7 +1424,7 @@
1472
1424
  "immutable": true,
1473
1425
  "locationInModule": {
1474
1426
  "filename": "src/cdk8s-construct.ts",
1475
- "line": 77
1427
+ "line": 69
1476
1428
  },
1477
1429
  "name": "constructsVersion",
1478
1430
  "type": {
@@ -1519,24 +1471,6 @@
1519
1471
  "primitive": "string"
1520
1472
  }
1521
1473
  },
1522
- {
1523
- "abstract": true,
1524
- "docs": {
1525
- "default": "\"cdk8sVersion\"",
1526
- "stability": "experimental",
1527
- "summary": "cdk8s-plus-17 version."
1528
- },
1529
- "immutable": true,
1530
- "locationInModule": {
1531
- "filename": "src/cdk8s-construct.ts",
1532
- "line": 26
1533
- },
1534
- "name": "cdk8sPlusVersion",
1535
- "optional": true,
1536
- "type": {
1537
- "primitive": "string"
1538
- }
1539
- },
1540
1474
  {
1541
1475
  "abstract": true,
1542
1476
  "docs": {
@@ -1548,7 +1482,7 @@
1548
1482
  "immutable": true,
1549
1483
  "locationInModule": {
1550
1484
  "filename": "src/cdk8s-construct.ts",
1551
- "line": 56
1485
+ "line": 48
1552
1486
  },
1553
1487
  "name": "cdk8sPlusVersionPinning",
1554
1488
  "optional": true,
@@ -1567,7 +1501,7 @@
1567
1501
  "immutable": true,
1568
1502
  "locationInModule": {
1569
1503
  "filename": "src/cdk8s-construct.ts",
1570
- "line": 36
1504
+ "line": 28
1571
1505
  },
1572
1506
  "name": "cdk8sVersionPinning",
1573
1507
  "optional": true,
@@ -1604,7 +1538,7 @@
1604
1538
  "immutable": true,
1605
1539
  "locationInModule": {
1606
1540
  "filename": "src/cdk8s-construct.ts",
1607
- "line": 46
1541
+ "line": 38
1608
1542
  },
1609
1543
  "name": "constructsVersionPinning",
1610
1544
  "optional": true,
@@ -14553,7 +14487,7 @@
14553
14487
  },
14554
14488
  "locationInModule": {
14555
14489
  "filename": "src/typescript.ts",
14556
- "line": 416
14490
+ "line": 417
14557
14491
  },
14558
14492
  "parameters": [
14559
14493
  {
@@ -14567,7 +14501,7 @@
14567
14501
  "kind": "class",
14568
14502
  "locationInModule": {
14569
14503
  "filename": "src/typescript.ts",
14570
- "line": 415
14504
+ "line": 416
14571
14505
  },
14572
14506
  "name": "TypeScriptAppProject",
14573
14507
  "symbolId": "src/typescript:TypeScriptAppProject"
@@ -15358,7 +15292,7 @@
15358
15292
  "kind": "class",
15359
15293
  "locationInModule": {
15360
15294
  "filename": "src/typescript.ts",
15361
- "line": 430
15295
+ "line": 431
15362
15296
  },
15363
15297
  "name": "TypeScriptLibraryProject",
15364
15298
  "symbolId": "src/typescript:TypeScriptLibraryProject"
@@ -15377,7 +15311,7 @@
15377
15311
  "kind": "interface",
15378
15312
  "locationInModule": {
15379
15313
  "filename": "src/typescript.ts",
15380
- "line": 436
15314
+ "line": 437
15381
15315
  },
15382
15316
  "name": "TypeScriptLibraryProjectOptions",
15383
15317
  "symbolId": "src/typescript:TypeScriptLibraryProjectOptions"
@@ -17165,7 +17099,7 @@
17165
17099
  "kind": "enum",
17166
17100
  "locationInModule": {
17167
17101
  "filename": "src/awscdk/cdk-config.ts",
17168
- "line": 97
17102
+ "line": 115
17169
17103
  },
17170
17104
  "members": [
17171
17105
  {
@@ -17209,7 +17143,7 @@
17209
17143
  },
17210
17144
  "locationInModule": {
17211
17145
  "filename": "src/awscdk/auto-discover.ts",
17212
- "line": 30
17146
+ "line": 36
17213
17147
  },
17214
17148
  "parameters": [
17215
17149
  {
@@ -17229,7 +17163,7 @@
17229
17163
  "kind": "class",
17230
17164
  "locationInModule": {
17231
17165
  "filename": "src/awscdk/auto-discover.ts",
17232
- "line": 27
17166
+ "line": 33
17233
17167
  },
17234
17168
  "name": "AutoDiscover",
17235
17169
  "namespace": "awscdk",
@@ -17246,7 +17180,7 @@
17246
17180
  "kind": "interface",
17247
17181
  "locationInModule": {
17248
17182
  "filename": "src/awscdk/auto-discover.ts",
17249
- "line": 11
17183
+ "line": 12
17250
17184
  },
17251
17185
  "name": "AutoDiscoverOptions",
17252
17186
  "namespace": "awscdk",
@@ -17260,13 +17194,29 @@
17260
17194
  "immutable": true,
17261
17195
  "locationInModule": {
17262
17196
  "filename": "src/awscdk/auto-discover.ts",
17263
- "line": 20
17197
+ "line": 21
17264
17198
  },
17265
17199
  "name": "srcdir",
17266
17200
  "type": {
17267
17201
  "primitive": "string"
17268
17202
  }
17269
17203
  },
17204
+ {
17205
+ "abstract": true,
17206
+ "docs": {
17207
+ "stability": "experimental",
17208
+ "summary": "Test source tree."
17209
+ },
17210
+ "immutable": true,
17211
+ "locationInModule": {
17212
+ "filename": "src/awscdk/auto-discover.ts",
17213
+ "line": 26
17214
+ },
17215
+ "name": "testdir",
17216
+ "type": {
17217
+ "primitive": "string"
17218
+ }
17219
+ },
17270
17220
  {
17271
17221
  "abstract": true,
17272
17222
  "docs": {
@@ -17276,7 +17226,7 @@
17276
17226
  "immutable": true,
17277
17227
  "locationInModule": {
17278
17228
  "filename": "src/awscdk/auto-discover.ts",
17279
- "line": 15
17229
+ "line": 16
17280
17230
  },
17281
17231
  "name": "lambdaOptions",
17282
17232
  "optional": true,
@@ -17539,7 +17489,7 @@
17539
17489
  },
17540
17490
  "locationInModule": {
17541
17491
  "filename": "src/awscdk/cdk-config.ts",
17542
- "line": 66
17492
+ "line": 80
17543
17493
  },
17544
17494
  "parameters": [
17545
17495
  {
@@ -17559,7 +17509,7 @@
17559
17509
  "kind": "class",
17560
17510
  "locationInModule": {
17561
17511
  "filename": "src/awscdk/cdk-config.ts",
17562
- "line": 54
17512
+ "line": 68
17563
17513
  },
17564
17514
  "name": "CdkConfig",
17565
17515
  "namespace": "awscdk",
@@ -17572,7 +17522,7 @@
17572
17522
  "immutable": true,
17573
17523
  "locationInModule": {
17574
17524
  "filename": "src/awscdk/cdk-config.ts",
17575
- "line": 64
17525
+ "line": 78
17576
17526
  },
17577
17527
  "name": "cdkout",
17578
17528
  "type": {
@@ -17587,7 +17537,7 @@
17587
17537
  "immutable": true,
17588
17538
  "locationInModule": {
17589
17539
  "filename": "src/awscdk/cdk-config.ts",
17590
- "line": 59
17540
+ "line": 73
17591
17541
  },
17592
17542
  "name": "json",
17593
17543
  "type": {
@@ -17689,6 +17639,52 @@
17689
17639
  "type": {
17690
17640
  "fqn": "projen.awscdk.ApprovalLevel"
17691
17641
  }
17642
+ },
17643
+ {
17644
+ "abstract": true,
17645
+ "docs": {
17646
+ "default": "[]",
17647
+ "stability": "experimental",
17648
+ "summary": "Glob patterns to exclude from `cdk watch`."
17649
+ },
17650
+ "immutable": true,
17651
+ "locationInModule": {
17652
+ "filename": "src/awscdk/cdk-config.ts",
17653
+ "line": 51
17654
+ },
17655
+ "name": "watchExcludes",
17656
+ "optional": true,
17657
+ "type": {
17658
+ "collection": {
17659
+ "elementtype": {
17660
+ "primitive": "string"
17661
+ },
17662
+ "kind": "array"
17663
+ }
17664
+ }
17665
+ },
17666
+ {
17667
+ "abstract": true,
17668
+ "docs": {
17669
+ "default": "[]",
17670
+ "stability": "experimental",
17671
+ "summary": "Glob patterns to include in `cdk watch`."
17672
+ },
17673
+ "immutable": true,
17674
+ "locationInModule": {
17675
+ "filename": "src/awscdk/cdk-config.ts",
17676
+ "line": 44
17677
+ },
17678
+ "name": "watchIncludes",
17679
+ "optional": true,
17680
+ "type": {
17681
+ "collection": {
17682
+ "elementtype": {
17683
+ "primitive": "string"
17684
+ },
17685
+ "kind": "array"
17686
+ }
17687
+ }
17692
17688
  }
17693
17689
  ],
17694
17690
  "symbolId": "src/awscdk/cdk-config:CdkConfigCommonOptions"
@@ -17707,7 +17703,7 @@
17707
17703
  "kind": "interface",
17708
17704
  "locationInModule": {
17709
17705
  "filename": "src/awscdk/cdk-config.ts",
17710
- "line": 43
17706
+ "line": 57
17711
17707
  },
17712
17708
  "name": "CdkConfigOptions",
17713
17709
  "namespace": "awscdk",
@@ -17721,7 +17717,7 @@
17721
17717
  "immutable": true,
17722
17718
  "locationInModule": {
17723
17719
  "filename": "src/awscdk/cdk-config.ts",
17724
- "line": 48
17720
+ "line": 62
17725
17721
  },
17726
17722
  "name": "app",
17727
17723
  "type": {
@@ -17827,6 +17823,200 @@
17827
17823
  ],
17828
17824
  "symbolId": "src/awscdk/cdk-tasks:CdkTasks"
17829
17825
  },
17826
+ "projen.awscdk.IntegrationTest": {
17827
+ "assembly": "projen",
17828
+ "base": "projen.Component",
17829
+ "docs": {
17830
+ "stability": "experimental",
17831
+ "summary": "Cloud integration tests."
17832
+ },
17833
+ "fqn": "projen.awscdk.IntegrationTest",
17834
+ "initializer": {
17835
+ "docs": {
17836
+ "stability": "experimental"
17837
+ },
17838
+ "locationInModule": {
17839
+ "filename": "src/awscdk/integration-test.ts",
17840
+ "line": 60
17841
+ },
17842
+ "parameters": [
17843
+ {
17844
+ "name": "project",
17845
+ "type": {
17846
+ "fqn": "projen.Project"
17847
+ }
17848
+ },
17849
+ {
17850
+ "name": "options",
17851
+ "type": {
17852
+ "fqn": "projen.awscdk.IntegrationTestOptions"
17853
+ }
17854
+ }
17855
+ ]
17856
+ },
17857
+ "kind": "class",
17858
+ "locationInModule": {
17859
+ "filename": "src/awscdk/integration-test.ts",
17860
+ "line": 34
17861
+ },
17862
+ "name": "IntegrationTest",
17863
+ "namespace": "awscdk",
17864
+ "properties": [
17865
+ {
17866
+ "docs": {
17867
+ "stability": "experimental",
17868
+ "summary": "Synthesizes the integration test and compares against a local copy (runs during build)."
17869
+ },
17870
+ "immutable": true,
17871
+ "locationInModule": {
17872
+ "filename": "src/awscdk/integration-test.ts",
17873
+ "line": 48
17874
+ },
17875
+ "name": "assertTask",
17876
+ "type": {
17877
+ "fqn": "projen.tasks.Task"
17878
+ }
17879
+ },
17880
+ {
17881
+ "docs": {
17882
+ "stability": "experimental",
17883
+ "summary": "Deploy the integration test and update the snapshot upon success."
17884
+ },
17885
+ "immutable": true,
17886
+ "locationInModule": {
17887
+ "filename": "src/awscdk/integration-test.ts",
17888
+ "line": 38
17889
+ },
17890
+ "name": "deployTask",
17891
+ "type": {
17892
+ "fqn": "projen.tasks.Task"
17893
+ }
17894
+ },
17895
+ {
17896
+ "docs": {
17897
+ "stability": "experimental",
17898
+ "summary": "Destroys a deployed stack."
17899
+ },
17900
+ "immutable": true,
17901
+ "locationInModule": {
17902
+ "filename": "src/awscdk/integration-test.ts",
17903
+ "line": 43
17904
+ },
17905
+ "name": "destroyTask",
17906
+ "type": {
17907
+ "fqn": "projen.tasks.Task"
17908
+ }
17909
+ },
17910
+ {
17911
+ "docs": {
17912
+ "stability": "experimental",
17913
+ "summary": "Just update snapshot (without deployment)."
17914
+ },
17915
+ "immutable": true,
17916
+ "locationInModule": {
17917
+ "filename": "src/awscdk/integration-test.ts",
17918
+ "line": 53
17919
+ },
17920
+ "name": "snapshotTask",
17921
+ "type": {
17922
+ "fqn": "projen.tasks.Task"
17923
+ }
17924
+ },
17925
+ {
17926
+ "docs": {
17927
+ "stability": "experimental",
17928
+ "summary": "The watch task."
17929
+ },
17930
+ "immutable": true,
17931
+ "locationInModule": {
17932
+ "filename": "src/awscdk/integration-test.ts",
17933
+ "line": 58
17934
+ },
17935
+ "name": "watchTask",
17936
+ "type": {
17937
+ "fqn": "projen.tasks.Task"
17938
+ }
17939
+ }
17940
+ ],
17941
+ "symbolId": "src/awscdk/integration-test:IntegrationTest"
17942
+ },
17943
+ "projen.awscdk.IntegrationTestCommonOptions": {
17944
+ "assembly": "projen",
17945
+ "datatype": true,
17946
+ "docs": {
17947
+ "stability": "experimental"
17948
+ },
17949
+ "fqn": "projen.awscdk.IntegrationTestCommonOptions",
17950
+ "kind": "interface",
17951
+ "locationInModule": {
17952
+ "filename": "src/awscdk/integration-test.ts",
17953
+ "line": 7
17954
+ },
17955
+ "name": "IntegrationTestCommonOptions",
17956
+ "namespace": "awscdk",
17957
+ "properties": [
17958
+ {
17959
+ "abstract": true,
17960
+ "docs": {
17961
+ "default": "true",
17962
+ "remarks": "If disabled, leaves the\napp deployed in the dev account.",
17963
+ "stability": "experimental",
17964
+ "summary": "Destroy the test app after a successful deployment."
17965
+ },
17966
+ "immutable": true,
17967
+ "locationInModule": {
17968
+ "filename": "src/awscdk/integration-test.ts",
17969
+ "line": 13
17970
+ },
17971
+ "name": "destroyAfterDeploy",
17972
+ "optional": true,
17973
+ "type": {
17974
+ "primitive": "boolean"
17975
+ }
17976
+ }
17977
+ ],
17978
+ "symbolId": "src/awscdk/integration-test:IntegrationTestCommonOptions"
17979
+ },
17980
+ "projen.awscdk.IntegrationTestOptions": {
17981
+ "assembly": "projen",
17982
+ "datatype": true,
17983
+ "docs": {
17984
+ "stability": "experimental",
17985
+ "summary": "Options for `IntegrationTest`."
17986
+ },
17987
+ "fqn": "projen.awscdk.IntegrationTestOptions",
17988
+ "interfaces": [
17989
+ "projen.awscdk.IntegrationTestCommonOptions"
17990
+ ],
17991
+ "kind": "interface",
17992
+ "locationInModule": {
17993
+ "filename": "src/awscdk/integration-test.ts",
17994
+ "line": 19
17995
+ },
17996
+ "name": "IntegrationTestOptions",
17997
+ "namespace": "awscdk",
17998
+ "properties": [
17999
+ {
18000
+ "abstract": true,
18001
+ "docs": {
18002
+ "example": "\"test/subdir/foo.integ.ts\"",
18003
+ "remarks": "This is relative to the root directory of the project.",
18004
+ "stability": "experimental",
18005
+ "summary": "A path from the project root directory to a TypeScript file which contains the integration test app."
18006
+ },
18007
+ "immutable": true,
18008
+ "locationInModule": {
18009
+ "filename": "src/awscdk/integration-test.ts",
18010
+ "line": 28
18011
+ },
18012
+ "name": "entrypoint",
18013
+ "type": {
18014
+ "primitive": "string"
18015
+ }
18016
+ }
18017
+ ],
18018
+ "symbolId": "src/awscdk/integration-test:IntegrationTestOptions"
18019
+ },
17830
18020
  "projen.awscdk.LambdaFunction": {
17831
18021
  "assembly": "projen",
17832
18022
  "base": "projen.Component",
@@ -34411,6 +34601,6 @@
34411
34601
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
34412
34602
  }
34413
34603
  },
34414
- "version": "0.34.28",
34415
- "fingerprint": "XAz8mvijE5drG3/LAG0aW5/OxYrtmng9yF1PemBpHTM="
34604
+ "version": "0.36.0",
34605
+ "fingerprint": "ulDFST4JB06dG+wOGtsMSRqrUS9Uy5TZ4/x0rrFQdMg="
34416
34606
  }