projen 0.100.5 → 0.100.7

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 (153) hide show
  1. package/.jsii +166 -75
  2. package/lib/ai-instructions.js +2 -2
  3. package/lib/awscdk/auto-discover.js +6 -6
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +38 -23
  7. package/lib/awscdk/awscdk-construct.js +1 -1
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +3 -3
  13. package/lib/awscdk/cdk-tasks.js +9 -9
  14. package/lib/awscdk/integ-runner.js +9 -3
  15. package/lib/awscdk/integration-test.js +12 -6
  16. package/lib/awscdk/lambda-extension.js +1 -1
  17. package/lib/awscdk/lambda-function.js +2 -2
  18. package/lib/build/build-workflow.js +1 -1
  19. package/lib/cdk/auto-discover-base.js +2 -2
  20. package/lib/cdk/construct-lib.js +1 -1
  21. package/lib/cdk/integration-test-base.js +1 -1
  22. package/lib/cdk/jsii-build.js +5 -5
  23. package/lib/cdk/jsii-docgen.js +3 -3
  24. package/lib/cdk/jsii-project.js +1 -1
  25. package/lib/cdk8s/auto-discover.js +2 -2
  26. package/lib/cdk8s/cdk8s-app-py.js +3 -3
  27. package/lib/cdk8s/cdk8s-app-ts.js +4 -4
  28. package/lib/cdk8s/cdk8s-construct.js +1 -1
  29. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  30. package/lib/cdk8s/cdk8s-deps.js +1 -1
  31. package/lib/cdk8s/integration-test.js +17 -10
  32. package/lib/cdktf/cdktf-construct.js +1 -1
  33. package/lib/circleci/circleci.js +1 -1
  34. package/lib/cli/cmds/run-task.js +4 -1
  35. package/lib/cli/task-runtime.js +82 -19
  36. package/lib/common.d.ts +1 -1
  37. package/lib/common.js +2 -2
  38. package/lib/component.js +1 -1
  39. package/lib/dependencies.js +1 -1
  40. package/lib/dev-env.js +1 -1
  41. package/lib/docker-compose/docker-compose-service.js +1 -1
  42. package/lib/docker-compose/docker-compose.js +1 -1
  43. package/lib/file.js +1 -1
  44. package/lib/gitattributes.js +1 -1
  45. package/lib/github/actions-provider.js +1 -1
  46. package/lib/github/auto-approve.js +1 -1
  47. package/lib/github/auto-merge.js +1 -1
  48. package/lib/github/auto-queue.js +1 -1
  49. package/lib/github/dependabot.js +1 -1
  50. package/lib/github/dependency-review.js +1 -1
  51. package/lib/github/github-credentials.js +1 -1
  52. package/lib/github/github-project.js +1 -1
  53. package/lib/github/github.js +1 -1
  54. package/lib/github/merge-queue.js +1 -1
  55. package/lib/github/mergify.js +1 -1
  56. package/lib/github/pr-template.js +1 -1
  57. package/lib/github/pull-request-backport.js +1 -1
  58. package/lib/github/pull-request-lint.js +1 -1
  59. package/lib/github/stale.js +1 -1
  60. package/lib/github/task-workflow-job.js +1 -1
  61. package/lib/github/task-workflow.js +1 -1
  62. package/lib/github/workflow-actions.js +1 -1
  63. package/lib/github/workflow-jobs.js +1 -1
  64. package/lib/github/workflow-steps.js +1 -1
  65. package/lib/github/workflows.js +1 -1
  66. package/lib/gitlab/configuration.js +1 -1
  67. package/lib/gitlab/gitlab-configuration.js +1 -1
  68. package/lib/gitlab/nested-configuration.js +1 -1
  69. package/lib/gitpod.js +1 -1
  70. package/lib/ignore-file.js +1 -1
  71. package/lib/ini.js +1 -1
  72. package/lib/java/java-project.js +1 -1
  73. package/lib/java/junit.js +3 -3
  74. package/lib/java/maven-compile.js +3 -3
  75. package/lib/java/maven-packaging.js +3 -3
  76. package/lib/java/maven-sample.js +1 -1
  77. package/lib/java/pom.js +2 -2
  78. package/lib/java/projenrc.js +3 -3
  79. package/lib/javascript/biome/biome.js +1 -1
  80. package/lib/javascript/bundler.js +3 -3
  81. package/lib/javascript/eslint.js +1 -1
  82. package/lib/javascript/jest.js +4 -4
  83. package/lib/javascript/license-checker.js +5 -5
  84. package/lib/javascript/node-package.js +1 -1
  85. package/lib/javascript/node-project.js +13 -4
  86. package/lib/javascript/npm-config.js +1 -1
  87. package/lib/javascript/prettier.js +1 -1
  88. package/lib/javascript/projenrc.js +3 -3
  89. package/lib/javascript/typescript-config.js +2 -2
  90. package/lib/javascript/upgrade-dependencies.js +4 -4
  91. package/lib/javascript/yarnrc.js +1 -1
  92. package/lib/json-patch.js +1 -1
  93. package/lib/json.js +1 -1
  94. package/lib/license.js +1 -1
  95. package/lib/logger.js +1 -1
  96. package/lib/makefile.js +1 -1
  97. package/lib/object-file.js +1 -1
  98. package/lib/project-build.js +1 -1
  99. package/lib/project-tree.js +1 -1
  100. package/lib/project.js +1 -1
  101. package/lib/projects.js +1 -1
  102. package/lib/projenrc-json.js +1 -1
  103. package/lib/projenrc.js +1 -1
  104. package/lib/python/pip.js +17 -5
  105. package/lib/python/poetry.js +7 -7
  106. package/lib/python/projenrc.js +3 -3
  107. package/lib/python/pyproject-toml-file.js +1 -1
  108. package/lib/python/pytest-sample.js +1 -1
  109. package/lib/python/pytest.js +1 -1
  110. package/lib/python/python-project.js +1 -1
  111. package/lib/python/python-sample.js +1 -1
  112. package/lib/python/requirements-file.js +1 -1
  113. package/lib/python/setuppy.js +1 -1
  114. package/lib/python/setuptools.js +8 -3
  115. package/lib/python/uv.js +6 -6
  116. package/lib/python/venv.js +1 -1
  117. package/lib/readme.js +1 -1
  118. package/lib/release/publisher.js +1 -1
  119. package/lib/release/release-trigger.js +1 -1
  120. package/lib/release/release.js +1 -1
  121. package/lib/renovatebot.js +1 -1
  122. package/lib/run-task.cjs +56 -20
  123. package/lib/sample-file.js +2 -2
  124. package/lib/source-code.js +1 -1
  125. package/lib/task-model.d.ts +25 -1
  126. package/lib/task-model.js +1 -1
  127. package/lib/task.d.ts +33 -0
  128. package/lib/task.js +28 -2
  129. package/lib/tasks.js +1 -1
  130. package/lib/testing.js +1 -1
  131. package/lib/textfile.js +1 -1
  132. package/lib/toml.js +1 -1
  133. package/lib/typescript/projenrc-ts.js +1 -1
  134. package/lib/typescript/projenrc.js +1 -1
  135. package/lib/typescript/typescript-typedoc.js +9 -3
  136. package/lib/typescript/typescript.js +8 -10
  137. package/lib/util/exec.d.ts +1 -1
  138. package/lib/util/exec.js +1 -1
  139. package/lib/util/fs.d.ts +12 -0
  140. package/lib/util/fs.js +33 -0
  141. package/lib/version.js +2 -2
  142. package/lib/vscode/devcontainer.js +1 -1
  143. package/lib/vscode/extensions.js +1 -1
  144. package/lib/vscode/launch-config.js +1 -1
  145. package/lib/vscode/settings.js +1 -1
  146. package/lib/vscode/vscode.js +1 -1
  147. package/lib/web/next.js +9 -9
  148. package/lib/web/postcss.js +1 -1
  149. package/lib/web/react.js +7 -7
  150. package/lib/web/tailwind.js +1 -1
  151. package/lib/xmlfile.js +1 -1
  152. package/lib/yaml.js +1 -1
  153. package/package.json +4 -4
