projen 0.76.9 → 0.76.11

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 (131) hide show
  1. package/.jsii +95 -95
  2. package/lib/awscdk/auto-discover.js +5 -5
  3. package/lib/awscdk/awscdk-app-java.js +1 -1
  4. package/lib/awscdk/awscdk-app-py.js +1 -1
  5. package/lib/awscdk/awscdk-app-ts.js +1 -1
  6. package/lib/awscdk/awscdk-construct.js +2 -2
  7. package/lib/awscdk/awscdk-deps-java.js +1 -1
  8. package/lib/awscdk/awscdk-deps-js.js +1 -1
  9. package/lib/awscdk/awscdk-deps-py.js +1 -1
  10. package/lib/awscdk/awscdk-deps.js +5 -2
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +1 -1
  13. package/lib/awscdk/integration-test.js +1 -1
  14. package/lib/awscdk/lambda-extension.js +1 -1
  15. package/lib/awscdk/lambda-function.js +2 -2
  16. package/lib/build/build-workflow.js +1 -1
  17. package/lib/cdk/auto-discover-base.js +2 -2
  18. package/lib/cdk/construct-lib.js +1 -1
  19. package/lib/cdk/integration-test-base.js +1 -1
  20. package/lib/cdk/jsii-docgen.js +1 -1
  21. package/lib/cdk/jsii-project.js +1 -1
  22. package/lib/cdk8s/auto-discover.js +2 -2
  23. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  24. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps.js +1 -1
  28. package/lib/cdk8s/integration-test.js +1 -1
  29. package/lib/cdktf/cdktf-construct.js +1 -1
  30. package/lib/circleci/circleci.js +1 -1
  31. package/lib/component.js +9 -7
  32. package/lib/dependencies.js +1 -1
  33. package/lib/dev-env.js +1 -1
  34. package/lib/docker-compose/docker-compose-service.js +1 -1
  35. package/lib/docker-compose/docker-compose.js +1 -1
  36. package/lib/file.js +1 -1
  37. package/lib/gitattributes.js +1 -1
  38. package/lib/github/actions-provider.js +1 -1
  39. package/lib/github/auto-approve.js +1 -1
  40. package/lib/github/auto-merge.js +1 -1
  41. package/lib/github/dependabot.js +1 -1
  42. package/lib/github/github-credentials.js +1 -1
  43. package/lib/github/github-project.js +1 -1
  44. package/lib/github/github.js +1 -1
  45. package/lib/github/mergify.js +1 -1
  46. package/lib/github/pr-template.js +1 -1
  47. package/lib/github/pull-request-lint.js +1 -1
  48. package/lib/github/stale.js +1 -1
  49. package/lib/github/task-workflow.js +1 -1
  50. package/lib/github/workflow-actions.js +1 -1
  51. package/lib/github/workflow-jobs.js +1 -1
  52. package/lib/github/workflows.js +1 -1
  53. package/lib/gitlab/configuration.js +1 -1
  54. package/lib/gitlab/gitlab-configuration.js +1 -1
  55. package/lib/gitlab/nested-configuration.js +1 -1
  56. package/lib/gitpod.js +1 -1
  57. package/lib/ignore-file.js +1 -1
  58. package/lib/ini.js +1 -1
  59. package/lib/java/java-project.js +1 -1
  60. package/lib/java/junit.js +1 -1
  61. package/lib/java/maven-compile.js +1 -1
  62. package/lib/java/maven-packaging.js +1 -1
  63. package/lib/java/maven-sample.js +1 -1
  64. package/lib/java/pom.js +1 -1
  65. package/lib/java/projenrc.js +1 -1
  66. package/lib/javascript/bundler.js +1 -1
  67. package/lib/javascript/eslint.js +1 -1
  68. package/lib/javascript/jest.js +4 -4
  69. package/lib/javascript/node-package.js +1 -1
  70. package/lib/javascript/node-project.js +3 -2
  71. package/lib/javascript/npm-config.js +1 -1
  72. package/lib/javascript/prettier.js +1 -1
  73. package/lib/javascript/projenrc.js +1 -1
  74. package/lib/javascript/typescript-config.js +2 -2
  75. package/lib/javascript/upgrade-dependencies.js +2 -2
  76. package/lib/json-patch.js +1 -1
  77. package/lib/json.js +1 -1
  78. package/lib/license.js +1 -1
  79. package/lib/logger.js +1 -1
  80. package/lib/makefile.js +1 -1
  81. package/lib/object-file.js +1 -1
  82. package/lib/project-build.js +1 -1
  83. package/lib/project-tree.js +1 -1
  84. package/lib/project.js +3 -3
  85. package/lib/projects.js +1 -1
  86. package/lib/projenrc-json.js +2 -2
  87. package/lib/projenrc.js +1 -1
  88. package/lib/python/pip.js +1 -1
  89. package/lib/python/poetry.js +2 -2
  90. package/lib/python/projenrc.js +1 -1
  91. package/lib/python/pytest-sample.js +1 -1
  92. package/lib/python/pytest.js +1 -1
  93. package/lib/python/python-project.js +1 -1
  94. package/lib/python/python-sample.js +1 -1
  95. package/lib/python/requirements-file.js +1 -1
  96. package/lib/python/setuppy.js +1 -1
  97. package/lib/python/setuptools.js +1 -1
  98. package/lib/python/venv.js +1 -1
  99. package/lib/readme.js +1 -1
  100. package/lib/release/publisher.js +1 -1
  101. package/lib/release/release-trigger.js +1 -1
  102. package/lib/release/release.js +1 -1
  103. package/lib/renovatebot.js +1 -1
  104. package/lib/sample-file.js +2 -2
  105. package/lib/semver.js +1 -1
  106. package/lib/source-code.js +1 -1
  107. package/lib/task-runtime.js +1 -1
  108. package/lib/task.js +1 -1
  109. package/lib/tasks.js +1 -1
  110. package/lib/testing.js +1 -1
  111. package/lib/textfile.js +1 -1
  112. package/lib/toml.js +1 -1
  113. package/lib/typescript/projenrc-ts.js +1 -1
  114. package/lib/typescript/projenrc.js +1 -1
  115. package/lib/typescript/typescript-typedoc.js +1 -1
  116. package/lib/typescript/typescript.js +3 -3
  117. package/lib/util/constructs.d.ts +4 -2
  118. package/lib/util/constructs.js +13 -2
  119. package/lib/version.js +2 -2
  120. package/lib/vscode/devcontainer.js +1 -1
  121. package/lib/vscode/extensions.js +1 -1
  122. package/lib/vscode/launch-config.js +1 -1
  123. package/lib/vscode/settings.js +1 -1
  124. package/lib/vscode/vscode.js +1 -1
  125. package/lib/web/next.js +3 -3
  126. package/lib/web/postcss.js +1 -1
  127. package/lib/web/react.js +4 -4
  128. package/lib/web/tailwind.js +1 -1
  129. package/lib/xmlfile.js +1 -1
  130. package/lib/yaml.js +1 -1
  131. package/package.json +2 -2
