projen 0.61.37 → 0.61.40

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 (126) hide show
  1. package/.jsii +202 -130
  2. package/docs/api/API.md +17 -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.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.js +1 -1
  17. package/lib/cdk/auto-discover-base.js +2 -2
  18. package/lib/cdk/construct-lib.js +1 -1
  19. package/lib/cdk/integration-test-base.js +1 -1
  20. package/lib/cdk/jsii-docgen.js +1 -1
  21. package/lib/cdk/jsii-project.d.ts +5 -0
  22. package/lib/cdk/jsii-project.js +10 -6
  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/component.js +1 -1
  33. package/lib/dependencies.js +1 -1
  34. package/lib/dev-env.js +1 -1
  35. package/lib/docker-compose.js +2 -2
  36. package/lib/file.js +1 -1
  37. package/lib/gitattributes.js +1 -1
  38. package/lib/github/auto-approve.js +1 -1
  39. package/lib/github/auto-merge.js +1 -1
  40. package/lib/github/dependabot.js +1 -1
  41. package/lib/github/github-credentials.js +1 -1
  42. package/lib/github/github-project.js +1 -1
  43. package/lib/github/github.js +1 -1
  44. package/lib/github/mergify.js +1 -1
  45. package/lib/github/pr-template.js +1 -1
  46. package/lib/github/pull-request-lint.js +1 -1
  47. package/lib/github/stale.js +1 -1
  48. package/lib/github/task-workflow.js +1 -1
  49. package/lib/github/workflows.js +1 -1
  50. package/lib/gitlab/configuration.js +1 -1
  51. package/lib/gitlab/gitlab-configuration.js +1 -1
  52. package/lib/gitlab/nested-configuration.js +1 -1
  53. package/lib/gitpod.js +1 -1
  54. package/lib/ignore-file.js +1 -1
  55. package/lib/ini.js +1 -1
  56. package/lib/java/java-project.js +1 -1
  57. package/lib/java/junit.js +1 -1
  58. package/lib/java/maven-compile.js +1 -1
  59. package/lib/java/maven-packaging.js +1 -1
  60. package/lib/java/maven-sample.js +1 -1
  61. package/lib/java/pom.js +1 -1
  62. package/lib/java/projenrc.js +1 -1
  63. package/lib/javascript/bundler.js +1 -1
  64. package/lib/javascript/eslint.js +1 -1
  65. package/lib/javascript/jest.js +1 -1
  66. package/lib/javascript/node-package.js +1 -1
  67. package/lib/javascript/node-project.d.ts +1 -1
  68. package/lib/javascript/node-project.js +3 -2
  69. package/lib/javascript/npm-config.js +1 -1
  70. package/lib/javascript/prettier.js +1 -1
  71. package/lib/javascript/projenrc.js +1 -1
  72. package/lib/javascript/typescript-config.js +1 -1
  73. package/lib/javascript/upgrade-dependencies.js +2 -2
  74. package/lib/json-patch.js +1 -1
  75. package/lib/json.js +1 -1
  76. package/lib/license.js +1 -1
  77. package/lib/logger.js +1 -1
  78. package/lib/makefile.js +1 -1
  79. package/lib/object-file.js +1 -1
  80. package/lib/project-build.js +1 -1
  81. package/lib/project.js +1 -1
  82. package/lib/projects.js +1 -1
  83. package/lib/projenrc-json.js +1 -1
  84. package/lib/python/pip.js +1 -1
  85. package/lib/python/poetry.js +2 -2
  86. package/lib/python/projenrc.js +1 -1
  87. package/lib/python/pytest-sample.js +1 -1
  88. package/lib/python/pytest.js +1 -1
  89. package/lib/python/python-project.js +1 -1
  90. package/lib/python/python-sample.js +1 -1
  91. package/lib/python/requirements-file.js +1 -1
  92. package/lib/python/setuppy.js +1 -1
  93. package/lib/python/setuptools.js +1 -1
  94. package/lib/python/venv.js +1 -1
  95. package/lib/readme.js +1 -1
  96. package/lib/release/publisher.d.ts +9 -0
  97. package/lib/release/publisher.js +4 -3
  98. package/lib/release/release-trigger.js +1 -1
  99. package/lib/release/release.d.ts +8 -0
  100. package/lib/release/release.js +3 -2
  101. package/lib/renovatebot.js +1 -1
  102. package/lib/sample-file.js +2 -2
  103. package/lib/semver.js +1 -1
  104. package/lib/source-code.js +1 -1
  105. package/lib/task-runtime.js +1 -1
  106. package/lib/task.js +1 -1
  107. package/lib/tasks.js +1 -1
  108. package/lib/testing.js +1 -1
  109. package/lib/textfile.js +1 -1
  110. package/lib/toml.js +1 -1
  111. package/lib/typescript/projenrc.js +1 -1
  112. package/lib/typescript/typescript-typedoc.js +1 -1
  113. package/lib/typescript/typescript.js +3 -3
  114. package/lib/version.js +1 -1
  115. package/lib/vscode/devcontainer.js +1 -1
  116. package/lib/vscode/extensions.js +1 -1
  117. package/lib/vscode/launch-config.js +1 -1
  118. package/lib/vscode/settings.js +1 -1
  119. package/lib/vscode/vscode.js +1 -1
  120. package/lib/web/next.js +3 -3
  121. package/lib/web/postcss.js +3 -2
  122. package/lib/web/react.js +4 -4
  123. package/lib/web/tailwind.js +1 -1
  124. package/lib/xmlfile.js +1 -1
  125. package/lib/yaml.js +1 -1
  126. package/package.json +1 -1
package/.jsii CHANGED
@@ -14571,7 +14571,7 @@
14571
14571
  "kind": "interface",
14572
14572
  "locationInModule": {
14573
14573
  "filename": "src/cdk/jsii-project.ts",
14574
- "line": 130
14574
+ "line": 136
14575
14575
  },
14576
14576
  "name": "JsiiDotNetTarget",
14577
14577
  "namespace": "cdk",
@@ -14584,7 +14584,7 @@
14584
14584
  "immutable": true,
14585
14585
  "locationInModule": {
14586
14586
  "filename": "src/cdk/jsii-project.ts",
14587
- "line": 131
14587
+ "line": 137
14588
14588
  },
14589
14589
  "name": "dotNetNamespace",
