projen 0.80.11 → 0.80.13

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 (142) hide show
  1. package/.jsii +255 -222
  2. package/lib/awscdk/auto-discover.js +5 -5
  3. package/lib/awscdk/awscdk-app-java.js +1 -1
  4. package/lib/awscdk/awscdk-app-py.js +1 -1
  5. package/lib/awscdk/awscdk-app-ts.js +1 -1
  6. package/lib/awscdk/awscdk-construct.js +2 -2
  7. package/lib/awscdk/awscdk-deps-java.js +1 -1
  8. package/lib/awscdk/awscdk-deps-js.js +1 -1
  9. package/lib/awscdk/awscdk-deps-py.js +1 -1
  10. package/lib/awscdk/awscdk-deps.js +1 -1
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +1 -1
  13. package/lib/awscdk/integration-test.js +1 -1
  14. package/lib/awscdk/lambda-extension.js +1 -1
  15. package/lib/awscdk/lambda-function.js +2 -2
  16. package/lib/build/build-workflow.d.ts +4 -1
  17. package/lib/build/build-workflow.js +20 -7
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-docgen.js +1 -1
  22. package/lib/cdk/jsii-project.js +8 -2
  23. package/lib/cdk8s/auto-discover.js +2 -2
  24. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  25. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  26. package/lib/cdk8s/cdk8s-construct.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps.js +1 -1
  29. package/lib/cdk8s/integration-test.js +1 -1
  30. package/lib/cdktf/cdktf-construct.js +1 -1
  31. package/lib/circleci/circleci.js +1 -1
  32. package/lib/cli/cmds/new.js +17 -8
  33. package/lib/cli/util.d.ts +0 -2
  34. package/lib/cli/util.js +3 -27
  35. package/lib/component.js +1 -1
  36. package/lib/dependencies.js +1 -1
  37. package/lib/dev-env.js +1 -1
  38. package/lib/docker-compose/docker-compose-service.js +1 -1
  39. package/lib/docker-compose/docker-compose.js +1 -1
  40. package/lib/file.js +1 -1
  41. package/lib/gitattributes.js +1 -1
  42. package/lib/github/actions-provider.js +1 -1
  43. package/lib/github/auto-approve.js +1 -1
  44. package/lib/github/auto-merge.js +1 -1
  45. package/lib/github/dependabot.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/mergify.js +1 -1
  50. package/lib/github/pr-template.js +1 -1
  51. package/lib/github/pull-request-lint.js +1 -1
  52. package/lib/github/stale.js +1 -1
  53. package/lib/github/task-workflow-job.js +1 -1
  54. package/lib/github/task-workflow.js +1 -1
  55. package/lib/github/workflow-actions.js +9 -3
  56. package/lib/github/workflow-jobs.js +1 -1
  57. package/lib/github/workflow-steps.js +1 -1
  58. package/lib/github/workflows.js +1 -1
  59. package/lib/gitlab/configuration.js +1 -1
  60. package/lib/gitlab/gitlab-configuration.js +1 -1
  61. package/lib/gitlab/nested-configuration.js +1 -1
  62. package/lib/gitpod.js +1 -1
  63. package/lib/ignore-file.js +1 -1
  64. package/lib/ini.js +1 -1
  65. package/lib/java/java-project.js +1 -1
  66. package/lib/java/junit.js +1 -1
  67. package/lib/java/maven-compile.js +1 -1
  68. package/lib/java/maven-packaging.js +1 -1
  69. package/lib/java/maven-sample.js +1 -1
  70. package/lib/java/pom.js +1 -1
  71. package/lib/java/projenrc.js +1 -1
  72. package/lib/javascript/bundler.js +1 -1
  73. package/lib/javascript/eslint.js +1 -1
  74. package/lib/javascript/jest.js +4 -4
  75. package/lib/javascript/license-checker.js +1 -1
  76. package/lib/javascript/node-package.js +1 -1
  77. package/lib/javascript/node-project.js +37 -26
  78. package/lib/javascript/npm-config.js +1 -1
  79. package/lib/javascript/prettier.js +1 -1
  80. package/lib/javascript/projenrc.js +1 -1
  81. package/lib/javascript/typescript-config.js +2 -2
  82. package/lib/javascript/upgrade-dependencies.js +2 -2
  83. package/lib/javascript/yarnrc.js +1 -1
  84. package/lib/json-patch.js +1 -1
  85. package/lib/json.js +1 -1
  86. package/lib/license.js +1 -1
  87. package/lib/logger.js +1 -1
  88. package/lib/makefile.js +1 -1
  89. package/lib/object-file.js +1 -1
  90. package/lib/project-build.js +1 -1
  91. package/lib/project-tree.js +1 -1
  92. package/lib/project.js +1 -1
  93. package/lib/projects.js +1 -1
  94. package/lib/projenrc-json.js +2 -2
  95. package/lib/projenrc.js +1 -1
  96. package/lib/python/pip.js +1 -1
  97. package/lib/python/poetry.d.ts +27 -4
  98. package/lib/python/poetry.js +41 -19
  99. package/lib/python/projenrc.js +1 -1
  100. package/lib/python/pytest-sample.js +1 -1
  101. package/lib/python/pytest.js +1 -1
  102. package/lib/python/python-project.js +1 -1
  103. package/lib/python/python-sample.js +1 -1
  104. package/lib/python/requirements-file.js +1 -1
  105. package/lib/python/setuppy.js +1 -1
  106. package/lib/python/setuptools.js +1 -1
  107. package/lib/python/venv.js +1 -1
  108. package/lib/readme.js +1 -1
  109. package/lib/release/publisher.d.ts +6 -0
  110. package/lib/release/publisher.js +56 -7
  111. package/lib/release/release-trigger.js +1 -1
  112. package/lib/release/release.js +5 -15
  113. package/lib/renovatebot.js +1 -1
  114. package/lib/sample-file.js +2 -2
  115. package/lib/semver.js +1 -1
  116. package/lib/source-code.js +1 -1
  117. package/lib/task-runtime.js +1 -1
  118. package/lib/task.js +1 -1
  119. package/lib/tasks.js +1 -1
  120. package/lib/testing.js +1 -1
  121. package/lib/textfile.js +1 -1
  122. package/lib/toml.js +1 -1
  123. package/lib/typescript/projenrc-ts.js +1 -1
  124. package/lib/typescript/projenrc.js +1 -1
  125. package/lib/typescript/typescript-typedoc.js +1 -1
  126. package/lib/typescript/typescript.js +6 -6
  127. package/lib/util/name.d.ts +7 -0
  128. package/lib/util/name.js +21 -0
  129. package/lib/util/semver.js +46 -22
  130. package/lib/version.js +2 -2
  131. package/lib/vscode/devcontainer.js +1 -1
  132. package/lib/vscode/extensions.js +1 -1
  133. package/lib/vscode/launch-config.js +1 -1
  134. package/lib/vscode/settings.js +1 -1
  135. package/lib/vscode/vscode.js +1 -1
  136. package/lib/web/next.js +3 -3
  137. package/lib/web/postcss.js +1 -1
  138. package/lib/web/react.js +4 -4
  139. package/lib/web/tailwind.js +4 -4
  140. package/lib/xmlfile.js +1 -1
  141. package/lib/yaml.js +1 -1
  142. package/package.json +4 -4
package/.jsii CHANGED
@@ -60,7 +60,7 @@
60
60
  "stability": "experimental"
61
61
  },
62
62
  "homepage": "https://github.com/projen/projen.git",
63
- "jsiiVersion": "5.3.27 (build 853e7ef)",
63
+ "jsiiVersion": "5.3.30 (build 94b2281)",
64
64
  "keywords": [
65
65
  "cdk",
66
66
  "cicd",
@@ -15509,7 +15509,7 @@
15509
15509
  "kind": "interface",
15510
15510
  "locationInModule": {
15511
15511
  "filename": "src/build/build-workflow.ts",
15512
- "line": 456
15512
+ "line": 484
15513
15513
  },
15514
15514
  "name": "AddPostBuildJobCommandsOptions",
15515
15515
  "namespace": "build",
@@ -15524,7 +15524,7 @@
15524
15524
  "immutable": true,
15525
15525
  "locationInModule": {
15526
15526
  "filename": "src/build/build-workflow.ts",
15527
- "line": 468
15527
+ "line": 496
15528
15528
  },
15529
15529
  "name": "checkoutRepo",
15530
15530
  "optional": true,
@@ -15543,7 +15543,7 @@
15543
15543
  "immutable": true,
15544
15544
  "locationInModule": {
15545
15545
  "filename": "src/build/build-workflow.ts",
15546
- "line": 478
15546
+ "line": 506
15547
15547
  },
15548
15548
  "name": "installDeps",
15549
15549
  "optional": true,
@@ -15565,7 +15565,7 @@
15565
15565
  "immutable": true,
15566
15566
  "locationInModule": {
15567
15567
  "filename": "src/build/build-workflow.ts",
15568
- "line": 486
15568
+ "line": 514
15569
15569
  },
15570
15570
  "name": "runsOn",
15571
15571
  "optional": true,
@@ -15591,7 +15591,7 @@
15591
15591
  "immutable": true,
15592
15592
  "locationInModule": {
15593
15593
  "filename": "src/build/build-workflow.ts",
15594
- "line": 493
15594
+ "line": 521
15595
15595
  },
15596
15596
  "name": "runsOnGroup",
15597
15597
  "optional": true,
@@ -15608,7 +15608,7 @@
15608
15608
  "immutable": true,
15609
15609
  "locationInModule": {
15610
15610
  "filename": "src/build/build-workflow.ts",
15611
- "line": 460
15611
+ "line": 488
15612
15612
  },
15613
15613
  "name": "tools",
15614
15614
  "optional": true,
@@ -15630,7 +15630,7 @@
15630
15630
  "kind": "interface",
15631
15631
  "locationInModule": {
15632
15632
  "filename": "src/build/build-workflow.ts",
15633
- "line": 431
15633
+ "line": 459
15634
15634
  },
15635
15635
  "name": "AddPostBuildJobTaskOptions",
15636
15636
  "namespace": "build",
@@ -15649,7 +15649,7 @@
15649
15649
  "immutable": true,
15650
15650
  "locationInModule": {
15651
15651
  "filename": "src/build/build-workflow.ts",
15652
- "line": 443
15652
+ "line": 471
15653
15653
  },
15654
15654
  "name": "runsOn",
15655
15655
  "optional": true,
@@ -15675,7 +15675,7 @@
15675
15675
  "immutable": true,
15676
15676
  "locationInModule": {
15677
15677
  "filename": "src/build/build-workflow.ts",
15678
- "line": 450
15678
+ "line": 478
15679
15679
  },
15680
15680
  "name": "runsOnGroup",
15681
15681
  "optional": true,
@@ -15692,7 +15692,7 @@
15692
15692
  "immutable": true,
15693
15693
  "locationInModule": {
15694
15694
  "filename": "src/build/build-workflow.ts",
15695
- "line": 435
15695
+ "line": 463
15696
15696
  },
15697
15697
  "name": "tools",
15698
15698
  "optional": true,
@@ -15716,7 +15716,7 @@
15716
15716
  },
