projen 0.99.54 → 0.99.55

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 (143) hide show
  1. package/.jsii +195 -120
  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 +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  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 +4 -4
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.d.ts +7 -0
  18. package/lib/build/build-workflow.js +3 -3
  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-docgen.js +1 -1
  23. package/lib/cdk/jsii-project.js +1 -1
  24. package/lib/cdk8s/auto-discover.js +2 -2
  25. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  26. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  27. package/lib/cdk8s/cdk8s-construct.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  29. package/lib/cdk8s/cdk8s-deps.js +1 -1
  30. package/lib/cdk8s/integration-test.js +1 -1
  31. package/lib/cdktf/cdktf-construct.js +1 -1
  32. package/lib/circleci/circleci.js +1 -1
  33. package/lib/component.js +1 -1
  34. package/lib/dependencies.js +1 -1
  35. package/lib/dev-env.js +1 -1
  36. package/lib/docker-compose/docker-compose-service.js +1 -1
  37. package/lib/docker-compose/docker-compose.js +1 -1
  38. package/lib/file.js +1 -1
  39. package/lib/gitattributes.js +1 -1
  40. package/lib/github/actions-provider.js +1 -1
  41. package/lib/github/auto-approve.js +1 -1
  42. package/lib/github/auto-merge.js +1 -1
  43. package/lib/github/auto-queue.js +1 -1
  44. package/lib/github/dependabot.js +1 -1
  45. package/lib/github/dependency-review.js +1 -1
  46. package/lib/github/github-credentials.js +1 -1
  47. package/lib/github/github-project.js +1 -1
  48. package/lib/github/github.js +1 -1
  49. package/lib/github/merge-queue.js +1 -1
  50. package/lib/github/mergify.js +1 -1
  51. package/lib/github/pr-template.js +1 -1
  52. package/lib/github/pull-request-backport.js +1 -1
  53. package/lib/github/pull-request-lint.js +1 -1
  54. package/lib/github/stale.js +1 -1
  55. package/lib/github/task-workflow-job.js +1 -1
  56. package/lib/github/task-workflow.js +1 -1
  57. package/lib/github/workflow-actions.js +1 -1
  58. package/lib/github/workflow-jobs.js +1 -1
  59. package/lib/github/workflow-steps.js +1 -1
  60. package/lib/github/workflows.js +1 -1
  61. package/lib/gitlab/configuration.js +1 -1
  62. package/lib/gitlab/gitlab-configuration.js +1 -1
  63. package/lib/gitlab/nested-configuration.js +1 -1
  64. package/lib/gitpod.js +1 -1
  65. package/lib/ignore-file.js +1 -1
  66. package/lib/ini.js +1 -1
  67. package/lib/java/java-project.js +1 -1
  68. package/lib/java/junit.js +1 -1
  69. package/lib/java/maven-compile.js +1 -1
  70. package/lib/java/maven-packaging.js +1 -1
  71. package/lib/java/maven-sample.js +1 -1
  72. package/lib/java/pom.js +2 -2
  73. package/lib/java/projenrc.js +1 -1
  74. package/lib/javascript/biome/biome.js +1 -1
  75. package/lib/javascript/bundler.js +1 -1
  76. package/lib/javascript/eslint.js +1 -1
  77. package/lib/javascript/jest.js +4 -4
  78. package/lib/javascript/license-checker.js +1 -1
  79. package/lib/javascript/node-package.js +1 -1
  80. package/lib/javascript/node-project.d.ts +14 -0
  81. package/lib/javascript/node-project.js +3 -3
  82. package/lib/javascript/npm-config.js +1 -1
  83. package/lib/javascript/prettier.js +1 -1
  84. package/lib/javascript/projenrc.js +1 -1
  85. package/lib/javascript/typescript-config.js +2 -2
  86. package/lib/javascript/upgrade-dependencies.js +2 -2
  87. package/lib/javascript/yarnrc.js +1 -1
  88. package/lib/json-patch.js +1 -1
  89. package/lib/json.js +1 -1
  90. package/lib/license.js +1 -1
  91. package/lib/logger.js +1 -1
  92. package/lib/makefile.js +1 -1
  93. package/lib/object-file.js +1 -1
  94. package/lib/project-build.js +1 -1
  95. package/lib/project-tree.js +1 -1
  96. package/lib/project.js +1 -1
  97. package/lib/projects.js +1 -1
  98. package/lib/projenrc-json.js +2 -2
  99. package/lib/projenrc.js +1 -1
  100. package/lib/python/pip.js +1 -1
  101. package/lib/python/poetry.js +2 -2
  102. package/lib/python/projenrc.js +1 -1
  103. package/lib/python/pyproject-toml-file.js +1 -1
  104. package/lib/python/pytest-sample.js +1 -1
  105. package/lib/python/pytest.js +1 -1
  106. package/lib/python/python-project.js +1 -1
  107. package/lib/python/python-sample.js +1 -1
  108. package/lib/python/requirements-file.js +1 -1
  109. package/lib/python/setuppy.js +1 -1
  110. package/lib/python/setuptools.js +1 -1
  111. package/lib/python/uv.js +1 -1
  112. package/lib/python/venv.js +1 -1
  113. package/lib/readme.js +1 -1
  114. package/lib/release/publisher.js +1 -1
  115. package/lib/release/release-trigger.js +1 -1
  116. package/lib/release/release.js +1 -1
  117. package/lib/renovatebot.js +1 -1
  118. package/lib/sample-file.js +2 -2
  119. package/lib/semver.js +1 -1
  120. package/lib/source-code.js +1 -1
  121. package/lib/task-runtime.js +1 -1
  122. package/lib/task.js +1 -1
  123. package/lib/tasks.js +1 -1
  124. package/lib/testing.js +1 -1
  125. package/lib/textfile.js +1 -1
  126. package/lib/toml.js +1 -1
  127. package/lib/typescript/projenrc-ts.js +1 -1
  128. package/lib/typescript/projenrc.js +1 -1
  129. package/lib/typescript/typescript-typedoc.js +1 -1
  130. package/lib/typescript/typescript.js +6 -6
  131. package/lib/version.js +2 -2
  132. package/lib/vscode/devcontainer.js +1 -1
  133. package/lib/vscode/extensions.js +1 -1
  134. package/lib/vscode/launch-config.js +1 -1
  135. package/lib/vscode/settings.js +1 -1
  136. package/lib/vscode/vscode.js +1 -1
  137. package/lib/web/next.js +3 -3
  138. package/lib/web/postcss.js +1 -1
  139. package/lib/web/react.js +4 -4
  140. package/lib/web/tailwind.js +1 -1
  141. package/lib/xmlfile.js +1 -1
  142. package/lib/yaml.js +1 -1
  143. package/package.json +1 -1
