projen 0.47.10 → 0.47.11

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 (105) hide show
  1. package/.jsii +114 -90
  2. package/API.md +22 -0
  3. package/changelog.md +6 -1
  4. package/lib/awscdk/auto-discover.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.js +1 -1
  8. package/lib/awscdk/cdk-config.js +1 -1
  9. package/lib/awscdk/cdk-tasks.js +1 -1
  10. package/lib/awscdk/integration-test.js +1 -1
  11. package/lib/awscdk/java-app.js +1 -1
  12. package/lib/awscdk/lambda-function.js +2 -2
  13. package/lib/build/build-workflow.js +1 -1
  14. package/lib/cdk/construct-lib.js +1 -1
  15. package/lib/cdk/jsii-docgen.js +1 -1
  16. package/lib/cdk/jsii-project.js +24 -17
  17. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  18. package/lib/cdk8s/cdk8s-construct.js +1 -1
  19. package/lib/cdktf/cdktf-construct.js +1 -1
  20. package/lib/component.js +1 -1
  21. package/lib/dependencies.js +1 -1
  22. package/lib/dev-env.js +1 -1
  23. package/lib/docker-compose.js +2 -2
  24. package/lib/file.js +1 -1
  25. package/lib/gitattributes.js +1 -1
  26. package/lib/github/auto-approve.js +1 -1
  27. package/lib/github/auto-merge.js +1 -1
  28. package/lib/github/dependabot.js +1 -1
  29. package/lib/github/github-project.js +1 -1
  30. package/lib/github/github.js +1 -1
  31. package/lib/github/mergify.js +1 -1
  32. package/lib/github/pr-template.js +1 -1
  33. package/lib/github/pull-request-lint.js +1 -1
  34. package/lib/github/stale.js +1 -1
  35. package/lib/github/task-workflow.js +1 -1
  36. package/lib/github/workflows.js +1 -1
  37. package/lib/gitpod.js +1 -1
  38. package/lib/ignore-file.js +1 -1
  39. package/lib/ini.js +1 -1
  40. package/lib/java/java-project.js +1 -1
  41. package/lib/java/junit.js +1 -1
  42. package/lib/java/maven-compile.js +1 -1
  43. package/lib/java/maven-packaging.js +1 -1
  44. package/lib/java/maven-sample.js +1 -1
  45. package/lib/java/pom.js +1 -1
  46. package/lib/java/projenrc.js +1 -1
  47. package/lib/javascript/bundler.js +1 -1
  48. package/lib/javascript/eslint.js +1 -1
  49. package/lib/javascript/jest.js +1 -1
  50. package/lib/javascript/node-package.js +1 -1
  51. package/lib/javascript/node-project.js +1 -1
  52. package/lib/javascript/npm-config.js +1 -1
  53. package/lib/javascript/prettier.js +1 -1
  54. package/lib/javascript/projenrc.js +1 -1
  55. package/lib/javascript/typescript-config.js +1 -1
  56. package/lib/javascript/upgrade-dependencies.js +2 -2
  57. package/lib/json.js +1 -1
  58. package/lib/license.js +1 -1
  59. package/lib/logger.js +1 -1
  60. package/lib/makefile.js +1 -1
  61. package/lib/object-file.js +1 -1
  62. package/lib/project-build.js +1 -1
  63. package/lib/project.js +1 -1
  64. package/lib/projects.js +1 -1
  65. package/lib/projenrc-json.js +1 -1
  66. package/lib/python/pip.js +1 -1
  67. package/lib/python/poetry.js +2 -2
  68. package/lib/python/projenrc.js +1 -1
  69. package/lib/python/pytest.js +1 -1
  70. package/lib/python/python-project.js +1 -1
  71. package/lib/python/python-sample.js +1 -1
  72. package/lib/python/requirements-file.js +1 -1
  73. package/lib/python/setuppy.js +1 -1
  74. package/lib/python/setuptools.js +1 -1
  75. package/lib/python/venv.js +1 -1
  76. package/lib/readme.js +1 -1
  77. package/lib/release/publisher.d.ts +10 -0
  78. package/lib/release/publisher.js +13 -3
  79. package/lib/release/release-trigger.js +1 -1
  80. package/lib/release/release.js +1 -1
  81. package/lib/sample-file.js +2 -2
  82. package/lib/semver.js +1 -1
  83. package/lib/source-code.js +1 -1
  84. package/lib/task-runtime.js +1 -1
  85. package/lib/task.js +1 -1
  86. package/lib/tasks.js +1 -1
  87. package/lib/testing.js +1 -1
  88. package/lib/textfile.js +1 -1
  89. package/lib/toml.js +1 -1
  90. package/lib/typescript/projenrc.js +1 -1
  91. package/lib/typescript/typescript-typedoc.js +1 -1
  92. package/lib/typescript/typescript.js +3 -3
  93. package/lib/version.js +1 -1
  94. package/lib/vscode/devcontainer.js +1 -1
  95. package/lib/vscode/launch-config.js +1 -1
  96. package/lib/vscode/vscode.js +1 -1
  97. package/lib/web/next.js +3 -3
  98. package/lib/web/postcss.js +1 -1
  99. package/lib/web/react.js +4 -4
  100. package/lib/web/tailwind.js +1 -1
  101. package/lib/xmlfile.js +1 -1
  102. package/lib/yaml.js +1 -1
  103. package/package.json +1 -1
  104. package/releasetag.txt +1 -1
  105. package/version.txt +1 -1