package/.jsii CHANGED
@@ -61,7 +61,7 @@
61
61
  "stability": "experimental"
62
62
  },
63
63
  "homepage": "https://github.com/projen/projen.git",
64
- "jsiiVersion": "6.0.3 (build 3c89083)",
64
+ "jsiiVersion": "6.0.4 (build 308d98d)",
65
65
  "keywords": [
66
66
  "cdk",
67
67
  "cicd",
@@ -10526,7 +10526,7 @@
10526
10526
  },
10527
10527
  "locationInModule": {
10528
10528
  "filename": "src/task.ts",
10529
- "line": 57
10529
+ "line": 76
10530
10530
  },
10531
10531
  "parameters": [
10532
10532
  {
@@ -10547,7 +10547,7 @@
10547
10547
  "kind": "class",
10548
10548
  "locationInModule": {
10549
10549
  "filename": "src/task.ts",
10550
- "line": 42
10550
+ "line": 61
10551
10551
  },
10552
10552
  "methods": [
10553
10553
  {
@@ -10559,7 +10559,7 @@
10559
10559
  },
10560
10560
  "locationInModule": {
10561
10561
  "filename": "src/task.ts",
10562
- "line": 130
10562
+ "line": 161
10563
10563
  },
10564
10564
  "name": "addCondition",
10565
10565
  "parameters": [
@@ -10584,7 +10584,7 @@
10584
10584
  },
10585
10585
  "locationInModule": {
10586
10586
  "filename": "src/task.ts",
10587
- "line": 161
10587
+ "line": 192
10588
10588
  },
10589
10589
  "name": "addSteps",
10590
10590
  "parameters": [
@@ -10609,7 +10609,7 @@
10609
10609
  },
10610
10610
  "locationInModule": {
10611
10611
  "filename": "src/task.ts",
10612
- "line": 185
10612
+ "line": 234
10613
10613
  },
10614
10614
  "name": "builtin",
10615
10615
  "parameters": [
@@ -10631,7 +10631,7 @@
10631
10631
  },
10632
10632
  "locationInModule": {
10633
10633
  "filename": "src/task.ts",
10634
- "line": 268
10634
+ "line": 317
10635
10635
  },
10636
10636
  "name": "env",
10637
10637
  "parameters": [
@@ -10663,7 +10663,7 @@
10663
10663
  },
10664
10664
  "locationInModule": {
10665
10665
  "filename": "src/task.ts",
10666
- "line": 170
10666
+ "line": 201
10667
10667
  },
10668
10668
  "name": "exec",
10669
10669
  "parameters": [
@@ -10688,6 +10688,45 @@
10688
10688
  }
10689
10689
  ]
10690
10690
  },
10691
+ {
10692
+ "docs": {
10693
+ "example": "task.execArgs([\"echo\", \"hello world\"]);",
10694
+ "remarks": "A convenient alternative to `Task.exec`: arguments with spaces or\nspecial characters are passed through as-is, with no quoting needed. The\nelements are not run through a shell, so environment variables (`$FOO`) are\nnot expanded and other shell features are unavailable.",
10695
+ "stability": "experimental",
10696
+ "summary": "Executes a command provided as a list of the program followed by its arguments (an \"argv\")."
10697
+ },
10698
+ "locationInModule": {
10699
+ "filename": "src/task.ts",
10700
+ "line": 219
10701
+ },
10702
+ "name": "execArgs",
10703
+ "parameters": [
10704
+ {
10705
+ "docs": {
10706
+ "summary": "The program followed by its arguments."
10707
+ },
10708
+ "name": "command",
10709
+ "type": {
10710
+ "collection": {
10711
+ "elementtype": {
10712
+ "primitive": "string"
10713
+ },
10714
+ "kind": "array"
10715
+ }
10716
+ }
10717
+ },
10718
+ {
10719
+ "docs": {
10720
+ "summary": "Options."
10721
+ },
10722
+ "name": "options",
10723
+ "optional": true,
10724
+ "type": {
10725
+ "fqn": "projen.TaskStepOptions"
10726
+ }
10727
+ }
10728
+ ]
10729
+ },
10691
10730
  {
10692
10731
  "docs": {
10693
10732
  "stability": "experimental",
@@ -10695,7 +10734,7 @@
10695
10734
  },
10696
10735
  "locationInModule": {
10697
10736
  "filename": "src/task.ts",
10698
- "line": 299
10737
+ "line": 348
10699
10738
  },
10700
10739
  "name": "insertStep",
10701
10740
  "parameters": [
@@ -10729,7 +10768,7 @@
10729
10768
  },
10730
10769
  "locationInModule": {
10731
10770
  "filename": "src/task.ts",
10732
- "line": 80
10771
+ "line": 111
10733
10772
  },
10734
10773
  "name": "lock"
10735
10774
  },
@@ -10740,7 +10779,7 @@
10740
10779
  },