14590
14590
  "type": {
@@ -14599,7 +14599,7 @@
14599
14599
  "immutable": true,
14600
14600
  "locationInModule": {
14601
14601
  "filename": "src/cdk/jsii-project.ts",
14602
- "line": 132
14602
+ "line": 138
14603
14603
  },
14604
14604
  "name": "packageId",
14605
14605
  "type": {
@@ -14614,7 +14614,7 @@
14614
14614
  "immutable": true,
14615
14615
  "locationInModule": {
14616
14616
  "filename": "src/cdk/jsii-project.ts",
14617
- "line": 133
14617
+ "line": 139
14618
14618
  },
14619
14619
  "name": "iconUrl",
14620
14620
  "optional": true,
@@ -14639,7 +14639,7 @@
14639
14639
  "kind": "interface",
14640
14640
  "locationInModule": {
14641
14641
  "filename": "src/cdk/jsii-project.ts",
14642
- "line": 139
14642
+ "line": 145
14643
14643
  },
14644
14644
  "name": "JsiiGoTarget",
14645
14645
  "namespace": "cdk",
@@ -14654,7 +14654,7 @@
14654
14654
  "immutable": true,
14655
14655
  "locationInModule": {
14656
14656
  "filename": "src/cdk/jsii-project.ts",
14657
- "line": 146
14657
+ "line": 152
14658
14658
  },
14659
14659
  "name": "moduleName",
14660
14660
  "type": {
@@ -14671,7 +14671,7 @@
14671
14671
  "immutable": true,
14672
14672
  "locationInModule": {
14673
14673
  "filename": "src/cdk/jsii-project.ts",
14674
- "line": 153
14674
+ "line": 159
14675
14675
  },
14676
14676
  "name": "packageName",
14677
14677
  "optional": true,
@@ -14695,7 +14695,7 @@
14695
14695
  "kind": "interface",
14696
14696
  "locationInModule": {
14697
14697
  "filename": "src/cdk/jsii-project.ts",
14698
- "line": 119
14698
+ "line": 125
14699
14699
  },
14700
14700
  "name": "JsiiJavaTarget",
14701
14701
  "namespace": "cdk",
@@ -14708,7 +14708,7 @@
14708
14708
  "immutable": true,
14709
14709
  "locationInModule": {
14710
14710
  "filename": "src/cdk/jsii-project.ts",
14711
- "line": 120
14711
+ "line": 126
14712
14712
  },
14713
14713
  "name": "javaPackage",
14714
14714
  "type": {
@@ -14723,7 +14723,7 @@
14723
14723
  "immutable": true,
14724
14724
  "locationInModule": {
14725
14725
  "filename": "src/cdk/jsii-project.ts",
14726
- "line": 122
14726
+ "line": 128
14727
14727
  },
14728
14728
  "name": "mavenArtifactId",
14729
14729
  "type": {
@@ -14738,7 +14738,7 @@
14738
14738
  "immutable": true,
14739
14739
  "locationInModule": {
14740
14740
  "filename": "src/cdk/jsii-project.ts",
14741
- "line": 121
14741
+ "line": 127
14742
14742
  },
14743
14743
  "name": "mavenGroupId",
14744
14744
  "type": {
@@ -14765,7 +14765,7 @@
14765
14765
  },
14766
14766
  "locationInModule": {
14767
14767
  "filename": "src/cdk/jsii-project.ts",
14768
- "line": 166
14768
+ "line": 172
14769
14769
  },
14770
14770
  "parameters": [
14771
14771
  {
@@ -14779,7 +14779,7 @@
14779
14779
  "kind": "class",
14780
14780
  "locationInModule": {
14781
14781
  "filename": "src/cdk/jsii-project.ts",
14782
- "line": 161
14782
+ "line": 167
14783
14783
  },
14784
14784
  "name": "JsiiProject",
14785
14785
  "namespace": "cdk",
@@ -14791,7 +14791,7 @@
14791
14791
  "immutable": true,
14792
14792
  "locationInModule": {
14793
14793
  "filename": "src/cdk/jsii-project.ts",
14794
- "line": 162
14794
+ "line": 168
14795
14795
  },
14796
14796
  "name": "eslint",
14797
14797
  "optional": true,
@@ -14909,6 +14909,24 @@
14909
14909
  "primitive": "string"
14910
14910
  }
14911
14911
  },
14912
+ {
14913
+ "abstract": true,
14914
+ "docs": {
14915
+ "default": "false",
14916
+ "stability": "experimental",
14917
+ "summary": "Emit a compressed version of the assembly."
14918
+ },
14919
+ "immutable": true,
14920
+ "locationInModule": {
14921
+ "filename": "src/cdk/jsii-project.ts",
14922
+ "line": 116
14923
+ },
14924
+ "name": "compressAssembly",
14925
+ "optional": true,
14926
+ "type": {
14927
+ "primitive": "boolean"
14928
+ }
14929
+ },
14912
14930
  {
14913
14931
  "abstract": true,
14914
14932
  "docs": {
@@ -15089,7 +15107,7 @@
15089
15107
  "kind": "interface",
15090
15108
  "locationInModule": {
15091
15109
  "filename": "src/cdk/jsii-project.ts",
15092
- "line": 125
15110
+ "line": 131
15093
15111
  },
15094
15112
  "name": "JsiiPythonTarget",
15095
15113
  "namespace": "cdk",
@@ -15102,7 +15120,7 @@
15102
15120
  "immutable": true,
15103
15121
  "locationInModule": {
15104
15122
  "filename": "src/cdk/jsii-project.ts",
15105
- "line": 126
15123
+ "line": 132
15106
15124
  },
15107
15125
  "name": "distName",
15108
15126
  "type": {
@@ -15117,7 +15135,7 @@
15117
15135
  "immutable": true,
15118
15136
  "locationInModule": {
15119
15137
  "filename": "src/cdk/jsii-project.ts",
15120
- "line": 127
15138
+ "line": 133
15121
15139
  },
15122
15140
  "name": "module",
15123
15141
  "type": {
@@ -15136,7 +15154,7 @@
15136
15154
  "kind": "enum",
15137
15155
  "locationInModule": {
15138
15156
  "filename": "src/cdk/jsii-project.ts",
15139
- "line": 113
15157
+ "line": 119
15140
15158
  },
15141
15159
  "members": [
15142
15160
  {
@@ -37007,7 +37025,7 @@
37007
37025
  },
37008
37026
  "locationInModule": {
37009
37027
  "filename": "src/javascript/node-project.ts",
37010
- "line": 712
37028
+ "line": 714
37011
37029
  },
37012
37030
  "name": "addBins",
37013
37031
  "parameters": [
@@ -37032,7 +37050,7 @@
37032
37050
  },
37033
37051
  "locationInModule": {
37034
37052
  "filename": "src/javascript/node-project.ts",
37035
- "line": 941
37053
+ "line": 943
37036
37054
  },
37037
37055
  "name": "addBundledDeps",
37038
37056
  "parameters": [
@@ -37058,7 +37076,7 @@
37058
37076
  },
37059
37077
  "locationInModule": {
37060
37078
  "filename": "src/javascript/node-project.ts",
37061
- "line": 746
37079
+ "line": 748
37062
37080
  },
37063
37081
  "name": "addCompileCommand",
37064
37082
  "parameters": [
@@ -37079,7 +37097,7 @@
37079
37097
  },
37080
37098
  "locationInModule": {
37081
37099
  "filename": "src/javascript/node-project.ts",
37082
- "line": 895
37100
+ "line": 897
37083
37101
  },
37084
37102
  "name": "addDeps",
37085
37103
  "parameters": [
@@ -37104,7 +37122,7 @@
37104
37122
  },
37105
37123
  "locationInModule": {
37106
37124
  "filename": "src/javascript/node-project.ts",
37107
- "line": 908
37125
+ "line": 910
37108
37126
  },
37109
37127
  "name": "addDevDeps",
37110
37128
  "parameters": [
@@ -37129,7 +37147,7 @@
37129
37147
  },
37130
37148
  "locationInModule": {
37131
37149
  "filename": "src/javascript/node-project.ts",
37132
- "line": 766
37150
+ "line": 768
37133
37151
  },
37134
37152
  "name": "addFields",
37135
37153
  "parameters": [
@@ -37156,7 +37174,7 @@
37156
37174
  },
37157
37175
  "locationInModule": {
37158
37176
  "filename": "src/javascript/node-project.ts",
37159
- "line": 776
37177
+ "line": 778
37160
37178
  },
37161
37179
  "name": "addKeywords",
37162
37180
  "parameters": [
@@ -37181,7 +37199,7 @@
37181
37199
  },
37182
37200
  "locationInModule": {
37183
37201
  "filename": "src/javascript/node-project.ts",
37184
- "line": 945
37202
+ "line": 947
37185
37203
  },
37186
37204
  "name": "addPackageIgnore",
37187
37205
  "overrides": "projen.Project",
@@ -37202,7 +37220,7 @@
37202
37220
  },
37203
37221
  "locationInModule": {
37204
37222
  "filename": "src/javascript/node-project.ts",
37205
- "line": 925
37223
+ "line": 927
37206
37224
  },
37207
37225
  "name": "addPeerDeps",
37208
37226
  "parameters": [
@@ -37228,7 +37246,7 @@
37228
37246
  },
37229
37247
  "locationInModule": {
37230
37248
  "filename": "src/javascript/node-project.ts",
37231
- "line": 756
37249
+ "line": 758
37232
37250
  },
37233
37251
  "name": "addTestCommand",
37234
37252
  "parameters": [
@@ -37249,7 +37267,7 @@
37249
37267
  },
37250
37268
  "locationInModule": {
37251
37269
  "filename": "src/javascript/node-project.ts",
37252
- "line": 738
37270
+ "line": 740
37253
37271
  },
37254
37272
  "name": "hasScript",
37255
37273
  "parameters": [
@@ -37276,7 +37294,7 @@
37276
37294
  },
37277
37295
  "locationInModule": {
37278
37296
  "filename": "src/javascript/node-project.ts",
37279
- "line": 730
37297
+ "line": 732
37280
37298
  },
37281
37299
  "name": "removeScript",
37282
37300
  "parameters": [
@@ -37299,7 +37317,7 @@
37299
37317
  },
37300
37318
  "locationInModule": {
37301
37319
  "filename": "src/javascript/node-project.ts",
37302
- "line": 844
37320
+ "line": 846
37303
37321
  },
37304
37322
  "name": "renderWorkflowSetup",
37305
37323
  "parameters": [
@@ -37333,7 +37351,7 @@
37333
37351
  },
37334
37352
  "locationInModule": {
37335
37353
  "filename": "src/javascript/node-project.ts",
37336
- "line": 1018
37354
+ "line": 1020
37337
37355
  },
37338
37356
  "name": "runTaskCommand",
37339
37357
  "overrides": "projen.Project",
@@ -37361,7 +37379,7 @@
37361
37379
  },
37362
37380
  "locationInModule": {
37363
37381
  "filename": "src/javascript/node-project.ts",
37364
- "line": 722
37382
+ "line": 724
37365
37383
  },
37366
37384
  "name": "setScript",
37367
37385
  "parameters": [
@@ -37566,7 +37584,7 @@
37566
37584
  "immutable": true,
37567
37585
  "locationInModule": {
37568
37586
  "filename": "src/javascript/node-project.ts",
37569
- "line": 1025
37587
+ "line": 1027
37570
37588
  },
37571
37589
  "name": "buildWorkflowJobId",
37572
37590
  "optional": true,
@@ -37622,6 +37640,22 @@
37622
37640
  "primitive": "string"
37623
37641
  }
37624
37642
  },
37643
+ {
37644
+ "docs": {
37645
+ "stability": "experimental"
37646
+ },
37647
+ "immutable": true,
37648
+ "locationInModule": {
37649
+ "filename": "src/javascript/node-project.ts",
37650
+ "line": 377
37651
+ },
37652
+ "name": "nodeVersion",
37653
+ "optional": true,
37654
+ "protected": true,
37655
+ "type": {
37656
+ "primitive": "string"
37657
+ }
37658
+ },
37625
37659
  {
37626
37660
  "docs": {
37627
37661
  "stability": "experimental",
@@ -39592,7 +39626,7 @@
39592
39626
  "kind": "interface",
39593
39627
  "locationInModule": {
39594
39628
  "filename": "src/javascript/node-project.ts",
39595
- "line": 1033
39629
+ "line": 1035
39596
39630
  },
39597
39631
  "name": "RenderWorkflowSetupOptions",
39598
39632
  "namespace": "javascript",
@@ -39607,7 +39641,7 @@
39607
39641
  "immutable": true,
39608
39642
  "locationInModule": {
39609
39643
  "filename": "src/javascript/node-project.ts",
39610
- "line": 1038
39644
+ "line": 1040
39611
39645
  },
39612
39646
  "name": "mutable",
39613
39647
  "optional": true,
@@ -44130,7 +44164,7 @@
44130
44164
  "kind": "interface",
44131
44165
  "locationInModule": {
44132
44166
  "filename": "src/release/release.ts",
44133
- "line": 619
44167
+ "line": 629
44134
44168
  },
44135
44169
  "name": "BranchOptions",
44136
44170
  "namespace": "release",
@@ -44144,7 +44178,7 @@
44144
44178
  "immutable": true,
44145
44179
  "locationInModule": {
44146
44180
  "filename": "src/release/release.ts",
44147
- "line": 629
44181
+ "line": 639
44148
44182
  },
44149
44183
  "name": "majorVersion",
44150
44184
  "type": {
@@ -44160,7 +44194,7 @@
44160
44194
  "immutable": true,
44161
44195
  "locationInModule": {
44162
44196
  "filename": "src/release/release.ts",
44163
- "line": 634
44197
+ "line": 644
44164
44198
  },
44165
44199
  "name": "minMajorVersion",
44166
44200
  "optional": true,
@@ -44178,7 +44212,7 @@
44178
44212
  "immutable": true,
44179
44213
  "locationInModule": {
44180
44214
  "filename": "src/release/release.ts",
44181
- "line": 662
44215
+ "line": 672
44182
44216
  },
44183
44217
  "name": "npmDistTag",
44184
44218
  "optional": true,
@@ -44196,7 +44230,7 @@
44196
44230
  "immutable": true,
44197
44231
  "locationInModule": {
44198
44232
  "filename": "src/release/release.ts",
44199
- "line": 641
44233
+ "line": 651
44200
44234
  },
44201
44235
  "name": "prerelease",
44202
44236
  "optional": true,
@@ -44215,7 +44249,7 @@
44215
44249
  "immutable": true,
44216
44250
  "locationInModule": {
44217
44251
  "filename": "src/release/release.ts",
44218
- "line": 655
44252
+ "line": 665
44219
44253
  },
44220
44254
  "name": "tagPrefix",
44221
44255
  "optional": true,
@@ -44233,7 +44267,7 @@
44233
44267
  "immutable": true,
44234
44268
  "locationInModule": {
44235
44269
  "filename": "src/release/release.ts",
44236
- "line": 624
44270
+ "line": 634
44237
44271
  },
44238
44272
  "name": "workflowName",
44239
44273
  "optional": true,
@@ -44254,7 +44288,7 @@
44254
44288
  "kind": "interface",
44255
44289
  "locationInModule": {
44256
44290
  "filename": "src/release/publisher.ts",
44257
- "line": 753
44291
+ "line": 765
44258
44292
  },
44259
44293
  "name": "CodeArtifactOptions",
44260
44294
  "namespace": "release",
@@ -44270,7 +44304,7 @@
44270
44304
  "immutable": true,
44271
44305
  "locationInModule": {
44272
44306
  "filename": "src/release/publisher.ts",
44273
- "line": 760
44307
+ "line": 772
44274
44308
  },
44275
44309
  "name": "accessKeyIdSecret",
44276
44310
  "optional": true,
@@ -44288,7 +44322,7 @@
44288
44322
  "immutable": true,
44289
44323
  "locationInModule": {
44290
44324
  "filename": "src/release/publisher.ts",
44291
- "line": 776
44325
+ "line": 788
44292
44326
  },
44293
44327
  "name": "roleToAssume",
44294
44328
  "optional": true,
@@ -44307,7 +44341,7 @@
44307
44341
  "immutable": true,
44308
44342
  "locationInModule": {
44309
44343
  "filename": "src/release/publisher.ts",
44310
- "line": 768
44344
+ "line": 780
44311
44345
  },
44312
44346
  "name": "secretAccessKeySecret",
44313
44347
  "optional": true,
@@ -44329,7 +44363,7 @@
44329
44363
  "kind": "interface",
44330
44364
  "locationInModule": {
44331
44365
  "filename": "src/release/publisher.ts",
44332
- "line": 678
44366
+ "line": 690
44333
44367
  },
44334
44368
  "name": "CommonPublishOptions",
44335
44369
  "namespace": "release",
@@ -44344,7 +44378,7 @@
44344
44378
  "immutable": true,
44345
44379
  "locationInModule": {
44346
44380
  "filename": "src/release/publisher.ts",
44347
- "line": 688
44381
+ "line": 700
44348
44382
  },
44349
44383
  "name": "prePublishSteps",
44350
44384
  "optional": true,
@@ -44367,7 +44401,7 @@
44367
44401
  "immutable": true,
44368
44402
  "locationInModule": {
44369
44403
  "filename": "src/release/publisher.ts",
44370
- "line": 694
44404
+ "line": 706
44371
44405
  },
44372
44406
  "name": "publishTools",
44373
44407
  "optional": true,
@@ -44392,7 +44426,7 @@
44392
44426
  "kind": "interface",
44393
44427
  "locationInModule": {
44394
44428
  "filename": "src/release/publisher.ts",
44395
- "line": 1022
44429
+ "line": 1034
44396
44430
  },
44397
44431
  "name": "GitHubReleasesPublishOptions",
44398
44432
  "namespace": "release",
@@ -44407,7 +44441,7 @@
44407
44441
  "immutable": true,
44408
44442
  "locationInModule": {
44409
44443
  "filename": "src/release/publisher.ts",
44410
- "line": 1007
44444
+ "line": 1019
44411
44445
  },
44412
44446
  "name": "changelogFile",
44413
44447
  "type": {
@@ -44424,7 +44458,7 @@
44424
44458
  "immutable": true,
44425
44459
  "locationInModule": {
44426
44460
  "filename": "src/release/publisher.ts",
44427
- "line": 1000
44461
+ "line": 1012
44428
44462
  },
44429
44463
  "name": "releaseTagFile",
44430
44464
  "type": {
@@ -44441,7 +44475,7 @@
44441
44475
  "immutable": true,
44442
44476
  "locationInModule": {
44443
44477
  "filename": "src/release/publisher.ts",
44444
- "line": 993
44478
+ "line": 1005
44445
44479
  },
44446
44480
  "name": "versionFile",
44447
44481
  "type": {
@@ -44462,7 +44496,7 @@
44462
44496
  "kind": "interface",
44463
44497
  "locationInModule": {
44464
44498
  "filename": "src/release/publisher.ts",
44465
- "line": 1029
44499
+ "line": 1041
44466
44500
  },
44467
44501
  "name": "GitPublishOptions",
44468
44502
  "namespace": "release",
@@ -44477,7 +44511,7 @@
44477
44511
  "immutable": true,
44478
44512
  "locationInModule": {
44479
44513
  "filename": "src/release/publisher.ts",
44480
- "line": 1007
44514
+ "line": 1019
44481
44515
  },
44482
44516
  "name": "changelogFile",
44483
44517
  "type": {
@@ -44494,7 +44528,7 @@
44494
44528
  "immutable": true,
44495
44529
  "locationInModule": {
44496
44530
  "filename": "src/release/publisher.ts",
44497
- "line": 1000
44531
+ "line": 1012
44498
44532
  },
44499
44533
  "name": "releaseTagFile",
44500
44534
  "type": {
@@ -44511,7 +44545,7 @@
44511
44545
  "immutable": true,
44512
44546
  "locationInModule": {
44513
44547
  "filename": "src/release/publisher.ts",
44514
- "line": 993
44548
+ "line": 1005
44515
44549
  },
44516
44550
  "name": "versionFile",
44517
44551
  "type": {
@@ -44528,7 +44562,7 @@
44528
44562
  "immutable": true,
44529
44563
  "locationInModule": {
44530
44564
  "filename": "src/release/publisher.ts",
44531
- "line": 1040
44565
+ "line": 1052
44532
44566
  },
44533
44567
  "name": "gitBranch",
44534
44568
  "optional": true,
@@ -44546,7 +44580,7 @@
44546
44580
  "immutable": true,
44547
44581
  "locationInModule": {
44548
44582
  "filename": "src/release/publisher.ts",
44549
- "line": 1047
44583
+ "line": 1059
44550
44584
  },
44551
44585
  "name": "gitPushCommand",
44552
44586
  "optional": true,
@@ -44563,7 +44597,7 @@
44563
44597
  "immutable": true,
44564
44598
  "locationInModule": {
44565
44599
  "filename": "src/release/publisher.ts",
44566
- "line": 1033
44600
+ "line": 1045
44567
44601
  },
44568
44602
  "name": "projectChangelogFile",
44569
44603
  "optional": true,
@@ -44588,7 +44622,7 @@
44588
44622
  "kind": "interface",
44589
44623
  "locationInModule": {
44590
44624
  "filename": "src/release/publisher.ts",
44591
- "line": 925
44625
+ "line": 937
44592
44626
  },
44593
44627
  "name": "GoPublishOptions",
44594
44628
  "namespace": "release",
@@ -44603,7 +44637,7 @@
44603
44637
  "immutable": true,
44604
44638
  "locationInModule": {
44605
44639
  "filename": "src/release/publisher.ts",
44606
- "line": 965
44640
+ "line": 977
44607
44641
  },
44608
44642
  "name": "gitBranch",
44609
44643
  "optional": true,
@@ -44621,7 +44655,7 @@
44621
44655
  "immutable": true,
44622
44656
  "locationInModule": {
44623
44657
  "filename": "src/release/publisher.ts",
44624
- "line": 984
44658
+ "line": 996
44625
44659
  },
44626
44660
  "name": "gitCommitMessage",
44627
44661
  "optional": true,
@@ -44640,7 +44674,7 @@
44640
44674
  "immutable": true,
44641
44675
  "locationInModule": {
44642
44676
  "filename": "src/release/publisher.ts",
44643
- "line": 944
44677
+ "line": 956
44644
44678
  },
44645
44679
  "name": "githubDeployKeySecret",
44646
44680
  "optional": true,
@@ -44658,7 +44692,7 @@
44658
44692
  "immutable": true,
44659
44693
  "locationInModule": {
44660
44694
  "filename": "src/release/publisher.ts",
44661
- "line": 958
44695
+ "line": 970
44662
44696
  },
44663
44697
  "name": "githubRepo",
44664
44698
  "optional": true,
@@ -44677,7 +44711,7 @@
44677
44711
  "immutable": true,
44678
44712
  "locationInModule": {
44679
44713
  "filename": "src/release/publisher.ts",
44680
- "line": 934
44714
+ "line": 946
44681
44715
  },
44682
44716
  "name": "githubTokenSecret",
44683
44717
  "optional": true,
@@ -44695,7 +44729,7 @@
44695
44729
  "immutable": true,
44696
44730
  "locationInModule": {
44697
44731
  "filename": "src/release/publisher.ts",
44698
- "line": 951
44732
+ "line": 963
44699
44733
  },
44700
44734
  "name": "githubUseSsh",
44701
44735
  "optional": true,
@@ -44716,7 +44750,7 @@
44716
44750
  "immutable": true,
44717
44751
  "locationInModule": {
44718
44752
  "filename": "src/release/publisher.ts",
44719
- "line": 977
44753
+ "line": 989
44720
44754
  },
44721
44755
  "name": "gitUserEmail",
44722
44756
  "optional": true,
@@ -44734,7 +44768,7 @@
44734
44768
  "immutable": true,
44735
44769
  "locationInModule": {
44736
44770
  "filename": "src/release/publisher.ts",
44737
- "line": 971
44771
+ "line": 983
44738
44772
  },
44739
44773
  "name": "gitUserName",
44740
44774
  "optional": true,
@@ -44759,7 +44793,7 @@
44759
44793
  "kind": "interface",
44760
44794
  "locationInModule": {
44761
44795
  "filename": "src/release/publisher.ts",
44762
- "line": 920
44796
+ "line": 932
44763
44797
  },
44764
44798
  "name": "JsiiReleaseGo",
44765
44799
  "namespace": "release",
@@ -44779,7 +44813,7 @@
44779
44813
  "kind": "interface",
44780
44814
  "locationInModule": {
44781
44815
  "filename": "src/release/publisher.ts",
44782
- "line": 833
44816
+ "line": 845
44783
44817
  },
44784
44818
  "name": "JsiiReleaseMaven",
44785
44819
  "namespace": "release",
@@ -44799,7 +44833,7 @@
44799
44833
  "kind": "interface",
44800
44834
  "locationInModule": {
44801
44835
  "filename": "src/release/publisher.ts",
44802
- "line": 700
44836
+ "line": 712
44803
44837
  },
44804
44838
  "name": "JsiiReleaseNpm",
44805
44839
  "namespace": "release",
@@ -44819,7 +44853,7 @@
44819
44853
  "kind": "interface",
44820
44854
  "locationInModule": {
44821
44855
  "filename": "src/release/publisher.ts",
44822
- "line": 811
44856
+ "line": 823
44823
44857
  },
44824
44858
  "name": "JsiiReleaseNuget",
44825
44859
  "namespace": "release",
@@ -44839,7 +44873,7 @@
44839
44873
  "kind": "interface",
44840
44874
  "locationInModule": {
44841
44875
  "filename": "src/release/publisher.ts",
44842
- "line": 782
44876
+ "line": 794
44843
44877
  },
44844
44878
  "name": "JsiiReleasePyPi",
44845
44879
  "namespace": "release",
@@ -44932,7 +44966,7 @@
44932
44966
  "kind": "interface",
44933
44967
  "locationInModule": {
44934
44968
  "filename": "src/release/publisher.ts",
44935
- "line": 838
44969
+ "line": 850
44936
44970
  },
44937
44971
  "name": "MavenPublishOptions",
44938
44972
  "namespace": "release",
@@ -44948,7 +44982,7 @@
44948
44982
  "immutable": true,
44949
44983
  "locationInModule": {
44950
44984
  "filename": "src/release/publisher.ts",
44951
- "line": 844
44985
+ "line": 856
44952
44986
  },
44953
44987
  "name": "mavenEndpoint",
44954
44988
  "optional": true,
@@ -44968,7 +45002,7 @@
44968
45002
  "immutable": true,
44969
45003
  "locationInModule": {
44970
45004
  "filename": "src/release/publisher.ts",
44971
- "line": 877
45005
+ "line": 889
44972
45006
  },
44973
45007
  "name": "mavenGpgPrivateKeyPassphrase",
44974
45008
  "optional": true,
@@ -44988,7 +45022,7 @@
44988
45022
  "immutable": true,
44989
45023
  "locationInModule": {
44990
45024
  "filename": "src/release/publisher.ts",
44991
- "line": 868
45025
+ "line": 880
44992
45026
  },
44993
45027
  "name": "mavenGpgPrivateKeySecret",
44994
45028
  "optional": true,
@@ -45008,7 +45042,7 @@
45008
45042
  "immutable": true,
45009
45043
  "locationInModule": {
45010
45044
  "filename": "src/release/publisher.ts",
45011
- "line": 903
45045
+ "line": 915
45012
45046
  },
45013
45047
  "name": "mavenPassword",
45014
45048
  "optional": true,
@@ -45026,7 +45060,7 @@
45026
45060
  "immutable": true,
45027
45061
  "locationInModule": {
45028
45062
  "filename": "src/release/publisher.ts",
45029
- "line": 858
45063
+ "line": 870
45030
45064
  },
45031
45065
  "name": "mavenRepositoryUrl",
45032
45066
  "optional": true,
@@ -45044,7 +45078,7 @@
45044
45078
  "immutable": true,
45045
45079
  "locationInModule": {
45046
45080
  "filename": "src/release/publisher.ts",
45047
- "line": 851
45081
+ "line": 863
45048
45082
  },
45049
45083
  "name": "mavenServerId",
45050
45084
  "optional": true,
@@ -45062,7 +45096,7 @@
45062
45096
  "immutable": true,
45063
45097
  "locationInModule": {
45064
45098
  "filename": "src/release/publisher.ts",
45065
- "line": 914
45099
+ "line": 926
45066
45100
  },
45067
45101
  "name": "mavenStagingProfileId",
45068
45102
  "optional": true,
@@ -45082,7 +45116,7 @@
45082
45116
  "immutable": true,
45083
45117
  "locationInModule": {
45084
45118
  "filename": "src/release/publisher.ts",
45085
- "line": 890
45119
+ "line": 902
45086
45120
  },
45087
45121
  "name": "mavenUsername",
45088
45122
  "optional": true,
@@ -45107,7 +45141,7 @@
45107
45141
  "kind": "interface",
45108
45142
  "locationInModule": {
45109
45143
  "filename": "src/release/publisher.ts",
45110
- "line": 705
45144
+ "line": 717
45111
45145
  },
45112
45146
  "name": "NpmPublishOptions",
45113
45147
  "namespace": "release",
@@ -45122,7 +45156,7 @@
45122
45156
  "immutable": true,
45123
45157
  "locationInModule": {
45124
45158
  "filename": "src/release/publisher.ts",
45125
- "line": 750
45159
+ "line": 762
45126
45160
  },
45127
45161
  "name": "codeArtifactOptions",
45128
45162
  "optional": true,
@@ -45142,7 +45176,7 @@
45142
45176
  "immutable": true,
45143
45177
  "locationInModule": {
45144
45178
  "filename": "src/release/publisher.ts",
45145
- "line": 723
45179
+ "line": 735
45146
45180
  },
45147
45181
  "name": "distTag",
45148
45182
  "optional": true,
@@ -45160,7 +45194,7 @@
45160
45194
  "immutable": true,
45161
45195
  "locationInModule": {
45162
45196
  "filename": "src/release/publisher.ts",
45163
- "line": 743
45197
+ "line": 755
45164
45198
  },
45165
45199
  "name": "npmTokenSecret",
45166
45200
  "optional": true,
@@ -45180,7 +45214,7 @@
45180
45214
  "immutable": true,
45181
45215
  "locationInModule": {
45182
45216
  "filename": "src/release/publisher.ts",
45183
- "line": 737
45217
+ "line": 749
45184
45218
  },
45185
45219
  "name": "registry",
45186
45220
  "optional": true,
@@ -45205,7 +45239,7 @@
45205
45239
  "kind": "interface",
45206
45240
  "locationInModule": {
45207
45241
  "filename": "src/release/publisher.ts",
45208
- "line": 816
45242
+ "line": 828
45209
45243
  },
45210
45244
  "name": "NugetPublishOptions",
45211
45245
  "namespace": "release",
@@ -45220,7 +45254,7 @@
45220
45254
  "immutable": true,
45221
45255
  "locationInModule": {
45222
45256
  "filename": "src/release/publisher.ts",
45223
- "line": 822
45257
+ "line": 834
45224
45258
  },
45225
45259
  "name": "nugetApiKeySecret",
45226
45260
  "optional": true,
@@ -45237,7 +45271,7 @@
45237
45271
  "immutable": true,
45238
45272
  "locationInModule": {
45239
45273
  "filename": "src/release/publisher.ts",
45240
- "line": 827
45274
+ "line": 839
45241
45275
  },
45242
45276
  "name": "nugetServer",
45243
45277
  "optional": true,
@@ -45263,7 +45297,7 @@
45263
45297
  },
45264
45298
  "locationInModule": {
45265
45299
  "filename": "src/release/publisher.ts",
45266
- "line": 137
45300
+ "line": 148
45267
45301
  },
45268
45302
  "parameters": [
45269
45303
  {
@@ -45283,7 +45317,7 @@
45283
45317
  "kind": "class",
45284
45318
  "locationInModule": {
45285
45319
  "filename": "src/release/publisher.ts",
45286
- "line": 114
45320
+ "line": 123
45287
45321
  },
45288
45322
  "methods": [
45289
45323
  {
@@ -45293,7 +45327,7 @@
45293
45327
  },
45294
45328
  "locationInModule": {
45295
45329
  "filename": "src/release/publisher.ts",
45296
- "line": 183
45330
+ "line": 195
45297
45331
  },
45298
45332
  "name": "addGitHubPrePublishingSteps",
45299
45333
  "parameters": [
@@ -45318,7 +45352,7 @@
45318
45352
  },
45319
45353
  "locationInModule": {
45320
45354
  "filename": "src/release/publisher.ts",
45321
- "line": 194
45355
+ "line": 206
45322
45356
  },
45323
45357
  "name": "publishToGit",
45324
45358
  "parameters": [
@@ -45345,7 +45379,7 @@
45345
45379
  },
45346
45380
  "locationInModule": {
45347
45381
  "filename": "src/release/publisher.ts",
45348
- "line": 235
45382
+ "line": 247
45349
45383
  },
45350
45384
  "name": "publishToGitHubReleases",
45351
45385
  "parameters": [
@@ -45367,7 +45401,7 @@
45367
45401
  },
45368
45402
  "locationInModule": {
45369
45403
  "filename": "src/release/publisher.ts",
45370
- "line": 467
45404
+ "line": 479
45371
45405
  },
45372
45406
  "name": "publishToGo",
45373
45407
  "parameters": [
@@ -45390,7 +45424,7 @@
45390
45424
  },
45391
45425
  "locationInModule": {
45392
45426
  "filename": "src/release/publisher.ts",
45393
- "line": 376
45427
+ "line": 388
45394
45428
  },
45395
45429
  "name": "publishToMaven",
45396
45430
  "parameters": [
@@ -45413,7 +45447,7 @@
45413
45447
  },
45414
45448
  "locationInModule": {
45415
45449
  "filename": "src/release/publisher.ts",
45416
- "line": 284
45450
+ "line": 296
45417
45451
  },
45418
45452
  "name": "publishToNpm",
45419
45453
  "parameters": [
@@ -45436,7 +45470,7 @@
45436
45470
  },
45437
45471
  "locationInModule": {
45438
45472
  "filename": "src/release/publisher.ts",
45439
- "line": 345
45473
+ "line": 357
45440
45474
  },
45441
45475
  "name": "publishToNuget",
45442
45476
  "parameters": [
@@ -45459,7 +45493,7 @@
45459
45493
  },
45460
45494
  "locationInModule": {
45461
45495
  "filename": "src/release/publisher.ts",
45462
- "line": 440
45496
+ "line": 452
45463
45497
  },
45464
45498
  "name": "publishToPyPi",
45465
45499
  "parameters": [
@@ -45487,7 +45521,7 @@
45487
45521
  "immutable": true,
45488
45522
  "locationInModule": {
45489
45523
  "filename": "src/release/publisher.ts",
45490
- "line": 115
45524
+ "line": 124
45491
45525
  },
45492
45526
  "name": "PUBLISH_GIT_TASK_NAME",
45493
45527
  "static": true,
@@ -45502,7 +45536,7 @@
45502
45536
  "immutable": true,
45503
45537
  "locationInModule": {
45504
45538
  "filename": "src/release/publisher.ts",
45505
- "line": 118
45539
+ "line": 127
45506
45540
  },
45507
45541
  "name": "artifactName",
45508
45542
  "type": {
@@ -45516,7 +45550,7 @@
45516
45550
  "immutable": true,
45517
45551
  "locationInModule": {
45518
45552
  "filename": "src/release/publisher.ts",
45519
- "line": 117
45553
+ "line": 126
45520
45554
  },
45521
45555
  "name": "buildJobId",
45522
45556
  "type": {
@@ -45531,7 +45565,7 @@
45531
45565
  "immutable": true,
45532
45566
  "locationInModule": {
45533
45567
  "filename": "src/release/publisher.ts",
45534
- "line": 123
45568
+ "line": 132
45535
45569
  },
45536
45570
  "name": "jsiiReleaseVersion",
45537
45571
  "type": {
@@ -45545,7 +45579,7 @@
45545
45579
  "immutable": true,
45546
45580
  "locationInModule": {
45547
45581
  "filename": "src/release/publisher.ts",
45548
- "line": 119
45582
+ "line": 128
45549
45583
  },
45550
45584
  "name": "publibVersion",
45551
45585
  "type": {
@@ -45559,7 +45593,7 @@
45559
45593
  "immutable": true,
45560
45594
  "locationInModule": {
45561
45595
  "filename": "src/release/publisher.ts",
45562
- "line": 120
45596
+ "line": 129
45563
45597
  },
45564
45598
  "name": "condition",
45565
45599
  "optional": true,
@@ -45649,7 +45683,7 @@
45649
45683
  "immutable": true,
45650
45684
  "locationInModule": {
45651
45685
  "filename": "src/release/publisher.ts",
45652
- "line": 106
45686
+ "line": 115
45653
45687
  },
45654
45688
  "name": "dryRun",
45655
45689
  "optional": true,
@@ -45667,7 +45701,7 @@
45667
45701
  "immutable": true,
45668
45702
  "locationInModule": {
45669
45703
  "filename": "src/release/publisher.ts",
45670
- "line": 75
45704
+ "line": 84
45671
45705
  },
45672
45706
  "name": "failureIssue",
45673
45707
  "optional": true,
@@ -45686,7 +45720,7 @@
45686
45720
  "immutable": true,
45687
45721
  "locationInModule": {
45688
45722
  "filename": "src/release/publisher.ts",
45689
- "line": 83
45723
+ "line": 92
45690
45724
  },
45691
45725
  "name": "failureIssueLabel",
45692
45726
  "optional": true,
@@ -45721,7 +45755,7 @@
45721
45755
  "immutable": true,
45722
45756
  "locationInModule": {
45723
45757
  "filename": "src/release/publisher.ts",
45724
- "line": 68
45758
+ "line": 77
45725
45759
  },
45726
45760
  "name": "publibVersion",
45727
45761
  "optional": true,
@@ -45740,7 +45774,7 @@
45740
45774
  "immutable": true,
45741
45775
  "locationInModule": {
45742
45776
  "filename": "src/release/publisher.ts",
45743
- "line": 99
45777
+ "line": 108
45744
45778
  },
45745
45779
  "name": "publishTasks",
45746
45780
  "optional": true,
@@ -45748,6 +45782,25 @@
45748
45782
  "primitive": "boolean"
45749
45783
  }
45750
45784
  },
45785
+ {
45786
+ "abstract": true,
45787
+ "docs": {
45788
+ "default": "14.x",
45789
+ "remarks": "For example `publib`, the CLI projen uses to publish releases,\nis an npm library.",
45790
+ "stability": "experimental",
45791
+ "summary": "Node version to setup in GitHub workflows if any node-based CLI utilities are needed."
45792
+ },
45793
+ "immutable": true,
45794
+ "locationInModule": {
45795
+ "filename": "src/release/publisher.ts",
45796
+ "line": 70
45797
+ },
45798
+ "name": "workflowNodeVersion",
45799
+ "optional": true,
45800
+ "type": {
45801
+ "primitive": "string"
45802
+ }
45803
+ },
45751
45804
  {
45752
45805
  "abstract": true,
45753
45806
  "docs": {
@@ -45758,7 +45811,7 @@
45758
45811
  "immutable": true,
45759
45812
  "locationInModule": {
45760
45813
  "filename": "src/release/publisher.ts",
45761
- "line": 89
45814
+ "line": 98
45762
45815
  },
45763
45816
  "name": "workflowRunsOn",
45764
45817
  "optional": true,
@@ -45788,7 +45841,7 @@
45788
45841
  "kind": "interface",
45789
45842
  "locationInModule": {
45790
45843
  "filename": "src/release/publisher.ts",
45791
- "line": 787
45844
+ "line": 799
45792
45845
  },
45793
45846
  "name": "PyPiPublishOptions",
45794
45847
  "namespace": "release",
@@ -45803,7 +45856,7 @@
45803
45856
  "immutable": true,
45804
45857
  "locationInModule": {
45805
45858
  "filename": "src/release/publisher.ts",
45806
- "line": 805
45859
+ "line": 817
45807
45860
  },
45808
45861
  "name": "twinePasswordSecret",
45809
45862
  "optional": true,
@@ -45821,7 +45874,7 @@
45821
45874
  "immutable": true,
45822
45875
  "locationInModule": {
45823
45876
  "filename": "src/release/publisher.ts",
45824
- "line": 793
45877
+ "line": 805
45825
45878
  },
45826
45879
  "name": "twineRegistryUrl",
45827
45880
  "optional": true,
@@ -45839,7 +45892,7 @@
45839
45892
  "immutable": true,
45840
45893
  "locationInModule": {
45841
45894
  "filename": "src/release/publisher.ts",
45842
- "line": 799
45895
+ "line": 811
45843
45896
  },
45844
45897
  "name": "twineUsernameSecret",
45845
45898
  "optional": true,
@@ -45865,7 +45918,7 @@
45865
45918
  },
45866
45919
  "locationInModule": {
45867
45920
  "filename": "src/release/release.ts",
45868
- "line": 278
45921
+ "line": 287
45869
45922
  },
45870
45923
  "parameters": [
45871
45924
  {
@@ -45885,7 +45938,7 @@
45885
45938
  "kind": "class",
45886
45939
  "locationInModule": {
45887
45940
  "filename": "src/release/release.ts",
45888
- "line": 241
45941
+ "line": 250
45889
45942
  },
45890
45943
  "methods": [
45891
45944
  {
@@ -45895,7 +45948,7 @@
45895
45948
  },
45896
45949
  "locationInModule": {
45897
45950
  "filename": "src/release/release.ts",
45898
- "line": 248
45951
+ "line": 257
45899
45952
  },
45900
45953
  "name": "of",
45901
45954
  "parameters": [
@@ -45922,7 +45975,7 @@
45922
45975
  },
45923
45976
  "locationInModule": {
45924
45977
  "filename": "src/release/release.ts",
45925
- "line": 394
45978
+ "line": 404
45926
45979
  },
45927
45980
  "name": "addBranch",
45928
45981
  "parameters": [
@@ -45953,7 +46006,7 @@
45953
46006
  },
45954
46007
  "locationInModule": {
45955
46008
  "filename": "src/release/release.ts",
45956
- "line": 461
46009
+ "line": 471
45957
46010
  },
45958
46011
  "name": "addJobs",
45959
46012
  "parameters": [
@@ -45980,7 +46033,7 @@
45980
46033
  },
45981
46034
  "locationInModule": {
45982
46035
  "filename": "src/release/release.ts",
45983
- "line": 444
46036
+ "line": 454
45984
46037
  },
45985
46038
  "name": "preSynthesize",
45986
46039
  "overrides": "projen.Component"
@@ -45997,7 +46050,7 @@
45997
46050
  "immutable": true,
45998
46051
  "locationInModule": {
45999
46052
  "filename": "src/release/release.ts",
46000
- "line": 242
46053
+ "line": 251
46001
46054
  },
46002
46055
  "name": "ANTI_TAMPER_CMD",
46003
46056
  "static": true,
@@ -46013,7 +46066,7 @@
46013
46066
  "immutable": true,
46014
46067
  "locationInModule": {
46015
46068
  "filename": "src/release/release.ts",
46016
- "line": 276
46069
+ "line": 285
46017
46070
  },
46018
46071
  "name": "artifactsDirectory",
46019
46072
  "type": {
@@ -46028,7 +46081,7 @@
46028
46081
  "immutable": true,
46029
46082
  "locationInModule": {
46030
46083
  "filename": "src/release/release.ts",
46031
- "line": 470
46084
+ "line": 480
46032
46085
  },
46033
46086
  "name": "branches",
46034
46087
  "type": {
@@ -46048,7 +46101,7 @@
46048
46101
  "immutable": true,
46049
46102
  "locationInModule": {
46050
46103
  "filename": "src/release/release.ts",
46051
- "line": 256
46104
+ "line": 265
46052
46105
  },
46053
46106
  "name": "publisher",
46054
46107
  "type": {
@@ -46162,6 +46215,25 @@
46162
46215
  "type": {
46163
46216
  "primitive": "boolean"
46164
46217
  }
46218
+ },
46219
+ {
46220
+ "abstract": true,
46221
+ "docs": {
46222
+ "default": "14.x",
46223
+ "remarks": "For example `publib`, the CLI projen uses to publish releases,\nis an npm library.",
46224
+ "stability": "experimental",
46225
+ "summary": "Node version to setup in GitHub workflows if any node-based CLI utilities are needed."
46226
+ },
46227
+ "immutable": true,
46228
+ "locationInModule": {
46229
+ "filename": "src/release/release.ts",
46230
+ "line": 242
46231
+ },
46232
+ "name": "workflowNodeVersion",
46233
+ "optional": true,
46234
+ "type": {
46235
+ "primitive": "string"
46236
+ }
46165
46237
  }
46166
46238
  ],
46167
46239
  "symbolId": "src/release/release:ReleaseOptions"
@@ -49728,6 +49800,6 @@
49728
49800
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
49729
49801
  }
49730
49802
  },
49731
- "version": "0.61.37",
49732
- "fingerprint": "mpmYAdVuIaswjlsQacJNaShhIy8a/TRxDo4tgeSGRNM="
49803
+ "version": "0.61.40",
49804
+ "fingerprint": "1t5cEgvxjBbkMUTlMaS4+j71w4tRsmFXPqbXBVh7zoQ="
49733
49805
  }