package/.jsii CHANGED
@@ -11703,7 +11703,7 @@
11703
11703
  "kind": "interface",
11704
11704
  "locationInModule": {
11705
11705
  "filename": "src/cdk/jsii-project.ts",
11706
- "line": 113
11706
+ "line": 114
11707
11707
  },
11708
11708
  "name": "JsiiDotNetTarget",
11709
11709
  "namespace": "cdk",
@@ -11716,7 +11716,7 @@
11716
11716
  "immutable": true,
11717
11717
  "locationInModule": {
11718
11718
  "filename": "src/cdk/jsii-project.ts",
11719
- "line": 114
11719
+ "line": 115
11720
11720
  },
11721
11721
  "name": "dotNetNamespace",
11722
11722
  "type": {
@@ -11731,7 +11731,7 @@
11731
11731
  "immutable": true,
11732
11732
  "locationInModule": {
11733
11733
  "filename": "src/cdk/jsii-project.ts",
11734
- "line": 115
11734
+ "line": 116
11735
11735
  },
11736
11736
  "name": "packageId",
11737
11737
  "type": {
@@ -11755,7 +11755,7 @@
11755
11755
  "kind": "interface",
11756
11756
  "locationInModule": {
11757
11757
  "filename": "src/cdk/jsii-project.ts",
11758
- "line": 121
11758
+ "line": 122
11759
11759
  },
11760
11760
  "name": "JsiiGoTarget",
11761
11761
  "namespace": "cdk",
@@ -11770,7 +11770,7 @@
11770
11770
  "immutable": true,
11771
11771
  "locationInModule": {
11772
11772
  "filename": "src/cdk/jsii-project.ts",
11773
- "line": 128
11773
+ "line": 129
11774
11774
  },
11775
11775
  "name": "moduleName",
11776
11776
  "type": {
@@ -11793,7 +11793,7 @@
11793
11793
  "kind": "interface",
11794
11794
  "locationInModule": {
11795
11795
  "filename": "src/cdk/jsii-project.ts",
11796
- "line": 102
11796
+ "line": 103
11797
11797
  },
11798
11798
  "name": "JsiiJavaTarget",
11799
11799
  "namespace": "cdk",
@@ -11806,7 +11806,7 @@
11806
11806
  "immutable": true,
11807
11807
  "locationInModule": {
11808
11808
  "filename": "src/cdk/jsii-project.ts",
11809
- "line": 103
11809
+ "line": 104
11810
11810
  },
11811
11811
  "name": "javaPackage",
11812
11812
  "type": {
@@ -11821,7 +11821,7 @@
11821
11821
  "immutable": true,
11822
11822
  "locationInModule": {
11823
11823
  "filename": "src/cdk/jsii-project.ts",
11824
- "line": 105
11824
+ "line": 106
11825
11825
  },
11826
11826
  "name": "mavenArtifactId",
11827
11827
  "type": {
@@ -11836,7 +11836,7 @@
11836
11836
  "immutable": true,
11837
11837
  "locationInModule": {
11838
11838
  "filename": "src/cdk/jsii-project.ts",
11839
- "line": 104
11839
+ "line": 105
11840
11840
  },
11841
11841
  "name": "mavenGroupId",
11842
11842
  "type": {
@@ -11863,7 +11863,7 @@
11863
11863
  },
11864
11864
  "locationInModule": {
11865
11865
  "filename": "src/cdk/jsii-project.ts",
11866
- "line": 142
11866
+ "line": 143
11867
11867
  },
11868
11868
  "parameters": [
11869
11869
  {
@@ -11877,7 +11877,7 @@
11877
11877
  "kind": "class",
11878
11878
  "locationInModule": {
11879
11879
  "filename": "src/cdk/jsii-project.ts",
11880
- "line": 137
11880
+ "line": 138
11881
11881
  },
11882
11882
  "name": "JsiiProject",
11883
11883
  "namespace": "cdk",
@@ -11889,7 +11889,7 @@
11889
11889
  "immutable": true,
11890
11890
  "locationInModule": {
11891
11891
  "filename": "src/cdk/jsii-project.ts",
11892
- "line": 138
11892
+ "line": 139
11893
11893
  },
11894
11894
  "name": "eslint",
11895
11895
  "optional": true,
@@ -11914,7 +11914,7 @@
11914
11914
  "kind": "interface",
11915
11915
  "locationInModule": {
11916
11916
  "filename": "src/cdk/jsii-project.ts",
11917
- "line": 11
11917
+ "line": 12
11918
11918
  },
11919
11919
  "name": "JsiiProjectOptions",
11920
11920
  "namespace": "cdk",
@@ -11929,7 +11929,7 @@
11929
11929
  "immutable": true,
11930
11930
  "locationInModule": {
11931
11931
  "filename": "src/cdk/jsii-project.ts",
11932
- "line": 27
11932
+ "line": 28
11933
11933
  },
11934
11934
  "name": "author",
11935
11935
  "type": {
@@ -11946,7 +11946,7 @@
11946
11946
  "immutable": true,
11947
11947
  "locationInModule": {
11948
11948
  "filename": "src/cdk/jsii-project.ts",
11949
- "line": 33
11949
+ "line": 34
11950
11950
  },
11951
11951
  "name": "authorAddress",
11952
11952
  "type": {
@@ -11963,7 +11963,7 @@
11963
11963
  "immutable": true,
11964
11964
  "locationInModule": {
11965
11965
  "filename": "src/cdk/jsii-project.ts",
11966
- "line": 21
11966
+ "line": 22
11967
11967
  },
11968
11968
  "name": "repositoryUrl",
11969
11969
  "type": {
@@ -11981,7 +11981,7 @@
11981
11981
  "immutable": true,
11982
11982
  "locationInModule": {
11983
11983
  "filename": "src/cdk/jsii-project.ts",
11984
- "line": 77
11984
+ "line": 78
11985
11985
  },
11986
11986
  "name": "compat",
11987
11987
  "optional": true,
@@ -11999,7 +11999,7 @@
11999
11999
  "immutable": true,
12000
12000
  "locationInModule": {
12001
12001
  "filename": "src/cdk/jsii-project.ts",
12002
- "line": 84
12002
+ "line": 85
12003
12003
  },
12004
12004
  "name": "compatIgnore",
12005
12005
  "optional": true,
@@ -12016,7 +12016,7 @@
12016
12016
  "immutable": true,
12017
12017
  "locationInModule": {
12018
12018
  "filename": "src/cdk/jsii-project.ts",
12019
- "line": 67
12019
+ "line": 68
12020
12020
  },
12021
12021
  "name": "dotnet",
12022
12022
  "optional": true,
@@ -12034,7 +12034,7 @@
12034
12034
  "immutable": true,
12035
12035
  "locationInModule": {
12036
12036
  "filename": "src/cdk/jsii-project.ts",
12037
- "line": 93
12037
+ "line": 94
12038
12038
  },
12039
12039
  "name": "excludeTypescript",
12040
12040
  "optional": true,
@@ -12057,7 +12057,7 @@
12057
12057
  "immutable": true,
12058
12058
  "locationInModule": {
12059
12059
  "filename": "src/cdk/jsii-project.ts",
12060
- "line": 51
12060
+ "line": 52
12061
12061
  },
12062
12062
  "name": "publishToGo",
12063
12063
  "optional": true,
@@ -12075,7 +12075,7 @@
12075
12075
  "immutable": true,
12076
12076
  "locationInModule": {
12077
12077
  "filename": "src/cdk/jsii-project.ts",
12078
- "line": 39
12078
+ "line": 40
12079
12079
  },
12080
12080
  "name": "publishToMaven",
12081
12081
  "optional": true,
@@ -12093,7 +12093,7 @@
12093
12093
  "immutable": true,
12094
12094
  "locationInModule": {
12095
12095
  "filename": "src/cdk/jsii-project.ts",
12096
- "line": 62
12096
+ "line": 63
12097
12097
  },
12098
12098
  "name": "publishToNuget",
12099
12099
  "optional": true,
@@ -12111,7 +12111,7 @@
12111
12111
  "immutable": true,
12112
12112
  "locationInModule": {
12113
12113
  "filename": "src/cdk/jsii-project.ts",
12114
- "line": 45
12114
+ "line": 46
12115
12115
  },
12116
12116
  "name": "publishToPypi",
12117
12117
  "optional": true,
@@ -12128,7 +12128,7 @@
12128
12128
  "immutable": true,
12129
12129
  "locationInModule": {
12130
12130
  "filename": "src/cdk/jsii-project.ts",
12131
- "line": 56
12131
+ "line": 57
12132
12132
  },
12133
12133
  "name": "python",
12134
12134
  "optional": true,
@@ -12145,7 +12145,7 @@
12145
12145
  "immutable": true,
12146
12146
  "locationInModule": {
12147
12147
  "filename": "src/cdk/jsii-project.ts",
12148
- "line": 15
12148
+ "line": 16
12149
12149
  },
12150
12150
  "name": "rootdir",
12151
12151
  "optional": true,
@@ -12169,7 +12169,7 @@
12169
12169
  "kind": "interface",
12170
12170
  "locationInModule": {
12171
12171
  "filename": "src/cdk/jsii-project.ts",
12172
- "line": 108
12172
+ "line": 109
12173
12173
  },
12174
12174
  "name": "JsiiPythonTarget",
12175
12175
  "namespace": "cdk",
@@ -12182,7 +12182,7 @@
12182
12182
  "immutable": true,
12183
12183
  "locationInModule": {
12184
12184
  "filename": "src/cdk/jsii-project.ts",
12185
- "line": 109
12185
+ "line": 110
12186
12186
  },
12187
12187
  "name": "distName",
12188
12188
  "type": {
@@ -12197,7 +12197,7 @@
12197
12197
  "immutable": true,
12198
12198
  "locationInModule": {
12199
12199
  "filename": "src/cdk/jsii-project.ts",
12200
- "line": 110
12200
+ "line": 111
12201
12201
  },
12202
12202
  "name": "module",
12203
12203
  "type": {
@@ -12216,7 +12216,7 @@
12216
12216
  "kind": "enum",
12217
12217
  "locationInModule": {
12218
12218
  "filename": "src/cdk/jsii-project.ts",
12219
- "line": 96
12219
+ "line": 97
12220
12220
  },
12221
12221
  "members": [
12222
12222
  {
@@ -32597,7 +32597,7 @@
32597
32597
  "kind": "interface",
32598
32598
  "locationInModule": {
32599
32599
  "filename": "src/release/publisher.ts",
32600
- "line": 602
32600
+ "line": 615
32601
32601
  },
32602
32602
  "name": "CodeArtifactOptions",
32603
32603
  "namespace": "release",
@@ -32613,7 +32613,7 @@
32613
32613
  "immutable": true,
32614
32614
  "locationInModule": {
32615
32615
  "filename": "src/release/publisher.ts",
32616
- "line": 609
32616
+ "line": 622
32617
32617
  },
32618
32618
  "name": "accessKeyIdSecret",
32619
32619
  "optional": true,
@@ -32631,7 +32631,7 @@
32631
32631
  "immutable": true,
32632
32632
  "locationInModule": {
32633
32633
  "filename": "src/release/publisher.ts",
32634
- "line": 625
32634
+ "line": 638
32635
32635
  },
32636
32636
  "name": "roleToAssume",
32637
32637
  "optional": true,
@@ -32650,7 +32650,7 @@
32650
32650
  "immutable": true,
32651
32651
  "locationInModule": {
32652
32652
  "filename": "src/release/publisher.ts",
32653
- "line": 617
32653
+ "line": 630
32654
32654
  },
32655
32655
  "name": "secretAccessKeySecret",
32656
32656
  "optional": true,
@@ -32672,7 +32672,7 @@
32672
32672
  "kind": "interface",
32673
32673
  "locationInModule": {
32674
32674
  "filename": "src/release/publisher.ts",
32675
- "line": 529
32675
+ "line": 540
32676
32676
  },
32677
32677
  "name": "CommonPublishOptions",
32678
32678
  "namespace": "release",
@@ -32680,14 +32680,14 @@
32680
32680
  {
32681
32681
  "abstract": true,
32682
32682
  "docs": {
32683
- "remarks": "These steps are executed after `dist/` has been populated with the build\noutput.",
32683
+ "remarks": "These steps are executed after `dist/` has been populated with the build\noutput.\n\nNote that when using this in `publishToGitHubReleases` this will override steps added via `addGitHubPrePublishingSteps`.",
32684
32684
  "stability": "experimental",
32685
32685
  "summary": "Steps to execute before executing the publishing command. These can be used to prepare the artifact for publishing if neede."
32686
32686
  },
32687
32687
  "immutable": true,
32688
32688
  "locationInModule": {
32689
32689
  "filename": "src/release/publisher.ts",
32690
- "line": 537
32690
+ "line": 550
32691
32691
  },
32692
32692
  "name": "prePublishSteps",
32693
32693
  "optional": true,
@@ -32710,7 +32710,7 @@
32710
32710
  "immutable": true,
32711
32711
  "locationInModule": {
32712
32712
  "filename": "src/release/publisher.ts",
32713
- "line": 543
32713
+ "line": 556
32714
32714
  },
32715
32715
  "name": "publishTools",
32716
32716
  "optional": true,
@@ -32735,7 +32735,7 @@
32735
32735
  "kind": "interface",
32736
32736
  "locationInModule": {
32737
32737
  "filename": "src/release/publisher.ts",
32738
- "line": 846
32738
+ "line": 859
32739
32739
  },
32740
32740
  "name": "GitHubReleasesPublishOptions",
32741
32741
  "namespace": "release",
@@ -32750,7 +32750,7 @@
32750
32750
  "immutable": true,
32751
32751
  "locationInModule": {
32752
32752
  "filename": "src/release/publisher.ts",
32753
- "line": 831
32753
+ "line": 844
32754
32754
  },
32755
32755
  "name": "changelogFile",
32756
32756
  "type": {
@@ -32767,7 +32767,7 @@
32767
32767
  "immutable": true,
32768
32768
  "locationInModule": {
32769
32769
  "filename": "src/release/publisher.ts",
32770
- "line": 824
32770
+ "line": 837
32771
32771
  },
32772
32772
  "name": "releaseTagFile",
32773
32773
  "type": {
@@ -32784,7 +32784,7 @@
32784
32784
  "immutable": true,
32785
32785
  "locationInModule": {
32786
32786
  "filename": "src/release/publisher.ts",
32787
- "line": 817
32787
+ "line": 830
32788
32788
  },
32789
32789
  "name": "versionFile",
32790
32790
  "type": {
@@ -32805,7 +32805,7 @@
32805
32805
  "kind": "interface",
32806
32806
  "locationInModule": {
32807
32807
  "filename": "src/release/publisher.ts",
32808
- "line": 851
32808
+ "line": 864
32809
32809
  },
32810
32810
  "name": "GitPublishOptions",
32811
32811
  "namespace": "release",
@@ -32820,7 +32820,7 @@
32820
32820
  "immutable": true,
32821
32821
  "locationInModule": {
32822
32822
  "filename": "src/release/publisher.ts",
32823
- "line": 831
32823
+ "line": 844
32824
32824
  },
32825
32825
  "name": "changelogFile",
32826
32826
  "type": {
@@ -32837,7 +32837,7 @@
32837
32837
  "immutable": true,
32838
32838
  "locationInModule": {
32839
32839
  "filename": "src/release/publisher.ts",
32840
- "line": 824
32840
+ "line": 837
32841
32841
  },
32842
32842
  "name": "releaseTagFile",
32843
32843
  "type": {
@@ -32854,7 +32854,7 @@
32854
32854
  "immutable": true,
32855
32855
  "locationInModule": {
32856
32856
  "filename": "src/release/publisher.ts",
32857
- "line": 817
32857
+ "line": 830
32858
32858
  },
32859
32859
  "name": "versionFile",
32860
32860
  "type": {
@@ -32871,7 +32871,7 @@
32871
32871
  "immutable": true,
32872
32872
  "locationInModule": {
32873
32873
  "filename": "src/release/publisher.ts",
32874
- "line": 862
32874
+ "line": 875
32875
32875
  },
32876
32876
  "name": "gitBranch",
32877
32877
  "optional": true,
@@ -32889,7 +32889,7 @@
32889
32889
  "immutable": true,
32890
32890
  "locationInModule": {
32891
32891
  "filename": "src/release/publisher.ts",
32892
- "line": 869
32892
+ "line": 882
32893
32893
  },
32894
32894
  "name": "gitPushCommand",
32895
32895
  "optional": true,
@@ -32906,7 +32906,7 @@
32906
32906
  "immutable": true,
32907
32907
  "locationInModule": {
32908
32908
  "filename": "src/release/publisher.ts",
32909
- "line": 855
32909
+ "line": 868
32910
32910
  },
32911
32911
  "name": "projectChangelogFile",
32912
32912
  "optional": true,
@@ -32931,7 +32931,7 @@
32931
32931
  "kind": "interface",
32932
32932
  "locationInModule": {
32933
32933
  "filename": "src/release/publisher.ts",
32934
- "line": 768
32934
+ "line": 781
32935
32935
  },
32936
32936
  "name": "GoPublishOptions",
32937
32937
  "namespace": "release",
@@ -32946,7 +32946,7 @@
32946
32946
  "immutable": true,
32947
32947
  "locationInModule": {
32948
32948
  "filename": "src/release/publisher.ts",
32949
- "line": 789
32949
+ "line": 802
32950
32950
  },
32951
32951
  "name": "gitBranch",
32952
32952
  "optional": true,
@@ -32964,7 +32964,7 @@
32964
32964
  "immutable": true,
32965
32965
  "locationInModule": {
32966
32966
  "filename": "src/release/publisher.ts",
32967
- "line": 808
32967
+ "line": 821
32968
32968
  },
32969
32969
  "name": "gitCommitMessage",
32970
32970
  "optional": true,
@@ -32982,7 +32982,7 @@
32982
32982
  "immutable": true,
32983
32983
  "locationInModule": {
32984
32984
  "filename": "src/release/publisher.ts",
32985
- "line": 782
32985
+ "line": 795
32986
32986
  },
32987
32987
  "name": "githubRepo",
32988
32988
  "optional": true,
@@ -33000,7 +33000,7 @@
33000
33000
  "immutable": true,
33001
33001
  "locationInModule": {
33002
33002
  "filename": "src/release/publisher.ts",
33003
- "line": 775
33003
+ "line": 788
33004
33004
  },
33005
33005
  "name": "githubTokenSecret",
33006
33006
  "optional": true,
@@ -33021,7 +33021,7 @@
33021
33021
  "immutable": true,
33022
33022
  "locationInModule": {
33023
33023
  "filename": "src/release/publisher.ts",
33024
- "line": 801
33024
+ "line": 814
33025
33025
  },
33026
33026
  "name": "gitUserEmail",
33027
33027
  "optional": true,
@@ -33039,7 +33039,7 @@
33039
33039
  "immutable": true,
33040
33040
  "locationInModule": {
33041
33041
  "filename": "src/release/publisher.ts",
33042
- "line": 795
33042
+ "line": 808
33043
33043
  },
33044
33044
  "name": "gitUserName",
33045
33045
  "optional": true,
@@ -33064,7 +33064,7 @@
33064
33064
  "kind": "interface",
33065
33065
  "locationInModule": {
33066
33066
  "filename": "src/release/publisher.ts",
33067
- "line": 677
33067
+ "line": 690
33068
33068
  },
33069
33069
  "name": "JsiiReleaseMaven",
33070
33070
  "namespace": "release",
@@ -33084,7 +33084,7 @@
33084
33084
  "kind": "interface",
33085
33085
  "locationInModule": {
33086
33086
  "filename": "src/release/publisher.ts",
33087
- "line": 549
33087
+ "line": 562
33088
33088
  },
33089
33089
  "name": "JsiiReleaseNpm",
33090
33090
  "namespace": "release",
@@ -33104,7 +33104,7 @@
33104
33104
  "kind": "interface",
33105
33105
  "locationInModule": {
33106
33106
  "filename": "src/release/publisher.ts",
33107
- "line": 660
33107
+ "line": 673
33108
33108
  },
33109
33109
  "name": "JsiiReleaseNuget",
33110
33110
  "namespace": "release",
@@ -33124,7 +33124,7 @@
33124
33124
  "kind": "interface",
33125
33125
  "locationInModule": {
33126
33126
  "filename": "src/release/publisher.ts",
33127
- "line": 631
33127
+ "line": 644
33128
33128
  },
33129
33129
  "name": "JsiiReleasePyPi",
33130
33130
  "namespace": "release",
@@ -33217,7 +33217,7 @@
33217
33217
  "kind": "interface",
33218
33218
  "locationInModule": {
33219
33219
  "filename": "src/release/publisher.ts",
33220
- "line": 682
33220
+ "line": 695
33221
33221
  },
33222
33222
  "name": "MavenPublishOptions",
33223
33223
  "namespace": "release",
@@ -33233,7 +33233,7 @@
33233
33233
  "immutable": true,
33234
33234
  "locationInModule": {
33235
33235
  "filename": "src/release/publisher.ts",
33236
- "line": 688
33236
+ "line": 701
33237
33237
  },
33238
33238
  "name": "mavenEndpoint",
33239
33239
  "optional": true,
@@ -33253,7 +33253,7 @@
33253
33253
  "immutable": true,
33254
33254
  "locationInModule": {
33255
33255
  "filename": "src/release/publisher.ts",
33256
- "line": 721
33256
+ "line": 734
33257
33257
  },
33258
33258
  "name": "mavenGpgPrivateKeyPassphrase",
33259
33259
  "optional": true,
@@ -33273,7 +33273,7 @@
33273
33273
  "immutable": true,
33274
33274
  "locationInModule": {
33275
33275
  "filename": "src/release/publisher.ts",
33276
- "line": 712
33276
+ "line": 725
33277
33277
  },
33278
33278
  "name": "mavenGpgPrivateKeySecret",
33279
33279
  "optional": true,
@@ -33293,7 +33293,7 @@
33293
33293
  "immutable": true,
33294
33294
  "locationInModule": {
33295
33295
  "filename": "src/release/publisher.ts",
33296
- "line": 747
33296
+ "line": 760
33297
33297
  },
33298
33298
  "name": "mavenPassword",
33299
33299
  "optional": true,
@@ -33311,7 +33311,7 @@
33311
33311
  "immutable": true,
33312
33312
  "locationInModule": {
33313
33313
  "filename": "src/release/publisher.ts",
33314
- "line": 702
33314
+ "line": 715
33315
33315
  },
33316
33316
  "name": "mavenRepositoryUrl",
33317
33317
  "optional": true,
@@ -33329,7 +33329,7 @@
33329
33329
  "immutable": true,
33330
33330
  "locationInModule": {
33331
33331
  "filename": "src/release/publisher.ts",
33332
- "line": 695
33332
+ "line": 708
33333
33333
  },
33334
33334
  "name": "mavenServerId",
33335
33335
  "optional": true,
@@ -33347,7 +33347,7 @@
33347
33347
  "immutable": true,
33348
33348
  "locationInModule": {
33349
33349
  "filename": "src/release/publisher.ts",
33350
- "line": 758
33350
+ "line": 771
33351
33351
  },
33352
33352
  "name": "mavenStagingProfileId",
33353
33353
  "optional": true,
@@ -33367,7 +33367,7 @@
33367
33367
  "immutable": true,
33368
33368
  "locationInModule": {
33369
33369
  "filename": "src/release/publisher.ts",
33370
- "line": 734
33370
+ "line": 747
33371
33371
  },
33372
33372
  "name": "mavenUsername",
33373
33373
  "optional": true,
@@ -33392,7 +33392,7 @@
33392
33392
  "kind": "interface",
33393
33393
  "locationInModule": {
33394
33394
  "filename": "src/release/publisher.ts",
33395
- "line": 554
33395
+ "line": 567
33396
33396
  },
33397
33397
  "name": "NpmPublishOptions",
33398
33398
  "namespace": "release",
@@ -33407,7 +33407,7 @@
33407
33407
  "immutable": true,
33408
33408
  "locationInModule": {
33409
33409
  "filename": "src/release/publisher.ts",
33410
- "line": 599
33410
+ "line": 612
33411
33411
  },
33412
33412
  "name": "codeArtifactOptions",
33413
33413
  "optional": true,
@@ -33427,7 +33427,7 @@
33427
33427
  "immutable": true,
33428
33428
  "locationInModule": {
33429
33429
  "filename": "src/release/publisher.ts",
33430
- "line": 572
33430
+ "line": 585
33431
33431
  },
33432
33432
  "name": "distTag",
33433
33433
  "optional": true,
@@ -33445,7 +33445,7 @@
33445
33445
  "immutable": true,
33446
33446
  "locationInModule": {
33447
33447
  "filename": "src/release/publisher.ts",
33448
- "line": 592
33448
+ "line": 605
33449
33449
  },
33450
33450
  "name": "npmTokenSecret",
33451
33451
  "optional": true,
@@ -33465,7 +33465,7 @@
33465
33465
  "immutable": true,
33466
33466
  "locationInModule": {
33467
33467
  "filename": "src/release/publisher.ts",
33468
- "line": 586
33468
+ "line": 599
33469
33469
  },
33470
33470
  "name": "registry",
33471
33471
  "optional": true,
@@ -33490,7 +33490,7 @@
33490
33490
  "kind": "interface",
33491
33491
  "locationInModule": {
33492
33492
  "filename": "src/release/publisher.ts",
33493
- "line": 665
33493
+ "line": 678
33494
33494
  },
33495
33495
  "name": "NugetPublishOptions",
33496
33496
  "namespace": "release",
@@ -33505,7 +33505,7 @@
33505
33505
  "immutable": true,
33506
33506
  "locationInModule": {
33507
33507
  "filename": "src/release/publisher.ts",
33508
- "line": 671
33508
+ "line": 684
33509
33509
  },
33510
33510
  "name": "nugetApiKeySecret",
33511
33511
  "optional": true,
@@ -33531,7 +33531,7 @@
33531
33531
  },
33532
33532
  "locationInModule": {
33533
33533
  "filename": "src/release/publisher.ts",
33534
- "line": 109
33534
+ "line": 111
33535
33535
  },
33536
33536
  "parameters": [
33537
33537
  {
@@ -33554,6 +33554,30 @@
33554
33554
  "line": 93
33555
33555
  },
33556
33556
  "methods": [
33557
+ {
33558
+ "docs": {
33559
+ "stability": "experimental",
33560
+ "summary": "Adds pre publishing steps for the GitHub release job."
33561
+ },
33562
+ "locationInModule": {
33563
+ "filename": "src/release/publisher.ts",
33564
+ "line": 152
33565
+ },
33566
+ "name": "addGitHubPrePublishingSteps",
33567
+ "parameters": [
33568
+ {
33569
+ "docs": {
33570
+ "summary": "The steps."
33571
+ },
33572
+ "name": "steps",
33573
+ "type": {
33574
+ "fqn": "projen.github.workflows.JobStep"
33575
+ },
33576
+ "variadic": true
33577
+ }
33578
+ ],
33579
+ "variadic": true
33580
+ },
33557
33581
  {
33558
33582
  "docs": {
33559
33583
  "remarks": "This includes generating a project-level changelog and release tags.",
@@ -33562,7 +33586,7 @@
33562
33586
  },
33563
33587
  "locationInModule": {
33564
33588
  "filename": "src/release/publisher.ts",
33565
- "line": 152
33589
+ "line": 163
33566
33590
  },
33567
33591
  "name": "publishToGit",
33568
33592
  "parameters": [
@@ -33589,7 +33613,7 @@
33589
33613
  },
33590
33614
  "locationInModule": {
33591
33615
  "filename": "src/release/publisher.ts",
33592
- "line": 187
33616
+ "line": 198
33593
33617
  },
33594
33618
  "name": "publishToGitHubReleases",
33595
33619
  "parameters": [
@@ -33611,7 +33635,7 @@
33611
33635
  },
33612
33636
  "locationInModule": {
33613
33637
  "filename": "src/release/publisher.ts",
33614
- "line": 355
33638
+ "line": 366
33615
33639
  },
33616
33640
  "name": "publishToGo",
33617
33641
  "parameters": [
@@ -33634,7 +33658,7 @@
33634
33658
  },
33635
33659
  "locationInModule": {
33636
33660
  "filename": "src/release/publisher.ts",
33637
- "line": 296
33661
+ "line": 307
33638
33662
  },
33639
33663
  "name": "publishToMaven",
33640
33664
  "parameters": [
@@ -33657,7 +33681,7 @@
33657
33681
  },
33658
33682
  "locationInModule": {
33659
33683
  "filename": "src/release/publisher.ts",
33660
- "line": 236
33684
+ "line": 247
33661
33685
  },
33662
33686
  "name": "publishToNpm",
33663
33687
  "parameters": [
@@ -33680,7 +33704,7 @@
33680
33704
  },
33681
33705
  "locationInModule": {
33682
33706
  "filename": "src/release/publisher.ts",
33683
- "line": 279
33707
+ "line": 290
33684
33708
  },
33685
33709
  "name": "publishToNuget",
33686
33710
  "parameters": [
@@ -33703,7 +33727,7 @@
33703
33727
  },
33704
33728
  "locationInModule": {
33705
33729
  "filename": "src/release/publisher.ts",
33706
- "line": 334
33730
+ "line": 345
33707
33731
  },
33708
33732
  "name": "publishToPyPi",
33709
33733
  "parameters": [
@@ -33984,7 +34008,7 @@
33984
34008
  "kind": "interface",
33985
34009
  "locationInModule": {
33986
34010
  "filename": "src/release/publisher.ts",
33987
- "line": 636
34011
+ "line": 649
33988
34012
  },
33989
34013
  "name": "PyPiPublishOptions",
33990
34014
  "namespace": "release",
@@ -33999,7 +34023,7 @@
33999
34023
  "immutable": true,
34000
34024
  "locationInModule": {
34001
34025
  "filename": "src/release/publisher.ts",
34002
- "line": 654
34026
+ "line": 667
34003
34027
  },
34004
34028
  "name": "twinePasswordSecret",
34005
34029
  "optional": true,
@@ -34017,7 +34041,7 @@
34017
34041
  "immutable": true,
34018
34042
  "locationInModule": {
34019
34043
  "filename": "src/release/publisher.ts",
34020
- "line": 642
34044
+ "line": 655
34021
34045
  },
34022
34046
  "name": "twineRegistryUrl",
34023
34047
  "optional": true,
@@ -34035,7 +34059,7 @@
34035
34059
  "immutable": true,
34036
34060
  "locationInModule": {
34037
34061
  "filename": "src/release/publisher.ts",
34038
- "line": 648
34062
+ "line": 661
34039
34063
  },
34040
34064
  "name": "twineUsernameSecret",
34041
34065
  "optional": true,
@@ -37475,6 +37499,6 @@
37475
37499
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
37476
37500
  }
37477
37501
  },
37478
- "version": "0.47.10",
37479
- "fingerprint": "EmKSEldbGRwVv/tbS0r6QpcZ6Bx4yUXn9OTaDijAS4c="
37502
+ "version": "0.47.11",
37503
+ "fingerprint": "77XDhVswB3bmPfmYab4mlKWpBQMBl5SformfRivGoTA="
37480
37504
  }