10741
10780
  "locationInModule": {
10742
10781
  "filename": "src/task.ts",
10743
- "line": 219
10782
+ "line": 268
10744
10783
  },
10745
10784
  "name": "prependExec",
10746
10785
  "parameters": [
@@ -10769,7 +10808,7 @@
10769
10808
  },
10770
10809
  "locationInModule": {
10771
10810
  "filename": "src/task.ts",
10772
- "line": 235
10811
+ "line": 284
10773
10812
  },
10774
10813
  "name": "prependSay",
10775
10814
  "parameters": [
@@ -10798,7 +10837,7 @@
10798
10837
  },
10799
10838
  "locationInModule": {
10800
10839
  "filename": "src/task.ts",
10801
- "line": 227
10840
+ "line": 276
10802
10841
  },
10803
10842
  "name": "prependSpawn",
10804
10843
  "parameters": [
@@ -10827,7 +10866,7 @@
10827
10866
  },
10828
10867
  "locationInModule": {
10829
10868
  "filename": "src/task.ts",
10830
- "line": 211
10869
+ "line": 260
10831
10870
  },
10832
10871
  "name": "prependSteps",
10833
10872
  "parameters": [
@@ -10850,7 +10889,7 @@
10850
10889
  },
10851
10890
  "locationInModule": {
10852
10891
  "filename": "src/task.ts",
10853
- "line": 343
10892
+ "line": 392
10854
10893
  },
10855
10894
  "name": "removeStep",
