projen 0.67.38 → 0.67.39

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 (127) hide show
  1. package/.jsii +187 -151
  2. package/docs/api/API.md +4 -0
  3. package/lib/awscdk/auto-discover.js +5 -5
  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 +1 -1
  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 -1
  18. package/lib/build/build-workflow.js +3 -2
  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/auto-approve.js +1 -1
  41. package/lib/github/auto-merge.js +1 -1
  42. package/lib/github/dependabot.js +1 -1
  43. package/lib/github/github-credentials.js +1 -1
  44. package/lib/github/github-project.js +1 -1
  45. package/lib/github/github.js +1 -1
  46. package/lib/github/mergify.js +1 -1
  47. package/lib/github/pr-template.js +1 -1
  48. package/lib/github/pull-request-lint.js +1 -1
  49. package/lib/github/stale.js +1 -1
  50. package/lib/github/task-workflow.js +1 -1
  51. package/lib/github/workflows.js +1 -1
  52. package/lib/gitlab/configuration.js +1 -1
  53. package/lib/gitlab/gitlab-configuration.js +1 -1
  54. package/lib/gitlab/nested-configuration.js +1 -1
  55. package/lib/gitpod.js +1 -1
  56. package/lib/ignore-file.js +1 -1
  57. package/lib/ini.js +1 -1
  58. package/lib/java/java-project.js +1 -1
  59. package/lib/java/junit.js +1 -1
  60. package/lib/java/maven-compile.js +1 -1
  61. package/lib/java/maven-packaging.js +1 -1
  62. package/lib/java/maven-sample.js +1 -1
  63. package/lib/java/pom.js +1 -1
  64. package/lib/java/projenrc.js +1 -1
  65. package/lib/javascript/bundler.js +1 -1
  66. package/lib/javascript/eslint.js +1 -1
  67. package/lib/javascript/jest.js +1 -1
  68. package/lib/javascript/node-package.js +1 -1
  69. package/lib/javascript/node-project.js +30 -2
  70. package/lib/javascript/npm-config.js +1 -1
  71. package/lib/javascript/prettier.js +1 -1
  72. package/lib/javascript/projenrc.js +1 -1
  73. package/lib/javascript/typescript-config.js +1 -1
  74. package/lib/javascript/upgrade-dependencies.js +2 -2
  75. package/lib/json-patch.js +1 -1
  76. package/lib/json.js +1 -1
  77. package/lib/license.js +1 -1
  78. package/lib/logger.js +1 -1
  79. package/lib/makefile.js +1 -1
  80. package/lib/object-file.js +1 -1
  81. package/lib/project-build.js +1 -1
  82. package/lib/project.js +1 -1
  83. package/lib/projects.js +1 -1
  84. package/lib/projenrc-json.js +1 -1
  85. package/lib/python/pip.js +1 -1
  86. package/lib/python/poetry.js +2 -2
  87. package/lib/python/projenrc.js +1 -1
  88. package/lib/python/pytest-sample.js +1 -1
  89. package/lib/python/pytest.js +1 -1
  90. package/lib/python/python-project.js +1 -1
  91. package/lib/python/python-sample.js +1 -1
  92. package/lib/python/requirements-file.js +1 -1
  93. package/lib/python/setuppy.js +1 -1
  94. package/lib/python/setuptools.js +1 -1
  95. package/lib/python/venv.js +1 -1
  96. package/lib/readme.js +1 -1
  97. package/lib/release/publisher.js +1 -1
  98. package/lib/release/release-trigger.js +1 -1
  99. package/lib/release/release.d.ts +7 -1
  100. package/lib/release/release.js +7 -5
  101. package/lib/renovatebot.js +1 -1
  102. package/lib/run-task.js +1 -1882
  103. package/lib/sample-file.js +2 -2
  104. package/lib/semver.js +1 -1
  105. package/lib/source-code.js +1 -1
  106. package/lib/task-runtime.js +1 -1
  107. package/lib/task.js +1 -1
  108. package/lib/tasks.js +1 -1
  109. package/lib/testing.js +1 -1
  110. package/lib/textfile.js +1 -1
  111. package/lib/toml.js +1 -1
  112. package/lib/typescript/projenrc.js +1 -1
  113. package/lib/typescript/typescript-typedoc.js +1 -1
  114. package/lib/typescript/typescript.js +3 -3
  115. package/lib/version.js +1 -1
  116. package/lib/vscode/devcontainer.js +1 -1
  117. package/lib/vscode/extensions.js +1 -1
  118. package/lib/vscode/launch-config.js +1 -1
  119. package/lib/vscode/settings.js +1 -1
  120. package/lib/vscode/vscode.js +1 -1
  121. package/lib/web/next.js +3 -3
  122. package/lib/web/postcss.js +1 -1
  123. package/lib/web/react.js +4 -4
  124. package/lib/web/tailwind.js +1 -1
  125. package/lib/xmlfile.js +1 -1
  126. package/lib/yaml.js +1 -1
  127. package/package.json +1 -1
package/.jsii CHANGED
@@ -14238,7 +14238,7 @@
14238
14238
  "kind": "interface",
14239
14239
  "locationInModule": {
14240
14240
  "filename": "src/build/build-workflow.ts",
14241
- "line": 416
14241
+ "line": 425
14242
14242
  },
14243
14243
  "name": "AddPostBuildJobCommandsOptions",
14244
14244
  "namespace": "build",
@@ -14253,7 +14253,7 @@
14253
14253
  "immutable": true,
14254
14254
  "locationInModule": {
14255
14255
  "filename": "src/build/build-workflow.ts",
14256
- "line": 428
14256
+ "line": 437
14257
14257
  },
14258
14258
  "name": "checkoutRepo",
14259
14259
  "optional": true,
@@ -14272,7 +14272,7 @@
14272
14272
  "immutable": true,
14273
14273
  "locationInModule": {
14274
14274
  "filename": "src/build/build-workflow.ts",
14275
- "line": 438
14275
+ "line": 447
14276
14276
  },
14277
14277
  "name": "installDeps",
14278
14278
  "optional": true,
@@ -14290,7 +14290,7 @@
14290
14290
  "immutable": true,
14291
14291
  "locationInModule": {
14292
14292
  "filename": "src/build/build-workflow.ts",
14293
- "line": 444
14293
+ "line": 453
14294
14294
  },
14295
14295
  "name": "runsOn",
14296
14296
  "optional": true,
@@ -14312,7 +14312,7 @@
14312
14312
  "immutable": true,
14313
14313
  "locationInModule": {
14314
14314
  "filename": "src/build/build-workflow.ts",
14315
- "line": 420
14315
+ "line": 429
14316
14316
  },
14317
14317
  "name": "tools",
14318
14318
  "optional": true,
@@ -14334,7 +14334,7 @@
14334
14334
  "kind": "interface",
14335
14335
  "locationInModule": {
14336
14336
  "filename": "src/build/build-workflow.ts",
14337
- "line": 400
14337
+ "line": 409
14338
14338
  },
14339
14339
  "name": "AddPostBuildJobTaskOptions",
14340
14340
  "namespace": "build",
@@ -14349,7 +14349,7 @@
14349
14349
  "immutable": true,