package/.jsii CHANGED
@@ -235,7 +235,7 @@
235
235
  },
236
236
  "locationInModule": {
237
237
  "filename": "src/component.ts",
238
- "line": 29
238
+ "line": 31
239
239
  },
240
240
  "parameters": [
241
241
  {
@@ -256,7 +256,7 @@
256
256
  "kind": "class",
257
257
  "locationInModule": {
258
258
  "filename": "src/component.ts",
259
- "line": 19
259
+ "line": 21
260
260
  },
261
261
  "methods": [
262
262
  {
@@ -266,7 +266,7 @@
266
266
  },
267
267
  "locationInModule": {
268
268
  "filename": "src/component.ts",
269
- "line": 23
269
+ "line": 25
270
270
  },
271
271
  "name": "isComponent",
272
272
  "parameters": [
@@ -292,7 +292,7 @@
292
292
  },
293
293
  "locationInModule": {
294
294
  "filename": "src/component.ts",
295
- "line": 52
295
+ "line": 54
296
296
  },
297
297
  "name": "postSynthesize"
298
298
  },
@@ -303,7 +303,7 @@
303
303
  },
304
304
  "locationInModule": {
305
305
  "filename": "src/component.ts",
306
- "line": 42
306
+ "line": 44
307
307
  },
308
308
  "name": "preSynthesize"
309
309
  },
@@ -314,7 +314,7 @@
314
314
  },
315
315
  "locationInModule": {
316
316
  "filename": "src/component.ts",
317
- "line": 47
317
+ "line": 49
318
318
  },
319
319
  "name": "synthesize"
320
320
  }
@@ -328,7 +328,7 @@
328
328
  "immutable": true,
329
329
  "locationInModule": {
330
330
  "filename": "src/component.ts",
331
- "line": 27
331
+ "line": 29
332
332
  },
333
333
  "name": "project",