10856
10895
  "parameters": [
@@ -10872,7 +10911,7 @@
10872
10911
  },
10873
10912
  "locationInModule": {
10874
10913
  "filename": "src/task.ts",
10875
- "line": 138
10914
+ "line": 169
10876
10915
  },
10877
10916
  "name": "reset",
10878
10917
  "parameters": [
@@ -10902,7 +10941,7 @@
10902
10941
  },
10903
10942
  "locationInModule": {
10904
10943
  "filename": "src/task.ts",
10905
- "line": 194
10944
+ "line": 243
10906
10945
  },
10907
10946
  "name": "say",
10908
10947
  "parameters": [
@@ -10934,7 +10973,7 @@
10934
10973
  },
10935
10974
  "locationInModule": {
10936
10975
  "filename": "src/task.ts",
10937
- "line": 202
10976
+ "line": 251
10938
10977
  },
10939
10978
  "name": "spawn",
10940
10979
  "parameters": [
@@ -10962,7 +11001,7 @@
10962
11001
  },
10963
11002
  "locationInModule": {
10964
11003
  "filename": "src/task.ts",
10965
- "line": 321
11004
+ "line": 370
10966
11005
  },
10967
11006
  "name": "updateStep",
10968
11007
  "parameters": [
@@ -10997,7 +11036,7 @@
10997
11036
  "immutable": true,
10998
11037
  "locationInModule": {
10999
11038
  "filename": "src/task.ts",
11000
- "line": 276
11039
+ "line": 325
11001
11040
  },
11002
11041
  "name": "envVars",
11003
11042
  "type": {
@@ -11017,7 +11056,7 @@
11017
11056
  "immutable": true,
11018
11057
  "locationInModule": {
11019
11058
  "filename": "src/task.ts",
11020
- "line": 46
11059
+ "line": 65
11021
11060
  },
11022
11061
  "name": "name",
11023
11062
  "type": {
@@ -11032,7 +11071,7 @@
11032
11071
  "immutable": true,
11033
11072
  "locationInModule": {
11034
11073
  "filename": "src/task.ts",
11035
- "line": 283
11074
+ "line": 332
11036
11075
  },
11037
11076
  "name": "steps",
11038
11077
  "type": {
@@ -11053,7 +11092,7 @@
11053
11092
  "immutable": true,
11054
11093
  "locationInModule": {
11055
11094
  "filename": "src/task.ts",
11056
- "line": 116
11095
+ "line": 147
11057
11096
  },
11058
11097
  "name": "condition",
11059
11098
  "optional": true,
@@ -11069,7 +11108,7 @@
11069
11108
  },
11070
11109
  "locationInModule": {
11071
11110
  "filename": "src/task.ts",
11072
- "line": 87
11111
+ "line": 118
11073
11112
  },
11074
11113
  "name": "cwd",
11075
11114
  "optional": true,
@@ -11085,7 +11124,7 @@
11085
11124
  },
11086
11125
  "locationInModule": {
11087
11126
  "filename": "src/task.ts",
11088
- "line": 101
11127
+ "line": 132
11089
11128
  },
11090
11129
  "name": "description",
11091
11130
  "optional": true,
@@ -11242,7 +11281,7 @@
11242
11281
  "immutable": true,
11243
11282
  "locationInModule": {
11244
11283
  "filename": "src/task.ts",
11245
- "line": 35
11284
+ "line": 54
11246
11285
  },
11247
11286
  "name": "args",
11248
11287
  "optional": true,
@@ -11259,13 +11298,14 @@
11259
11298
  "abstract": true,
11260
11299
  "docs": {
11261
11300
  "default": "- add steps using `task.exec(command)` or `task.spawn(subtask)`",
11301
+ "remarks": "Mutually exclusive with `execArgs`.",
11262
11302
  "stability": "experimental",
11263
11303
  "summary": "Shell command to execute as the first command of the task."
11264
11304
  },
11265
11305
  "immutable": true,
11266
11306
  "locationInModule": {
11267
11307
  "filename": "src/task.ts",
11268
- "line": 14
11308
+ "line": 17
11269
11309
  },
11270
11310
  "name": "exec",
11271
11311
  "optional": true,
@@ -11273,6 +11313,31 @@
11273
11313
  "primitive": "string"
11274
11314
  }
11275
11315
  },