package/.jsii CHANGED
@@ -17424,7 +17424,7 @@
17424
17424
  "kind": "interface",
17425
17425
  "locationInModule": {
17426
17426
  "filename": "src/build/build-workflow.ts",
17427
- "line": 512
17427
+ "line": 523
17428
17428
  },
17429
17429
  "name": "AddPostBuildJobCommandsOptions",
17430
17430
  "namespace": "build",
@@ -17439,7 +17439,7 @@
17439
17439
  "immutable": true,
17440
17440
  "locationInModule": {
17441
17441
  "filename": "src/build/build-workflow.ts",
17442
- "line": 524
17442
+ "line": 535
17443
17443
  },
17444
17444
  "name": "checkoutRepo",
17445
17445
  "optional": true,
@@ -17458,7 +17458,7 @@
17458
17458
  "immutable": true,
17459
17459
  "locationInModule": {
17460
17460
  "filename": "src/build/build-workflow.ts",
17461
- "line": 534
17461
+ "line": 545
17462
17462
  },
17463
17463
  "name": "installDeps",
17464
17464
  "optional": true,
@@ -17480,7 +17480,7 @@
17480
17480
  "immutable": true,
17481
17481
  "locationInModule": {
17482
17482
  "filename": "src/build/build-workflow.ts",
17483
- "line": 542
17483
+ "line": 553
17484
17484
  },
17485
17485
  "name": "runsOn",
17486
17486
  "optional": true,
@@ -17506,7 +17506,7 @@
17506
17506
  "immutable": true,
17507
17507
  "locationInModule": {
17508
17508
  "filename": "src/build/build-workflow.ts",
17509
- "line": 549
17509
+ "line": 560
17510
17510
  },
17511
17511
  "name": "runsOnGroup",
17512
17512
  "optional": true,
@@ -17523,7 +17523,7 @@
17523
17523
  "immutable": true,
17524
17524
  "locationInModule": {
17525
17525
  "filename": "src/build/build-workflow.ts",
17526
- "line": 516
17526
+ "line": 527
17527
17527
  },
17528
17528
  "name": "tools",
17529
17529
  "optional": true,
@@ -17545,7 +17545,7 @@
17545
17545
  "kind": "interface",
17546
17546
  "locationInModule": {
17547
17547
  "filename": "src/build/build-workflow.ts",
17548
- "line": 487
17548
+ "line": 498
17549
17549
  },
17550
17550
  "name": "AddPostBuildJobTaskOptions",
17551
17551
  "namespace": "build",
@@ -17564,7 +17564,7 @@
17564
17564
  "immutable": true,
17565
17565
  "locationInModule": {
17566
17566
  "filename": "src/build/build-workflow.ts",
17567
- "line": 499
17567
+ "line": 510
17568
17568
  },
17569
17569
  "name": "runsOn",
17570
17570
  "optional": true,
@@ -17590,7 +17590,7 @@
17590
17590
  "immutable": true,
17591
17591
  "locationInModule": {
17592
17592
  "filename": "src/build/build-workflow.ts",
17593
- "line": 506
17593
+ "line": 517
17594
17594
  },
17595
17595
  "name": "runsOnGroup",
17596
17596
  "optional": true,
@@ -17607,7 +17607,7 @@
17607
17607
  "immutable": true,
17608
17608
  "locationInModule": {
17609
17609
  "filename": "src/build/build-workflow.ts",
17610
- "line": 491
17610
+ "line": 502
17611
17611
  },
17612
17612
  "name": "tools",
17613
17613
  "optional": true,
@@ -17631,7 +17631,7 @@
17631
17631
  },
17632
17632
  "locationInModule": {
17633
17633
  "filename": "src/build/build-workflow.ts",
17634
- "line": 170
17634
+ "line": 178
17635
17635
  },