334
334
  "type": {
@@ -3349,7 +3349,7 @@
3349
3349
  "kind": "interface",
3350
3350
  "locationInModule": {
3351
3351
  "filename": "src/project.ts",
3352
- "line": 125
3352
+ "line": 121
3353
3353
  },
3354
3354
  "name": "GitOptions",
3355
3355
  "properties": [
@@ -3363,7 +3363,7 @@
3363
3363
  "immutable": true,
3364
3364
  "locationInModule": {
3365
3365
  "filename": "src/project.ts",
3366
- "line": 131
3366
+ "line": 127
3367
3367
  },
3368
3368
  "name": "lfsPatterns",
3369
3369
  "optional": true,
@@ -5024,7 +5024,7 @@
5024
5024
  "kind": "interface",
5025
5025
  "locationInModule": {
5026
5026
  "filename": "src/project.ts",
5027
- "line": 742
5027
+ "line": 738
5028
5028
  },
5029
5029
  "name": "InitProject",
5030
5030
  "properties": [
@@ -5037,7 +5037,7 @@
5037
5037
  "immutable": true,
5038
5038
  "locationInModule": {
5039
5039
  "filename": "src/project.ts",
5040
- "line": 751
5040
+ "line": 747
5041
5041
  },
5042
5042
  "name": "args",
5043
5043
  "type": {
@@ -5060,7 +5060,7 @@
5060
5060
  "immutable": true,
5061
5061
  "locationInModule": {
5062
5062
  "filename": "src/project.ts",
5063
- "line": 762
5063
+ "line": 758
5064
5064
  },
5065
5065
  "name": "comments",
5066
5066
  "type": {
@@ -5076,7 +5076,7 @@
5076
5076
  "immutable": true,
5077
5077
  "locationInModule": {
5078
5078
  "filename": "src/project.ts",
5079
- "line": 746
5079
+ "line": 742
5080
5080
  },
5081
5081
  "name": "fqn",
5082
5082
  "type": {
@@ -5092,7 +5092,7 @@
5092
5092
  "immutable": true,
5093
5093
  "locationInModule": {
5094
5094
  "filename": "src/project.ts",
5095
- "line": 756
5095
+ "line": 752
5096
5096
  },
5097
5097
  "name": "type",
5098
5098
  "type": {
@@ -6562,7 +6562,7 @@
6562
6562
  },
6563
6563
  "locationInModule": {
6564
6564
  "filename": "src/project.ts",
6565
- "line": 248
6565
+ "line": 244
6566
6566
  },
6567
6567
  "parameters": [
6568
6568
  {
@@ -6576,7 +6576,7 @@
6576
6576
  "kind": "class",
6577
6577
  "locationInModule": {
6578
6578
  "filename": "src/project.ts",
6579
- "line": 137
6579
+ "line": 133
6580
6580
  },
6581
6581
  "methods": [
6582
6582
  {
@@ -6586,7 +6586,7 @@
6586
6586
  },
6587
6587
  "locationInModule": {
6588
6588
  "filename": "src/project.ts",
6589
- "line": 147
6589
+ "line": 143
6590
6590
  },
6591
6591
  "name": "isProject",
6592
6592
  "parameters": [
@@ -6615,7 +6615,7 @@
6615
6615
  },
6616
6616
  "locationInModule": {
6617
6617
  "filename": "src/project.ts",
6618
- "line": 157
6618
+ "line": 153
6619
6619
  },
6620
6620
  "name": "of",
6621
6621
  "parameters": [
@@ -6641,7 +6641,7 @@
6641
6641
  },
6642
6642
  "locationInModule": {
6643
6643
  "filename": "src/project.ts",
6644
- "line": 549
6644
+ "line": 545
6645
6645
  },
6646
6646
  "name": "addExcludeFromCleanup",
6647
6647
  "parameters": [
@@ -6665,7 +6665,7 @@
6665
6665
  },
6666
6666
  "locationInModule": {
6667
6667
  "filename": "src/project.ts",
6668
- "line": 578
6668
+ "line": 574
6669
6669
  },
6670
6670
  "name": "addGitIgnore",
6671
6671
  "parameters": [
@@ -6688,7 +6688,7 @@
6688
6688
  },
6689
6689
  "locationInModule": {
6690
6690
  "filename": "src/project.ts",
6691
- "line": 570
6691
+ "line": 566
6692
6692
  },
6693
6693
  "name": "addPackageIgnore",
6694
6694
  "parameters": [
@@ -6711,7 +6711,7 @@
6711
6711
  },
6712
6712
  "locationInModule": {
6713
6713
  "filename": "src/project.ts",
6714
- "line": 399
6714
+ "line": 395
6715
6715
  },
6716
6716
  "name": "addTask",
6717
6717
  "parameters": [
@@ -6749,7 +6749,7 @@
6749
6749
  },
6750
6750
  "locationInModule": {
6751
6751
  "filename": "src/project.ts",
6752
- "line": 539
6752
+ "line": 535
6753
6753
  },
6754
6754
  "name": "addTip",
6755
6755
  "parameters": [
@@ -6772,7 +6772,7 @@
6772
6772
  },
6773
6773
  "locationInModule": {
6774
6774
  "filename": "src/project.ts",
6775
- "line": 589
6775
+ "line": 585
6776
6776
  },
6777
6777
  "name": "annotateGenerated",
6778
6778
  "parameters": [
@@ -6795,7 +6795,7 @@
6795
6795
  },
6796
6796
  "locationInModule": {
6797
6797
  "filename": "src/project.ts",
6798
- "line": 677
6798
+ "line": 673
6799
6799
  },
6800
6800
  "name": "postSynthesize"
6801
6801
  },
@@ -6806,7 +6806,7 @@
6806
6806
  },
6807
6807
  "locationInModule": {
6808
6808
  "filename": "src/project.ts",
6809
- "line": 672
6809
+ "line": 668
6810
6810
  },
6811
6811
  "name": "preSynthesize"
6812
6812
  },
@@ -6818,7 +6818,7 @@
6818
6818
  },
6819
6819
  "locationInModule": {
6820
6820
  "filename": "src/project.ts",
6821
- "line": 410
6821
+ "line": 406
6822
6822
  },
6823
6823
  "name": "removeTask",
6824
6824
  "parameters": [
@@ -6847,7 +6847,7 @@
6847
6847
  },
6848
6848
  "locationInModule": {
6849
6849
  "filename": "src/project.ts",
6850
- "line": 560
6850
+ "line": 556
6851
6851
  },
6852
6852
  "name": "runTaskCommand",
6853
6853
  "parameters": [
@@ -6875,7 +6875,7 @@
6875
6875
  },
6876
6876
  "locationInModule": {
6877
6877
  "filename": "src/project.ts",
6878
- "line": 603
6878
+ "line": 599
6879
6879
  },
6880
6880
  "name": "synth"
6881
6881
  },
@@ -6887,7 +6887,7 @@
6887
6887
  },
6888
6888
  "locationInModule": {
6889
6889
  "filename": "src/project.ts",
6890
- "line": 441
6890
+ "line": 437
6891
6891
  },
6892
6892
  "name": "tryFindFile",
6893
6893
  "parameters": [
@@ -6917,7 +6917,7 @@
6917
6917
  },
6918
6918
  "locationInModule": {
6919
6919
  "filename": "src/project.ts",
6920
- "line": 466
6920
+ "line": 462
6921
6921
  },
6922
6922
  "name": "tryFindJsonFile",
6923
6923
  "parameters": [
@@ -6945,7 +6945,7 @@
6945
6945
  },
6946
6946
  "locationInModule": {
6947
6947
  "filename": "src/project.ts",
6948
- "line": 485
6948
+ "line": 481
6949
6949
  },
6950
6950
  "name": "tryFindObjectFile",
6951
6951
  "parameters": [
@@ -6974,7 +6974,7 @@
6974
6974
  },
6975
6975
  "locationInModule": {
6976
6976
  "filename": "src/project.ts",
6977
- "line": 509
6977
+ "line": 505
6978
6978
  },
6979
6979
  "name": "tryRemoveFile",
6980
6980
  "parameters": [
@@ -7009,7 +7009,7 @@
7009
7009
  "immutable": true,
7010
7010
  "locationInModule": {
7011
7011
  "filename": "src/project.ts",
7012
- "line": 142
7012
+ "line": 138
7013
7013
  },
7014
7014
  "name": "DEFAULT_TASK",
7015
7015
  "static": true,
@@ -7024,7 +7024,7 @@
7024
7024
  "immutable": true,
7025
7025
  "locationInModule": {
7026
7026
  "filename": "src/project.ts",
7027
- "line": 414
7027
+ "line": 410
7028
7028
  },
7029
7029
  "name": "buildTask",
7030
7030
  "type": {
@@ -7039,7 +7039,7 @@
7039
7039
  "immutable": true,
7040
7040
  "locationInModule": {
7041
7041
  "filename": "src/project.ts",
7042
- "line": 240
7042
+ "line": 236
7043
7043
  },
7044
7044
  "name": "commitGenerated",
7045
7045
  "type": {
@@ -7053,7 +7053,7 @@
7053
7053
  "immutable": true,
7054
7054
  "locationInModule": {
7055
7055
  "filename": "src/project.ts",
7056
- "line": 417
7056
+ "line": 413
7057
7057
  },
7058
7058
  "name": "compileTask",
7059
7059
  "type": {
@@ -7068,7 +7068,7 @@
7068
7068
  "immutable": true,
7069
7069
  "locationInModule": {
7070
7070
  "filename": "src/project.ts",
7071
- "line": 371
7071
+ "line": 367
7072
7072
  },
7073
7073
  "name": "components",
7074
7074
  "type": {
@@ -7088,7 +7088,7 @@
7088
7088
  "immutable": true,
7089
7089
  "locationInModule": {
7090
7090
  "filename": "src/project.ts",
7091
- "line": 199
7091
+ "line": 195
7092
7092
  },
7093
7093
  "name": "deps",
7094
7094
  "type": {
@@ -7103,7 +7103,7 @@
7103
7103
  "immutable": true,
7104
7104
  "locationInModule": {
7105
7105
  "filename": "src/project.ts",
7106
- "line": 665
7106
+ "line": 661
7107
7107
  },
7108
7108
  "name": "ejected",
7109
7109
  "type": {
@@ -7118,7 +7118,7 @@
7118
7118
  "immutable": true,
7119
7119
  "locationInModule": {
7120
7120
  "filename": "src/project.ts",
7121
- "line": 385
7121
+ "line": 381
7122
7122
  },
7123
7123
  "name": "files",
7124
7124
  "type": {
@@ -7138,7 +7138,7 @@
7138
7138
  "immutable": true,
7139
7139
  "locationInModule": {
7140
7140
  "filename": "src/project.ts",
7141
- "line": 174
7141
+ "line": 170
7142
7142
  },
7143
7143
  "name": "gitattributes",
7144
7144
  "type": {
@@ -7153,7 +7153,7 @@
7153
7153
  "immutable": true,
7154
7154
  "locationInModule": {
7155
7155
  "filename": "src/project.ts",
7156
- "line": 169
7156
+ "line": 165
7157
7157
  },
7158
7158
  "name": "gitignore",
7159
7159
  "type": {
@@ -7168,7 +7168,7 @@
7168
7168
  "immutable": true,
7169
7169
  "locationInModule": {
7170
7170
  "filename": "src/project.ts",
7171
- "line": 204
7171
+ "line": 200
7172
7172
  },
7173
7173
  "name": "logger",
7174
7174
  "type": {
@@ -7183,7 +7183,7 @@
7183
7183
  "immutable": true,
7184
7184
  "locationInModule": {
7185
7185
  "filename": "src/project.ts",
7186
- "line": 164
7186
+ "line": 160
7187
7187
  },
7188
7188
  "name": "name",
7189
7189
  "type": {
@@ -7198,7 +7198,7 @@
7198
7198
  "immutable": true,
7199
7199
  "locationInModule": {
7200
7200
  "filename": "src/project.ts",
7201
- "line": 184
7201
+ "line": 180
7202
7202
  },
7203
7203
  "name": "outdir",
7204
7204
  "type": {
@@ -7212,7 +7212,7 @@
7212
7212
  "immutable": true,
7213
7213
  "locationInModule": {
7214
7214
  "filename": "src/project.ts",
7215
- "line": 429
7215
+ "line": 425
7216
7216
  },
7217
7217
  "name": "packageTask",
7218
7218
  "type": {
@@ -7226,7 +7226,7 @@
7226
7226
  "immutable": true,
7227
7227
  "locationInModule": {
7228
7228
  "filename": "src/project.ts",
7229
- "line": 426
7229
+ "line": 422
7230
7230
  },
7231
7231
  "name": "postCompileTask",
7232
7232
  "type": {
@@ -7240,7 +7240,7 @@
7240
7240
  "immutable": true,
7241
7241
  "locationInModule": {
7242
7242
  "filename": "src/project.ts",
7243
- "line": 423
7243
+ "line": 419
7244
7244
  },
7245
7245
  "name": "preCompileTask",
7246
7246
  "type": {
@@ -7255,7 +7255,7 @@
7255
7255
  "immutable": true,
7256
7256
  "locationInModule": {
7257
7257
  "filename": "src/project.ts",
7258
- "line": 235
7258
+ "line": 231
7259
7259
  },
7260
7260
  "name": "projectBuild",
7261
7261
  "type": {
@@ -7270,7 +7270,7 @@
7270
7270
  "immutable": true,
7271
7271
  "locationInModule": {
7272
7272
  "filename": "src/project.ts",
7273
- "line": 216
7273
+ "line": 212
7274
7274
  },
7275
7275
  "name": "projenCommand",
7276
7276
  "type": {
@@ -7285,7 +7285,7 @@
7285
7285
  "immutable": true,
7286
7286
  "locationInModule": {
7287
7287
  "filename": "src/project.ts",
7288
- "line": 189
7288
+ "line": 185
7289
7289
  },
7290
7290
  "name": "root",
7291
7291
  "type": {
@@ -7300,7 +7300,7 @@
7300
7300
  "immutable": true,
7301
7301
  "locationInModule": {
7302
7302
  "filename": "src/project.ts",
7303
- "line": 378
7303
+ "line": 374
7304
7304
  },
7305
7305
  "name": "subprojects",
7306
7306
  "type": {
@@ -7320,7 +7320,7 @@
7320
7320
  "immutable": true,
7321
7321
  "locationInModule": {
7322
7322
  "filename": "src/project.ts",
7323
- "line": 194
7323
+ "line": 190
7324
7324
  },
7325
7325
  "name": "tasks",
7326
7326
  "type": {
@@ -7334,7 +7334,7 @@
7334
7334
  "immutable": true,
7335
7335
  "locationInModule": {
7336
7336
  "filename": "src/project.ts",
7337
- "line": 420
7337
+ "line": 416
7338
7338
  },
7339
7339
  "name": "testTask",
7340
7340
  "type": {
@@ -7350,7 +7350,7 @@
7350
7350
  "immutable": true,
7351
7351
  "locationInModule": {
7352
7352
  "filename": "src/project.ts",
7353
- "line": 222
7353
+ "line": 218
7354
7354
  },
7355
7355
  "name": "defaultTask",
7356
7356
  "optional": true,
@@ -7367,7 +7367,7 @@
7367
7367
  "immutable": true,
7368
7368
  "locationInModule": {
7369
7369
  "filename": "src/project.ts",
7370
- "line": 211
7370
+ "line": 207
7371
7371
  },
7372
7372
  "name": "initProject",
7373
7373
  "optional": true,
@@ -7384,7 +7384,7 @@
7384
7384
  "immutable": true,
7385
7385
  "locationInModule": {
7386
7386
  "filename": "src/project.ts",
7387
- "line": 179
7387
+ "line": 175
7388
7388
  },
7389
7389
  "name": "parent",
7390
7390
  "optional": true,
@@ -7533,7 +7533,7 @@
7533
7533
  "kind": "interface",
7534
7534
  "locationInModule": {
7535
7535
  "filename": "src/project.ts",
7536
- "line": 34
7536
+ "line": 30
7537
7537
  },
7538
7538
  "name": "ProjectOptions",
7539
7539
  "properties": [
@@ -7550,7 +7550,7 @@
7550
7550
  "immutable": true,
7551
7551
  "locationInModule": {
7552
7552
  "filename": "src/project.ts",
7553
- "line": 41
7553
+ "line": 37
7554
7554
  },
7555
7555
  "name": "name",
7556
7556
  "type": {
@@ -7567,7 +7567,7 @@
7567
7567
  "immutable": true,
7568
7568
  "locationInModule": {
7569
7569
  "filename": "src/project.ts",
7570
- "line": 109
7570
+ "line": 105
7571
7571
  },
7572
7572
  "name": "commitGenerated",
7573
7573
  "optional": true,
@@ -7584,7 +7584,7 @@
7584
7584
  "immutable": true,
7585
7585
  "locationInModule": {
7586
7586
  "filename": "src/project.ts",
7587
- "line": 119
7587
+ "line": 115
7588
7588
  },
7589
7589
  "name": "gitIgnoreOptions",
7590
7590
  "optional": true,
@@ -7601,7 +7601,7 @@
7601
7601
  "immutable": true,
7602
7602
  "locationInModule": {
7603
7603
  "filename": "src/project.ts",
7604
- "line": 114
7604
+ "line": 110
7605
7605
  },
7606
7606
  "name": "gitOptions",
7607
7607
  "optional": true,
@@ -7619,7 +7619,7 @@
7619
7619
  "immutable": true,
7620
7620
  "locationInModule": {
7621
7621
  "filename": "src/project.ts",
7622
- "line": 65
7622
+ "line": 61
7623
7623
  },
7624
7624
  "name": "logging",
7625
7625
  "optional": true,
@@ -7638,7 +7638,7 @@
7638
7638
  "immutable": true,
7639
7639
  "locationInModule": {
7640
7640
  "filename": "src/project.ts",
7641
- "line": 59
7641
+ "line": 55
7642
7642
  },
7643
7643
  "name": "outdir",
7644
7644
  "optional": true,
@@ -7655,7 +7655,7 @@
7655
7655
  "immutable": true,
7656
7656
  "locationInModule": {
7657
7657
  "filename": "src/project.ts",
7658
- "line": 46
7658
+ "line": 42
7659
7659
  },
7660
7660
  "name": "parent",
7661
7661
  "optional": true,
@@ -7674,7 +7674,7 @@
7674
7674
  "immutable": true,
7675
7675
  "locationInModule": {
7676
7676
  "filename": "src/project.ts",
7677
- "line": 88
7677
+ "line": 84
7678
7678
  },
7679
7679
  "name": "projenCommand",
7680
7680
  "optional": true,
@@ -7692,7 +7692,7 @@
7692
7692
  "immutable": true,
7693
7693
  "locationInModule": {
7694
7694
  "filename": "src/project.ts",
7695
- "line": 73
7695
+ "line": 69
7696
7696
  },
7697
7697
  "name": "projenrcJson",
7698
7698
  "optional": true,
@@ -7710,7 +7710,7 @@
7710
7710
  "immutable": true,
7711
7711
  "locationInModule": {
7712
7712
  "filename": "src/project.ts",
7713
- "line": 79
7713
+ "line": 75
7714
7714
  },
7715
7715
  "name": "projenrcJsonOptions",
7716
7716
  "optional": true,
@@ -7728,7 +7728,7 @@
7728
7728
  "immutable": true,
7729
7729
  "locationInModule": {
7730
7730
  "filename": "src/project.ts",
7731
- "line": 95
7731
+ "line": 91
7732
7732
  },
7733
7733
  "name": "renovatebot",
7734
7734
  "optional": true,
@@ -7746,7 +7746,7 @@
7746
7746
  "immutable": true,
7747
7747
  "locationInModule": {
7748
7748
  "filename": "src/project.ts",
7749
- "line": 102
7749
+ "line": 98
7750
7750
  },
7751
7751
  "name": "renovatebotOptions",
7752
7752
  "optional": true,
@@ -7815,7 +7815,7 @@
7815
7815
  "kind": "enum",
7816
7816
  "locationInModule": {
7817
7817
  "filename": "src/project.ts",
7818
- "line": 719
7818
+ "line": 715
7819
7819
  },
7820
7820
  "members": [
7821
7821
  {
@@ -7937,7 +7937,7 @@
7937
7937
  },
7938
7938
  "locationInModule": {
7939
7939
  "filename": "src/component.ts",
7940
- "line": 29
7940
+ "line": 31
7941
7941
  },
7942
7942
  "parameters": [
7943
7943
  {
@@ -12312,7 +12312,7 @@
12312
12312
  },
12313
12313
  "locationInModule": {
12314
12314
  "filename": "src/awscdk/awscdk-deps.ts",
12315
- "line": 362
12315
+ "line": 366
12316
12316
  },
12317
12317
  "name": "packageNames",
12318
12318
  "protected": true,
@@ -42152,7 +42152,7 @@
42152
42152
  },
42153
42153
  "locationInModule": {
42154
42154
  "filename": "src/javascript/node-project.ts",
42155
- "line": 802
42155
+ "line": 803
42156
42156
  },
42157
42157
  "name": "addBins",
42158
42158
  "parameters": [
@@ -42177,7 +42177,7 @@
42177
42177
  },
42178
42178
  "locationInModule": {
42179
42179
  "filename": "src/javascript/node-project.ts",
42180
- "line": 1085
42180
+ "line": 1086
42181
42181
  },
42182
42182
  "name": "addBundledDeps",
42183
42183
  "parameters": [
@@ -42203,7 +42203,7 @@
42203
42203
  },
42204
42204
  "locationInModule": {
42205
42205
  "filename": "src/javascript/node-project.ts",
42206
- "line": 847
42206
+ "line": 848
42207
42207
  },
42208
42208
  "name": "addCompileCommand",
42209
42209
  "parameters": [
@@ -42224,7 +42224,7 @@
42224
42224
  },
42225
42225
  "locationInModule": {
42226
42226
  "filename": "src/javascript/node-project.ts",
42227
- "line": 1039
42227
+ "line": 1040
42228
42228
  },
42229
42229
  "name": "addDeps",
42230
42230
  "parameters": [
@@ -42249,7 +42249,7 @@
42249
42249
  },
42250
42250
  "locationInModule": {
42251
42251
  "filename": "src/javascript/node-project.ts",
42252
- "line": 1052
42252
+ "line": 1053
42253
42253
  },
42254
42254
  "name": "addDevDeps",
42255
42255
  "parameters": [
@@ -42274,7 +42274,7 @@
42274
42274
  },
42275
42275
  "locationInModule": {
42276
42276
  "filename": "src/javascript/node-project.ts",
42277
- "line": 867
42277
+ "line": 868
42278
42278
  },
42279
42279
  "name": "addFields",
42280
42280
  "parameters": [
@@ -42301,7 +42301,7 @@
42301
42301
  },
42302
42302
  "locationInModule": {
42303
42303
  "filename": "src/javascript/node-project.ts",
42304
- "line": 877
42304
+ "line": 878
42305
42305
  },
42306
42306
  "name": "addKeywords",
42307
42307
  "parameters": [
@@ -42326,7 +42326,7 @@
42326
42326
  },
42327
42327
  "locationInModule": {
42328
42328
  "filename": "src/javascript/node-project.ts",
42329
- "line": 1089
42329
+ "line": 1090
42330
42330
  },
42331
42331
  "name": "addPackageIgnore",
42332
42332
  "overrides": "projen.Project",
@@ -42347,7 +42347,7 @@
42347
42347
  },
42348
42348
  "locationInModule": {
42349
42349
  "filename": "src/javascript/node-project.ts",
42350
- "line": 1069
42350
+ "line": 1070
42351
42351
  },
42352
42352
  "name": "addPeerDeps",
42353
42353
  "parameters": [
@@ -42372,7 +42372,7 @@
42372
42372
  },
42373
42373
  "locationInModule": {
42374
42374
  "filename": "src/javascript/node-project.ts",
42375
- "line": 820
42375
+ "line": 821
42376
42376
  },
42377
42377
  "name": "addScripts",
42378
42378
  "parameters": [
@@ -42400,7 +42400,7 @@
42400
42400
  },
42401
42401
  "locationInModule": {
42402
42402
  "filename": "src/javascript/node-project.ts",
42403
- "line": 857
42403
+ "line": 858
42404
42404
  },
42405
42405
  "name": "addTestCommand",
42406
42406
  "parameters": [
@@ -42422,7 +42422,7 @@
42422
42422
  },
42423
42423
  "locationInModule": {
42424
42424
  "filename": "src/javascript/node-project.ts",
42425
- "line": 839
42425
+ "line": 840
42426
42426
  },
42427
42427
  "name": "hasScript",
42428
42428
  "parameters": [
@@ -42449,7 +42449,7 @@
42449
42449
  },
42450
42450
  "locationInModule": {
42451
42451
  "filename": "src/javascript/node-project.ts",
42452
- "line": 830
42452
+ "line": 831
42453
42453
  },
42454
42454
  "name": "removeScript",
42455
42455
  "parameters": [
@@ -42472,7 +42472,7 @@
42472
42472
  },
42473
42473
  "locationInModule": {
42474
42474
  "filename": "src/javascript/node-project.ts",
42475
- "line": 967
42475
+ "line": 968
42476
42476
  },
42477
42477
  "name": "renderWorkflowSetup",
42478
42478
  "parameters": [
@@ -42506,7 +42506,7 @@
42506
42506
  },
42507
42507
  "locationInModule": {
42508
42508
  "filename": "src/javascript/node-project.ts",
42509
- "line": 1162
42509
+ "line": 1163
42510
42510
  },
42511
42511
  "name": "runTaskCommand",
42512
42512
  "overrides": "projen.Project",
@@ -42534,7 +42534,7 @@
42534
42534
  },
42535
42535
  "locationInModule": {
42536
42536
  "filename": "src/javascript/node-project.ts",
42537
- "line": 812
42537
+ "line": 813
42538
42538
  },
42539
42539
  "name": "setScript",
42540
42540
  "parameters": [
@@ -42789,7 +42789,7 @@
42789
42789
  "immutable": true,
42790
42790
  "locationInModule": {
42791
42791
  "filename": "src/javascript/node-project.ts",
42792
- "line": 1169
42792
+ "line": 1170
42793
42793
  },
42794
42794
  "name": "buildWorkflowJobId",
42795
42795
  "optional": true,
@@ -44954,7 +44954,7 @@
44954
44954
  "kind": "interface",
44955
44955
  "locationInModule": {
44956
44956
  "filename": "src/javascript/node-project.ts",
44957
- "line": 1177
44957
+ "line": 1178
44958
44958
  },
44959
44959
  "name": "RenderWorkflowSetupOptions",
44960
44960
  "namespace": "javascript",
@@ -44969,7 +44969,7 @@
44969
44969
  "immutable": true,
44970
44970
  "locationInModule": {
44971
44971
  "filename": "src/javascript/node-project.ts",
44972
- "line": 1182
44972
+ "line": 1183
44973
44973
  },
44974
44974
  "name": "mutable",
44975
44975
  "optional": true,
@@ -56741,6 +56741,6 @@
56741
56741
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
56742
56742
  }
56743
56743
  },
56744
- "version": "0.76.9",
56745
- "fingerprint": "13f+mHMajtSk70OjmCwSekkzy8zrddBCMbT7TWmaUHg="
56744
+ "version": "0.76.11",
56745
+ "fingerprint": "BCJk2wwSRumb+1ijZDt6BzXgnbRxMTc3EDgRBXmZNyc="
56746
56746
  }