11316
+ {
11317
+ "abstract": true,
11318
+ "docs": {
11319
+ "default": "- add steps using `task.execArgs(args)`, `task.exec(command)` or `task.spawn(subtask)`",
11320
+ "remarks": "A convenient alternative to `exec`: arguments with spaces or special\ncharacters are passed through as-is, with no quoting needed. The elements\nare not run through a shell, so environment variables (`$FOO`) are not\nexpanded and other shell features are unavailable.",
11321
+ "see": "TaskStep.execArgs *\nMutually exclusive with `exec`.",
11322
+ "stability": "experimental",
11323
+ "summary": "Shell command to execute as the first command of the task, provided as a list of the program followed by its arguments (an \"argv\")."
11324
+ },
11325
+ "immutable": true,
11326
+ "locationInModule": {
11327
+ "filename": "src/task.ts",
11328
+ "line": 33
11329
+ },
11330
+ "name": "execArgs",
11331
+ "optional": true,
11332
+ "type": {
11333
+ "collection": {
11334
+ "elementtype": {
11335
+ "primitive": "string"
11336
+ },
11337
+ "kind": "array"
11338
+ }
11339
+ }
11340
+ },
11276
11341
  {
11277
11342
  "abstract": true,
11278
11343
  "docs": {
@@ -11284,7 +11349,7 @@
11284
11349
  "immutable": true,
11285
11350
  "locationInModule": {
11286
11351
  "filename": "src/task.ts",
11287
- "line": 27
11352
+ "line": 46
11288
11353
  },
11289
11354
  "name": "receiveArgs",
11290
11355
  "optional": true,
@@ -11301,7 +11366,7 @@
11301
11366
  "immutable": true,
11302
11367
  "locationInModule": {
11303
11368
  "filename": "src/task.ts",
11304
- "line": 19
11369
+ "line": 38
11305
11370
  },
11306
11371
  "name": "steps",
11307
11372
  "optional": true,
@@ -11406,7 +11471,7 @@
11406
11471
  "immutable": true,
11407
11472
  "locationInModule": {
11408
11473
  "filename": "src/task-model.ts",
11409
- "line": 191
11474
+ "line": 216
11410
11475
  },
11411
11476
  "name": "builtin",
11412
11477
  "optional": true,
@@ -11418,13 +11483,14 @@
11418
11483
  "abstract": true,
11419
11484
  "docs": {
11420
11485
  "default": "- don't execute a shell command",
11486
+ "remarks": "The whole command is a single shell string. To pass arguments as a list\ninstead - without having to quote spaces or other characters yourself -\nuse `execArgs`.",
11421
11487
  "stability": "experimental",
11422
11488
  "summary": "Shell command to execute."
11423
11489
  },
11424
11490
  "immutable": true,
11425
11491
  "locationInModule": {
11426
11492
  "filename": "src/task-model.ts",
11427
- "line": 164
11493
+ "line": 168
11428
11494
  },
11429
11495
  "name": "exec",
11430
11496
  "optional": true,
@@ -11432,6 +11498,31 @@
11432
11498
  "primitive": "string"
11433
11499
  }
11434
11500
  },