14350
14350
  "locationInModule": {
14351
14351
  "filename": "src/build/build-workflow.ts",
14352
- "line": 410
14352
+ "line": 419
14353
14353
  },
14354
14354
  "name": "runsOn",
14355
14355
  "optional": true,
@@ -14371,7 +14371,7 @@
14371
14371
  "immutable": true,
14372
14372
  "locationInModule": {
14373
14373
  "filename": "src/build/build-workflow.ts",
14374
- "line": 404
14374
+ "line": 413
14375
14375
  },
14376
14376
  "name": "tools",
14377
14377
  "optional": true,
@@ -14395,7 +14395,7 @@
14395
14395
  },
14396
14396
  "locationInModule": {
14397
14397
  "filename": "src/build/build-workflow.ts",
14398
- "line": 112
14398
+ "line": 120
14399
14399
  },
14400
14400
  "parameters": [
14401
14401
  {
@@ -14415,7 +14415,7 @@
14415
14415
  "kind": "class",
14416
14416
  "locationInModule": {
14417
14417
  "filename": "src/build/build-workflow.ts",
14418
- "line": 100
14418
+ "line": 108
14419
14419
  },
14420
14420
  "methods": [
14421
14421
  {
@@ -14426,7 +14426,7 @@
14426
14426
  },
14427
14427
  "locationInModule": {
14428
14428
  "filename": "src/build/build-workflow.ts",
14429
- "line": 198
14429
+ "line": 207
14430
14430
  },
14431
14431
  "name": "addPostBuildJob",
14432
14432
  "parameters": [
@@ -14458,7 +14458,7 @@
14458
14458
  },
14459
14459
  "locationInModule": {
14460
14460
  "filename": "src/build/build-workflow.ts",
14461
- "line": 274
14461
+ "line": 283
14462
14462
  },
14463
14463
  "name": "addPostBuildJobCommands",
14464
14464
  "parameters": [
@@ -14499,7 +14499,7 @@
14499
14499
  },
14500
14500
  "locationInModule": {
14501
14501
  "filename": "src/build/build-workflow.ts",
14502
- "line": 248
14502
+ "line": 257
14503
14503
  },
14504
14504
  "name": "addPostBuildJobTask",
14505
14505
  "parameters": [
@@ -14528,7 +14528,7 @@
14528
14528
  },
14529
14529
  "locationInModule": {
14530
14530
  "filename": "src/build/build-workflow.ts",
14531
- "line": 183
14531
+ "line": 192
14532
14532
  },
14533
14533
  "name": "addPostBuildSteps",
14534
14534
  "parameters": [
@@ -14557,7 +14557,7 @@
14557
14557
  "immutable": true,
14558
14558
  "locationInModule": {
14559
14559
  "filename": "src/build/build-workflow.ts",
14560
- "line": 175
14560
+ "line": 184
14561
14561
  },
14562
14562
  "name": "buildJobIds",
14563
14563
  "type": {
@@ -14582,7 +14582,7 @@
14582
14582
  "kind": "interface",
14583
14583
  "locationInModule": {
14584
14584
  "filename": "src/build/build-workflow.ts",
14585
- "line": 31
14585
+ "line": 32
14586
14586
  },
14587
14587
  "name": "BuildWorkflowOptions",
14588
14588
  "namespace": "build",
@@ -14596,7 +14596,7 @@
14596
14596
  "immutable": true,
14597
14597
  "locationInModule": {
14598
14598
  "filename": "src/build/build-workflow.ts",
14599
- "line": 40
14599
+ "line": 41
14600
14600
  },
14601
14601
  "name": "artifactsDirectory",
14602
14602
  "type": {
@@ -14612,7 +14612,7 @@
14612
14612
  "immutable": true,
14613
14613
  "locationInModule": {
14614
14614
  "filename": "src/build/build-workflow.ts",
14615
- "line": 35
14615
+ "line": 36
14616
14616
  },
14617
14617
  "name": "buildTask",
14618
14618
  "type": {
@@ -14629,7 +14629,7 @@
14629
14629
  "immutable": true,
14630
14630
  "locationInModule": {
14631
14631
  "filename": "src/build/build-workflow.ts",
14632
- "line": 46
14632
+ "line": 47
14633
14633
  },
14634
14634
  "name": "containerImage",
14635
14635
  "optional": true,
@@ -14647,7 +14647,7 @@
14647
14647
  "immutable": true,
14648
14648
  "locationInModule": {
14649
14649
  "filename": "src/build/build-workflow.ts",
14650
- "line": 85
14650
+ "line": 86
14651
14651
  },
14652
14652
  "name": "env",
14653
14653
  "optional": true,
@@ -14670,7 +14670,7 @@
14670
14670
  "immutable": true,
14671
14671
  "locationInModule": {
14672
14672
  "filename": "src/build/build-workflow.ts",
14673
- "line": 79
14673
+ "line": 80
14674
14674
  },
14675
14675
  "name": "gitIdentity",
14676
14676
  "optional": true,
@@ -14689,7 +14689,7 @@
14689
14689
  "immutable": true,
14690
14690
  "locationInModule": {
14691
14691
  "filename": "src/build/build-workflow.ts",
14692
- "line": 61
14692
+ "line": 62
14693
14693
  },
14694
14694
  "name": "mutableBuild",
14695
14695
  "optional": true,
@@ -14697,6 +14697,24 @@
14697
14697
  "primitive": "boolean"
14698
14698
  }
14699
14699
  },
14700
+ {
14701
+ "abstract": true,
14702
+ "docs": {
14703
+ "default": "`{ contents: JobPermission.WRITE }`",
14704
+ "stability": "experimental",
14705
+ "summary": "Permissions granted to the build job To limit job permissions for `contents`, the desired permissions have to be explicitly set, e.g.: `{ contents: JobPermission.NONE }`."
14706
+ },
14707
+ "immutable": true,
14708
+ "locationInModule": {
14709
+ "filename": "src/build/build-workflow.ts",
14710
+ "line": 105
14711
+ },
14712
+ "name": "permissions",
14713
+ "optional": true,
14714
+ "type": {
14715
+ "fqn": "projen.github.workflows.JobPermissions"
14716
+ }
14717
+ },
14700
14718
  {
14701
14719
  "abstract": true,
14702
14720
  "docs": {
@@ -14707,7 +14725,7 @@
14707
14725
  "immutable": true,
14708
14726
  "locationInModule": {
14709
14727
  "filename": "src/build/build-workflow.ts",
14710
- "line": 73
14728
+ "line": 74
14711
14729
  },
14712
14730
  "name": "postBuildSteps",
14713
14731
  "optional": true,
@@ -14730,7 +14748,7 @@
14730
14748
  "immutable": true,
14731
14749
  "locationInModule": {
14732
14750
  "filename": "src/build/build-workflow.ts",
14733
- "line": 67
14751
+ "line": 68
14734
14752
  },
14735
14753
  "name": "preBuildSteps",
14736
14754
  "optional": true,
@@ -14753,7 +14771,7 @@
14753
14771
  "immutable": true,
14754
14772
  "locationInModule": {
14755
14773
  "filename": "src/build/build-workflow.ts",
14756
- "line": 91
14774
+ "line": 92
14757
14775
  },
14758
14776
  "name": "runsOn",
14759
14777
  "optional": true,
@@ -14776,7 +14794,7 @@
14776
14794
  "immutable": true,
14777
14795
  "locationInModule": {
14778
14796
  "filename": "src/build/build-workflow.ts",
14779
- "line": 97
14797
+ "line": 98
14780
14798
  },
14781
14799
  "name": "workflowTriggers",
14782
14800
  "optional": true,
@@ -33805,7 +33823,7 @@
33805
33823
  "kind": "enum",
33806
33824
  "locationInModule": {
33807
33825
  "filename": "src/javascript/node-project.ts",
33808
- "line": 301
33826
+ "line": 307
33809
33827
  },
33810
33828
  "members": [
33811
33829
  {
@@ -38654,7 +38672,7 @@
38654
38672
  },
38655
38673
  "locationInModule": {
38656
38674
  "filename": "src/javascript/node-project.ts",
38657
- "line": 431
38675
+ "line": 437
38658
38676
  },
38659
38677
  "parameters": [
38660
38678
  {
@@ -38668,7 +38686,7 @@
38668
38686
  "kind": "class",
38669
38687
  "locationInModule": {
38670
38688
  "filename": "src/javascript/node-project.ts",
38671
- "line": 318
38689
+ "line": 324
38672
38690
  },
38673
38691
  "methods": [
38674
38692
  {
@@ -38677,7 +38695,7 @@
38677
38695
  },
38678
38696
  "locationInModule": {
38679
38697
  "filename": "src/javascript/node-project.ts",
38680
- "line": 732
38698
+ "line": 749
38681
38699
  },
38682
38700
  "name": "addBins",
38683
38701
  "parameters": [
@@ -38702,7 +38720,7 @@
38702
38720
  },
38703
38721
  "locationInModule": {
38704
38722
  "filename": "src/javascript/node-project.ts",
38705
- "line": 961
38723
+ "line": 1000
38706
38724
  },
38707
38725
  "name": "addBundledDeps",
38708
38726
  "parameters": [
@@ -38728,7 +38746,7 @@
38728
38746
  },
38729
38747
  "locationInModule": {
38730
38748
  "filename": "src/javascript/node-project.ts",
38731
- "line": 766
38749
+ "line": 783
38732
38750
  },
38733
38751
  "name": "addCompileCommand",
38734
38752
  "parameters": [
@@ -38749,7 +38767,7 @@
38749
38767
  },
38750
38768
  "locationInModule": {
38751
38769
  "filename": "src/javascript/node-project.ts",
38752
- "line": 915
38770
+ "line": 954
38753
38771
  },
38754
38772
  "name": "addDeps",
38755
38773
  "parameters": [
@@ -38774,7 +38792,7 @@
38774
38792
  },
38775
38793
  "locationInModule": {
38776
38794
  "filename": "src/javascript/node-project.ts",
38777
- "line": 928
38795
+ "line": 967
38778
38796
  },
38779
38797
  "name": "addDevDeps",
38780
38798
  "parameters": [
@@ -38799,7 +38817,7 @@
38799
38817
  },
38800
38818
  "locationInModule": {
38801
38819
  "filename": "src/javascript/node-project.ts",
38802
- "line": 786
38820
+ "line": 803
38803
38821
  },
38804
38822
  "name": "addFields",
38805
38823
  "parameters": [
@@ -38826,7 +38844,7 @@
38826
38844
  },
38827
38845
  "locationInModule": {
38828
38846
  "filename": "src/javascript/node-project.ts",
38829
- "line": 796
38847
+ "line": 813
38830
38848
  },
38831
38849
  "name": "addKeywords",
38832
38850
  "parameters": [
@@ -38851,7 +38869,7 @@
38851
38869
  },
38852
38870
  "locationInModule": {
38853
38871
  "filename": "src/javascript/node-project.ts",
38854
- "line": 965
38872
+ "line": 1004
38855
38873
  },
38856
38874
  "name": "addPackageIgnore",
38857
38875
  "overrides": "projen.Project",
@@ -38872,7 +38890,7 @@
38872
38890
  },
38873
38891
  "locationInModule": {
38874
38892
  "filename": "src/javascript/node-project.ts",
38875
- "line": 945
38893
+ "line": 984
38876
38894
  },
38877
38895
  "name": "addPeerDeps",
38878
38896
  "parameters": [
@@ -38898,7 +38916,7 @@
38898
38916
  },
38899
38917
  "locationInModule": {
38900
38918
  "filename": "src/javascript/node-project.ts",
38901
- "line": 776
38919
+ "line": 793
38902
38920
  },
38903
38921
  "name": "addTestCommand",
38904
38922
  "parameters": [
@@ -38919,7 +38937,7 @@
38919
38937
  },
38920
38938
  "locationInModule": {
38921
38939
  "filename": "src/javascript/node-project.ts",
38922
- "line": 758
38940
+ "line": 775
38923
38941
  },
38924
38942
  "name": "hasScript",
38925
38943
  "parameters": [
@@ -38946,7 +38964,7 @@
38946
38964
  },
38947
38965
  "locationInModule": {
38948
38966
  "filename": "src/javascript/node-project.ts",
38949
- "line": 750
38967
+ "line": 767
38950
38968
  },
38951
38969
  "name": "removeScript",
38952
38970
  "parameters": [
@@ -38969,7 +38987,7 @@
38969
38987
  },
38970
38988
  "locationInModule": {
38971
38989
  "filename": "src/javascript/node-project.ts",
38972
- "line": 864
38990
+ "line": 903
38973
38991
  },
38974
38992
  "name": "renderWorkflowSetup",
38975
38993
  "parameters": [
@@ -39003,7 +39021,7 @@
39003
39021
  },
39004
39022
  "locationInModule": {
39005
39023
  "filename": "src/javascript/node-project.ts",
39006
- "line": 1038
39024
+ "line": 1077
39007
39025
  },
39008
39026
  "name": "runTaskCommand",
39009
39027
  "overrides": "projen.Project",
@@ -39031,7 +39049,7 @@
39031
39049
  },
39032
39050
  "locationInModule": {
39033
39051
  "filename": "src/javascript/node-project.ts",
39034
- "line": 742
39052
+ "line": 759
39035
39053
  },
39036
39054
  "name": "setScript",
39037
39055
  "parameters": [
@@ -39067,7 +39085,7 @@
39067
39085
  "immutable": true,
39068
39086
  "locationInModule": {
39069
39087
  "filename": "src/javascript/node-project.ts",
39070
- "line": 332
39088
+ "line": 338
39071
39089
  },
39072
39090
  "name": "allowLibraryDependencies",
39073
39091
  "type": {
@@ -39083,7 +39101,7 @@
39083
39101
  "immutable": true,
39084
39102
  "locationInModule": {
39085
39103
  "filename": "src/javascript/node-project.ts",
39086
- "line": 415
39104
+ "line": 421
39087
39105
  },
39088
39106
  "name": "artifactsDirectory",
39089
39107
  "type": {
@@ -39098,7 +39116,7 @@
39098
39116
  "immutable": true,
39099
39117
  "locationInModule": {
39100
39118
  "filename": "src/javascript/node-project.ts",
39101
- "line": 420
39119
+ "line": 426
39102
39120
  },
39103
39121
  "name": "artifactsJavascriptDirectory",
39104
39122
  "type": {
@@ -39112,7 +39130,7 @@
39112
39130
  "immutable": true,
39113
39131
  "locationInModule": {
39114
39132
  "filename": "src/javascript/node-project.ts",
39115
- "line": 408
39133
+ "line": 414
39116
39134
  },
39117
39135
  "name": "bundler",
39118
39136
  "type": {
@@ -39127,7 +39145,7 @@
39127
39145
  "immutable": true,
39128
39146
  "locationInModule": {
39129
39147
  "filename": "src/javascript/node-project.ts",
39130
- "line": 339
39148
+ "line": 345
39131
39149
  },
39132
39150
  "name": "entrypoint",
39133
39151
  "type": {
@@ -39142,7 +39160,7 @@
39142
39160
  "immutable": true,
39143
39161
  "locationInModule": {
39144
39162
  "filename": "src/javascript/node-project.ts",
39145
- "line": 404
39163
+ "line": 410
39146
39164
  },
39147
39165
  "name": "manifest",
39148
39166
  "type": {
@@ -39157,7 +39175,7 @@
39157
39175
  "immutable": true,
39158
39176
  "locationInModule": {
39159
39177
  "filename": "src/javascript/node-project.ts",
39160
- "line": 322
39178
+ "line": 328
39161
39179
  },
39162
39180
  "name": "package",
39163
39181
  "type": {
@@ -39173,7 +39191,7 @@
39173
39191
  "immutable": true,
39174
39192
  "locationInModule": {
39175
39193
  "filename": "src/javascript/node-project.ts",
39176
- "line": 387
39194
+ "line": 393
39177
39195
  },
39178
39196
  "name": "packageManager",
39179
39197
  "type": {
@@ -39188,7 +39206,7 @@
39188
39206
  "immutable": true,
39189
39207
  "locationInModule": {
39190
39208
  "filename": "src/javascript/node-project.ts",
39191
- "line": 394
39209
+ "line": 400
39192
39210
  },
39193
39211
  "name": "runScriptCommand",
39194
39212
  "type": {
@@ -39202,7 +39220,7 @@
39202
39220
  "immutable": true,
39203
39221
  "locationInModule": {
39204
39222
  "filename": "src/javascript/node-project.ts",
39205
- "line": 427
39223
+ "line": 433
39206
39224
  },
39207
39225
  "name": "workflowBootstrapSteps",
39208
39226
  "protected": true,
@@ -39223,7 +39241,7 @@
39223
39241
  "immutable": true,
39224
39242
  "locationInModule": {
39225
39243
  "filename": "src/javascript/node-project.ts",
39226
- "line": 346
39244
+ "line": 352
39227
39245
  },
39228
39246
  "name": "autoMerge",
39229
39247
  "optional": true,
@@ -39240,7 +39258,7 @@
39240
39258
  "immutable": true,
39241
39259
  "locationInModule": {
39242
39260
  "filename": "src/javascript/node-project.ts",
39243
- "line": 351
39261
+ "line": 357
39244
39262
  },
39245
39263
  "name": "buildWorkflow",
39246
39264
  "optional": true,
@@ -39256,7 +39274,7 @@
39256
39274
  "immutable": true,
39257
39275
  "locationInModule": {
39258
39276
  "filename": "src/javascript/node-project.ts",
39259
- "line": 1045
39277
+ "line": 1084
39260
39278
  },
39261
39279
  "name": "buildWorkflowJobId",
39262
39280
  "optional": true,
@@ -39272,7 +39290,7 @@
39272
39290
  "immutable": true,
39273
39291
  "locationInModule": {
39274
39292
  "filename": "src/javascript/node-project.ts",
39275
- "line": 399
39293
+ "line": 405
39276
39294
  },
39277
39295
  "name": "jest",
39278
39296
  "optional": true,
@@ -39288,7 +39306,7 @@
39288
39306
  "immutable": true,
39289
39307
  "locationInModule": {
39290
39308
  "filename": "src/javascript/node-project.ts",
39291
- "line": 376
39309
+ "line": 382
39292
39310
  },
39293
39311
  "name": "maxNodeVersion",
39294
39312
  "optional": true,
@@ -39304,7 +39322,7 @@
39304
39322
  "immutable": true,
39305
39323
  "locationInModule": {
39306
39324
  "filename": "src/javascript/node-project.ts",
39307
- "line": 369
39325
+ "line": 375
39308
39326
  },
39309
39327
  "name": "minNodeVersion",
39310
39328
  "optional": true,
@@ -39319,7 +39337,7 @@
39319
39337
  "immutable": true,
39320
39338
  "locationInModule": {
39321
39339
  "filename": "src/javascript/node-project.ts",
39322
- "line": 380
39340
+ "line": 386
39323
39341
  },
39324
39342
  "name": "nodeVersion",
39325
39343
  "optional": true,
@@ -39336,7 +39354,7 @@
39336
39354
  "immutable": true,
39337
39355
  "locationInModule": {
39338
39356
  "filename": "src/javascript/node-project.ts",
39339
- "line": 327
39357
+ "line": 333
39340
39358
  },
39341
39359
  "name": "npmignore",
39342
39360
  "optional": true,
@@ -39351,7 +39369,7 @@
39351
39369
  "immutable": true,
39352
39370
  "locationInModule": {
39353
39371
  "filename": "src/javascript/node-project.ts",
39354
- "line": 429
39372
+ "line": 435
39355
39373
  },
39356
39374
  "name": "prettier",
39357
39375
  "optional": true,
@@ -39369,7 +39387,7 @@
39369
39387
  "immutable": true,
39370
39388
  "locationInModule": {
39371
39389
  "filename": "src/javascript/node-project.ts",
39372
- "line": 359
39390
+ "line": 365
39373
39391
  },
39374
39392
  "name": "publisher",
39375
39393
  "optional": true,
@@ -39385,7 +39403,7 @@
39385
39403
  "immutable": true,
39386
39404
  "locationInModule": {
39387
39405
  "filename": "src/javascript/node-project.ts",
39388
- "line": 364
39406
+ "line": 370
39389
39407
  },
39390
39408
  "name": "release",
39391
39409
  "optional": true,
@@ -39401,7 +39419,7 @@
39401
39419
  "immutable": true,
39402
39420
  "locationInModule": {
39403
39421
  "filename": "src/javascript/node-project.ts",
39404
- "line": 425
39422
+ "line": 431
39405
39423
  },
39406
39424
  "name": "upgradeWorkflow",
39407
39425
  "optional": true,
@@ -39427,7 +39445,7 @@
39427
39445
  "kind": "interface",
39428
39446
  "locationInModule": {
39429
39447
  "filename": "src/javascript/node-project.ts",
39430
- "line": 46
39448
+ "line": 52
39431
39449
  },
39432
39450
  "name": "NodeProjectOptions",
39433
39451
  "namespace": "javascript",
@@ -39442,7 +39460,7 @@
39442
39460
  "immutable": true,
39443
39461
  "locationInModule": {
39444
39462
  "filename": "src/javascript/node-project.ts",
39445
- "line": 130
39463
+ "line": 136
39446
39464
  },
39447
39465
  "name": "defaultReleaseBranch",
39448
39466
  "type": {
@@ -39459,7 +39477,7 @@
39459
39477
  "immutable": true,
39460
39478
  "locationInModule": {
39461
39479
  "filename": "src/javascript/node-project.ts",
39462
- "line": 281
39480
+ "line": 287
39463
39481
  },
39464
39482
  "name": "artifactsDirectory",
39465
39483
  "optional": true,
@@ -39478,7 +39496,7 @@
39478
39496
  "immutable": true,
39479
39497
  "locationInModule": {
39480
39498
  "filename": "src/javascript/node-project.ts",
39481
- "line": 197
39499
+ "line": 203
39482
39500
  },
39483
39501
  "name": "autoApproveUpgrades",
39484
39502
  "optional": true,
@@ -39496,7 +39514,7 @@
39496
39514
  "immutable": true,
39497
39515
  "locationInModule": {
39498
39516
  "filename": "src/javascript/node-project.ts",
39499
- "line": 82
39517
+ "line": 88
39500
39518
  },
39501
39519
  "name": "buildWorkflow",
39502
39520
  "optional": true,
@@ -39514,7 +39532,7 @@
39514
39532
  "immutable": true,
39515
39533
  "locationInModule": {
39516
39534
  "filename": "src/javascript/node-project.ts",
39517
- "line": 295
39535
+ "line": 301
39518
39536
  },
39519
39537
  "name": "buildWorkflowTriggers",
39520
39538
  "optional": true,
@@ -39531,7 +39549,7 @@
39531
39549
  "immutable": true,
39532
39550
  "locationInModule": {
39533
39551
  "filename": "src/javascript/node-project.ts",
39534
- "line": 274
39552
+ "line": 280
39535
39553
  },
39536
39554
  "name": "bundlerOptions",
39537
39555
  "optional": true,
@@ -39549,7 +39567,7 @@
39549
39567
  "immutable": true,
39550
39568
  "locationInModule": {
39551
39569
  "filename": "src/javascript/node-project.ts",
39552
- "line": 101
39570
+ "line": 107
39553
39571
  },
39554
39572
  "name": "codeCov",
39555
39573
  "optional": true,
@@ -39567,7 +39585,7 @@
39567
39585
  "immutable": true,
39568
39586
  "locationInModule": {
39569
39587
  "filename": "src/javascript/node-project.ts",
39570
- "line": 108
39588
+ "line": 114
39571
39589
  },
39572
39590
  "name": "codeCovTokenSecret",
39573
39591
  "optional": true,
@@ -39585,7 +39603,7 @@
39585
39603
  "immutable": true,
39586
39604
  "locationInModule": {
39587
39605
  "filename": "src/javascript/node-project.ts",
39588
- "line": 55
39606
+ "line": 61
39589
39607
  },
39590
39608
  "name": "copyrightOwner",
39591
39609
  "optional": true,
@@ -39603,7 +39621,7 @@
39603
39621
  "immutable": true,
39604
39622
  "locationInModule": {
39605
39623
  "filename": "src/javascript/node-project.ts",
39606
- "line": 62
39624
+ "line": 68
39607
39625
  },
39608
39626
  "name": "copyrightPeriod",
39609
39627
  "optional": true,
@@ -39622,7 +39640,7 @@
39622
39640
  "immutable": true,
39623
39641
  "locationInModule": {
39624
39642
  "filename": "src/javascript/node-project.ts",
39625
- "line": 165
39643
+ "line": 171
39626
39644
  },
39627
39645
  "name": "dependabot",
39628
39646
  "optional": true,
@@ -39640,7 +39658,7 @@
39640
39658
  "immutable": true,
39641
39659
  "locationInModule": {
39642
39660
  "filename": "src/javascript/node-project.ts",
39643
- "line": 172
39661
+ "line": 178
39644
39662
  },
39645
39663
  "name": "dependabotOptions",
39646
39664
  "optional": true,
@@ -39659,7 +39677,7 @@
39659
39677
  "immutable": true,
39660
39678
  "locationInModule": {
39661
39679
  "filename": "src/javascript/node-project.ts",
39662
- "line": 180
39680
+ "line": 186
39663
39681
  },
39664
39682
  "name": "depsUpgrade",
39665
39683
  "optional": true,
@@ -39677,7 +39695,7 @@
39677
39695
  "immutable": true,
39678
39696
  "locationInModule": {
39679
39697
  "filename": "src/javascript/node-project.ts",
39680
- "line": 187
39698
+ "line": 193
39681
39699
  },
39682
39700
  "name": "depsUpgradeOptions",
39683
39701
  "optional": true,
@@ -39694,7 +39712,7 @@
39694
39712
  "immutable": true,
39695
39713
  "locationInModule": {
39696
39714
  "filename": "src/javascript/node-project.ts",
39697
- "line": 243
39715
+ "line": 249
39698
39716
  },
39699
39717
  "name": "gitignore",
39700
39718
  "optional": true,
@@ -39717,7 +39735,7 @@
39717
39735
  "immutable": true,
39718
39736
  "locationInModule": {
39719
39737
  "filename": "src/javascript/node-project.ts",
39720
- "line": 249
39738
+ "line": 255
39721
39739
  },
39722
39740
  "name": "jest",
39723
39741
  "optional": true,
@@ -39735,7 +39753,7 @@
39735
39753
  "immutable": true,
39736
39754
  "locationInModule": {
39737
39755
  "filename": "src/javascript/node-project.ts",
39738
- "line": 255
39756
+ "line": 261
39739
39757
  },
39740
39758
  "name": "jestOptions",
39741
39759
  "optional": true,
@@ -39754,7 +39772,7 @@
39754
39772
  "immutable": true,
39755
39773
  "locationInModule": {
39756
39774
  "filename": "src/javascript/node-project.ts",
39757
- "line": 93
39775
+ "line": 99
39758
39776
  },
39759
39777
  "name": "mutableBuild",
39760
39778
  "optional": true,
@@ -39772,7 +39790,7 @@
39772
39790
  "immutable": true,
39773
39791
  "locationInModule": {
39774
39792
  "filename": "src/javascript/node-project.ts",
39775
- "line": 211
39793
+ "line": 217
39776
39794
  },
39777
39795
  "name": "npmignore",
39778
39796
  "optional": true,
@@ -39795,7 +39813,7 @@
39795
39813
  "immutable": true,
39796
39814
  "locationInModule": {
39797
39815
  "filename": "src/javascript/node-project.ts",
39798
- "line": 205
39816
+ "line": 211
39799
39817
  },
39800
39818
  "name": "npmignoreEnabled",
39801
39819
  "optional": true,
@@ -39813,7 +39831,7 @@
39813
39831
  "immutable": true,
39814
39832
  "locationInModule": {
39815
39833
  "filename": "src/javascript/node-project.ts",
39816
- "line": 289
39834
+ "line": 295
39817
39835
  },
39818
39836
  "name": "package",
39819
39837
  "optional": true,
@@ -39831,7 +39849,7 @@
39831
39849
  "immutable": true,
39832
39850
  "locationInModule": {
39833
39851
  "filename": "src/javascript/node-project.ts",
39834
- "line": 232
39852
+ "line": 238
39835
39853
  },
39836
39854
  "name": "prettier",
39837
39855
  "optional": true,
@@ -39849,7 +39867,7 @@
39849
39867
  "immutable": true,
39850
39868
  "locationInModule": {
39851
39869
  "filename": "src/javascript/node-project.ts",
39852
- "line": 238
39870
+ "line": 244
39853
39871
  },
39854
39872
  "name": "prettierOptions",
39855
39873
  "optional": true,
@@ -39867,7 +39885,7 @@
39867
39885
  "immutable": true,
39868
39886
  "locationInModule": {
39869
39887
  "filename": "src/javascript/node-project.ts",
39870
- "line": 76
39888
+ "line": 82
39871
39889
  },
39872
39890
  "name": "projenDevDependency",
39873
39891
  "optional": true,
@@ -39885,7 +39903,7 @@
39885
39903
  "immutable": true,
39886
39904
  "locationInModule": {
39887
39905
  "filename": "src/javascript/node-project.ts",
39888
- "line": 263
39906
+ "line": 269
39889
39907
  },
39890
39908
  "name": "projenrcJs",
39891
39909
  "optional": true,
@@ -39903,7 +39921,7 @@
39903
39921
  "immutable": true,
39904
39922
  "locationInModule": {
39905
39923
  "filename": "src/javascript/node-project.ts",
39906
- "line": 269
39924
+ "line": 275
39907
39925
  },
39908
39926
  "name": "projenrcJsOptions",
39909
39927
  "optional": true,
@@ -39921,7 +39939,7 @@
39921
39939
  "immutable": true,
39922
39940
  "locationInModule": {
39923
39941
  "filename": "src/javascript/node-project.ts",
39924
- "line": 69
39942
+ "line": 75
39925
39943
  },
39926
39944
  "name": "projenVersion",
39927
39945
  "optional": true,
@@ -39939,7 +39957,7 @@
39939
39957
  "immutable": true,
39940
39958
  "locationInModule": {
39941
39959
  "filename": "src/javascript/node-project.ts",
39942
- "line": 218
39960
+ "line": 224
39943
39961
  },
39944
39962
  "name": "pullRequestTemplate",
39945
39963
  "optional": true,
@@ -39957,7 +39975,7 @@
39957
39975
  "immutable": true,
39958
39976
  "locationInModule": {
39959
39977
  "filename": "src/javascript/node-project.ts",
39960
- "line": 225
39978
+ "line": 231
39961
39979
  },
39962
39980
  "name": "pullRequestTemplateContents",
39963
39981
  "optional": true,
@@ -39980,7 +39998,7 @@
39980
39998
  "immutable": true,
39981
39999
  "locationInModule": {
39982
40000
  "filename": "src/javascript/node-project.ts",
39983
- "line": 123
40001
+ "line": 129
39984
40002
  },
39985
40003
  "name": "release",
39986
40004
  "optional": true,
@@ -39998,7 +40016,7 @@
39998
40016
  "immutable": true,
39999
40017
  "locationInModule": {
40000
40018
  "filename": "src/javascript/node-project.ts",
40001
- "line": 150
40019
+ "line": 156
40002
40020
  },
40003
40021
  "name": "releaseToNpm",
40004
40022
  "optional": true,
@@ -40017,7 +40035,7 @@
40017
40035
  "immutable": true,
40018
40036
  "locationInModule": {
40019
40037
  "filename": "src/javascript/node-project.ts",
40020
- "line": 116
40038
+ "line": 122
40021
40039
  },
40022
40040
  "name": "releaseWorkflow",
40023
40041
  "optional": true,
@@ -40035,7 +40053,7 @@
40035
40053
  "immutable": true,
40036
40054
  "locationInModule": {
40037
40055
  "filename": "src/javascript/node-project.ts",
40038
- "line": 137
40056
+ "line": 143
40039
40057
  },
40040
40058
  "name": "workflowBootstrapSteps",
40041
40059
  "optional": true,
@@ -40058,7 +40076,7 @@
40058
40076
  "immutable": true,
40059
40077
  "locationInModule": {
40060
40078
  "filename": "src/javascript/node-project.ts",
40061
- "line": 144
40079
+ "line": 150
40062
40080
  },
40063
40081
  "name": "workflowGitIdentity",
40064
40082
  "optional": true,
@@ -40076,7 +40094,7 @@
40076
40094
  "immutable": true,
40077
40095
  "locationInModule": {
40078
40096
  "filename": "src/javascript/node-project.ts",
40079
- "line": 157
40097
+ "line": 163
40080
40098
  },
40081
40099
  "name": "workflowNodeVersion",
40082
40100
  "optional": true,
@@ -41316,7 +41334,7 @@
41316
41334
  "kind": "interface",
41317
41335
  "locationInModule": {
41318
41336
  "filename": "src/javascript/node-project.ts",
41319
- "line": 1053
41337
+ "line": 1092
41320
41338
  },
41321
41339
  "name": "RenderWorkflowSetupOptions",
41322
41340
  "namespace": "javascript",
@@ -41331,7 +41349,7 @@
41331
41349
  "immutable": true,
41332
41350
  "locationInModule": {
41333
41351
  "filename": "src/javascript/node-project.ts",
41334
- "line": 1058
41352
+ "line": 1097
41335
41353
  },
41336
41354
  "name": "mutable",
41337
41355
  "optional": true,
@@ -45957,7 +45975,7 @@
45957
45975
  "kind": "interface",
45958
45976
  "locationInModule": {
45959
45977
  "filename": "src/release/release.ts",
45960
- "line": 650
45978
+ "line": 664
45961
45979
  },
45962
45980
  "name": "BranchOptions",
45963
45981
  "namespace": "release",
@@ -45971,7 +45989,7 @@
45971
45989
  "immutable": true,
45972
45990
  "locationInModule": {
45973
45991
  "filename": "src/release/release.ts",
45974
- "line": 660
45992
+ "line": 674
45975
45993
  },
45976
45994
  "name": "majorVersion",
45977
45995
  "type": {
@@ -45987,7 +46005,7 @@
45987
46005
  "immutable": true,
45988
46006
  "locationInModule": {
45989
46007
  "filename": "src/release/release.ts",
45990
- "line": 665
46008
+ "line": 679
45991
46009
  },
45992
46010
  "name": "minMajorVersion",
45993
46011
  "optional": true,
@@ -46005,7 +46023,7 @@
46005
46023
  "immutable": true,
46006
46024
  "locationInModule": {
46007
46025
  "filename": "src/release/release.ts",
46008
- "line": 693
46026
+ "line": 707
46009
46027
  },
46010
46028
  "name": "npmDistTag",
46011
46029
  "optional": true,
@@ -46023,7 +46041,7 @@
46023
46041
  "immutable": true,
46024
46042
  "locationInModule": {
46025
46043
  "filename": "src/release/release.ts",
46026
- "line": 672
46044
+ "line": 686
46027
46045
  },
46028
46046
  "name": "prerelease",
46029
46047
  "optional": true,
@@ -46042,7 +46060,7 @@
46042
46060
  "immutable": true,
46043
46061
  "locationInModule": {
46044
46062
  "filename": "src/release/release.ts",
46045
- "line": 686
46063
+ "line": 700
46046
46064
  },
46047
46065
  "name": "tagPrefix",
46048
46066
  "optional": true,
@@ -46060,7 +46078,7 @@
46060
46078
  "immutable": true,
46061
46079
  "locationInModule": {
46062
46080
  "filename": "src/release/release.ts",
46063
- "line": 655
46081
+ "line": 669
46064
46082
  },
46065
46083
  "name": "workflowName",
46066
46084
  "optional": true,
@@ -47764,7 +47782,7 @@
47764
47782
  },
47765
47783
  "locationInModule": {
47766
47784
  "filename": "src/release/release.ts",
47767
- "line": 290
47785
+ "line": 302
47768
47786
  },
47769
47787
  "parameters": [
47770
47788
  {
@@ -47784,7 +47802,7 @@
47784
47802
  "kind": "class",
47785
47803
  "locationInModule": {
47786
47804
  "filename": "src/release/release.ts",
47787
- "line": 253
47805
+ "line": 264
47788
47806
  },
47789
47807
  "methods": [
47790
47808
  {
@@ -47794,7 +47812,7 @@
47794
47812
  },
47795
47813
  "locationInModule": {
47796
47814
  "filename": "src/release/release.ts",
47797
- "line": 260
47815
+ "line": 271
47798
47816
  },
47799
47817
  "name": "of",
47800
47818
  "parameters": [
@@ -47821,7 +47839,7 @@
47821
47839
  },
47822
47840
  "locationInModule": {
47823
47841
  "filename": "src/release/release.ts",
47824
- "line": 407
47842
+ "line": 423
47825
47843
  },
47826
47844
  "name": "addBranch",
47827
47845
  "parameters": [
@@ -47852,7 +47870,7 @@
47852
47870
  },
47853
47871
  "locationInModule": {
47854
47872
  "filename": "src/release/release.ts",
47855
- "line": 474
47873
+ "line": 490
47856
47874
  },
47857
47875
  "name": "addJobs",
47858
47876
  "parameters": [
@@ -47879,7 +47897,7 @@
47879
47897
  },
47880
47898
  "locationInModule": {
47881
47899
  "filename": "src/release/release.ts",
47882
- "line": 457
47900
+ "line": 473
47883
47901
  },
47884
47902
  "name": "preSynthesize",
47885
47903
  "overrides": "projen.Component"
@@ -47896,7 +47914,7 @@
47896
47914
  "immutable": true,
47897
47915
  "locationInModule": {
47898
47916
  "filename": "src/release/release.ts",
47899
- "line": 254
47917
+ "line": 265
47900
47918
  },
47901
47919
  "name": "ANTI_TAMPER_CMD",
47902
47920
  "static": true,
@@ -47912,7 +47930,7 @@
47912
47930
  "immutable": true,
47913
47931
  "locationInModule": {
47914
47932
  "filename": "src/release/release.ts",
47915
- "line": 288
47933
+ "line": 300
47916
47934
  },
47917
47935
  "name": "artifactsDirectory",
47918
47936
  "type": {
@@ -47927,7 +47945,7 @@
47927
47945
  "immutable": true,
47928
47946
  "locationInModule": {
47929
47947
  "filename": "src/release/release.ts",
47930
- "line": 483
47948
+ "line": 499
47931
47949
  },
47932
47950
  "name": "branches",
47933
47951
  "type": {
@@ -47947,7 +47965,7 @@
47947
47965
  "immutable": true,
47948
47966
  "locationInModule": {
47949
47967
  "filename": "src/release/release.ts",
47950
- "line": 268
47968
+ "line": 279
47951
47969
  },
47952
47970
  "name": "publisher",
47953
47971
  "type": {
@@ -47971,7 +47989,7 @@
47971
47989
  "kind": "interface",
47972
47990
  "locationInModule": {
47973
47991
  "filename": "src/release/release.ts",
47974
- "line": 199
47992
+ "line": 204
47975
47993
  },
47976
47994
  "name": "ReleaseOptions",
47977
47995
  "namespace": "release",
@@ -47986,7 +48004,7 @@
47986
48004
  "immutable": true,
47987
48005
  "locationInModule": {
47988
48006
  "filename": "src/release/release.ts",
47989
- "line": 236
48007
+ "line": 241
47990
48008
  },
47991
48009
  "name": "artifactsDirectory",
47992
48010
  "type": {
@@ -48003,7 +48021,7 @@
48003
48021
  "immutable": true,
48004
48022
  "locationInModule": {
48005
48023
  "filename": "src/release/release.ts",
48006
- "line": 222
48024
+ "line": 227
48007
48025
  },
48008
48026
  "name": "branch",
48009
48027
  "type": {
@@ -48020,7 +48038,7 @@
48020
48038
  "immutable": true,
48021
48039
  "locationInModule": {
48022
48040
  "filename": "src/release/release.ts",
48023
- "line": 205
48041
+ "line": 210
48024
48042
  },
48025
48043
  "name": "task",
48026
48044
  "type": {
@@ -48037,7 +48055,7 @@
48037
48055
  "immutable": true,
48038
48056
  "locationInModule": {
48039
48057
  "filename": "src/release/release.ts",
48040
- "line": 212
48058
+ "line": 217
48041
48059
  },
48042
48060
  "name": "versionFile",
48043
48061
  "type": {
@@ -48054,7 +48072,7 @@
48054
48072
  "immutable": true,
48055
48073
  "locationInModule": {
48056
48074
  "filename": "src/release/release.ts",
48057
- "line": 229
48075
+ "line": 234
48058
48076
  },
48059
48077
  "name": "githubRelease",
48060
48078
  "optional": true,
@@ -48073,13 +48091,31 @@
48073
48091
  "immutable": true,
48074
48092
  "locationInModule": {
48075
48093
  "filename": "src/release/release.ts",
48076
- "line": 245
48094
+ "line": 250
48077
48095
  },
48078
48096
  "name": "workflowNodeVersion",
48079
48097
  "optional": true,
48080
48098
  "type": {
48081
48099
  "primitive": "string"
48082
48100
  }
48101
+ },
48102
+ {
48103
+ "abstract": true,
48104
+ "docs": {
48105
+ "default": "`{ contents: JobPermission.WRITE }`",
48106
+ "stability": "experimental",
48107
+ "summary": "Permissions granted to the release workflow job."
48108
+ },
48109
+ "immutable": true,
48110
+ "locationInModule": {
48111
+ "filename": "src/release/release.ts",
48112
+ "line": 256
48113
+ },
48114
+ "name": "workflowPermissions",
48115
+ "optional": true,
48116
+ "type": {
48117
+ "fqn": "projen.github.workflows.JobPermissions"
48118
+ }
48083
48119
  }
48084
48120
  ],
48085
48121
  "symbolId": "src/release/release:ReleaseOptions"
@@ -48095,7 +48131,7 @@
48095
48131
  "kind": "interface",
48096
48132
  "locationInModule": {
48097
48133
  "filename": "src/release/release.ts",
48098
- "line": 23
48134
+ "line": 28
48099
48135
  },
48100
48136
  "name": "ReleaseProjectOptions",
48101
48137
  "namespace": "release",
@@ -48110,7 +48146,7 @@
48110
48146
  "immutable": true,
48111
48147
  "locationInModule": {
48112
48148
  "filename": "src/release/release.ts",
48113
- "line": 66
48149
+ "line": 71
48114
48150
  },
48115
48151
  "name": "jsiiReleaseVersion",
48116
48152
  "optional": true,
@@ -48129,7 +48165,7 @@
48129
48165
  "immutable": true,
48130
48166
  "locationInModule": {
48131
48167
  "filename": "src/release/release.ts",
48132
- "line": 82
48168
+ "line": 87
48133
48169
  },
48134
48170
  "name": "majorVersion",
48135
48171
  "optional": true,
@@ -48148,7 +48184,7 @@
48148
48184
  "immutable": true,
48149
48185
  "locationInModule": {
48150
48186
  "filename": "src/release/release.ts",
48151
- "line": 95
48187
+ "line": 100
48152
48188
  },
48153
48189
  "name": "minMajorVersion",
48154
48190
  "optional": true,
@@ -48167,7 +48203,7 @@
48167
48203
  "immutable": true,
48168
48204
  "locationInModule": {
48169
48205
  "filename": "src/release/release.ts",
48170
- "line": 113
48206
+ "line": 118
48171
48207
  },
48172
48208
  "name": "npmDistTag",
48173
48209
  "optional": true,
@@ -48185,7 +48221,7 @@
48185
48221
  "immutable": true,
48186
48222
  "locationInModule": {
48187
48223
  "filename": "src/release/release.ts",
48188
- "line": 72
48224
+ "line": 77
48189
48225
  },
48190
48226
  "name": "postBuildSteps",
48191
48227
  "optional": true,
@@ -48208,7 +48244,7 @@
48208
48244
  "immutable": true,
48209
48245
  "locationInModule": {
48210
48246
  "filename": "src/release/release.ts",
48211
- "line": 103
48247
+ "line": 108
48212
48248
  },
48213
48249
  "name": "prerelease",
48214
48250
  "optional": true,
@@ -48226,7 +48262,7 @@
48226
48262
  "immutable": true,
48227
48263
  "locationInModule": {
48228
48264
  "filename": "src/release/release.ts",
48229
- "line": 193
48265
+ "line": 198
48230
48266
  },
48231
48267
  "name": "publishDryRun",
48232
48268
  "optional": true,
@@ -48245,7 +48281,7 @@
48245
48281
  "immutable": true,
48246
48282
  "locationInModule": {
48247
48283
  "filename": "src/release/release.ts",
48248
- "line": 186
48284
+ "line": 191
48249
48285
  },
48250
48286
  "name": "publishTasks",
48251
48287
  "optional": true,
@@ -48264,7 +48300,7 @@
48264
48300
  "immutable": true,
48265
48301
  "locationInModule": {
48266
48302
  "filename": "src/release/release.ts",
48267
- "line": 133
48303
+ "line": 138
48268
48304
  },
48269
48305
  "name": "releaseBranches",
48270
48306
  "optional": true,
@@ -48288,7 +48324,7 @@
48288
48324
  "immutable": true,
48289
48325
  "locationInModule": {
48290
48326
  "filename": "src/release/release.ts",
48291
- "line": 31
48327
+ "line": 36
48292
48328
  },
48293
48329
  "name": "releaseEveryCommit",
48294
48330
  "optional": true,
@@ -48306,7 +48342,7 @@
48306
48342
  "immutable": true,
48307
48343
  "locationInModule": {
48308
48344
  "filename": "src/release/release.ts",
48309
- "line": 140
48345
+ "line": 145
48310
48346
  },
48311
48347
  "name": "releaseFailureIssue",
48312
48348
  "optional": true,
@@ -48325,7 +48361,7 @@
48325
48361
  "immutable": true,
48326
48362
  "locationInModule": {
48327
48363
  "filename": "src/release/release.ts",
48328
- "line": 148
48364
+ "line": 153
48329
48365
  },
48330
48366
  "name": "releaseFailureIssueLabel",
48331
48367
  "optional": true,
@@ -48344,7 +48380,7 @@
48344
48380
  "immutable": true,
48345
48381
  "locationInModule": {
48346
48382
  "filename": "src/release/release.ts",
48347
- "line": 40
48383
+ "line": 45
48348
48384
  },
48349
48385
  "name": "releaseSchedule",
48350
48386
  "optional": true,
@@ -48363,7 +48399,7 @@
48363
48399
  "immutable": true,
48364
48400
  "locationInModule": {
48365
48401
  "filename": "src/release/release.ts",
48366
- "line": 162
48402
+ "line": 167
48367
48403
  },
48368
48404
  "name": "releaseTagPrefix",
48369
48405
  "optional": true,
@@ -48381,7 +48417,7 @@
48381
48417
  "immutable": true,
48382
48418
  "locationInModule": {
48383
48419
  "filename": "src/release/release.ts",
48384
- "line": 47
48420
+ "line": 52
48385
48421
  },
48386
48422
  "name": "releaseTrigger",
48387
48423
  "optional": true,
@@ -48399,7 +48435,7 @@
48399
48435
  "immutable": true,
48400
48436
  "locationInModule": {
48401
48437
  "filename": "src/release/release.ts",
48402
- "line": 120
48438
+ "line": 125
48403
48439
  },
48404
48440
  "name": "releaseWorkflowName",
48405
48441
  "optional": true,
@@ -48416,7 +48452,7 @@
48416
48452
  "immutable": true,
48417
48453
  "locationInModule": {
48418
48454
  "filename": "src/release/release.ts",
48419
- "line": 53
48455
+ "line": 58
48420
48456
  },
48421
48457
  "name": "releaseWorkflowSetupSteps",
48422
48458
  "optional": true,
@@ -48440,7 +48476,7 @@
48440
48476
  "immutable": true,
48441
48477
  "locationInModule": {
48442
48478
  "filename": "src/release/release.ts",
48443
- "line": 170
48479
+ "line": 175
48444
48480
  },
48445
48481
  "name": "versionrcOptions",
48446
48482
  "optional": true,
@@ -48463,7 +48499,7 @@
48463
48499
  "immutable": true,
48464
48500
  "locationInModule": {
48465
48501
  "filename": "src/release/release.ts",
48466
- "line": 60
48502
+ "line": 65
48467
48503
  },
48468
48504
  "name": "workflowContainerImage",
48469
48505
  "optional": true,
@@ -48481,7 +48517,7 @@
48481
48517
  "immutable": true,
48482
48518
  "locationInModule": {
48483
48519
  "filename": "src/release/release.ts",
48484
- "line": 176
48520
+ "line": 181
48485
48521
  },
48486
48522
  "name": "workflowRunsOn",
48487
48523
  "optional": true,
@@ -51646,6 +51682,6 @@
51646
51682
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
51647
51683
  }
51648
51684
  },
51649
- "version": "0.67.38",
51650
- "fingerprint": "8RgctxT9XeH8EDNrr0J6yN17wAFyZmjWsxq8xFloXNA="
51685
+ "version": "0.67.39",
51686
+ "fingerprint": "6tOD6NKZGlht5KZtRpy2lAyl6dmd/VebhDb4BDPIW0Y="
51651
51687
  }