15717
15717
  "locationInModule": {
15718
15718
  "filename": "src/build/build-workflow.ts",
15719
- "line": 137
15719
+ "line": 150
15720
15720
  },
15721
15721
  "parameters": [
15722
15722
  {
@@ -15736,7 +15736,7 @@
15736
15736
  "kind": "class",
15737
15737
  "locationInModule": {
15738
15738
  "filename": "src/build/build-workflow.ts",
15739
- "line": 125
15739
+ "line": 134
15740
15740
  },
15741
15741
  "methods": [
15742
15742
  {
@@ -15747,7 +15747,7 @@
15747
15747
  },
15748
15748
  "locationInModule": {
15749
15749
  "filename": "src/build/build-workflow.ts",
15750
- "line": 227
15750
+ "line": 253
15751
15751
  },
15752
15752
  "name": "addPostBuildJob",
15753
15753
  "parameters": [
@@ -15779,7 +15779,7 @@
15779
15779
  },
15780
15780
  "locationInModule": {
15781
15781
  "filename": "src/build/build-workflow.ts",
15782
- "line": 303
15782
+ "line": 329
15783
15783
  },
15784
15784
  "name": "addPostBuildJobCommands",
15785
15785
  "parameters": [
@@ -15820,7 +15820,7 @@
15820
15820
  },
15821
15821
  "locationInModule": {
15822
15822
  "filename": "src/build/build-workflow.ts",
15823
- "line": 277
15823
+ "line": 303
15824
15824
  },
15825
15825
  "name": "addPostBuildJobTask",
15826
15826
  "parameters": [
@@ -15849,7 +15849,7 @@
15849
15849
  },
15850
15850
  "locationInModule": {
15851
15851
  "filename": "src/build/build-workflow.ts",
15852
- "line": 212
15852
+ "line": 238
15853
15853
  },
15854
15854
  "name": "addPostBuildSteps",
15855
15855
  "parameters": [
@@ -15878,7 +15878,7 @@
15878
15878
  "immutable": true,
15879
15879
  "locationInModule": {
15880
15880
  "filename": "src/build/build-workflow.ts",
15881
- "line": 204
15881
+ "line": 230
15882
15882
  },
15883
15883
  "name": "buildJobIds",
15884
15884
  "type": {
@@ -15889,6 +15889,21 @@
15889
15889
  "kind": "array"
15890
15890
  }
15891
15891
  }
15892
+ },
15893
+ {
15894
+ "docs": {
15895
+ "stability": "experimental",
15896
+ "summary": "Name of generated github workflow."
15897
+ },
15898
+ "immutable": true,
15899
+ "locationInModule": {
15900
+ "filename": "src/build/build-workflow.ts",
15901
+ "line": 138
15902
+ },
15903
+ "name": "name",
15904
+ "type": {
15905
+ "primitive": "string"
15906
+ }
15892
15907
  }
15893
15908
  ],
15894
15909
  "symbolId": "src/build/build-workflow:BuildWorkflow"
@@ -15903,7 +15918,7 @@
15903
15918
  "kind": "interface",
15904
15919
  "locationInModule": {
15905
15920
  "filename": "src/build/build-workflow.ts",
15906
- "line": 33
15921
+ "line": 42
15907
15922
  },
15908
15923
  "name": "BuildWorkflowOptions",
15909
15924
  "namespace": "build",
@@ -15917,7 +15932,7 @@
15917
15932
  "immutable": true,
15918
15933
  "locationInModule": {
15919
15934
  "filename": "src/build/build-workflow.ts",
15920
- "line": 42
15935
+ "line": 51
15921
15936
  },
15922
15937
  "name": "artifactsDirectory",
15923
15938
  "type": {
@@ -15933,7 +15948,7 @@
15933
15948
  "immutable": true,
15934
15949
  "locationInModule": {
15935
15950
  "filename": "src/build/build-workflow.ts",
15936
- "line": 37
15951
+ "line": 46
15937
15952
  },
15938
15953
  "name": "buildTask",
15939
15954
  "type": {
@@ -15950,7 +15965,7 @@
15950
15965
  "immutable": true,
15951
15966
  "locationInModule": {
15952
15967
  "filename": "src/build/build-workflow.ts",
15953
- "line": 55
15968
+ "line": 64
15954
15969
  },
15955
15970
  "name": "containerImage",
15956
15971
  "optional": true,
@@ -15968,7 +15983,7 @@
15968
15983
  "immutable": true,
15969
15984
  "locationInModule": {
15970
15985
  "filename": "src/build/build-workflow.ts",
15971
- "line": 94
15986
+ "line": 103
15972
15987
  },
15973
15988
  "name": "env",
15974
15989
  "optional": true,
@@ -15991,7 +16006,7 @@
15991
16006
  "immutable": true,
15992
16007
  "locationInModule": {
15993
16008
  "filename": "src/build/build-workflow.ts",
15994
- "line": 88
16009
+ "line": 97
15995
16010
  },
15996
16011
  "name": "gitIdentity",
15997
16012
  "optional": true,
@@ -16010,7 +16025,7 @@
16010
16025
  "immutable": true,
16011
16026
  "locationInModule": {
16012
16027
  "filename": "src/build/build-workflow.ts",
16013
- "line": 70
16028
+ "line": 79
16014
16029
  },
16015
16030
  "name": "mutableBuild",
16016
16031
  "optional": true,
@@ -16028,7 +16043,7 @@
16028
16043
  "immutable": true,
16029
16044
  "locationInModule": {
16030
16045
  "filename": "src/build/build-workflow.ts",
16031
- "line": 49
16046
+ "line": 58
16032
16047
  },
16033
16048
  "name": "name",
16034
16049
  "optional": true,
@@ -16046,7 +16061,7 @@
16046
16061
  "immutable": true,
16047
16062
  "locationInModule": {
16048
16063
  "filename": "src/build/build-workflow.ts",
16049
- "line": 122
16064
+ "line": 131
16050
16065
  },
16051
16066
  "name": "permissions",
16052
16067
  "optional": true,
@@ -16064,7 +16079,7 @@
16064
16079
  "immutable": true,
16065
16080
  "locationInModule": {
16066
16081
  "filename": "src/build/build-workflow.ts",
16067
- "line": 82
16082
+ "line": 91
16068
16083
  },
16069
16084
  "name": "postBuildSteps",
16070
16085
  "optional": true,
@@ -16087,7 +16102,7 @@
16087
16102
  "immutable": true,
16088
16103
  "locationInModule": {
16089
16104
  "filename": "src/build/build-workflow.ts",
16090
- "line": 76
16105
+ "line": 85
16091
16106
  },
16092
16107
  "name": "preBuildSteps",
16093
16108
  "optional": true,
@@ -16114,7 +16129,7 @@
16114
16129
  "immutable": true,
16115
16130
  "locationInModule": {
16116
16131
  "filename": "src/build/build-workflow.ts",
16117
- "line": 102
16132
+ "line": 111
16118
16133
  },
16119
16134
  "name": "runsOn",
16120
16135
  "optional": true,
@@ -16140,7 +16155,7 @@
16140
16155
  "immutable": true,
16141
16156
  "locationInModule": {
16142
16157
  "filename": "src/build/build-workflow.ts",
16143
- "line": 109
16158
+ "line": 118
16144
16159
  },
16145
16160
  "name": "runsOnGroup",
16146
16161
  "optional": true,
@@ -16158,7 +16173,7 @@
16158
16173
  "immutable": true,
16159
16174
  "locationInModule": {
16160
16175
  "filename": "src/build/build-workflow.ts",
16161
- "line": 115
16176
+ "line": 124
16162
16177
  },
16163
16178
  "name": "workflowTriggers",
16164
16179
  "optional": true,
@@ -21050,7 +21065,7 @@
21050
21065
  "kind": "interface",
21051
21066
  "locationInModule": {
21052
21067
  "filename": "src/github/workflow-actions.ts",
21053
- "line": 160
21068
+ "line": 166
21054
21069
  },
21055
21070
  "name": "CheckoutWithPatchOptions",
21056
21071
  "namespace": "github",
@@ -21065,7 +21080,7 @@
21065
21080
  "immutable": true,
21066
21081
  "locationInModule": {
21067
21082
  "filename": "src/github/workflow-actions.ts",
21068
- "line": 165
21083
+ "line": 171
21069
21084
  },
21070
21085
  "name": "patchFile",
21071
21086
  "optional": true,
@@ -21151,7 +21166,7 @@
21151
21166
  "kind": "interface",
21152
21167
  "locationInModule": {
21153
21168
  "filename": "src/github/workflow-actions.ts",
21154
- "line": 201
21169
+ "line": 207
21155
21170
  },
21156
21171
  "name": "CreatePullRequestOptions",
21157
21172
  "namespace": "github",
@@ -21166,7 +21181,7 @@
21166
21181
  "immutable": true,
21167
21182
  "locationInModule": {
21168
21183
  "filename": "src/github/workflow-actions.ts",
21169
- "line": 238
21184
+ "line": 244
21170
21185
  },
21171
21186
  "name": "pullRequestDescription",
21172
21187
  "type": {
@@ -21183,7 +21198,7 @@
21183
21198
  "immutable": true,
21184
21199
  "locationInModule": {
21185
21200
  "filename": "src/github/workflow-actions.ts",
21186
- "line": 231
21201
+ "line": 237
21187
21202
  },
21188
21203
  "name": "pullRequestTitle",
21189
21204
  "type": {
@@ -21199,7 +21214,7 @@
21199
21214
  "immutable": true,
21200
21215
  "locationInModule": {
21201
21216
  "filename": "src/github/workflow-actions.ts",
21202
- "line": 224
21217
+ "line": 230
21203
21218
  },
21204
21219
  "name": "workflowName",
21205
21220
  "type": {
@@ -21216,7 +21231,7 @@
21216
21231
  "immutable": true,
21217
21232
  "locationInModule": {
21218
21233
  "filename": "src/github/workflow-actions.ts",
21219
- "line": 279
21234
+ "line": 285
21220
21235
  },
21221
21236
  "name": "assignees",
21222
21237
  "optional": true,
@@ -21239,7 +21254,7 @@
21239
21254
  "immutable": true,
21240
21255
  "locationInModule": {
21241
21256
  "filename": "src/github/workflow-actions.ts",
21242
- "line": 245
21257
+ "line": 251
21243
21258
  },
21244
21259
  "name": "baseBranch",
21245
21260
  "optional": true,
@@ -21257,7 +21272,7 @@
21257
21272
  "immutable": true,
21258
21273
  "locationInModule": {
21259
21274
  "filename": "src/github/workflow-actions.ts",
21260
- "line": 252
21275
+ "line": 258
21261
21276
  },
21262
21277
  "name": "branchName",
21263
21278
  "optional": true,
@@ -21275,7 +21290,7 @@
21275
21290
  "immutable": true,
21276
21291
  "locationInModule": {
21277
21292
  "filename": "src/github/workflow-actions.ts",
21278
- "line": 219
21293
+ "line": 225
21279
21294
  },
21280
21295
  "name": "credentials",
21281
21296
  "optional": true,
@@ -21293,7 +21308,7 @@
21293
21308
  "immutable": true,
21294
21309
  "locationInModule": {
21295
21310
  "filename": "src/github/workflow-actions.ts",
21296
- "line": 258
21311
+ "line": 264
21297
21312
  },
21298
21313
  "name": "gitIdentity",
21299
21314
  "optional": true,
@@ -21311,7 +21326,7 @@
21311
21326
  "immutable": true,
21312
21327
  "locationInModule": {
21313
21328
  "filename": "src/github/workflow-actions.ts",
21314
- "line": 272
21329
+ "line": 278
21315
21330
  },
21316
21331
  "name": "labels",
21317
21332
  "optional": true,
@@ -21334,7 +21349,7 @@
21334
21349
  "immutable": true,
21335
21350
  "locationInModule": {
21336
21351
  "filename": "src/github/workflow-actions.ts",
21337
- "line": 265
21352
+ "line": 271
21338
21353
  },
21339
21354
  "name": "signoff",
21340
21355
  "optional": true,
@@ -21352,7 +21367,7 @@
21352
21367
  "immutable": true,
21353
21368
  "locationInModule": {
21354
21369
  "filename": "src/github/workflow-actions.ts",
21355
- "line": 206
21370
+ "line": 212
21356
21371
  },
21357
21372
  "name": "stepId",
21358
21373
  "optional": true,
@@ -21370,7 +21385,7 @@
21370
21385
  "immutable": true,
21371
21386
  "locationInModule": {
21372
21387
  "filename": "src/github/workflow-actions.ts",
21373
- "line": 212
21388
+ "line": 218
21374
21389
  },
21375
21390
  "name": "stepName",
21376
21391
  "optional": true,
@@ -26448,7 +26463,7 @@
26448
26463
  "kind": "interface",
26449
26464
  "locationInModule": {
26450
26465
  "filename": "src/github/workflow-actions.ts",
26451
- "line": 171
26466
+ "line": 177
26452
26467
  },
26453
26468
  "name": "UploadGitPatchOptions",
26454
26469
  "namespace": "github",
@@ -26463,7 +26478,7 @@
26463
26478
  "immutable": true,
26464
26479
  "locationInModule": {
26465
26480
  "filename": "src/github/workflow-actions.ts",
26466
- "line": 192
26481
+ "line": 198
26467
26482
  },
26468
26483
  "name": "outputName",
26469
26484
  "type": {
@@ -26479,7 +26494,7 @@
26479
26494
  "immutable": true,
26480
26495
  "locationInModule": {
26481
26496
  "filename": "src/github/workflow-actions.ts",
26482
- "line": 175
26497
+ "line": 181
26483
26498
  },
26484
26499
  "name": "stepId",
26485
26500
  "type": {
@@ -26496,7 +26511,7 @@
26496
26511
  "immutable": true,
26497
26512
  "locationInModule": {
26498
26513
  "filename": "src/github/workflow-actions.ts",
26499
- "line": 198
26514
+ "line": 204
26500
26515
  },
26501
26516
  "name": "mutationError",
26502
26517
  "optional": true,
@@ -26514,7 +26529,7 @@
26514
26529
  "immutable": true,
26515
26530
  "locationInModule": {
26516
26531
  "filename": "src/github/workflow-actions.ts",
26517
- "line": 187
26532
+ "line": 193
26518
26533
  },
26519
26534
  "name": "patchFile",
26520
26535
  "optional": true,
@@ -26532,7 +26547,7 @@
26532
26547
  "immutable": true,
26533
26548
  "locationInModule": {
26534
26549
  "filename": "src/github/workflow-actions.ts",
26535
- "line": 181
26550
+ "line": 187
26536
26551
  },
26537
26552
  "name": "stepName",
26538
26553
  "optional": true,
@@ -26624,7 +26639,7 @@
26624
26639
  },
26625
26640
  "locationInModule": {
26626
26641
  "filename": "src/github/workflow-actions.ts",
26627
- "line": 71
26642
+ "line": 77
26628
26643
  },
26629
26644
  "name": "checkoutWithPatch",
26630
26645
  "parameters": [
@@ -26659,7 +26674,7 @@
26659
26674
  },
26660
26675
  "locationInModule": {
26661
26676
  "filename": "src/github/workflow-actions.ts",
26662
- "line": 97
26677
+ "line": 103
26663
26678
  },
26664
26679
  "name": "createPullRequest",
26665
26680
  "parameters": [
@@ -26694,7 +26709,7 @@
26694
26709
  },
26695
26710
  "locationInModule": {
26696
26711
  "filename": "src/github/workflow-actions.ts",
26697
- "line": 152
26712
+ "line": 158
26698
26713
  },
26699
26714
  "name": "setupGitIdentity",
26700
26715
  "parameters": [
@@ -44333,7 +44348,7 @@
44333
44348
  },
44334
44349
  "locationInModule": {
44335
44350
  "filename": "src/javascript/node-project.ts",
44336
- "line": 849
44351
+ "line": 852
44337
44352
  },
44338
44353
  "name": "addBins",
44339
44354
  "parameters": [
@@ -44358,7 +44373,7 @@
44358
44373
  },
44359
44374
  "locationInModule": {
44360
44375
  "filename": "src/javascript/node-project.ts",
44361
- "line": 1133
44376
+ "line": 1143
44362
44377
  },
44363
44378
  "name": "addBundledDeps",
44364
44379
  "parameters": [
@@ -44384,7 +44399,7 @@
44384
44399
  },
44385
44400
  "locationInModule": {
44386
44401
  "filename": "src/javascript/node-project.ts",
44387
- "line": 894
44402
+ "line": 897
44388
44403
  },
44389
44404
  "name": "addCompileCommand",
44390
44405
  "parameters": [
@@ -44405,7 +44420,7 @@
44405
44420
  },
44406
44421
  "locationInModule": {
44407
44422
  "filename": "src/javascript/node-project.ts",
44408
- "line": 1087
44423
+ "line": 1097
44409
44424
  },
44410
44425
  "name": "addDeps",
44411
44426
  "parameters": [
@@ -44430,7 +44445,7 @@
44430
44445
  },
44431
44446
  "locationInModule": {
44432
44447
  "filename": "src/javascript/node-project.ts",
44433
- "line": 1100
44448
+ "line": 1110
44434
44449
  },
44435
44450
  "name": "addDevDeps",
44436
44451
  "parameters": [
@@ -44455,7 +44470,7 @@
44455
44470
  },
44456
44471
  "locationInModule": {
44457
44472
  "filename": "src/javascript/node-project.ts",
44458
- "line": 914
44473
+ "line": 917
44459
44474
  },
44460
44475
  "name": "addFields",
44461
44476
  "parameters": [
@@ -44482,7 +44497,7 @@
44482
44497
  },
44483
44498
  "locationInModule": {
44484
44499
  "filename": "src/javascript/node-project.ts",
44485
- "line": 924
44500
+ "line": 927
44486
44501
  },
44487
44502
  "name": "addKeywords",
44488
44503
  "parameters": [
@@ -44509,7 +44524,7 @@
44509
44524
  },
44510
44525
  "locationInModule": {
44511
44526
  "filename": "src/javascript/node-project.ts",
44512
- "line": 1145
44527
+ "line": 1155
44513
44528
  },
44514
44529
  "name": "addPackageIgnore",
44515
44530
  "overrides": "projen.Project",
@@ -44533,7 +44548,7 @@
44533
44548
  },
44534
44549
  "locationInModule": {
44535
44550
  "filename": "src/javascript/node-project.ts",
44536
- "line": 1117
44551
+ "line": 1127
44537
44552
  },
44538
44553
  "name": "addPeerDeps",
44539
44554
  "parameters": [
@@ -44558,7 +44573,7 @@
44558
44573
  },
44559
44574
  "locationInModule": {
44560
44575
  "filename": "src/javascript/node-project.ts",
44561
- "line": 867
44576
+ "line": 870
44562
44577
  },
44563
44578
  "name": "addScripts",
44564
44579
  "parameters": [
@@ -44586,7 +44601,7 @@
44586
44601
  },
44587
44602
  "locationInModule": {
44588
44603
  "filename": "src/javascript/node-project.ts",
44589
- "line": 904
44604
+ "line": 907
44590
44605
  },
44591
44606
  "name": "addTestCommand",
44592
44607
  "parameters": [
@@ -44608,7 +44623,7 @@
44608
44623
  },
44609
44624
  "locationInModule": {
44610
44625
  "filename": "src/javascript/node-project.ts",
44611
- "line": 886
44626
+ "line": 889
44612
44627
  },
44613
44628
  "name": "hasScript",
44614
44629
  "parameters": [
@@ -44635,7 +44650,7 @@
44635
44650
  },
44636
44651
  "locationInModule": {
44637
44652
  "filename": "src/javascript/node-project.ts",
44638
- "line": 877
44653
+ "line": 880
44639
44654
  },
44640
44655
  "name": "removeScript",
44641
44656
  "parameters": [
@@ -44658,7 +44673,7 @@
44658
44673
  },
44659
44674
  "locationInModule": {
44660
44675
  "filename": "src/javascript/node-project.ts",
44661
- "line": 1014
44676
+ "line": 1017
44662
44677
  },
44663
44678
  "name": "renderWorkflowSetup",
44664
44679
  "parameters": [
@@ -44692,7 +44707,7 @@
44692
44707
  },
44693
44708
  "locationInModule": {
44694
44709
  "filename": "src/javascript/node-project.ts",
44695
- "line": 1218
44710
+ "line": 1228
44696
44711
  },
44697
44712
  "name": "runTaskCommand",
44698
44713
  "overrides": "projen.Project",
@@ -44720,7 +44735,7 @@
44720
44735
  },
44721
44736
  "locationInModule": {
44722
44737
  "filename": "src/javascript/node-project.ts",
44723
- "line": 859
44738
+ "line": 862
44724
44739
  },
44725
44740
  "name": "setScript",
44726
44741
  "parameters": [
@@ -44975,7 +44990,7 @@
44975
44990
  "immutable": true,
44976
44991
  "locationInModule": {
44977
44992
  "filename": "src/javascript/node-project.ts",
44978
- "line": 1225
44993
+ "line": 1235
44979
44994
  },
44980
44995
  "name": "buildWorkflowJobId",
44981
44996
  "optional": true,
@@ -45146,7 +45161,7 @@
45146
45161
  "kind": "interface",
45147
45162
  "locationInModule": {
45148
45163
  "filename": "src/javascript/node-project.ts",
45149
- "line": 58
45164
+ "line": 59
45150
45165
  },
45151
45166
  "name": "NodeProjectOptions",
45152
45167
  "namespace": "javascript",
@@ -45215,7 +45230,7 @@
45215
45230
  "immutable": true,
45216
45231
  "locationInModule": {
45217
45232
  "filename": "src/javascript/node-project.ts",
45218
- "line": 94
45233
+ "line": 95
45219
45234
  },
45220
45235
  "name": "buildWorkflow",
45221
45236
  "optional": true,
@@ -45323,7 +45338,7 @@
45323
45338
  "immutable": true,
45324
45339
  "locationInModule": {
45325
45340
  "filename": "src/javascript/node-project.ts",
45326
- "line": 67
45341
+ "line": 68
45327
45342
  },
45328
45343
  "name": "copyrightOwner",
45329
45344
  "optional": true,
@@ -45341,7 +45356,7 @@
45341
45356
  "immutable": true,
45342
45357
  "locationInModule": {
45343
45358
  "filename": "src/javascript/node-project.ts",
45344
- "line": 74
45359
+ "line": 75
45345
45360
  },
45346
45361
  "name": "copyrightPeriod",
45347
45362
  "optional": true,
@@ -45622,7 +45637,7 @@
45622
45637
  "immutable": true,
45623
45638
  "locationInModule": {
45624
45639
  "filename": "src/javascript/node-project.ts",
45625
- "line": 88
45640
+ "line": 89
45626
45641
  },
45627
45642
  "name": "projenDevDependency",
45628
45643
  "optional": true,
@@ -45676,7 +45691,7 @@
45676
45691
  "immutable": true,
45677
45692
  "locationInModule": {
45678
45693
  "filename": "src/javascript/node-project.ts",
45679
- "line": 81
45694
+ "line": 82
45680
45695
  },
45681
45696
  "name": "projenVersion",
45682
45697
  "optional": true,
@@ -47159,7 +47174,7 @@
47159
47174
  "kind": "interface",
47160
47175
  "locationInModule": {
47161
47176
  "filename": "src/javascript/node-project.ts",
47162
- "line": 1233
47177
+ "line": 1243
47163
47178
  },
47164
47179
  "name": "RenderWorkflowSetupOptions",
47165
47180
  "namespace": "javascript",
@@ -47175,7 +47190,7 @@
47175
47190
  "immutable": true,
47176
47191
  "locationInModule": {
47177
47192
  "filename": "src/javascript/node-project.ts",
47178
- "line": 1242
47193
+ "line": 1252
47179
47194
  },
47180
47195
  "name": "installStepConfiguration",
47181
47196
  "optional": true,
@@ -47193,7 +47208,7 @@
47193
47208
  "immutable": true,
47194
47209
  "locationInModule": {
47195
47210
  "filename": "src/javascript/node-project.ts",
47196
- "line": 1247
47211
+ "line": 1257
47197
47212
  },
47198
47213
  "name": "mutable",
47199
47214
  "optional": true,
@@ -53228,7 +53243,7 @@
53228
53243
  },
53229
53244
  "locationInModule": {
53230
53245
  "filename": "src/python/poetry.ts",
53231
- "line": 174
53246
+ "line": 199
53232
53247
  },
53233
53248
  "name": "addDependency",
53234
53249
  "overrides": "projen.python.IPythonDeps",
@@ -53251,7 +53266,7 @@
53251
53266
  },
53252
53267
  "locationInModule": {
53253
53268
  "filename": "src/python/poetry.ts",
53254
- "line": 183
53269
+ "line": 208
53255
53270
  },
53256
53271
  "name": "addDevDependency",
53257
53272
  "overrides": "projen.python.IPythonDeps",
@@ -53274,7 +53289,7 @@
53274
53289
  },
53275
53290
  "locationInModule": {
53276
53291
  "filename": "src/python/poetry.ts",
53277
- "line": 218
53292
+ "line": 243
53278
53293
  },
53279
53294
  "name": "installDependencies",
53280
53295
  "overrides": "projen.python.IPythonDeps"
@@ -53286,7 +53301,7 @@
53286
53301
  },
53287
53302
  "locationInModule": {
53288
53303
  "filename": "src/python/poetry.ts",
53289
- "line": 190
53304
+ "line": 215
53290
53305
  },
53291
53306
  "name": "setupEnvironment",
53292
53307
  "overrides": "projen.python.IPythonEnv"
@@ -53395,7 +53410,7 @@
53395
53410
  },
53396
53411
  "locationInModule": {
53397
53412
  "filename": "src/python/poetry.ts",
53398
- "line": 377
53413
+ "line": 402
53399
53414
  },
53400
53415
  "parameters": [
53401
53416
  {
@@ -53415,7 +53430,7 @@
53415
53430
  "kind": "class",
53416
53431
  "locationInModule": {
53417
53432
  "filename": "src/python/poetry.ts",
53418
- "line": 374
53433
+ "line": 399
53419
53434
  },
53420
53435
  "name": "PoetryPyproject",
53421
53436
  "namespace": "python",
@@ -53427,7 +53442,7 @@
53427
53442
  "immutable": true,
53428
53443
  "locationInModule": {
53429
53444
  "filename": "src/python/poetry.ts",
53430
- "line": 375
53445
+ "line": 400
53431
53446
  },
53432
53447
  "name": "file",
53433
53448
  "type": {
@@ -53452,7 +53467,7 @@
53452
53467
  "kind": "interface",
53453
53468
  "locationInModule": {
53454
53469
  "filename": "src/python/poetry.ts",
53455
- "line": 350
53470
+ "line": 375
53456
53471
  },
53457
53472
  "name": "PoetryPyprojectOptions",
53458
53473
  "namespace": "python",
@@ -53468,7 +53483,7 @@
53468
53483
  "immutable": true,
53469
53484
  "locationInModule": {
53470
53485
  "filename": "src/python/poetry.ts",
53471
- "line": 359
53486
+ "line": 384
53472
53487
  },
53473
53488
  "name": "dependencies",
53474
53489
  "optional": true,
@@ -53491,7 +53506,7 @@
53491
53506
  "immutable": true,
53492
53507
  "locationInModule": {
53493
53508
  "filename": "src/python/poetry.ts",
53494
- "line": 366
53509
+ "line": 391
53495
53510
  },
53496
53511
  "name": "devDependencies",
53497
53512
  "optional": true,
@@ -53519,7 +53534,7 @@
53519
53534
  "kind": "interface",
53520
53535
  "locationInModule": {
53521
53536
  "filename": "src/python/poetry.ts",
53522
- "line": 234
53537
+ "line": 259
53523
53538
  },
53524
53539
  "name": "PoetryPyprojectOptionsWithoutDeps",
53525
53540
  "namespace": "python",
@@ -53534,7 +53549,7 @@
53534
53549
  "immutable": true,
53535
53550
  "locationInModule": {
53536
53551
  "filename": "src/python/poetry.ts",
53537
- "line": 261
53552
+ "line": 286
53538
53553
  },
53539
53554
  "name": "authors",
53540
53555
  "optional": true,
@@ -53557,7 +53572,7 @@
53557
53572
  "immutable": true,
53558
53573
  "locationInModule": {
53559
53574
  "filename": "src/python/poetry.ts",
53560
- "line": 298
53575
+ "line": 323
53561
53576
  },
53562
53577
  "name": "classifiers",
53563
53578
  "optional": true,
@@ -53579,7 +53594,7 @@
53579
53594
  "immutable": true,
53580
53595
  "locationInModule": {
53581
53596
  "filename": "src/python/poetry.ts",
53582
- "line": 248
53597
+ "line": 273
53583
53598
  },
53584
53599
  "name": "description",
53585
53600
  "optional": true,
@@ -53596,7 +53611,7 @@
53596
53611
  "immutable": true,
53597
53612
  "locationInModule": {
53598
53613
  "filename": "src/python/poetry.ts",
53599
- "line": 286
53614
+ "line": 311
53600
53615
  },
53601
53616
  "name": "documentation",
53602
53617
  "optional": true,
@@ -53614,7 +53629,7 @@
53614
53629
  "immutable": true,
53615
53630
  "locationInModule": {
53616
53631
  "filename": "src/python/poetry.ts",
53617
- "line": 316
53632
+ "line": 341
53618
53633
  },
53619
53634
  "name": "exclude",
53620
53635
  "optional": true,
@@ -53636,7 +53651,7 @@
53636
53651
  "immutable": true,
53637
53652
  "locationInModule": {
53638
53653
  "filename": "src/python/poetry.ts",
53639
- "line": 331
53654
+ "line": 356
53640
53655
  },
53641
53656
  "name": "extras",
53642
53657
  "optional": true,
@@ -53663,7 +53678,7 @@
53663
53678
  "immutable": true,
53664
53679
  "locationInModule": {
53665
53680
  "filename": "src/python/poetry.ts",
53666
- "line": 276
53681
+ "line": 301
53667
53682
  },
53668
53683
  "name": "homepage",
53669
53684
  "optional": true,
@@ -53680,7 +53695,7 @@
53680
53695
  "immutable": true,
53681
53696
  "locationInModule": {
53682
53697
  "filename": "src/python/poetry.ts",
53683
- "line": 308
53698
+ "line": 333
53684
53699
  },
53685
53700
  "name": "include",
53686
53701
  "optional": true,
@@ -53702,7 +53717,7 @@
53702
53717
  "immutable": true,
53703
53718
  "locationInModule": {
53704
53719
  "filename": "src/python/poetry.ts",
53705
- "line": 291
53720
+ "line": 316
53706
53721
  },
53707
53722
  "name": "keywords",
53708
53723
  "optional": true,
@@ -53725,7 +53740,7 @@
53725
53740
  "immutable": true,
53726
53741
  "locationInModule": {
53727
53742
  "filename": "src/python/poetry.ts",
53728
- "line": 256
53743
+ "line": 281
53729
53744
  },
53730
53745
  "name": "license",
53731
53746
  "optional": true,
@@ -53743,7 +53758,7 @@
53743
53758
  "immutable": true,
53744
53759
  "locationInModule": {
53745
53760
  "filename": "src/python/poetry.ts",
53746
- "line": 266
53761
+ "line": 291
53747
53762
  },
53748
53763
  "name": "maintainers",
53749
53764
  "optional": true,
@@ -53765,7 +53780,7 @@
53765
53780
  "immutable": true,
53766
53781
  "locationInModule": {
53767
53782
  "filename": "src/python/poetry.ts",
53768
- "line": 238
53783
+ "line": 263
53769
53784
  },
53770
53785
  "name": "name",
53771
53786
  "optional": true,
@@ -53782,7 +53797,7 @@
53782
53797
  "immutable": true,
53783
53798
  "locationInModule": {
53784
53799
  "filename": "src/python/poetry.ts",
53785
- "line": 303
53800
+ "line": 328
53786
53801
  },
53787
53802
  "name": "packages",
53788
53803
  "optional": true,
@@ -53806,7 +53821,7 @@
53806
53821
  "immutable": true,
53807
53822
  "locationInModule": {
53808
53823
  "filename": "src/python/poetry.ts",
53809
- "line": 337
53824
+ "line": 362
53810
53825
  },
53811
53826
  "name": "plugins",
53812
53827
  "optional": true,
@@ -53823,7 +53838,7 @@
53823
53838
  "immutable": true,
53824
53839
  "locationInModule": {
53825
53840
  "filename": "src/python/poetry.ts",
53826
- "line": 271
53841
+ "line": 296
53827
53842
  },
53828
53843
  "name": "readme",
53829
53844
  "optional": true,
@@ -53840,7 +53855,7 @@
53840
53855
  "immutable": true,
53841
53856
  "locationInModule": {
53842
53857
  "filename": "src/python/poetry.ts",
53843
- "line": 281
53858
+ "line": 306
53844
53859
  },
53845
53860
  "name": "repository",
53846
53861
  "optional": true,
@@ -53857,7 +53872,7 @@
53857
53872
  "immutable": true,
53858
53873
  "locationInModule": {
53859
53874
  "filename": "src/python/poetry.ts",
53860
- "line": 321
53875
+ "line": 346
53861
53876
  },
53862
53877
  "name": "scripts",
53863
53878
  "optional": true,
@@ -53879,7 +53894,7 @@
53879
53894
  "immutable": true,
53880
53895
  "locationInModule": {
53881
53896
  "filename": "src/python/poetry.ts",
53882
- "line": 326
53897
+ "line": 351
53883
53898
  },
53884
53899
  "name": "source",
53885
53900
  "optional": true,
@@ -53902,7 +53917,7 @@
53902
53917
  "immutable": true,
53903
53918
  "locationInModule": {
53904
53919
  "filename": "src/python/poetry.ts",
53905
- "line": 343
53920
+ "line": 368
53906
53921
  },
53907
53922
  "name": "urls",
53908
53923
  "optional": true,
@@ -53924,7 +53939,7 @@
53924
53939
  "immutable": true,
53925
53940
  "locationInModule": {
53926
53941
  "filename": "src/python/poetry.ts",
53927
- "line": 243
53942
+ "line": 268
53928
53943
  },
53929
53944
  "name": "version",
53930
53945
  "optional": true,
@@ -55805,7 +55820,7 @@
55805
55820
  "kind": "interface",
55806
55821
  "locationInModule": {
55807
55822
  "filename": "src/release/release.ts",
55808
- "line": 780
55823
+ "line": 767
55809
55824
  },
55810
55825
  "name": "BranchOptions",
55811
55826
  "namespace": "release",
@@ -55819,7 +55834,7 @@
55819
55834
  "immutable": true,
55820
55835
  "locationInModule": {
55821
55836
  "filename": "src/release/release.ts",
55822
- "line": 790
55837
+ "line": 777
55823
55838
  },
55824
55839
  "name": "majorVersion",
55825
55840
  "type": {
@@ -55835,7 +55850,7 @@
55835
55850
  "immutable": true,
55836
55851
  "locationInModule": {
55837
55852
  "filename": "src/release/release.ts",
55838
- "line": 795
55853
+ "line": 782
55839
55854
  },
55840
55855
  "name": "minMajorVersion",
55841
55856
  "optional": true,
@@ -55852,7 +55867,7 @@
55852
55867
  "immutable": true,
55853
55868
  "locationInModule": {
55854
55869
  "filename": "src/release/release.ts",
55855
- "line": 800
55870
+ "line": 787
55856
55871
  },
55857
55872
  "name": "minorVersion",
55858
55873
  "optional": true,
@@ -55870,7 +55885,7 @@
55870
55885
  "immutable": true,
55871
55886
  "locationInModule": {
55872
55887
  "filename": "src/release/release.ts",
55873
- "line": 828
55888
+ "line": 815
55874
55889
  },
55875
55890
  "name": "npmDistTag",
55876
55891
  "optional": true,
@@ -55888,7 +55903,7 @@
55888
55903
  "immutable": true,
55889
55904
  "locationInModule": {
55890
55905
  "filename": "src/release/release.ts",
55891
- "line": 807
55906
+ "line": 794
55892
55907
  },
55893
55908
  "name": "prerelease",
55894
55909
  "optional": true,
@@ -55907,7 +55922,7 @@
55907
55922
  "immutable": true,
55908
55923
  "locationInModule": {
55909
55924
  "filename": "src/release/release.ts",
55910
- "line": 821
55925
+ "line": 808
55911
55926
  },
55912
55927
  "name": "tagPrefix",
55913
55928
  "optional": true,
@@ -55925,7 +55940,7 @@
55925
55940
  "immutable": true,
55926
55941
  "locationInModule": {
55927
55942
  "filename": "src/release/release.ts",
55928
- "line": 785
55943
+ "line": 772
55929
55944
  },
55930
55945
  "name": "workflowName",
55931
55946
  "optional": true,
@@ -55946,7 +55961,7 @@
55946
55961
  "kind": "enum",
55947
55962
  "locationInModule": {
55948
55963
  "filename": "src/release/publisher.ts",
55949
- "line": 896
55964
+ "line": 945
55950
55965
  },
55951
55966
  "members": [
55952
55967
  {
@@ -55980,7 +55995,7 @@
55980
55995
  "kind": "interface",
55981
55996
  "locationInModule": {
55982
55997
  "filename": "src/release/publisher.ts",
55983
- "line": 914
55998
+ "line": 963
55984
55999
  },
55985
56000
  "name": "CodeArtifactOptions",
55986
56001
  "namespace": "release",
@@ -55996,7 +56011,7 @@
55996
56011
  "immutable": true,
55997
56012
  "locationInModule": {
55998
56013
  "filename": "src/release/publisher.ts",
55999
- "line": 930
56014
+ "line": 979
56000
56015
  },
56001
56016
  "name": "accessKeyIdSecret",
56002
56017
  "optional": true,
@@ -56014,7 +56029,7 @@
56014
56029
  "immutable": true,
56015
56030
  "locationInModule": {
56016
56031
  "filename": "src/release/publisher.ts",
56017
- "line": 920
56032
+ "line": 969
56018
56033
  },
56019
56034
  "name": "authProvider",
56020
56035
  "optional": true,
@@ -56033,7 +56048,7 @@
56033
56048
  "immutable": true,
56034
56049
  "locationInModule": {
56035
56050
  "filename": "src/release/publisher.ts",
56036
- "line": 950
56051
+ "line": 999
56037
56052
  },
56038
56053
  "name": "roleToAssume",
56039
56054
  "optional": true,
@@ -56052,7 +56067,7 @@
56052
56067
  "immutable": true,
56053
56068
  "locationInModule": {
56054
56069
  "filename": "src/release/publisher.ts",
56055
- "line": 941
56070
+ "line": 990
56056
56071
  },
56057
56072
  "name": "secretAccessKeySecret",
56058
56073
  "optional": true,
@@ -56074,7 +56089,7 @@
56074
56089
  "kind": "interface",
56075
56090
  "locationInModule": {
56076
56091
  "filename": "src/release/publisher.ts",
56077
- "line": 798
56092
+ "line": 847
56078
56093
  },
56079
56094
  "name": "CommonPublishOptions",
56080
56095
  "namespace": "release",
@@ -56089,7 +56104,7 @@
56089
56104
  "immutable": true,
56090
56105
  "locationInModule": {
56091
56106
  "filename": "src/release/publisher.ts",
56092
- "line": 817
56107
+ "line": 866
56093
56108
  },
56094
56109
  "name": "postPublishSteps",
56095
56110
  "optional": true,
@@ -56112,7 +56127,7 @@
56112
56127
  "immutable": true,
56113
56128
  "locationInModule": {
56114
56129
  "filename": "src/release/publisher.ts",
56115
- "line": 808
56130
+ "line": 857
56116
56131
  },
56117
56132
  "name": "prePublishSteps",
56118
56133
  "optional": true,
@@ -56135,7 +56150,7 @@
56135
56150
  "immutable": true,
56136
56151
  "locationInModule": {
56137
56152
  "filename": "src/release/publisher.ts",
56138
- "line": 823
56153
+ "line": 872
56139
56154
  },
56140
56155
  "name": "publishTools",
56141
56156
  "optional": true,
@@ -56160,7 +56175,7 @@
56160
56175
  "kind": "interface",
56161
56176
  "locationInModule": {
56162
56177
  "filename": "src/release/publisher.ts",
56163
- "line": 1196
56178
+ "line": 1274
56164
56179
  },
56165
56180
  "name": "GitHubReleasesPublishOptions",
56166
56181
  "namespace": "release",
@@ -56175,7 +56190,7 @@
56175
56190
  "immutable": true,
56176
56191
  "locationInModule": {
56177
56192
  "filename": "src/release/publisher.ts",
56178
- "line": 1181
56193
+ "line": 1237
56179
56194
  },
56180
56195
  "name": "changelogFile",
56181
56196
  "type": {
@@ -56192,7 +56207,7 @@
56192
56207
  "immutable": true,
56193
56208
  "locationInModule": {
56194
56209
  "filename": "src/release/publisher.ts",
56195
- "line": 1174
56210
+ "line": 1230
56196
56211
  },
56197
56212
  "name": "releaseTagFile",
56198
56213
  "type": {
@@ -56209,7 +56224,7 @@
56209
56224
  "immutable": true,
56210
56225
  "locationInModule": {
56211
56226
  "filename": "src/release/publisher.ts",
56212
- "line": 1167
56227
+ "line": 1223
56213
56228
  },
56214
56229
  "name": "versionFile",
56215
56230
  "type": {
@@ -56230,7 +56245,7 @@
56230
56245
  "kind": "interface",
56231
56246
  "locationInModule": {
56232
56247
  "filename": "src/release/publisher.ts",
56233
- "line": 1203
56248
+ "line": 1281
56234
56249
  },
56235
56250
  "name": "GitPublishOptions",
56236
56251
  "namespace": "release",
@@ -56245,7 +56260,7 @@
56245
56260
  "immutable": true,
56246
56261
  "locationInModule": {
56247
56262
  "filename": "src/release/publisher.ts",
56248
- "line": 1181
56263
+ "line": 1237
56249
56264
  },
56250
56265
  "name": "changelogFile",
56251
56266
  "type": {
@@ -56262,7 +56277,7 @@
56262
56277
  "immutable": true,
56263
56278
  "locationInModule": {
56264
56279
  "filename": "src/release/publisher.ts",
56265
- "line": 1174
56280
+ "line": 1230
56266
56281
  },
56267
56282
  "name": "releaseTagFile",
56268
56283
  "type": {
@@ -56279,7 +56294,7 @@
56279
56294
  "immutable": true,
56280
56295
  "locationInModule": {
56281
56296
  "filename": "src/release/publisher.ts",
56282
- "line": 1167
56297
+ "line": 1223
56283
56298
  },
56284
56299
  "name": "versionFile",
56285
56300
  "type": {
@@ -56296,7 +56311,7 @@
56296
56311
  "immutable": true,
56297
56312
  "locationInModule": {
56298
56313
  "filename": "src/release/publisher.ts",
56299
- "line": 1214
56314
+ "line": 1292
56300
56315
  },
56301
56316
  "name": "gitBranch",
56302
56317
  "optional": true,
@@ -56314,7 +56329,7 @@
56314
56329
  "immutable": true,
56315
56330
  "locationInModule": {
56316
56331
  "filename": "src/release/publisher.ts",
56317
- "line": 1221
56332
+ "line": 1299
56318
56333
  },
56319
56334
  "name": "gitPushCommand",
56320
56335
  "optional": true,
@@ -56331,7 +56346,7 @@
56331
56346
  "immutable": true,
56332
56347
  "locationInModule": {
56333
56348
  "filename": "src/release/publisher.ts",
56334
- "line": 1207
56349
+ "line": 1285
56335
56350
  },
56336
56351
  "name": "projectChangelogFile",
56337
56352
  "optional": true,
@@ -56356,7 +56371,7 @@
56356
56371
  "kind": "interface",
56357
56372
  "locationInModule": {
56358
56373
  "filename": "src/release/publisher.ts",
56359
- "line": 1099
56374
+ "line": 1155
56360
56375
  },
56361
56376
  "name": "GoPublishOptions",
56362
56377
  "namespace": "release",
@@ -56371,7 +56386,7 @@
56371
56386
  "immutable": true,
56372
56387
  "locationInModule": {
56373
56388
  "filename": "src/release/publisher.ts",
56374
- "line": 1139
56389
+ "line": 1195
56375
56390
  },
56376
56391
  "name": "gitBranch",
56377
56392
  "optional": true,
@@ -56389,7 +56404,7 @@
56389
56404
  "immutable": true,
56390
56405
  "locationInModule": {
56391
56406
  "filename": "src/release/publisher.ts",
56392
- "line": 1158
56407
+ "line": 1214
56393
56408
  },
56394
56409
  "name": "gitCommitMessage",
56395
56410
  "optional": true,
@@ -56408,7 +56423,7 @@
56408
56423
  "immutable": true,
56409
56424
  "locationInModule": {
56410
56425
  "filename": "src/release/publisher.ts",
56411
- "line": 1118
56426
+ "line": 1174
56412
56427
  },
56413
56428
  "name": "githubDeployKeySecret",
56414
56429
  "optional": true,
@@ -56426,7 +56441,7 @@
56426
56441
  "immutable": true,
56427
56442
  "locationInModule": {
56428
56443
  "filename": "src/release/publisher.ts",
56429
- "line": 1132
56444
+ "line": 1188
56430
56445
  },
56431
56446
  "name": "githubRepo",
56432
56447
  "optional": true,
@@ -56445,7 +56460,7 @@
56445
56460
  "immutable": true,
56446
56461
  "locationInModule": {
56447
56462
  "filename": "src/release/publisher.ts",
56448
- "line": 1108
56463
+ "line": 1164
56449
56464
  },
56450
56465
  "name": "githubTokenSecret",
56451
56466
  "optional": true,
@@ -56463,7 +56478,7 @@
56463
56478
  "immutable": true,
56464
56479
  "locationInModule": {
56465
56480
  "filename": "src/release/publisher.ts",
56466
- "line": 1125
56481
+ "line": 1181
56467
56482
  },
56468
56483
  "name": "githubUseSsh",
56469
56484
  "optional": true,
@@ -56481,7 +56496,7 @@
56481
56496
  "immutable": true,
56482
56497
  "locationInModule": {
56483
56498
  "filename": "src/release/publisher.ts",
56484
- "line": 1151
56499
+ "line": 1207
56485
56500
  },
56486
56501
  "name": "gitUserEmail",
56487
56502
  "optional": true,
@@ -56499,7 +56514,7 @@
56499
56514
  "immutable": true,
56500
56515
  "locationInModule": {
56501
56516
  "filename": "src/release/publisher.ts",
56502
- "line": 1145
56517
+ "line": 1201
56503
56518
  },
56504
56519
  "name": "gitUserName",
56505
56520
  "optional": true,
@@ -56524,7 +56539,7 @@
56524
56539
  "kind": "interface",
56525
56540
  "locationInModule": {
56526
56541
  "filename": "src/release/publisher.ts",
56527
- "line": 1094
56542
+ "line": 1150
56528
56543
  },
56529
56544
  "name": "JsiiReleaseGo",
56530
56545
  "namespace": "release",
@@ -56544,7 +56559,7 @@
56544
56559
  "kind": "interface",
56545
56560
  "locationInModule": {
56546
56561
  "filename": "src/release/publisher.ts",
56547
- "line": 1007
56562
+ "line": 1063
56548
56563
  },
56549
56564
  "name": "JsiiReleaseMaven",
56550
56565
  "namespace": "release",
@@ -56564,7 +56579,7 @@
56564
56579
  "kind": "interface",
56565
56580
  "locationInModule": {
56566
56581
  "filename": "src/release/publisher.ts",
56567
- "line": 829
56582
+ "line": 878
56568
56583
  },
56569
56584
  "name": "JsiiReleaseNpm",
56570
56585
  "namespace": "release",
@@ -56584,7 +56599,7 @@
56584
56599
  "kind": "interface",
56585
56600
  "locationInModule": {
56586
56601
  "filename": "src/release/publisher.ts",
56587
- "line": 985
56602
+ "line": 1041
56588
56603
  },
56589
56604
  "name": "JsiiReleaseNuget",
56590
56605
  "namespace": "release",
@@ -56604,7 +56619,7 @@
56604
56619
  "kind": "interface",
56605
56620
  "locationInModule": {
56606
56621
  "filename": "src/release/publisher.ts",
56607
- "line": 956
56622
+ "line": 1005
56608
56623
  },
56609
56624
  "name": "JsiiReleasePyPi",
56610
56625
  "namespace": "release",
@@ -56697,7 +56712,7 @@
56697
56712
  "kind": "interface",
56698
56713
  "locationInModule": {
56699
56714
  "filename": "src/release/publisher.ts",
56700
- "line": 1012
56715
+ "line": 1068
56701
56716
  },
56702
56717
  "name": "MavenPublishOptions",
56703
56718
  "namespace": "release",
@@ -56713,7 +56728,7 @@
56713
56728
  "immutable": true,
56714
56729
  "locationInModule": {
56715
56730
  "filename": "src/release/publisher.ts",
56716
- "line": 1018
56731
+ "line": 1074
56717
56732
  },
56718
56733
  "name": "mavenEndpoint",
56719
56734
  "optional": true,
@@ -56733,7 +56748,7 @@
56733
56748
  "immutable": true,
56734
56749
  "locationInModule": {
56735
56750
  "filename": "src/release/publisher.ts",
56736
- "line": 1051
56751
+ "line": 1107
56737
56752
  },
56738
56753
  "name": "mavenGpgPrivateKeyPassphrase",
56739
56754
  "optional": true,
@@ -56753,7 +56768,7 @@
56753
56768
  "immutable": true,
56754
56769
  "locationInModule": {
56755
56770
  "filename": "src/release/publisher.ts",
56756
- "line": 1042
56771
+ "line": 1098
56757
56772
  },
56758
56773
  "name": "mavenGpgPrivateKeySecret",
56759
56774
  "optional": true,
@@ -56773,7 +56788,7 @@
56773
56788
  "immutable": true,
56774
56789
  "locationInModule": {
56775
56790
  "filename": "src/release/publisher.ts",
56776
- "line": 1077
56791
+ "line": 1133
56777
56792
  },
56778
56793
  "name": "mavenPassword",
56779
56794
  "optional": true,
@@ -56791,7 +56806,7 @@
56791
56806
  "immutable": true,
56792
56807
  "locationInModule": {
56793
56808
  "filename": "src/release/publisher.ts",
56794
- "line": 1032
56809
+ "line": 1088
56795
56810
  },
56796
56811
  "name": "mavenRepositoryUrl",
56797
56812
  "optional": true,
@@ -56809,7 +56824,7 @@
56809
56824
  "immutable": true,
56810
56825
  "locationInModule": {
56811
56826
  "filename": "src/release/publisher.ts",
56812
- "line": 1025
56827
+ "line": 1081
56813
56828
  },
56814
56829
  "name": "mavenServerId",
56815
56830
  "optional": true,
@@ -56827,7 +56842,7 @@
56827
56842
  "immutable": true,
56828
56843
  "locationInModule": {
56829
56844
  "filename": "src/release/publisher.ts",
56830
- "line": 1088
56845
+ "line": 1144
56831
56846
  },
56832
56847
  "name": "mavenStagingProfileId",
56833
56848
  "optional": true,
@@ -56847,7 +56862,7 @@
56847
56862
  "immutable": true,
56848
56863
  "locationInModule": {
56849
56864
  "filename": "src/release/publisher.ts",
56850
- "line": 1064
56865
+ "line": 1120
56851
56866
  },
56852
56867
  "name": "mavenUsername",
56853
56868
  "optional": true,
@@ -56872,7 +56887,7 @@
56872
56887
  "kind": "interface",
56873
56888
  "locationInModule": {
56874
56889
  "filename": "src/release/publisher.ts",
56875
- "line": 834
56890
+ "line": 883
56876
56891
  },
56877
56892
  "name": "NpmPublishOptions",
56878
56893
  "namespace": "release",
@@ -56887,7 +56902,7 @@
56887
56902
  "immutable": true,
56888
56903
  "locationInModule": {
56889
56904
  "filename": "src/release/publisher.ts",
56890
- "line": 890
56905
+ "line": 939
56891
56906
  },
56892
56907
  "name": "codeArtifactOptions",
56893
56908
  "optional": true,
@@ -56907,7 +56922,7 @@
56907
56922
  "immutable": true,
56908
56923
  "locationInModule": {
56909
56924
  "filename": "src/release/publisher.ts",
56910
- "line": 852
56925
+ "line": 901
56911
56926
  },
56912
56927
  "name": "distTag",
56913
56928
  "optional": true,
@@ -56927,7 +56942,7 @@
56927
56942
  "immutable": true,
56928
56943
  "locationInModule": {
56929
56944
  "filename": "src/release/publisher.ts",
56930
- "line": 883
56945
+ "line": 932
56931
56946
  },
56932
56947
  "name": "npmProvenance",
56933
56948
  "optional": true,
@@ -56945,7 +56960,7 @@
56945
56960
  "immutable": true,
56946
56961
  "locationInModule": {
56947
56962
  "filename": "src/release/publisher.ts",
56948
- "line": 872
56963
+ "line": 921
56949
56964
  },
56950
56965
  "name": "npmTokenSecret",
56951
56966
  "optional": true,
@@ -56965,7 +56980,7 @@
56965
56980
  "immutable": true,
56966
56981
  "locationInModule": {
56967
56982
  "filename": "src/release/publisher.ts",
56968
- "line": 866
56983
+ "line": 915
56969
56984
  },
56970
56985
  "name": "registry",
56971
56986
  "optional": true,
@@ -56990,7 +57005,7 @@
56990
57005
  "kind": "interface",
56991
57006
  "locationInModule": {
56992
57007
  "filename": "src/release/publisher.ts",
56993
- "line": 990
57008
+ "line": 1046
56994
57009
  },
56995
57010
  "name": "NugetPublishOptions",
56996
57011
  "namespace": "release",
@@ -57005,7 +57020,7 @@
57005
57020
  "immutable": true,
57006
57021
  "locationInModule": {
57007
57022
  "filename": "src/release/publisher.ts",
57008
- "line": 996
57023
+ "line": 1052
57009
57024
  },
57010
57025
  "name": "nugetApiKeySecret",
57011
57026
  "optional": true,
@@ -57022,7 +57037,7 @@
57022
57037
  "immutable": true,
57023
57038
  "locationInModule": {
57024
57039
  "filename": "src/release/publisher.ts",
57025
- "line": 1001
57040
+ "line": 1057
57026
57041
  },
57027
57042
  "name": "nugetServer",
57028
57043
  "optional": true,
@@ -57176,7 +57191,7 @@
57176
57191
  },
57177
57192
  "locationInModule": {
57178
57193
  "filename": "src/release/publisher.ts",
57179
- "line": 531
57194
+ "line": 580
57180
57195
  },
57181
57196
  "name": "publishToGo",
57182
57197
  "parameters": [
@@ -57659,11 +57674,29 @@
57659
57674
  "kind": "interface",
57660
57675
  "locationInModule": {
57661
57676
  "filename": "src/release/publisher.ts",
57662
- "line": 961
57677
+ "line": 1010
57663
57678
  },
57664
57679
  "name": "PyPiPublishOptions",
57665
57680
  "namespace": "release",
57666
57681
  "properties": [
57682
+ {
57683
+ "abstract": true,
57684
+ "docs": {
57685
+ "default": "- undefined",
57686
+ "stability": "experimental",
57687
+ "summary": "Options for publishing to AWS CodeArtifact."
57688
+ },
57689
+ "immutable": true,
57690
+ "locationInModule": {
57691
+ "filename": "src/release/publisher.ts",
57692
+ "line": 1035
57693
+ },
57694
+ "name": "codeArtifactOptions",
57695
+ "optional": true,
57696
+ "type": {
57697
+ "fqn": "projen.release.CodeArtifactOptions"
57698
+ }
57699
+ },
57667
57700
  {
57668
57701
  "abstract": true,
57669
57702
  "docs": {
@@ -57674,7 +57707,7 @@
57674
57707
  "immutable": true,
57675
57708
  "locationInModule": {
57676
57709
  "filename": "src/release/publisher.ts",
57677
- "line": 979
57710
+ "line": 1028
57678
57711
  },
57679
57712
  "name": "twinePasswordSecret",
57680
57713
  "optional": true,
@@ -57692,7 +57725,7 @@
57692
57725
  "immutable": true,
57693
57726
  "locationInModule": {
57694
57727
  "filename": "src/release/publisher.ts",
57695
- "line": 967
57728
+ "line": 1016
57696
57729
  },
57697
57730
  "name": "twineRegistryUrl",
57698
57731
  "optional": true,
@@ -57710,7 +57743,7 @@
57710
57743
  "immutable": true,
57711
57744
  "locationInModule": {
57712
57745
  "filename": "src/release/publisher.ts",
57713
- "line": 973
57746
+ "line": 1022
57714
57747
  },
57715
57748
  "name": "twineUsernameSecret",
57716
57749
  "optional": true,
@@ -57736,7 +57769,7 @@
57736
57769
  },
57737
57770
  "locationInModule": {
57738
57771
  "filename": "src/release/release.ts",
57739
- "line": 346
57772
+ "line": 347
57740
57773
  },
57741
57774
  "parameters": [
57742
57775
  {
@@ -57762,7 +57795,7 @@
57762
57795
  "kind": "class",
57763
57796
  "locationInModule": {
57764
57797
  "filename": "src/release/release.ts",
57765
- "line": 302
57798
+ "line": 303
57766
57799
  },
57767
57800
  "methods": [
57768
57801
  {
@@ -57772,7 +57805,7 @@
57772
57805
  },
57773
57806
  "locationInModule": {
57774
57807
  "filename": "src/release/release.ts",
57775
- "line": 310
57808
+ "line": 311
57776
57809
  },
57777
57810
  "name": "of",
57778
57811
  "parameters": [
@@ -57799,7 +57832,7 @@
57799
57832
  },
57800
57833
  "locationInModule": {
57801
57834
  "filename": "src/release/release.ts",
57802
- "line": 485
57835
+ "line": 486
57803
57836
  },
57804
57837
  "name": "addBranch",
57805
57838
  "parameters": [
@@ -57830,7 +57863,7 @@
57830
57863
  },
57831
57864
  "locationInModule": {
57832
57865
  "filename": "src/release/release.ts",
57833
- "line": 552
57866
+ "line": 553
57834
57867
  },
57835
57868
  "name": "addJobs",
57836
57869
  "parameters": [
@@ -57857,7 +57890,7 @@
57857
57890
  },
57858
57891
  "locationInModule": {
57859
57892
  "filename": "src/release/release.ts",
57860
- "line": 535
57893
+ "line": 536
57861
57894
  },
57862
57895
  "name": "preSynthesize",
57863
57896
  "overrides": "projen.Component"
@@ -57874,7 +57907,7 @@
57874
57907
  "immutable": true,
57875
57908
  "locationInModule": {
57876
57909
  "filename": "src/release/release.ts",
57877
- "line": 303
57910
+ "line": 304
57878
57911
  },
57879
57912
  "name": "ANTI_TAMPER_CMD",
57880
57913
  "static": true,
@@ -57890,7 +57923,7 @@
57890
57923
  "immutable": true,
57891
57924
  "locationInModule": {
57892
57925
  "filename": "src/release/release.ts",
57893
- "line": 323
57926
+ "line": 324
57894
57927
  },
57895
57928
  "name": "artifactsDirectory",
57896
57929
  "type": {
@@ -57905,7 +57938,7 @@
57905
57938
  "immutable": true,
57906
57939
  "locationInModule": {
57907
57940
  "filename": "src/release/release.ts",
57908
- "line": 561
57941
+ "line": 562
57909
57942
  },
57910
57943
  "name": "branches",
57911
57944
  "type": {
@@ -57925,7 +57958,7 @@
57925
57958
  "immutable": true,
57926
57959
  "locationInModule": {
57927
57960
  "filename": "src/release/release.ts",
57928
- "line": 318
57961
+ "line": 319
57929
57962
  },
57930
57963
  "name": "publisher",
57931
57964
  "type": {
@@ -57949,7 +57982,7 @@
57949
57982
  "kind": "interface",
57950
57983
  "locationInModule": {
57951
57984
  "filename": "src/release/release.ts",
57952
- "line": 242
57985
+ "line": 243
57953
57986
  },
57954
57987
  "name": "ReleaseOptions",
57955
57988
  "namespace": "release",
@@ -57964,7 +57997,7 @@
57964
57997
  "immutable": true,
57965
57998
  "locationInModule": {
57966
57999
  "filename": "src/release/release.ts",
57967
- "line": 279
58000
+ "line": 280
57968
58001
  },
57969
58002
  "name": "artifactsDirectory",
57970
58003
  "type": {
@@ -57981,7 +58014,7 @@
57981
58014
  "immutable": true,
57982
58015
  "locationInModule": {
57983
58016
  "filename": "src/release/release.ts",
57984
- "line": 265
58017
+ "line": 266
57985
58018
  },
57986
58019
  "name": "branch",
57987
58020
  "type": {
@@ -57998,7 +58031,7 @@
57998
58031
  "immutable": true,
57999
58032
  "locationInModule": {
58000
58033
  "filename": "src/release/release.ts",
58001
- "line": 248
58034
+ "line": 249
58002
58035
  },
58003
58036
  "name": "task",
58004
58037
  "type": {
@@ -58015,7 +58048,7 @@
58015
58048
  "immutable": true,
58016
58049
  "locationInModule": {
58017
58050
  "filename": "src/release/release.ts",
58018
- "line": 255
58051
+ "line": 256
58019
58052
  },
58020
58053
  "name": "versionFile",
58021
58054
  "type": {
@@ -58032,7 +58065,7 @@
58032
58065
  "immutable": true,
58033
58066
  "locationInModule": {
58034
58067
  "filename": "src/release/release.ts",
58035
- "line": 272
58068
+ "line": 273
58036
58069
  },
58037
58070
  "name": "githubRelease",
58038
58071
  "optional": true,
@@ -58051,7 +58084,7 @@
58051
58084
  "immutable": true,
58052
58085
  "locationInModule": {
58053
58086
  "filename": "src/release/release.ts",
58054
- "line": 288
58087
+ "line": 289
58055
58088
  },
58056
58089
  "name": "workflowNodeVersion",
58057
58090
  "optional": true,
@@ -58069,7 +58102,7 @@
58069
58102
  "immutable": true,
58070
58103
  "locationInModule": {
58071
58104
  "filename": "src/release/release.ts",
58072
- "line": 294
58105
+ "line": 295
58073
58106
  },
58074
58107
  "name": "workflowPermissions",
58075
58108
  "optional": true,
@@ -58091,7 +58124,7 @@
58091
58124
  "kind": "interface",
58092
58125
  "locationInModule": {
58093
58126
  "filename": "src/release/release.ts",
58094
- "line": 49
58127
+ "line": 50
58095
58128
  },
58096
58129
  "name": "ReleaseProjectOptions",
58097
58130
  "namespace": "release",
@@ -58106,7 +58139,7 @@
58106
58139
  "immutable": true,
58107
58140
  "locationInModule": {
58108
58141
  "filename": "src/release/release.ts",
58109
- "line": 92
58142
+ "line": 93
58110
58143
  },
58111
58144
  "name": "jsiiReleaseVersion",
58112
58145
  "optional": true,
@@ -58125,7 +58158,7 @@
58125
58158
  "immutable": true,
58126
58159
  "locationInModule": {
58127
58160
  "filename": "src/release/release.ts",
58128
- "line": 108
58161
+ "line": 109
58129
58162
  },
58130
58163
  "name": "majorVersion",
58131
58164
  "optional": true,
@@ -58144,7 +58177,7 @@
58144
58177
  "immutable": true,
58145
58178
  "locationInModule": {
58146
58179
  "filename": "src/release/release.ts",
58147
- "line": 121
58180
+ "line": 122
58148
58181
  },
58149
58182
  "name": "minMajorVersion",
58150
58183
  "optional": true,
@@ -58163,7 +58196,7 @@
58163
58196
  "immutable": true,
58164
58197
  "locationInModule": {
58165
58198
  "filename": "src/release/release.ts",
58166
- "line": 139
58199
+ "line": 140
58167
58200
  },
58168
58201
  "name": "npmDistTag",
58169
58202
  "optional": true,
@@ -58181,7 +58214,7 @@
58181
58214
  "immutable": true,
58182
58215
  "locationInModule": {
58183
58216
  "filename": "src/release/release.ts",
58184
- "line": 98
58217
+ "line": 99
58185
58218
  },
58186
58219
  "name": "postBuildSteps",
58187
58220
  "optional": true,
@@ -58204,7 +58237,7 @@
58204
58237
  "immutable": true,
58205
58238
  "locationInModule": {
58206
58239
  "filename": "src/release/release.ts",
58207
- "line": 129
58240
+ "line": 130
58208
58241
  },
58209
58242
  "name": "prerelease",
58210
58243
  "optional": true,
@@ -58222,7 +58255,7 @@
58222
58255
  "immutable": true,
58223
58256
  "locationInModule": {
58224
58257
  "filename": "src/release/release.ts",
58225
- "line": 228
58258
+ "line": 229
58226
58259
  },
58227
58260
  "name": "publishDryRun",
58228
58261
  "optional": true,
@@ -58241,7 +58274,7 @@
58241
58274
  "immutable": true,
58242
58275
  "locationInModule": {
58243
58276
  "filename": "src/release/release.ts",
58244
- "line": 221
58277
+ "line": 222
58245
58278
  },
58246
58279
  "name": "publishTasks",
58247
58280
  "optional": true,
@@ -58259,7 +58292,7 @@
58259
58292
  "immutable": true,
58260
58293
  "locationInModule": {
58261
58294
  "filename": "src/release/release.ts",
58262
- "line": 236
58295
+ "line": 237
58263
58296
  },
58264
58297
  "name": "releasableCommits",
58265
58298
  "optional": true,
@@ -58278,7 +58311,7 @@
58278
58311
  "immutable": true,
58279
58312
  "locationInModule": {
58280
58313
  "filename": "src/release/release.ts",
58281
- "line": 159
58314
+ "line": 160
58282
58315
  },
58283
58316
  "name": "releaseBranches",
58284
58317
  "optional": true,
@@ -58302,7 +58335,7 @@
58302
58335
  "immutable": true,
58303
58336
  "locationInModule": {
58304
58337
  "filename": "src/release/release.ts",
58305
- "line": 57
58338
+ "line": 58
58306
58339
  },
58307
58340
  "name": "releaseEveryCommit",
58308
58341
  "optional": true,
@@ -58320,7 +58353,7 @@
58320
58353
  "immutable": true,
58321
58354
  "locationInModule": {
58322
58355
  "filename": "src/release/release.ts",
58323
- "line": 166
58356
+ "line": 167
58324
58357
  },
58325
58358
  "name": "releaseFailureIssue",
58326
58359
  "optional": true,
@@ -58339,7 +58372,7 @@
58339
58372
  "immutable": true,
58340
58373
  "locationInModule": {
58341
58374
  "filename": "src/release/release.ts",
58342
- "line": 174
58375
+ "line": 175
58343
58376
  },
58344
58377
  "name": "releaseFailureIssueLabel",
58345
58378
  "optional": true,
@@ -58358,7 +58391,7 @@
58358
58391
  "immutable": true,
58359
58392
  "locationInModule": {
58360
58393
  "filename": "src/release/release.ts",
58361
- "line": 66
58394
+ "line": 67
58362
58395
  },
58363
58396
  "name": "releaseSchedule",
58364
58397
  "optional": true,
@@ -58377,7 +58410,7 @@
58377
58410
  "immutable": true,
58378
58411
  "locationInModule": {
58379
58412
  "filename": "src/release/release.ts",
58380
- "line": 188
58413
+ "line": 189
58381
58414
  },
58382
58415
  "name": "releaseTagPrefix",
58383
58416
  "optional": true,
@@ -58395,7 +58428,7 @@
58395
58428
  "immutable": true,
58396
58429
  "locationInModule": {
58397
58430
  "filename": "src/release/release.ts",
58398
- "line": 73
58431
+ "line": 74
58399
58432
  },
58400
58433
  "name": "releaseTrigger",
58401
58434
  "optional": true,
@@ -58413,7 +58446,7 @@
58413
58446
  "immutable": true,
58414
58447
  "locationInModule": {
58415
58448
  "filename": "src/release/release.ts",
58416
- "line": 146
58449
+ "line": 147
58417
58450
  },
58418
58451
  "name": "releaseWorkflowName",
58419
58452
  "optional": true,
@@ -58430,7 +58463,7 @@
58430
58463
  "immutable": true,
58431
58464
  "locationInModule": {
58432
58465
  "filename": "src/release/release.ts",
58433
- "line": 79
58466
+ "line": 80
58434
58467
  },
58435
58468
  "name": "releaseWorkflowSetupSteps",
58436
58469
  "optional": true,
@@ -58454,7 +58487,7 @@
58454
58487
  "immutable": true,
58455
58488
  "locationInModule": {
58456
58489
  "filename": "src/release/release.ts",
58457
- "line": 196
58490
+ "line": 197
58458
58491
  },
58459
58492
  "name": "versionrcOptions",
58460
58493
  "optional": true,
@@ -58477,7 +58510,7 @@
58477
58510
  "immutable": true,
58478
58511
  "locationInModule": {
58479
58512
  "filename": "src/release/release.ts",
58480
- "line": 86
58513
+ "line": 87
58481
58514
  },
58482
58515
  "name": "workflowContainerImage",
58483
58516
  "optional": true,
@@ -58499,7 +58532,7 @@
58499
58532
  "immutable": true,
58500
58533
  "locationInModule": {
58501
58534
  "filename": "src/release/release.ts",
58502
- "line": 204
58535
+ "line": 205
58503
58536
  },
58504
58537
  "name": "workflowRunsOn",
58505
58538
  "optional": true,
@@ -58525,7 +58558,7 @@
58525
58558
  "immutable": true,
58526
58559
  "locationInModule": {
58527
58560
  "filename": "src/release/release.ts",
58528
- "line": 211
58561
+ "line": 212
58529
58562
  },
58530
58563
  "name": "workflowRunsOnGroup",
58531
58564
  "optional": true,
@@ -62965,6 +62998,6 @@
62965
62998
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
62966
62999
  }
62967
63000
  },
62968
- "version": "0.80.11",
62969
- "fingerprint": "EPbMRsgHNqKWYXwpMDZAYpPzjyF6Oj1Q9iGPQoijqIg="
63001
+ "version": "0.80.13",
63002
+ "fingerprint": "LDoUBBCGB5Xyfk7B1SSnM+IghsTA9BmJllJBsQbmfaw="
62970
63003
  }