11501
+ {
11502
+ "abstract": true,
11503
+ "docs": {
11504
+ "default": "- don't execute a shell command",
11505
+ "example": "{ execArgs: [\"echo\", \"hello world\"] }",
11506
+ "remarks": "Often more convenient than `exec`: each element is passed to the\nprogram as-is, so arguments with spaces or special characters don't need\nquoting. Fixed (`args`) or received (`receiveArgs`) arguments are inserted\nwherever a `$@` element appears, or appended at the end if there is none.\n\nThe elements are not run through a shell, so environment variables (`$FOO`)\nare not expanded and other shell features are unavailable. Use `exec`\nif you need them.\n\nMutually exclusive with `exec`.",
11507
+ "stability": "experimental",
11508
+ "summary": "Shell command to execute, provided as a list of the program followed by its arguments (an \"argv\")."
11509
+ },
11510
+ "immutable": true,
11511
+ "locationInModule": {
11512
+ "filename": "src/task-model.ts",
11513
+ "line": 189
11514
+ },
11515
+ "name": "execArgs",
11516
+ "optional": true,
11517
+ "type": {
11518
+ "collection": {
11519
+ "elementtype": {
11520
+ "primitive": "string"
11521
+ },
11522
+ "kind": "array"
11523
+ }
11524
+ }
11525
+ },
11435
11526
  {
11436
11527
  "abstract": true,
11437
11528
  "docs": {
@@ -11442,7 +11533,7 @@
11442
11533
  "immutable": true,
11443
11534
  "locationInModule": {
11444
11535
  "filename": "src/task-model.ts",
11445
- "line": 177
11536
+ "line": 202
11446
11537
  },
11447
11538
  "name": "say",
11448
11539
  "optional": true,
@@ -11460,7 +11551,7 @@
11460
11551
  "immutable": true,
11461
11552
  "locationInModule": {
11462
11553
  "filename": "src/task-model.ts",
11463
- "line": 171
11554
+ "line": 196
11464
11555
  },
11465
11556
  "name": "spawn",
11466
11557
  "optional": true,
@@ -14266,7 +14357,7 @@
14266
14357
  },
14267
14358
  "locationInModule": {
14268
14359
  "filename": "src/awscdk/awscdk-app-ts.ts",
14269
- "line": 130
14360
+ "line": 131
14270
14361
  },
14271
14362
  "parameters": [
14272
14363
  {
@@ -14280,7 +14371,7 @@
14280
14371
  "kind": "class",
14281
14372
  "locationInModule": {
14282
14373
  "filename": "src/awscdk/awscdk-app-ts.ts",
14283
- "line": 105
14374
+ "line": 106
14284
14375
  },
14285
14376
  "name": "AwsCdkTypeScriptApp",
14286
14377
  "namespace": "awscdk",
@@ -14293,7 +14384,7 @@
14293
14384
  "immutable": true,
14294
14385
  "locationInModule": {
14295
14386
  "filename": "src/awscdk/awscdk-app-ts.ts",
14296
- "line": 116
14387
+ "line": 117
14297
14388
  },
14298
14389
  "name": "appEntrypoint",
14299
14390
  "type": {
@@ -14308,7 +14399,7 @@
14308
14399
  "immutable": true,
14309
14400
  "locationInModule": {
14310
14401
  "filename": "src/awscdk/awscdk-app-ts.ts",
14311
- "line": 126
14402
+ "line": 127
14312
14403
  },
14313
14404
  "name": "cdkConfig",
14314
14405
  "type": {
@@ -14322,7 +14413,7 @@
14322
14413
  "immutable": true,
14323
14414
  "locationInModule": {
14324
14415
  "filename": "src/awscdk/awscdk-app-ts.ts",
14325
- "line": 128
14416
+ "line": 129
14326
14417
  },
14327
14418
  "name": "cdkDeps",
14328
14419
  "type": {
@@ -14337,7 +14428,7 @@
14337
14428
  "immutable": true,
14338
14429
  "locationInModule": {
14339
14430
  "filename": "src/awscdk/awscdk-app-ts.ts",
14340
- "line": 121
14431
+ "line": 122
14341
14432
  },
14342
14433
  "name": "cdkTasks",
14343
14434
  "type": {
@@ -14352,7 +14443,7 @@
14352
14443
  "immutable": true,
14353
14444
  "locationInModule": {
14354
14445
  "filename": "src/awscdk/awscdk-app-ts.ts",
14355
- "line": 109
14446
+ "line": 110
14356
14447
  },
14357
14448
  "name": "cdkVersion",
14358
14449
  "type": {
@@ -14377,7 +14468,7 @@
14377
14468
  "kind": "interface",
14378
14469
  "locationInModule": {
14379
14470
  "filename": "src/awscdk/awscdk-app-ts.ts",
14380
- "line": 23
14471
+ "line": 24
14381
14472
  },
14382
14473
  "name": "AwsCdkTypeScriptAppOptions",
14383
14474
  "namespace": "awscdk",
@@ -14391,7 +14482,7 @@
14391
14482
  "immutable": true,
14392
14483
  "locationInModule": {
14393
14484
  "filename": "src/awscdk/awscdk-app-ts.ts",
14394
- "line": 39
14485
+ "line": 40
14395
14486
  },
14396
14487
  "name": "app",
14397
14488
  "optional": true,
@@ -14409,7 +14500,7 @@
14409
14500
  "immutable": true,
14410
14501
  "locationInModule": {
14411
14502
  "filename": "src/awscdk/awscdk-app-ts.ts",
14412
- "line": 34
14503
+ "line": 35
14413
14504
  },
14414
14505
  "name": "appEntrypoint",
14415
14506
  "optional": true,
@@ -14427,7 +14518,7 @@
14427
14518
  "immutable": true,
14428
14519
  "locationInModule": {
14429
14520
  "filename": "src/awscdk/awscdk-app-ts.ts",
14430
- "line": 56
14521
+ "line": 57
14431
14522
  },
14432
14523
  "name": "edgeLambdaAutoDiscover",
14433
14524
  "optional": true,
@@ -14445,7 +14536,7 @@
14445
14536
  "immutable": true,
14446
14537
  "locationInModule": {
14447
14538
  "filename": "src/awscdk/awscdk-app-ts.ts",
14448
- "line": 90
14539
+ "line": 91
14449
14540
  },
14450
14541
  "name": "experimentalIntegRunner",
14451
14542
  "optional": true,
@@ -14463,7 +14554,7 @@
14463
14554
  "immutable": true,
14464
14555
  "locationInModule": {
14465
14556
  "filename": "src/awscdk/awscdk-app-ts.ts",
14466
- "line": 82
14557
+ "line": 83
14467
14558
  },
14468
14559
  "name": "integrationTestAutoDiscover",
14469
14560
  "optional": true,
@@ -14481,7 +14572,7 @@
14481
14572
  "immutable": true,
14482
14573
  "locationInModule": {
14483
14574
  "filename": "src/awscdk/awscdk-app-ts.ts",
14484
- "line": 47
14575
+ "line": 48
14485
14576
  },
14486
14577
  "name": "lambdaAutoDiscover",
14487
14578
  "optional": true,
@@ -14499,7 +14590,7 @@
14499
14590
  "immutable": true,
14500
14591
  "locationInModule": {
14501
14592
  "filename": "src/awscdk/awscdk-app-ts.ts",
14502
- "line": 74
14593
+ "line": 75
14503
14594
  },
14504
14595
  "name": "lambdaExtensionAutoDiscover",
14505
14596
  "optional": true,
@@ -14517,7 +14608,7 @@
14517
14608
  "immutable": true,
14518
14609
  "locationInModule": {
14519
14610
  "filename": "src/awscdk/awscdk-app-ts.ts",
14520
- "line": 97
14611
+ "line": 98
14521
14612
  },
14522
14613
  "name": "lambdaOptions",
14523
14614
  "optional": true,
@@ -14535,7 +14626,7 @@
14535
14626
  "immutable": true,
14536
14627
  "locationInModule": {
14537
14628
  "filename": "src/awscdk/awscdk-app-ts.ts",
14538
- "line": 65
14629
+ "line": 66
14539
14630
  },
14540
14631
  "name": "singletonLambdaAutoDiscover",
14541
14632
  "optional": true,
@@ -50407,7 +50498,7 @@
50407
50498
  },
50408
50499
  "locationInModule": {
50409
50500
  "filename": "src/javascript/node-project.ts",
50410
- "line": 972
50501
+ "line": 979
50411
50502
  },
50412
50503
  "name": "addBins",
50413
50504
  "parameters": [
@@ -50432,7 +50523,7 @@
50432
50523
  },
50433
50524
  "locationInModule": {
50434
50525
  "filename": "src/javascript/node-project.ts",
50435
- "line": 1236
50526
+ "line": 1243
50436
50527
  },
50437
50528
  "name": "addBundledDeps",
50438
50529
  "parameters": [
@@ -50457,7 +50548,7 @@
50457
50548
  },
50458
50549
  "locationInModule": {
50459
50550
  "filename": "src/javascript/node-project.ts",
50460
- "line": 1190
50551
+ "line": 1197
50461
50552
  },
50462
50553
  "name": "addDeps",
50463
50554
  "parameters": [
@@ -50482,7 +50573,7 @@
50482
50573
  },
50483
50574
  "locationInModule": {
50484
50575
  "filename": "src/javascript/node-project.ts",
50485
- "line": 1203
50576
+ "line": 1210
50486
50577
  },
50487
50578
  "name": "addDevDeps",
50488
50579
  "parameters": [
@@ -50507,7 +50598,7 @@
50507
50598
  },
50508
50599
  "locationInModule": {
50509
50600
  "filename": "src/javascript/node-project.ts",
50510
- "line": 1008
50601
+ "line": 1015
50511
50602
  },
50512
50603
  "name": "addFields",
50513
50604
  "parameters": [
@@ -50534,7 +50625,7 @@
50534
50625
  },
50535
50626
  "locationInModule": {
50536
50627
  "filename": "src/javascript/node-project.ts",
50537
- "line": 1018
50628
+ "line": 1025
50538
50629
  },
50539
50630
  "name": "addKeywords",
50540
50631
  "parameters": [
@@ -50561,7 +50652,7 @@
50561
50652
  },
50562
50653
  "locationInModule": {
50563
50654
  "filename": "src/javascript/node-project.ts",
50564
- "line": 1248
50655
+ "line": 1255
50565
50656
  },
50566
50657
  "name": "addPackageIgnore",
50567
50658
  "overrides": "projen.Project",
@@ -50585,7 +50676,7 @@
50585
50676
  },
50586
50677
  "locationInModule": {
50587
50678
  "filename": "src/javascript/node-project.ts",
50588
- "line": 1220
50679
+ "line": 1227
50589
50680
  },
50590
50681
  "name": "addPeerDeps",
50591
50682
  "parameters": [
@@ -50610,7 +50701,7 @@
50610
50701
  },
50611
50702
  "locationInModule": {
50612
50703
  "filename": "src/javascript/node-project.ts",
50613
- "line": 990
50704
+ "line": 997
50614
50705
  },
50615
50706
  "name": "addScripts",
50616
50707
  "parameters": [
@@ -50637,7 +50728,7 @@
50637
50728
  },
50638
50729
  "locationInModule": {
50639
50730
  "filename": "src/javascript/node-project.ts",
50640
- "line": 1000
50731
+ "line": 1007
50641
50732
  },
50642
50733
  "name": "removeScript",
50643
50734
  "parameters": [
@@ -50660,7 +50751,7 @@
50660
50751
  },
50661
50752
  "locationInModule": {
50662
50753
  "filename": "src/javascript/node-project.ts",
50663
- "line": 1110
50754
+ "line": 1117
50664
50755
  },
50665
50756
  "name": "renderWorkflowSetup",
50666
50757
  "parameters": [
@@ -50694,7 +50785,7 @@
50694
50785
  },
50695
50786
  "locationInModule": {
50696
50787
  "filename": "src/javascript/node-project.ts",
50697
- "line": 1321
50788
+ "line": 1328
50698
50789
  },
50699
50790
  "name": "runTaskCommand",
50700
50791
  "overrides": "projen.Project",
@@ -50722,7 +50813,7 @@
50722
50813
  },
50723
50814
  "locationInModule": {
50724
50815
  "filename": "src/javascript/node-project.ts",
50725
- "line": 982
50816
+ "line": 989
50726
50817
  },
50727
50818
  "name": "setScript",
50728
50819
  "parameters": [
@@ -50931,7 +51022,7 @@
50931
51022
  "immutable": true,
50932
51023
  "locationInModule": {
50933
51024
  "filename": "src/javascript/node-project.ts",
50934
- "line": 1328
51025
+ "line": 1335
50935
51026
  },
50936
51027
  "name": "buildWorkflowJobId",
50937
51028
  "optional": true,
@@ -53116,7 +53207,7 @@
53116
53207
  "kind": "interface",
53117
53208
  "locationInModule": {
53118
53209
  "filename": "src/javascript/node-project.ts",
53119
- "line": 1446
53210
+ "line": 1453
53120
53211
  },
53121
53212
  "name": "RenderWorkflowSetupOptions",
53122
53213
  "namespace": "javascript",
@@ -53132,7 +53223,7 @@
53132
53223
  "immutable": true,
53133
53224
  "locationInModule": {
53134
53225
  "filename": "src/javascript/node-project.ts",
53135
- "line": 1455
53226
+ "line": 1462
53136
53227
  },
53137
53228
  "name": "installStepConfiguration",
53138
53229
  "optional": true,
@@ -53150,7 +53241,7 @@
53150
53241
  "immutable": true,
53151
53242
  "locationInModule": {
53152
53243
  "filename": "src/javascript/node-project.ts",
53153
- "line": 1460
53244
+ "line": 1467
53154
53245
  },
53155
53246
  "name": "mutable",
53156
53247
  "optional": true,
@@ -65360,7 +65451,7 @@
65360
65451
  },
65361
65452
  "locationInModule": {
65362
65453
  "filename": "src/python/pip.ts",
65363
- "line": 43
65454
+ "line": 55
65364
65455
  },
65365
65456
  "name": "addDependency",
65366
65457
  "overrides": "projen.python.IPythonDeps",
@@ -65383,7 +65474,7 @@
65383
65474
  },
65384
65475
  "locationInModule": {
65385
65476
  "filename": "src/python/pip.ts",
65386
- "line": 52
65477
+ "line": 64
65387
65478
  },
65388
65479
  "name": "addDevDependency",
65389
65480
  "overrides": "projen.python.IPythonDeps",
@@ -65406,7 +65497,7 @@
65406
65497
  },
65407
65498
  "locationInModule": {
65408
65499
  "filename": "src/python/pip.ts",
65409
- "line": 59
65500
+ "line": 71
65410
65501
  },
65411
65502
  "name": "installDependencies",
65412
65503
  "overrides": "projen.python.IPythonDeps"
@@ -78983,7 +79074,7 @@
78983
79074
  },
78984
79075
  "locationInModule": {
78985
79076
  "filename": "src/typescript/typescript.ts",
78986
- "line": 931
79077
+ "line": 933
78987
79078
  },
78988
79079
  "parameters": [
78989
79080
  {
@@ -78997,7 +79088,7 @@
78997
79088
  "kind": "class",
78998
79089
  "locationInModule": {
78999
79090
  "filename": "src/typescript/typescript.ts",
79000
- "line": 930
79091
+ "line": 932
79001
79092
  },
79002
79093
  "name": "TypeScriptAppProject",
79003
79094
  "namespace": "typescript",
@@ -79044,7 +79135,7 @@
79044
79135
  },
79045
79136
  "locationInModule": {
79046
79137
  "filename": "src/typescript/typescript.ts",
79047
- "line": 674
79138
+ "line": 676
79048
79139
  },
79049
79140
  "name": "defaultTypeScriptCompilerOptions",
79050
79141
  "protected": true,
@@ -82226,6 +82317,6 @@
82226
82317
  "usedFeatures": [
82227
82318
  "class-covariant-overrides"
82228
82319
  ],
82229
- "version": "0.100.5",
82230
- "fingerprint": "q1tbyPsADtVpgt9826jOU5tKIDY9zzN5RVu6xtBw4mk="
82320
+ "version": "0.100.7",
82321
+ "fingerprint": "dOi6JcK8AnWZhGPP66lf133THWYYINUK+iww8kM+ptA="
82231
82322
  }