17636
17636
  "parameters": [
17637
17637
  {
@@ -17651,7 +17651,7 @@
17651
17651
  "kind": "class",
17652
17652
  "locationInModule": {
17653
17653
  "filename": "src/build/build-workflow.ts",
17654
- "line": 150
17654
+ "line": 158
17655
17655
  },
17656
17656
  "methods": [
17657
17657
  {
@@ -17662,7 +17662,7 @@
17662
17662
  },
17663
17663
  "locationInModule": {
17664
17664
  "filename": "src/build/build-workflow.ts",
17665
- "line": 272
17665
+ "line": 283
17666
17666
  },
17667
17667
  "name": "addPostBuildJob",
17668
17668
  "parameters": [
@@ -17694,7 +17694,7 @@
17694
17694
  },
17695
17695
  "locationInModule": {
17696
17696
  "filename": "src/build/build-workflow.ts",
17697
- "line": 346
17697
+ "line": 357
17698
17698
  },
17699
17699
  "name": "addPostBuildJobCommands",
17700
17700
  "parameters": [
@@ -17735,7 +17735,7 @@
17735
17735
  },
17736
17736
  "locationInModule": {
17737
17737
  "filename": "src/build/build-workflow.ts",
17738
- "line": 320
17738
+ "line": 331
17739
17739
  },
17740
17740
  "name": "addPostBuildJobTask",
17741
17741
  "parameters": [
@@ -17764,7 +17764,7 @@
17764
17764
  },
17765
17765
  "locationInModule": {
17766
17766
  "filename": "src/build/build-workflow.ts",
17767
- "line": 257
17767
+ "line": 268
17768
17768
  },
17769
17769
  "name": "addPostBuildSteps",
17770
17770
  "parameters": [
@@ -17793,7 +17793,7 @@
17793
17793
  "immutable": true,
17794
17794
  "locationInModule": {
17795
17795
  "filename": "src/build/build-workflow.ts",
17796
- "line": 249
17796
+ "line": 260
17797
17797
  },
17798
17798
  "name": "buildJobIds",
17799
17799
  "type": {
@@ -17813,7 +17813,7 @@
17813
17813
  "immutable": true,
17814
17814
  "locationInModule": {
17815
17815
  "filename": "src/build/build-workflow.ts",
17816
- "line": 154
17816
+ "line": 162
17817
17817
  },
17818
17818
  "name": "name",
17819
17819
  "type": {
@@ -17828,7 +17828,7 @@
17828
17828
  "immutable": true,
17829
17829
  "locationInModule": {
17830
17830
  "filename": "src/build/build-workflow.ts",
17831
- "line": 159
17831
+ "line": 167
17832
17832
  },
17833
17833
  "name": "workflow",
17834
17834
  "type": {
@@ -18008,6 +18008,33 @@
18008
18008
  "primitive": "string"
18009
18009
  }
18010
18010
  },
18011
+ {
18012
+ "abstract": true,
18013
+ "docs": {
18014
+ "custom": {
18015
+ "description": "Defines a target Runner by labels for just the build job",
18016
+ "throws": "{Error} if both `runsOn` and `runsOnGroup` are specified"
18017
+ },
18018
+ "default": "- runsOn",
18019
+ "stability": "experimental",
18020
+ "summary": "Github Runner selection labels."
18021
+ },
18022
+ "immutable": true,
18023
+ "locationInModule": {
18024
+ "filename": "src/build/build-workflow.ts",
18025
+ "line": 148
18026
+ },
18027
+ "name": "buildRunsOn",
18028
+ "optional": true,
18029
+ "type": {
18030
+ "collection": {
18031
+ "elementtype": {
18032
+ "primitive": "string"
18033
+ },
18034
+ "kind": "array"
18035
+ }
18036
+ }
18037
+ },
18011
18038
  {
18012
18039
  "abstract": true,
18013
18040
  "docs": {
@@ -18145,7 +18172,7 @@
18145
18172
  "immutable": true,
18146
18173
  "locationInModule": {
18147
18174
  "filename": "src/build/build-workflow.ts",
18148
- "line": 147
18175
+ "line": 155
18149
18176
  },
18150
18177
  "name": "runsOnGroup",
18151
18178
  "optional": true,
@@ -43559,7 +43586,7 @@
43559
43586
  "kind": "interface",
43560
43587
  "locationInModule": {
43561
43588
  "filename": "src/javascript/node-project.ts",
43562
- "line": 75
43589
+ "line": 76
43563
43590
  },
43564
43591
  "name": "AuditOptions",
43565
43592
  "namespace": "javascript",
@@ -43574,7 +43601,7 @@
43574
43601
  "immutable": true,
43575
43602
  "locationInModule": {
43576
43603
  "filename": "src/javascript/node-project.ts",
43577
- "line": 80
43604
+ "line": 81
43578
43605
  },
43579
43606
  "name": "level",
43580
43607
  "optional": true,
@@ -43593,7 +43620,7 @@
43593
43620
  "immutable": true,
43594
43621
  "locationInModule": {
43595
43622
  "filename": "src/javascript/node-project.ts",
43596
- "line": 90
43623
+ "line": 91
43597
43624
  },
43598
43625
  "name": "prodOnly",
43599
43626
  "optional": true,
@@ -43612,7 +43639,7 @@
43612
43639
  "immutable": true,
43613
43640
  "locationInModule": {
43614
43641
  "filename": "src/javascript/node-project.ts",
43615
- "line": 101
43642
+ "line": 102
43616
43643
  },
43617
43644
  "name": "runOn",
43618
43645
  "optional": true,
@@ -43633,7 +43660,7 @@
43633
43660
  "kind": "enum",
43634
43661
  "locationInModule": {
43635
43662
  "filename": "src/javascript/node-project.ts",
43636
- "line": 444
43663
+ "line": 460
43637
43664
  },
43638
43665
  "members": [
43639
43666
  {
@@ -43987,7 +44014,7 @@
43987
44014
  "kind": "interface",
43988
44015
  "locationInModule": {
43989
44016
  "filename": "src/javascript/node-project.ts",
43990
- "line": 418
44017
+ "line": 419
43991
44018
  },
43992
44019
  "name": "BuildWorkflowOptions",
43993
44020
  "namespace": "javascript",
@@ -44003,7 +44030,7 @@
44003
44030
  "immutable": true,
44004
44031
  "locationInModule": {
44005
44032
  "filename": "src/javascript/node-project.ts",
44006
- "line": 428
44033
+ "line": 429
44007
44034
  },
44008
44035
  "name": "mutableBuild",
44009
44036
  "optional": true,
@@ -44022,13 +44049,61 @@
44022
44049
  "immutable": true,
44023
44050
  "locationInModule": {
44024
44051
  "filename": "src/javascript/node-project.ts",
44025
- "line": 438
44052
+ "line": 439
44026
44053
  },
44027
44054
  "name": "mutableInstall",
44028
44055
  "optional": true,
44029
44056
  "type": {
44030
44057
  "primitive": "boolean"
44031
44058
  }
44059
+ },
44060
+ {
44061
+ "abstract": true,
44062
+ "docs": {
44063
+ "custom": {
44064
+ "description": "Defines a target Runner by labels",
44065
+ "throws": "{Error} if both `runsOn` and `runsOnGroup` are specified"
44066
+ },
44067
+ "default": "[\"ubuntu-latest\"]",
44068
+ "stability": "experimental",
44069
+ "summary": "Github Runner selection labels."
44070
+ },
44071
+ "immutable": true,
44072
+ "locationInModule": {
44073
+ "filename": "src/javascript/node-project.ts",
44074
+ "line": 447
44075
+ },
44076
+ "name": "runsOn",
44077
+ "optional": true,
44078
+ "type": {
44079
+ "collection": {
44080
+ "elementtype": {
44081
+ "primitive": "string"
44082
+ },
44083
+ "kind": "array"
44084
+ }
44085
+ }
44086
+ },
44087
+ {
44088
+ "abstract": true,
44089
+ "docs": {
44090
+ "custom": {
44091
+ "description": "Defines a target Runner Group by name and/or labels",
44092
+ "throws": "{Error} if both `runsOn` and `runsOnGroup` are specified"
44093
+ },
44094
+ "stability": "experimental",
44095
+ "summary": "Github Runner Group selection options."
44096
+ },
44097
+ "immutable": true,
44098
+ "locationInModule": {
44099
+ "filename": "src/javascript/node-project.ts",
44100
+ "line": 454
44101
+ },
44102
+ "name": "runsOnGroup",
44103
+ "optional": true,
44104
+ "type": {
44105
+ "fqn": "projen.GroupRunnerOptions"
44106
+ }
44032
44107
  }
44033
44108
  ],
44034
44109
  "symbolId": "src/javascript/node-project:BuildWorkflowOptions"
@@ -50370,7 +50445,7 @@
50370
50445
  },
50371
50446
  "locationInModule": {
50372
50447
  "filename": "src/javascript/node-project.ts",
50373
- "line": 591
50448
+ "line": 607
50374
50449
  },
50375
50450
  "parameters": [
50376
50451
  {
@@ -50384,7 +50459,7 @@
50384
50459
  "kind": "class",
50385
50460
  "locationInModule": {
50386
50461
  "filename": "src/javascript/node-project.ts",
50387
- "line": 461
50462
+ "line": 477
50388
50463
  },
50389
50464
  "methods": [
50390
50465
  {
@@ -50393,7 +50468,7 @@
50393
50468
  },
50394
50469
  "locationInModule": {
50395
50470
  "filename": "src/javascript/node-project.ts",
50396
- "line": 1066
50471
+ "line": 1082
50397
50472
  },
50398
50473
  "name": "addBins",
50399
50474
  "parameters": [
@@ -50418,7 +50493,7 @@
50418
50493
  },
50419
50494
  "locationInModule": {
50420
50495
  "filename": "src/javascript/node-project.ts",
50421
- "line": 1359
50496
+ "line": 1375
50422
50497
  },
50423
50498
  "name": "addBundledDeps",
50424
50499
  "parameters": [
@@ -50444,7 +50519,7 @@
50444
50519
  },
50445
50520
  "locationInModule": {
50446
50521
  "filename": "src/javascript/node-project.ts",
50447
- "line": 1111
50522
+ "line": 1127
50448
50523
  },
50449
50524
  "name": "addCompileCommand",
50450
50525
  "parameters": [
@@ -50465,7 +50540,7 @@
50465
50540
  },
50466
50541
  "locationInModule": {
50467
50542
  "filename": "src/javascript/node-project.ts",
50468
- "line": 1313
50543
+ "line": 1329
50469
50544
  },
50470
50545
  "name": "addDeps",
50471
50546
  "parameters": [
@@ -50490,7 +50565,7 @@
50490
50565
  },
50491
50566
  "locationInModule": {
50492
50567
  "filename": "src/javascript/node-project.ts",
50493
- "line": 1326
50568
+ "line": 1342
50494
50569
  },
50495
50570
  "name": "addDevDeps",
50496
50571
  "parameters": [
@@ -50515,7 +50590,7 @@
50515
50590
  },
50516
50591
  "locationInModule": {
50517
50592
  "filename": "src/javascript/node-project.ts",
50518
- "line": 1131
50593
+ "line": 1147
50519
50594
  },
50520
50595
  "name": "addFields",
50521
50596
  "parameters": [
@@ -50542,7 +50617,7 @@
50542
50617
  },
50543
50618
  "locationInModule": {
50544
50619
  "filename": "src/javascript/node-project.ts",
50545
- "line": 1141
50620
+ "line": 1157
50546
50621
  },
50547
50622
  "name": "addKeywords",
50548
50623
  "parameters": [
@@ -50569,7 +50644,7 @@
50569
50644
  },
50570
50645
  "locationInModule": {
50571
50646
  "filename": "src/javascript/node-project.ts",
50572
- "line": 1371
50647
+ "line": 1387
50573
50648
  },
50574
50649
  "name": "addPackageIgnore",
50575
50650
  "overrides": "projen.Project",
@@ -50593,7 +50668,7 @@
50593
50668
  },
50594
50669
  "locationInModule": {
50595
50670
  "filename": "src/javascript/node-project.ts",
50596
- "line": 1343
50671
+ "line": 1359
50597
50672
  },
50598
50673
  "name": "addPeerDeps",
50599
50674
  "parameters": [
@@ -50618,7 +50693,7 @@
50618
50693
  },
50619
50694
  "locationInModule": {
50620
50695
  "filename": "src/javascript/node-project.ts",
50621
- "line": 1084
50696
+ "line": 1100
50622
50697
  },
50623
50698
  "name": "addScripts",
50624
50699
  "parameters": [
@@ -50646,7 +50721,7 @@
50646
50721
  },
50647
50722
  "locationInModule": {
50648
50723
  "filename": "src/javascript/node-project.ts",
50649
- "line": 1121
50724
+ "line": 1137
50650
50725
  },
50651
50726
  "name": "addTestCommand",
50652
50727
  "parameters": [
@@ -50668,7 +50743,7 @@
50668
50743
  },
50669
50744
  "locationInModule": {
50670
50745
  "filename": "src/javascript/node-project.ts",
50671
- "line": 1103
50746
+ "line": 1119
50672
50747
  },
50673
50748
  "name": "hasScript",
50674
50749
  "parameters": [
@@ -50695,7 +50770,7 @@
50695
50770
  },
50696
50771
  "locationInModule": {
50697
50772
  "filename": "src/javascript/node-project.ts",
50698
- "line": 1094
50773
+ "line": 1110
50699
50774
  },
50700
50775
  "name": "removeScript",
50701
50776
  "parameters": [
@@ -50718,7 +50793,7 @@
50718
50793
  },
50719
50794
  "locationInModule": {
50720
50795
  "filename": "src/javascript/node-project.ts",
50721
- "line": 1233
50796
+ "line": 1249
50722
50797
  },
50723
50798
  "name": "renderWorkflowSetup",
50724
50799
  "parameters": [
@@ -50752,7 +50827,7 @@
50752
50827
  },
50753
50828
  "locationInModule": {
50754
50829
  "filename": "src/javascript/node-project.ts",
50755
- "line": 1444
50830
+ "line": 1460
50756
50831
  },
50757
50832
  "name": "runTaskCommand",
50758
50833
  "overrides": "projen.Project",
@@ -50780,7 +50855,7 @@
50780
50855
  },
50781
50856
  "locationInModule": {
50782
50857
  "filename": "src/javascript/node-project.ts",
50783
- "line": 1076
50858
+ "line": 1092
50784
50859
  },
50785
50860
  "name": "setScript",
50786
50861
  "parameters": [
@@ -50816,7 +50891,7 @@
50816
50891
  "immutable": true,
50817
50892
  "locationInModule": {
50818
50893
  "filename": "src/javascript/node-project.ts",
50819
- "line": 486
50894
+ "line": 502
50820
50895
  },
50821
50896
  "name": "allowLibraryDependencies",
50822
50897
  "type": {
@@ -50832,7 +50907,7 @@
50832
50907
  "immutable": true,
50833
50908
  "locationInModule": {
50834
50909
  "filename": "src/javascript/node-project.ts",
50835
- "line": 573
50910
+ "line": 589
50836
50911
  },
50837
50912
  "name": "artifactsDirectory",
50838
50913
  "type": {
@@ -50847,7 +50922,7 @@
50847
50922
  "immutable": true,
50848
50923
  "locationInModule": {
50849
50924
  "filename": "src/javascript/node-project.ts",
50850
- "line": 578
50925
+ "line": 594
50851
50926
  },
50852
50927
  "name": "artifactsJavascriptDirectory",
50853
50928
  "type": {
@@ -50861,7 +50936,7 @@
50861
50936
  "immutable": true,
50862
50937
  "locationInModule": {
50863
50938
  "filename": "src/javascript/node-project.ts",
50864
- "line": 566
50939
+ "line": 582
50865
50940
  },
50866
50941
  "name": "bundler",
50867
50942
  "type": {
@@ -50876,7 +50951,7 @@
50876
50951
  "immutable": true,
50877
50952
  "locationInModule": {
50878
50953
  "filename": "src/javascript/node-project.ts",
50879
- "line": 493
50954
+ "line": 509
50880
50955
  },
50881
50956
  "name": "entrypoint",
50882
50957
  "type": {
@@ -50891,7 +50966,7 @@
50891
50966
  "immutable": true,
50892
50967
  "locationInModule": {
50893
50968
  "filename": "src/javascript/node-project.ts",
50894
- "line": 562
50969
+ "line": 578
50895
50970
  },
50896
50971
  "name": "manifest",
50897
50972
  "type": {
@@ -50906,7 +50981,7 @@
50906
50981
  "immutable": true,
50907
50982
  "locationInModule": {
50908
50983
  "filename": "src/javascript/node-project.ts",
50909
- "line": 475
50984
+ "line": 491
50910
50985
  },
50911
50986
  "name": "npmrc",
50912
50987
  "type": {
@@ -50921,7 +50996,7 @@
50921
50996
  "immutable": true,
50922
50997
  "locationInModule": {
50923
50998
  "filename": "src/javascript/node-project.ts",
50924
- "line": 465
50999
+ "line": 481
50925
51000
  },
50926
51001
  "name": "package",
50927
51002
  "type": {
@@ -50937,7 +51012,7 @@
50937
51012
  "immutable": true,
50938
51013
  "locationInModule": {
50939
51014
  "filename": "src/javascript/node-project.ts",
50940
- "line": 545
51015
+ "line": 561
50941
51016
  },
50942
51017
  "name": "packageManager",
50943
51018
  "type": {
@@ -50952,7 +51027,7 @@
50952
51027
  "immutable": true,
50953
51028
  "locationInModule": {
50954
51029
  "filename": "src/javascript/node-project.ts",
50955
- "line": 552
51030
+ "line": 568
50956
51031
  },
50957
51032
  "name": "runScriptCommand",
50958
51033
  "type": {
@@ -50966,7 +51041,7 @@
50966
51041
  "immutable": true,
50967
51042
  "locationInModule": {
50968
51043
  "filename": "src/javascript/node-project.ts",
50969
- "line": 585
51044
+ "line": 601
50970
51045
  },
50971
51046
  "name": "workflowBootstrapSteps",
50972
51047
  "protected": true,
@@ -50986,7 +51061,7 @@
50986
51061
  "immutable": true,
50987
51062
  "locationInModule": {
50988
51063
  "filename": "src/javascript/node-project.ts",
50989
- "line": 587
51064
+ "line": 603
50990
51065
  },
50991
51066
  "name": "workflowPackageCache",
50992
51067
  "protected": true,
@@ -51002,7 +51077,7 @@
51002
51077
  "immutable": true,
51003
51078
  "locationInModule": {
51004
51079
  "filename": "src/javascript/node-project.ts",
51005
- "line": 500
51080
+ "line": 516
51006
51081
  },
51007
51082
  "name": "autoMerge",
51008
51083
  "optional": true,
@@ -51017,7 +51092,7 @@
51017
51092
  "immutable": true,
51018
51093
  "locationInModule": {
51019
51094
  "filename": "src/javascript/node-project.ts",
51020
- "line": 589
51095
+ "line": 605
51021
51096
  },
51022
51097
  "name": "biome",
51023
51098
  "optional": true,
@@ -51034,7 +51109,7 @@
51034
51109
  "immutable": true,
51035
51110
  "locationInModule": {
51036
51111
  "filename": "src/javascript/node-project.ts",
51037
- "line": 505
51112
+ "line": 521
51038
51113
  },
51039
51114
  "name": "buildWorkflow",
51040
51115
  "optional": true,
@@ -51050,7 +51125,7 @@
51050
51125
  "immutable": true,
51051
51126
  "locationInModule": {
51052
51127
  "filename": "src/javascript/node-project.ts",
51053
- "line": 1451
51128
+ "line": 1467
51054
51129
  },
51055
51130
  "name": "buildWorkflowJobId",
51056
51131
  "optional": true,
@@ -51066,7 +51141,7 @@
51066
51141
  "immutable": true,
51067
51142
  "locationInModule": {
51068
51143
  "filename": "src/javascript/node-project.ts",
51069
- "line": 557
51144
+ "line": 573
51070
51145
  },
51071
51146
  "name": "jest",
51072
51147
  "optional": true,
@@ -51083,7 +51158,7 @@
51083
51158
  "immutable": true,
51084
51159
  "locationInModule": {
51085
51160
  "filename": "src/javascript/node-project.ts",
51086
- "line": 534
51161
+ "line": 550
51087
51162
  },
51088
51163
  "name": "maxNodeVersion",
51089
51164
  "optional": true,
@@ -51100,7 +51175,7 @@
51100
51175
  "immutable": true,
51101
51176
  "locationInModule": {
51102
51177
  "filename": "src/javascript/node-project.ts",
51103
- "line": 525
51178
+ "line": 541
51104
51179
  },
51105
51180
  "name": "minNodeVersion",
51106
51181
  "optional": true,
@@ -51115,7 +51190,7 @@
51115
51190
  "immutable": true,
51116
51191
  "locationInModule": {
51117
51192
  "filename": "src/javascript/node-project.ts",
51118
- "line": 538
51193
+ "line": 554
51119
51194
  },
51120
51195
  "name": "nodeVersion",
51121
51196
  "optional": true,
@@ -51132,7 +51207,7 @@
51132
51207
  "immutable": true,
51133
51208
  "locationInModule": {
51134
51209
  "filename": "src/javascript/node-project.ts",
51135
- "line": 470
51210
+ "line": 486
51136
51211
  },
51137
51212
  "name": "npmignore",
51138
51213
  "optional": true,
@@ -51147,7 +51222,7 @@
51147
51222
  "immutable": true,
51148
51223
  "locationInModule": {
51149
51224
  "filename": "src/javascript/node-project.ts",
51150
- "line": 588
51225
+ "line": 604
51151
51226
  },
51152
51227
  "name": "prettier",
51153
51228
  "optional": true,
@@ -51165,7 +51240,7 @@
51165
51240
  "immutable": true,
51166
51241
  "locationInModule": {
51167
51242
  "filename": "src/javascript/node-project.ts",
51168
- "line": 513
51243
+ "line": 529
51169
51244
  },
51170
51245
  "name": "publisher",
51171
51246
  "optional": true,
@@ -51181,7 +51256,7 @@
51181
51256
  "immutable": true,
51182
51257
  "locationInModule": {
51183
51258
  "filename": "src/javascript/node-project.ts",
51184
- "line": 518
51259
+ "line": 534
51185
51260
  },
51186
51261
  "name": "release",
51187
51262
  "optional": true,
@@ -51197,7 +51272,7 @@
51197
51272
  "immutable": true,
51198
51273
  "locationInModule": {
51199
51274
  "filename": "src/javascript/node-project.ts",
51200
- "line": 583
51275
+ "line": 599
51201
51276
  },
51202
51277
  "name": "upgradeWorkflow",
51203
51278
  "optional": true,
@@ -51223,7 +51298,7 @@
51223
51298
  "kind": "interface",
51224
51299
  "locationInModule": {
51225
51300
  "filename": "src/javascript/node-project.ts",
51226
- "line": 104
51301
+ "line": 105
51227
51302
  },
51228
51303
  "name": "NodeProjectOptions",
51229
51304
  "namespace": "javascript",
@@ -51238,7 +51313,7 @@
51238
51313
  "immutable": true,
51239
51314
  "locationInModule": {
51240
51315
  "filename": "src/javascript/node-project.ts",
51241
- "line": 192
51316
+ "line": 193
51242
51317
  },
51243
51318
  "name": "defaultReleaseBranch",
51244
51319
  "type": {
@@ -51255,7 +51330,7 @@
51255
51330
  "immutable": true,
51256
51331
  "locationInModule": {
51257
51332
  "filename": "src/javascript/node-project.ts",
51258
- "line": 357
51333
+ "line": 358
51259
51334
  },
51260
51335
  "name": "artifactsDirectory",
51261
51336
  "optional": true,
@@ -51274,7 +51349,7 @@
51274
51349
  "immutable": true,
51275
51350
  "locationInModule": {
51276
51351
  "filename": "src/javascript/node-project.ts",
51277
- "line": 406
51352
+ "line": 407
51278
51353
  },
51279
51354
  "name": "auditDeps",
51280
51355
  "optional": true,
@@ -51292,7 +51367,7 @@
51292
51367
  "immutable": true,
51293
51368
  "locationInModule": {
51294
51369
  "filename": "src/javascript/node-project.ts",
51295
- "line": 412
51370
+ "line": 413
51296
51371
  },
51297
51372
  "name": "auditDepsOptions",
51298
51373
  "optional": true,
@@ -51311,7 +51386,7 @@
51311
51386
  "immutable": true,
51312
51387
  "locationInModule": {
51313
51388
  "filename": "src/javascript/node-project.ts",
51314
- "line": 268
51389
+ "line": 269
51315
51390
  },
51316
51391
  "name": "autoApproveUpgrades",
51317
51392
  "optional": true,
@@ -51329,7 +51404,7 @@
51329
51404
  "immutable": true,
51330
51405
  "locationInModule": {
51331
51406
  "filename": "src/javascript/node-project.ts",
51332
- "line": 389
51407
+ "line": 390
51333
51408
  },
51334
51409
  "name": "biome",
51335
51410
  "optional": true,
@@ -51347,7 +51422,7 @@
51347
51422
  "immutable": true,
51348
51423
  "locationInModule": {
51349
51424
  "filename": "src/javascript/node-project.ts",
51350
- "line": 395
51425
+ "line": 396
51351
51426
  },
51352
51427
  "name": "biomeOptions",
51353
51428
  "optional": true,
@@ -51365,7 +51440,7 @@
51365
51440
  "immutable": true,
51366
51441
  "locationInModule": {
51367
51442
  "filename": "src/javascript/node-project.ts",
51368
- "line": 138
51443
+ "line": 139
51369
51444
  },
51370
51445
  "name": "buildWorkflow",
51371
51446
  "optional": true,
@@ -51382,7 +51457,7 @@
51382
51457
  "immutable": true,
51383
51458
  "locationInModule": {
51384
51459
  "filename": "src/javascript/node-project.ts",
51385
- "line": 142
51460
+ "line": 143
51386
51461
  },
51387
51462
  "name": "buildWorkflowOptions",
51388
51463
  "optional": true,
@@ -51401,7 +51476,7 @@
51401
51476
  "immutable": true,
51402
51477
  "locationInModule": {
51403
51478
  "filename": "src/javascript/node-project.ts",
51404
- "line": 373
51479
+ "line": 374
51405
51480
  },
51406
51481
  "name": "buildWorkflowTriggers",
51407
51482
  "optional": true,
@@ -51418,7 +51493,7 @@
51418
51493
  "immutable": true,
51419
51494
  "locationInModule": {
51420
51495
  "filename": "src/javascript/node-project.ts",
51421
- "line": 350
51496
+ "line": 351
51422
51497
  },
51423
51498
  "name": "bundlerOptions",
51424
51499
  "optional": true,
@@ -51437,7 +51512,7 @@
51437
51512
  "immutable": true,
51438
51513
  "locationInModule": {
51439
51514
  "filename": "src/javascript/node-project.ts",
51440
- "line": 382
51515
+ "line": 383
51441
51516
  },
51442
51517
  "name": "checkLicenses",
51443
51518
  "optional": true,
@@ -51455,7 +51530,7 @@
51455
51530
  "immutable": true,
51456
51531
  "locationInModule": {
51457
51532
  "filename": "src/javascript/node-project.ts",
51458
- "line": 163
51533
+ "line": 164
51459
51534
  },
51460
51535
  "name": "codeCov",
51461
51536
  "optional": true,
@@ -51473,7 +51548,7 @@
51473
51548
  "immutable": true,
51474
51549
  "locationInModule": {
51475
51550
  "filename": "src/javascript/node-project.ts",
51476
- "line": 170
51551
+ "line": 171
51477
51552
  },
51478
51553
  "name": "codeCovTokenSecret",
51479
51554
  "optional": true,
@@ -51491,7 +51566,7 @@
51491
51566
  "immutable": true,
51492
51567
  "locationInModule": {
51493
51568
  "filename": "src/javascript/node-project.ts",
51494
- "line": 111
51569
+ "line": 112
51495
51570
  },
51496
51571
  "name": "copyrightOwner",
51497
51572
  "optional": true,
@@ -51509,7 +51584,7 @@
51509
51584
  "immutable": true,
51510
51585
  "locationInModule": {
51511
51586
  "filename": "src/javascript/node-project.ts",
51512
- "line": 118
51587
+ "line": 119
51513
51588
  },
51514
51589
  "name": "copyrightPeriod",
51515
51590
  "optional": true,
@@ -51528,7 +51603,7 @@
51528
51603
  "immutable": true,
51529
51604
  "locationInModule": {
51530
51605
  "filename": "src/javascript/node-project.ts",
51531
- "line": 236
51606
+ "line": 237
51532
51607
  },
51533
51608
  "name": "dependabot",
51534
51609
  "optional": true,
@@ -51546,7 +51621,7 @@
51546
51621
  "immutable": true,
51547
51622
  "locationInModule": {
51548
51623
  "filename": "src/javascript/node-project.ts",
51549
- "line": 243
51624
+ "line": 244
51550
51625
  },
51551
51626
  "name": "dependabotOptions",
51552
51627
  "optional": true,
@@ -51565,7 +51640,7 @@
51565
51640
  "immutable": true,
51566
51641
  "locationInModule": {
51567
51642
  "filename": "src/javascript/node-project.ts",
51568
- "line": 251
51643
+ "line": 252
51569
51644
  },
51570
51645
  "name": "depsUpgrade",
51571
51646
  "optional": true,
@@ -51583,7 +51658,7 @@
51583
51658
  "immutable": true,
51584
51659
  "locationInModule": {
51585
51660
  "filename": "src/javascript/node-project.ts",
51586
- "line": 258
51661
+ "line": 259
51587
51662
  },
51588
51663
  "name": "depsUpgradeOptions",
51589
51664
  "optional": true,
@@ -51600,7 +51675,7 @@
51600
51675
  "immutable": true,
51601
51676
  "locationInModule": {
51602
51677
  "filename": "src/javascript/node-project.ts",
51603
- "line": 319
51678
+ "line": 320
51604
51679
  },
51605
51680
  "name": "gitignore",
51606
51681
  "optional": true,
@@ -51623,7 +51698,7 @@
51623
51698
  "immutable": true,
51624
51699
  "locationInModule": {
51625
51700
  "filename": "src/javascript/node-project.ts",
51626
- "line": 325
51701
+ "line": 326
51627
51702
  },
51628
51703
  "name": "jest",
51629
51704
  "optional": true,
@@ -51641,7 +51716,7 @@
51641
51716
  "immutable": true,
51642
51717
  "locationInModule": {
51643
51718
  "filename": "src/javascript/node-project.ts",
51644
- "line": 331
51719
+ "line": 332
51645
51720
  },
51646
51721
  "name": "jestOptions",
51647
51722
  "optional": true,
@@ -51661,7 +51736,7 @@
51661
51736
  "immutable": true,
51662
51737
  "locationInModule": {
51663
51738
  "filename": "src/javascript/node-project.ts",
51664
- "line": 155
51739
+ "line": 156
51665
51740
  },
51666
51741
  "name": "mutableBuild",
51667
51742
  "optional": true,
@@ -51679,7 +51754,7 @@
51679
51754
  "immutable": true,
51680
51755
  "locationInModule": {
51681
51756
  "filename": "src/javascript/node-project.ts",
51682
- "line": 287
51757
+ "line": 288
51683
51758
  },
51684
51759
  "name": "npmignore",
51685
51760
  "optional": true,
@@ -51702,7 +51777,7 @@
51702
51777
  "immutable": true,
51703
51778
  "locationInModule": {
51704
51779
  "filename": "src/javascript/node-project.ts",
51705
- "line": 276
51780
+ "line": 277
51706
51781
  },
51707
51782
  "name": "npmignoreEnabled",
51708
51783
  "optional": true,
@@ -51719,7 +51794,7 @@
51719
51794
  "immutable": true,
51720
51795
  "locationInModule": {
51721
51796
  "filename": "src/javascript/node-project.ts",
51722
- "line": 281
51797
+ "line": 282
51723
51798
  },
51724
51799
  "name": "npmIgnoreOptions",
51725
51800
  "optional": true,
@@ -51737,7 +51812,7 @@
51737
51812
  "immutable": true,
51738
51813
  "locationInModule": {
51739
51814
  "filename": "src/javascript/node-project.ts",
51740
- "line": 365
51815
+ "line": 366
51741
51816
  },
51742
51817
  "name": "package",
51743
51818
  "optional": true,
@@ -51755,7 +51830,7 @@
51755
51830
  "immutable": true,
51756
51831
  "locationInModule": {
51757
51832
  "filename": "src/javascript/node-project.ts",
51758
- "line": 308
51833
+ "line": 309
51759
51834
  },
51760
51835
  "name": "prettier",
51761
51836
  "optional": true,
@@ -51773,7 +51848,7 @@
51773
51848
  "immutable": true,
51774
51849
  "locationInModule": {
51775
51850
  "filename": "src/javascript/node-project.ts",
51776
- "line": 314
51851
+ "line": 315
51777
51852
  },
51778
51853
  "name": "prettierOptions",
51779
51854
  "optional": true,
@@ -51791,7 +51866,7 @@
51791
51866
  "immutable": true,
51792
51867
  "locationInModule": {
51793
51868
  "filename": "src/javascript/node-project.ts",
51794
- "line": 132
51869
+ "line": 133
51795
51870
  },
51796
51871
  "name": "projenDevDependency",
51797
51872
  "optional": true,
@@ -51809,7 +51884,7 @@
51809
51884
  "immutable": true,
51810
51885
  "locationInModule": {
51811
51886
  "filename": "src/javascript/node-project.ts",
51812
- "line": 339
51887
+ "line": 340
51813
51888
  },
51814
51889
  "name": "projenrcJs",
51815
51890
  "optional": true,
@@ -51827,7 +51902,7 @@
51827
51902
  "immutable": true,
51828
51903
  "locationInModule": {
51829
51904
  "filename": "src/javascript/node-project.ts",
51830
- "line": 345
51905
+ "line": 346
51831
51906
  },
51832
51907
  "name": "projenrcJsOptions",
51833
51908
  "optional": true,
@@ -51845,7 +51920,7 @@
51845
51920
  "immutable": true,
51846
51921
  "locationInModule": {
51847
51922
  "filename": "src/javascript/node-project.ts",
51848
- "line": 125
51923
+ "line": 126
51849
51924
  },
51850
51925
  "name": "projenVersion",
51851
51926
  "optional": true,
@@ -51863,7 +51938,7 @@
51863
51938
  "immutable": true,
51864
51939
  "locationInModule": {
51865
51940
  "filename": "src/javascript/node-project.ts",
51866
- "line": 294
51941
+ "line": 295
51867
51942
  },
51868
51943
  "name": "pullRequestTemplate",
51869
51944
  "optional": true,
@@ -51881,7 +51956,7 @@
51881
51956
  "immutable": true,
51882
51957
  "locationInModule": {
51883
51958
  "filename": "src/javascript/node-project.ts",
51884
- "line": 301
51959
+ "line": 302
51885
51960
  },
51886
51961
  "name": "pullRequestTemplateContents",
51887
51962
  "optional": true,
@@ -51904,7 +51979,7 @@
51904
51979
  "immutable": true,
51905
51980
  "locationInModule": {
51906
51981
  "filename": "src/javascript/node-project.ts",
51907
- "line": 185
51982
+ "line": 186
51908
51983
  },
51909
51984
  "name": "release",
51910
51985
  "optional": true,
@@ -51922,7 +51997,7 @@
51922
51997
  "immutable": true,
51923
51998
  "locationInModule": {
51924
51999
  "filename": "src/javascript/node-project.ts",
51925
- "line": 212
52000
+ "line": 213
51926
52001
  },
51927
52002
  "name": "releaseToNpm",
51928
52003
  "optional": true,
@@ -51941,7 +52016,7 @@
51941
52016
  "immutable": true,
51942
52017
  "locationInModule": {
51943
52018
  "filename": "src/javascript/node-project.ts",
51944
- "line": 178
52019
+ "line": 179
51945
52020
  },
51946
52021
  "name": "releaseWorkflow",
51947
52022
  "optional": true,
@@ -51959,7 +52034,7 @@
51959
52034
  "immutable": true,
51960
52035
  "locationInModule": {
51961
52036
  "filename": "src/javascript/node-project.ts",
51962
- "line": 199
52037
+ "line": 200
51963
52038
  },
51964
52039
  "name": "workflowBootstrapSteps",
51965
52040
  "optional": true,
@@ -51982,7 +52057,7 @@
51982
52057
  "immutable": true,
51983
52058
  "locationInModule": {
51984
52059
  "filename": "src/javascript/node-project.ts",
51985
- "line": 206
52060
+ "line": 207
51986
52061
  },
51987
52062
  "name": "workflowGitIdentity",
51988
52063
  "optional": true,
@@ -52001,7 +52076,7 @@
52001
52076
  "immutable": true,
52002
52077
  "locationInModule": {
52003
52078
  "filename": "src/javascript/node-project.ts",
52004
- "line": 221
52079
+ "line": 222
52005
52080
  },
52006
52081
  "name": "workflowNodeVersion",
52007
52082
  "optional": true,
@@ -52019,7 +52094,7 @@
52019
52094
  "immutable": true,
52020
52095
  "locationInModule": {
52021
52096
  "filename": "src/javascript/node-project.ts",
52022
- "line": 228
52097
+ "line": 229
52023
52098
  },
52024
52099
  "name": "workflowPackageCache",
52025
52100
  "optional": true,
@@ -53330,7 +53405,7 @@
53330
53405
  "kind": "interface",
53331
53406
  "locationInModule": {
53332
53407
  "filename": "src/javascript/node-project.ts",
53333
- "line": 1567
53408
+ "line": 1583
53334
53409
  },
53335
53410
  "name": "RenderWorkflowSetupOptions",
53336
53411
  "namespace": "javascript",
@@ -53346,7 +53421,7 @@
53346
53421
  "immutable": true,
53347
53422
  "locationInModule": {
53348
53423
  "filename": "src/javascript/node-project.ts",
53349
- "line": 1576
53424
+ "line": 1592
53350
53425
  },
53351
53426
  "name": "installStepConfiguration",
53352
53427
  "optional": true,
@@ -53364,7 +53439,7 @@
53364
53439
  "immutable": true,
53365
53440
  "locationInModule": {
53366
53441
  "filename": "src/javascript/node-project.ts",
53367
- "line": 1581
53442
+ "line": 1597
53368
53443
  },
53369
53444
  "name": "mutable",
53370
53445
  "optional": true,
@@ -82495,6 +82570,6 @@
82495
82570
  "usedFeatures": [
82496
82571
  "class-covariant-overrides"
82497
82572
  ],
82498
- "version": "0.99.54",
82499
- "fingerprint": "e62sKqmMjm2kztWs5MK7xphwzzFn9M4QkchFsReMPKs="
82573
+ "version": "0.99.55",
82574
+ "fingerprint": "SpkIzE6MOWKDUtBbdqiaMYShPr2eunr4nJRFreaQBns="
82500
82575
  }