projen 0.70.2 → 0.70.3

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 (128) hide show
  1. package/.jsii +108 -90
  2. package/docs/api/API.md +2 -0
  3. package/lib/awscdk/auto-discover.js +5 -5
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +1 -1
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  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 -5
  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/docker-compose-service.js +1 -1
  36. package/lib/docker-compose/docker-compose.js +1 -1
  37. package/lib/file.js +1 -1
  38. package/lib/gitattributes.js +1 -1
  39. package/lib/github/actions-provider.js +1 -1
  40. package/lib/github/auto-approve.js +1 -1
  41. package/lib/github/auto-merge.js +1 -1
  42. package/lib/github/dependabot.js +1 -1
  43. package/lib/github/github-credentials.js +1 -1
  44. package/lib/github/github-project.js +1 -1
  45. package/lib/github/github.js +1 -1
  46. package/lib/github/mergify.js +1 -1
  47. package/lib/github/pr-template.js +1 -1
  48. package/lib/github/pull-request-lint.js +1 -1
  49. package/lib/github/stale.js +1 -1
  50. package/lib/github/task-workflow.js +1 -1
  51. package/lib/github/workflows.js +1 -1
  52. package/lib/gitlab/configuration.js +1 -1
  53. package/lib/gitlab/gitlab-configuration.js +1 -1
  54. package/lib/gitlab/nested-configuration.js +1 -1
  55. package/lib/gitpod.js +1 -1
  56. package/lib/ignore-file.js +1 -1
  57. package/lib/ini.js +1 -1
  58. package/lib/java/java-project.js +1 -1
  59. package/lib/java/junit.js +1 -1
  60. package/lib/java/maven-compile.js +1 -1
  61. package/lib/java/maven-packaging.js +1 -1
  62. package/lib/java/maven-sample.js +1 -1
  63. package/lib/java/pom.js +1 -1
  64. package/lib/java/projenrc.js +1 -1
  65. package/lib/javascript/bundler.js +1 -1
  66. package/lib/javascript/eslint.js +1 -1
  67. package/lib/javascript/jest.js +4 -4
  68. package/lib/javascript/node-package.js +1 -1
  69. package/lib/javascript/node-project.js +1 -1
  70. package/lib/javascript/npm-config.js +1 -1
  71. package/lib/javascript/prettier.js +1 -1
  72. package/lib/javascript/projenrc.js +1 -1
  73. package/lib/javascript/typescript-config.js +1 -1
  74. package/lib/javascript/upgrade-dependencies.js +2 -2
  75. package/lib/json-patch.js +1 -1
  76. package/lib/json.js +1 -1
  77. package/lib/license.js +1 -1
  78. package/lib/logger.js +1 -1
  79. package/lib/makefile.js +1 -1
  80. package/lib/object-file.js +1 -1
  81. package/lib/project-build.js +1 -1
  82. package/lib/project.js +1 -1
  83. package/lib/projects.js +1 -1
  84. package/lib/projenrc-json.js +2 -2
  85. package/lib/projenrc.js +1 -1
  86. package/lib/python/pip.js +1 -1
  87. package/lib/python/poetry.js +2 -2
  88. package/lib/python/projenrc.js +1 -1
  89. package/lib/python/pytest-sample.js +1 -1
  90. package/lib/python/pytest.js +1 -1
  91. package/lib/python/python-project.js +1 -1
  92. package/lib/python/python-sample.js +1 -1
  93. package/lib/python/requirements-file.js +1 -1
  94. package/lib/python/setuppy.js +1 -1
  95. package/lib/python/setuptools.js +1 -1
  96. package/lib/python/venv.js +1 -1
  97. package/lib/readme.js +1 -1
  98. package/lib/release/publisher.d.ts +7 -0
  99. package/lib/release/publisher.js +9 -2
  100. package/lib/release/release-trigger.js +1 -1
  101. package/lib/release/release.js +3 -2
  102. package/lib/renovatebot.js +1 -1
  103. package/lib/sample-file.js +2 -2
  104. package/lib/semver.js +1 -1
  105. package/lib/source-code.js +1 -1
  106. package/lib/task-runtime.js +1 -1
  107. package/lib/task.js +1 -1
  108. package/lib/tasks.js +1 -1
  109. package/lib/testing.js +1 -1
  110. package/lib/textfile.js +1 -1
  111. package/lib/toml.js +1 -1
  112. package/lib/typescript/projenrc-ts.js +1 -1
  113. package/lib/typescript/projenrc.js +1 -1
  114. package/lib/typescript/typescript-typedoc.js +1 -1
  115. package/lib/typescript/typescript.js +3 -3
  116. package/lib/version.js +1 -1
  117. package/lib/vscode/devcontainer.js +1 -1
  118. package/lib/vscode/extensions.js +1 -1
  119. package/lib/vscode/launch-config.js +1 -1
  120. package/lib/vscode/settings.js +1 -1
  121. package/lib/vscode/vscode.js +1 -1
  122. package/lib/web/next.js +3 -3
  123. package/lib/web/postcss.js +1 -1
  124. package/lib/web/react.js +4 -4
  125. package/lib/web/tailwind.js +1 -1
  126. package/lib/xmlfile.js +1 -1
  127. package/lib/yaml.js +1 -1
  128. package/package.json +1 -1
package/.jsii CHANGED
@@ -47317,7 +47317,7 @@
47317
47317
  "kind": "interface",
47318
47318
  "locationInModule": {
47319
47319
  "filename": "src/release/release.ts",
47320
- "line": 664
47320
+ "line": 665
47321
47321
  },
47322
47322
  "name": "BranchOptions",
47323
47323
  "namespace": "release",
@@ -47331,7 +47331,7 @@
47331
47331
  "immutable": true,
47332
47332
  "locationInModule": {
47333
47333
  "filename": "src/release/release.ts",
47334
- "line": 674
47334
+ "line": 675
47335
47335
  },
47336
47336
  "name": "majorVersion",
47337
47337
  "type": {
@@ -47347,7 +47347,7 @@
47347
47347
  "immutable": true,
47348
47348
  "locationInModule": {
47349
47349
  "filename": "src/release/release.ts",
47350
- "line": 679
47350
+ "line": 680
47351
47351
  },
47352
47352
  "name": "minMajorVersion",
47353
47353
  "optional": true,
@@ -47365,7 +47365,7 @@
47365
47365
  "immutable": true,
47366
47366
  "locationInModule": {
47367
47367
  "filename": "src/release/release.ts",
47368
- "line": 707
47368
+ "line": 708
47369
47369
  },
47370
47370
  "name": "npmDistTag",
47371
47371
  "optional": true,
@@ -47383,7 +47383,7 @@
47383
47383
  "immutable": true,
47384
47384
  "locationInModule": {
47385
47385
  "filename": "src/release/release.ts",
47386
- "line": 686
47386
+ "line": 687
47387
47387
  },
47388
47388
  "name": "prerelease",
47389
47389
  "optional": true,
@@ -47402,7 +47402,7 @@
47402
47402
  "immutable": true,
47403
47403
  "locationInModule": {
47404
47404
  "filename": "src/release/release.ts",
47405
- "line": 700
47405
+ "line": 701
47406
47406
  },
47407
47407
  "name": "tagPrefix",
47408
47408
  "optional": true,
@@ -47420,7 +47420,7 @@
47420
47420
  "immutable": true,
47421
47421
  "locationInModule": {
47422
47422
  "filename": "src/release/release.ts",
47423
- "line": 669
47423
+ "line": 670
47424
47424
  },
47425
47425
  "name": "workflowName",
47426
47426
  "optional": true,
@@ -47441,7 +47441,7 @@
47441
47441
  "kind": "enum",
47442
47442
  "locationInModule": {
47443
47443
  "filename": "src/release/publisher.ts",
47444
- "line": 822
47444
+ "line": 837
47445
47445
  },
47446
47446
  "members": [
47447
47447
  {
@@ -47475,7 +47475,7 @@
47475
47475
  "kind": "interface",
47476
47476
  "locationInModule": {
47477
47477
  "filename": "src/release/publisher.ts",
47478
- "line": 840
47478
+ "line": 855
47479
47479
  },
47480
47480
  "name": "CodeArtifactOptions",
47481
47481
  "namespace": "release",
@@ -47491,7 +47491,7 @@
47491
47491
  "immutable": true,
47492
47492
  "locationInModule": {
47493
47493
  "filename": "src/release/publisher.ts",
47494
- "line": 856
47494
+ "line": 871
47495
47495
  },
47496
47496
  "name": "accessKeyIdSecret",
47497
47497
  "optional": true,
@@ -47509,7 +47509,7 @@
47509
47509
  "immutable": true,
47510
47510
  "locationInModule": {
47511
47511
  "filename": "src/release/publisher.ts",
47512
- "line": 846
47512
+ "line": 861
47513
47513
  },
47514
47514
  "name": "authProvider",
47515
47515
  "optional": true,
@@ -47528,7 +47528,7 @@
47528
47528
  "immutable": true,
47529
47529
  "locationInModule": {
47530
47530
  "filename": "src/release/publisher.ts",
47531
- "line": 876
47531
+ "line": 891
47532
47532
  },
47533
47533
  "name": "roleToAssume",
47534
47534
  "optional": true,
@@ -47547,7 +47547,7 @@
47547
47547
  "immutable": true,
47548
47548
  "locationInModule": {
47549
47549
  "filename": "src/release/publisher.ts",
47550
- "line": 867
47550
+ "line": 882
47551
47551
  },
47552
47552
  "name": "secretAccessKeySecret",
47553
47553
  "optional": true,
@@ -47569,7 +47569,7 @@
47569
47569
  "kind": "interface",
47570
47570
  "locationInModule": {
47571
47571
  "filename": "src/release/publisher.ts",
47572
- "line": 744
47572
+ "line": 759
47573
47573
  },
47574
47574
  "name": "CommonPublishOptions",
47575
47575
  "namespace": "release",
@@ -47584,7 +47584,7 @@
47584
47584
  "immutable": true,
47585
47585
  "locationInModule": {
47586
47586
  "filename": "src/release/publisher.ts",
47587
- "line": 754
47587
+ "line": 769
47588
47588
  },
47589
47589
  "name": "prePublishSteps",
47590
47590
  "optional": true,
@@ -47607,7 +47607,7 @@
47607
47607
  "immutable": true,
47608
47608
  "locationInModule": {
47609
47609
  "filename": "src/release/publisher.ts",
47610
- "line": 760
47610
+ "line": 775
47611
47611
  },
47612
47612
  "name": "publishTools",
47613
47613
  "optional": true,
@@ -47632,7 +47632,7 @@
47632
47632
  "kind": "interface",
47633
47633
  "locationInModule": {
47634
47634
  "filename": "src/release/publisher.ts",
47635
- "line": 1122
47635
+ "line": 1137
47636
47636
  },
47637
47637
  "name": "GitHubReleasesPublishOptions",
47638
47638
  "namespace": "release",
@@ -47647,7 +47647,7 @@
47647
47647
  "immutable": true,
47648
47648
  "locationInModule": {
47649
47649
  "filename": "src/release/publisher.ts",
47650
- "line": 1107
47650
+ "line": 1122
47651
47651
  },
47652
47652
  "name": "changelogFile",
47653
47653
  "type": {
@@ -47664,7 +47664,7 @@
47664
47664
  "immutable": true,
47665
47665
  "locationInModule": {
47666
47666
  "filename": "src/release/publisher.ts",
47667
- "line": 1100
47667
+ "line": 1115
47668
47668
  },
47669
47669
  "name": "releaseTagFile",
47670
47670
  "type": {
@@ -47681,7 +47681,7 @@
47681
47681
  "immutable": true,
47682
47682
  "locationInModule": {
47683
47683
  "filename": "src/release/publisher.ts",
47684
- "line": 1093
47684
+ "line": 1108
47685
47685
  },
47686
47686
  "name": "versionFile",
47687
47687
  "type": {
@@ -47702,7 +47702,7 @@
47702
47702
  "kind": "interface",
47703
47703
  "locationInModule": {
47704
47704
  "filename": "src/release/publisher.ts",
47705
- "line": 1129
47705
+ "line": 1144
47706
47706
  },
47707
47707
  "name": "GitPublishOptions",
47708
47708
  "namespace": "release",
@@ -47717,7 +47717,7 @@
47717
47717
  "immutable": true,
47718
47718
  "locationInModule": {
47719
47719
  "filename": "src/release/publisher.ts",
47720
- "line": 1107
47720
+ "line": 1122
47721
47721
  },
47722
47722
  "name": "changelogFile",
47723
47723
  "type": {
@@ -47734,7 +47734,7 @@
47734
47734
  "immutable": true,
47735
47735
  "locationInModule": {
47736
47736
  "filename": "src/release/publisher.ts",
47737
- "line": 1100
47737
+ "line": 1115
47738
47738
  },
47739
47739
  "name": "releaseTagFile",
47740
47740
  "type": {
@@ -47751,7 +47751,7 @@
47751
47751
  "immutable": true,
47752
47752
  "locationInModule": {
47753
47753
  "filename": "src/release/publisher.ts",
47754
- "line": 1093
47754
+ "line": 1108
47755
47755
  },
47756
47756
  "name": "versionFile",
47757
47757
  "type": {
@@ -47768,7 +47768,7 @@
47768
47768
  "immutable": true,
47769
47769
  "locationInModule": {
47770
47770
  "filename": "src/release/publisher.ts",
47771
- "line": 1140
47771
+ "line": 1155
47772
47772
  },
47773
47773
  "name": "gitBranch",
47774
47774
  "optional": true,
@@ -47786,7 +47786,7 @@
47786
47786
  "immutable": true,
47787
47787
  "locationInModule": {
47788
47788
  "filename": "src/release/publisher.ts",
47789
- "line": 1147
47789
+ "line": 1162
47790
47790
  },
47791
47791
  "name": "gitPushCommand",
47792
47792
  "optional": true,
@@ -47803,7 +47803,7 @@
47803
47803
  "immutable": true,
47804
47804
  "locationInModule": {
47805
47805
  "filename": "src/release/publisher.ts",
47806
- "line": 1133
47806
+ "line": 1148
47807
47807
  },
47808
47808
  "name": "projectChangelogFile",
47809
47809
  "optional": true,
@@ -47828,7 +47828,7 @@
47828
47828
  "kind": "interface",
47829
47829
  "locationInModule": {
47830
47830
  "filename": "src/release/publisher.ts",
47831
- "line": 1025
47831
+ "line": 1040
47832
47832
  },
47833
47833
  "name": "GoPublishOptions",
47834
47834
  "namespace": "release",
@@ -47843,7 +47843,7 @@
47843
47843
  "immutable": true,
47844
47844
  "locationInModule": {
47845
47845
  "filename": "src/release/publisher.ts",
47846
- "line": 1065
47846
+ "line": 1080
47847
47847
  },
47848
47848
  "name": "gitBranch",
47849
47849
  "optional": true,
@@ -47861,7 +47861,7 @@
47861
47861
  "immutable": true,
47862
47862
  "locationInModule": {
47863
47863
  "filename": "src/release/publisher.ts",
47864
- "line": 1084
47864
+ "line": 1099
47865
47865
  },
47866
47866
  "name": "gitCommitMessage",
47867
47867
  "optional": true,
@@ -47880,7 +47880,7 @@
47880
47880
  "immutable": true,
47881
47881
  "locationInModule": {
47882
47882
  "filename": "src/release/publisher.ts",
47883
- "line": 1044
47883
+ "line": 1059
47884
47884
  },
47885
47885
  "name": "githubDeployKeySecret",
47886
47886
  "optional": true,
@@ -47898,7 +47898,7 @@
47898
47898
  "immutable": true,
47899
47899
  "locationInModule": {
47900
47900
  "filename": "src/release/publisher.ts",
47901
- "line": 1058
47901
+ "line": 1073
47902
47902
  },
47903
47903
  "name": "githubRepo",
47904
47904
  "optional": true,
@@ -47917,7 +47917,7 @@
47917
47917
  "immutable": true,
47918
47918
  "locationInModule": {
47919
47919
  "filename": "src/release/publisher.ts",
47920
- "line": 1034
47920
+ "line": 1049
47921
47921
  },
47922
47922
  "name": "githubTokenSecret",
47923
47923
  "optional": true,
@@ -47935,7 +47935,7 @@
47935
47935
  "immutable": true,
47936
47936
  "locationInModule": {
47937
47937
  "filename": "src/release/publisher.ts",
47938
- "line": 1051
47938
+ "line": 1066
47939
47939
  },
47940
47940
  "name": "githubUseSsh",
47941
47941
  "optional": true,
@@ -47953,7 +47953,7 @@
47953
47953
  "immutable": true,
47954
47954
  "locationInModule": {
47955
47955
  "filename": "src/release/publisher.ts",
47956
- "line": 1077
47956
+ "line": 1092
47957
47957
  },
47958
47958
  "name": "gitUserEmail",
47959
47959
  "optional": true,
@@ -47971,7 +47971,7 @@
47971
47971
  "immutable": true,
47972
47972
  "locationInModule": {
47973
47973
  "filename": "src/release/publisher.ts",
47974
- "line": 1071
47974
+ "line": 1086
47975
47975
  },
47976
47976
  "name": "gitUserName",
47977
47977
  "optional": true,
@@ -47996,7 +47996,7 @@
47996
47996
  "kind": "interface",
47997
47997
  "locationInModule": {
47998
47998
  "filename": "src/release/publisher.ts",
47999
- "line": 1020
47999
+ "line": 1035
48000
48000
  },
48001
48001
  "name": "JsiiReleaseGo",
48002
48002
  "namespace": "release",
@@ -48016,7 +48016,7 @@
48016
48016
  "kind": "interface",
48017
48017
  "locationInModule": {
48018
48018
  "filename": "src/release/publisher.ts",
48019
- "line": 933
48019
+ "line": 948
48020
48020
  },
48021
48021
  "name": "JsiiReleaseMaven",
48022
48022
  "namespace": "release",
@@ -48036,7 +48036,7 @@
48036
48036
  "kind": "interface",
48037
48037
  "locationInModule": {
48038
48038
  "filename": "src/release/publisher.ts",
48039
- "line": 766
48039
+ "line": 781
48040
48040
  },
48041
48041
  "name": "JsiiReleaseNpm",
48042
48042
  "namespace": "release",
@@ -48056,7 +48056,7 @@
48056
48056
  "kind": "interface",
48057
48057
  "locationInModule": {
48058
48058
  "filename": "src/release/publisher.ts",
48059
- "line": 911
48059
+ "line": 926
48060
48060
  },
48061
48061
  "name": "JsiiReleaseNuget",
48062
48062
  "namespace": "release",
@@ -48076,7 +48076,7 @@
48076
48076
  "kind": "interface",
48077
48077
  "locationInModule": {
48078
48078
  "filename": "src/release/publisher.ts",
48079
- "line": 882
48079
+ "line": 897
48080
48080
  },
48081
48081
  "name": "JsiiReleasePyPi",
48082
48082
  "namespace": "release",
@@ -48169,7 +48169,7 @@
48169
48169
  "kind": "interface",
48170
48170
  "locationInModule": {
48171
48171
  "filename": "src/release/publisher.ts",
48172
- "line": 938
48172
+ "line": 953
48173
48173
  },
48174
48174
  "name": "MavenPublishOptions",
48175
48175
  "namespace": "release",
@@ -48185,7 +48185,7 @@
48185
48185
  "immutable": true,
48186
48186
  "locationInModule": {
48187
48187
  "filename": "src/release/publisher.ts",
48188
- "line": 944
48188
+ "line": 959
48189
48189
  },
48190
48190
  "name": "mavenEndpoint",
48191
48191
  "optional": true,
@@ -48205,7 +48205,7 @@
48205
48205
  "immutable": true,
48206
48206
  "locationInModule": {
48207
48207
  "filename": "src/release/publisher.ts",
48208
- "line": 977
48208
+ "line": 992
48209
48209
  },
48210
48210
  "name": "mavenGpgPrivateKeyPassphrase",
48211
48211
  "optional": true,
@@ -48225,7 +48225,7 @@
48225
48225
  "immutable": true,
48226
48226
  "locationInModule": {
48227
48227
  "filename": "src/release/publisher.ts",
48228
- "line": 968
48228
+ "line": 983
48229
48229
  },
48230
48230
  "name": "mavenGpgPrivateKeySecret",
48231
48231
  "optional": true,
@@ -48245,7 +48245,7 @@
48245
48245
  "immutable": true,
48246
48246
  "locationInModule": {
48247
48247
  "filename": "src/release/publisher.ts",
48248
- "line": 1003
48248
+ "line": 1018
48249
48249
  },
48250
48250
  "name": "mavenPassword",
48251
48251
  "optional": true,
@@ -48263,7 +48263,7 @@
48263
48263
  "immutable": true,
48264
48264
  "locationInModule": {
48265
48265
  "filename": "src/release/publisher.ts",
48266
- "line": 958
48266
+ "line": 973
48267
48267
  },
48268
48268
  "name": "mavenRepositoryUrl",
48269
48269
  "optional": true,
@@ -48281,7 +48281,7 @@
48281
48281
  "immutable": true,
48282
48282
  "locationInModule": {
48283
48283
  "filename": "src/release/publisher.ts",
48284
- "line": 951
48284
+ "line": 966
48285
48285
  },
48286
48286
  "name": "mavenServerId",
48287
48287
  "optional": true,
@@ -48299,7 +48299,7 @@
48299
48299
  "immutable": true,
48300
48300
  "locationInModule": {
48301
48301
  "filename": "src/release/publisher.ts",
48302
- "line": 1014
48302
+ "line": 1029
48303
48303
  },
48304
48304
  "name": "mavenStagingProfileId",
48305
48305
  "optional": true,
@@ -48319,7 +48319,7 @@
48319
48319
  "immutable": true,
48320
48320
  "locationInModule": {
48321
48321
  "filename": "src/release/publisher.ts",
48322
- "line": 990
48322
+ "line": 1005
48323
48323
  },
48324
48324
  "name": "mavenUsername",
48325
48325
  "optional": true,
@@ -48344,7 +48344,7 @@
48344
48344
  "kind": "interface",
48345
48345
  "locationInModule": {
48346
48346
  "filename": "src/release/publisher.ts",
48347
- "line": 771
48347
+ "line": 786
48348
48348
  },
48349
48349
  "name": "NpmPublishOptions",
48350
48350
  "namespace": "release",
@@ -48359,7 +48359,7 @@
48359
48359
  "immutable": true,
48360
48360
  "locationInModule": {
48361
48361
  "filename": "src/release/publisher.ts",
48362
- "line": 816
48362
+ "line": 831
48363
48363
  },
48364
48364
  "name": "codeArtifactOptions",
48365
48365
  "optional": true,
@@ -48379,7 +48379,7 @@
48379
48379
  "immutable": true,
48380
48380
  "locationInModule": {
48381
48381
  "filename": "src/release/publisher.ts",
48382
- "line": 789
48382
+ "line": 804
48383
48383
  },
48384
48384
  "name": "distTag",
48385
48385
  "optional": true,
@@ -48397,7 +48397,7 @@
48397
48397
  "immutable": true,
48398
48398
  "locationInModule": {
48399
48399
  "filename": "src/release/publisher.ts",
48400
- "line": 809
48400
+ "line": 824
48401
48401
  },
48402
48402
  "name": "npmTokenSecret",
48403
48403
  "optional": true,
@@ -48417,7 +48417,7 @@
48417
48417
  "immutable": true,
48418
48418
  "locationInModule": {
48419
48419
  "filename": "src/release/publisher.ts",
48420
- "line": 803
48420
+ "line": 818
48421
48421
  },
48422
48422
  "name": "registry",
48423
48423
  "optional": true,
@@ -48442,7 +48442,7 @@
48442
48442
  "kind": "interface",
48443
48443
  "locationInModule": {
48444
48444
  "filename": "src/release/publisher.ts",
48445
- "line": 916
48445
+ "line": 931
48446
48446
  },
48447
48447
  "name": "NugetPublishOptions",
48448
48448
  "namespace": "release",
@@ -48457,7 +48457,7 @@
48457
48457
  "immutable": true,
48458
48458
  "locationInModule": {
48459
48459
  "filename": "src/release/publisher.ts",
48460
- "line": 922
48460
+ "line": 937
48461
48461
  },
48462
48462
  "name": "nugetApiKeySecret",
48463
48463
  "optional": true,
@@ -48474,7 +48474,7 @@
48474
48474
  "immutable": true,
48475
48475
  "locationInModule": {
48476
48476
  "filename": "src/release/publisher.ts",
48477
- "line": 927
48477
+ "line": 942
48478
48478
  },
48479
48479
  "name": "nugetServer",
48480
48480
  "optional": true,
@@ -48500,7 +48500,7 @@
48500
48500
  },
48501
48501
  "locationInModule": {
48502
48502
  "filename": "src/release/publisher.ts",
48503
- "line": 149
48503
+ "line": 157
48504
48504
  },
48505
48505
  "parameters": [
48506
48506
  {
@@ -48520,7 +48520,7 @@
48520
48520
  "kind": "class",
48521
48521
  "locationInModule": {
48522
48522
  "filename": "src/release/publisher.ts",
48523
- "line": 124
48523
+ "line": 131
48524
48524
  },
48525
48525
  "methods": [
48526
48526
  {
@@ -48530,7 +48530,7 @@
48530
48530
  },
48531
48531
  "locationInModule": {
48532
48532
  "filename": "src/release/publisher.ts",
48533
- "line": 196
48533
+ "line": 205
48534
48534
  },
48535
48535
  "name": "addGitHubPrePublishingSteps",
48536
48536
  "parameters": [
@@ -48555,7 +48555,7 @@
48555
48555
  },
48556
48556
  "locationInModule": {
48557
48557
  "filename": "src/release/publisher.ts",
48558
- "line": 207
48558
+ "line": 216
48559
48559
  },
48560
48560
  "name": "publishToGit",
48561
48561
  "parameters": [
@@ -48582,7 +48582,7 @@
48582
48582
  },
48583
48583
  "locationInModule": {
48584
48584
  "filename": "src/release/publisher.ts",
48585
- "line": 248
48585
+ "line": 257
48586
48586
  },
48587
48587
  "name": "publishToGitHubReleases",
48588
48588
  "parameters": [
@@ -48604,7 +48604,7 @@
48604
48604
  },
48605
48605
  "locationInModule": {
48606
48606
  "filename": "src/release/publisher.ts",
48607
- "line": 490
48607
+ "line": 499
48608
48608
  },
48609
48609
  "name": "publishToGo",
48610
48610
  "parameters": [
@@ -48627,7 +48627,7 @@
48627
48627
  },
48628
48628
  "locationInModule": {
48629
48629
  "filename": "src/release/publisher.ts",
48630
- "line": 399
48630
+ "line": 408
48631
48631
  },
48632
48632
  "name": "publishToMaven",
48633
48633
  "parameters": [
@@ -48650,7 +48650,7 @@
48650
48650
  },
48651
48651
  "locationInModule": {
48652
48652
  "filename": "src/release/publisher.ts",
48653
- "line": 272
48653
+ "line": 281
48654
48654
  },
48655
48655
  "name": "publishToNpm",
48656
48656
  "parameters": [
@@ -48673,7 +48673,7 @@
48673
48673
  },
48674
48674
  "locationInModule": {
48675
48675
  "filename": "src/release/publisher.ts",
48676
- "line": 368
48676
+ "line": 377
48677
48677
  },
48678
48678
  "name": "publishToNuget",
48679
48679
  "parameters": [
@@ -48696,7 +48696,7 @@
48696
48696
  },
48697
48697
  "locationInModule": {
48698
48698
  "filename": "src/release/publisher.ts",
48699
- "line": 463
48699
+ "line": 472
48700
48700
  },
48701
48701
  "name": "publishToPyPi",
48702
48702
  "parameters": [
@@ -48724,7 +48724,7 @@
48724
48724
  "immutable": true,
48725
48725
  "locationInModule": {
48726
48726
  "filename": "src/release/publisher.ts",
48727
- "line": 125
48727
+ "line": 132
48728
48728
  },
48729
48729
  "name": "PUBLISH_GIT_TASK_NAME",
48730
48730
  "static": true,
@@ -48739,7 +48739,7 @@
48739
48739
  "immutable": true,
48740
48740
  "locationInModule": {
48741
48741
  "filename": "src/release/publisher.ts",
48742
- "line": 128
48742
+ "line": 135
48743
48743
  },
48744
48744
  "name": "artifactName",
48745
48745
  "type": {
@@ -48753,7 +48753,7 @@
48753
48753
  "immutable": true,
48754
48754
  "locationInModule": {
48755
48755
  "filename": "src/release/publisher.ts",
48756
- "line": 127
48756
+ "line": 134
48757
48757
  },
48758
48758
  "name": "buildJobId",
48759
48759
  "type": {
@@ -48768,7 +48768,7 @@
48768
48768
  "immutable": true,
48769
48769
  "locationInModule": {
48770
48770
  "filename": "src/release/publisher.ts",
48771
- "line": 133
48771
+ "line": 140
48772
48772
  },
48773
48773
  "name": "jsiiReleaseVersion",
48774
48774
  "type": {
@@ -48782,7 +48782,7 @@
48782
48782
  "immutable": true,
48783
48783
  "locationInModule": {
48784
48784
  "filename": "src/release/publisher.ts",
48785
- "line": 129
48785
+ "line": 136
48786
48786
  },
48787
48787
  "name": "publibVersion",
48788
48788
  "type": {
@@ -48796,7 +48796,7 @@
48796
48796
  "immutable": true,
48797
48797
  "locationInModule": {
48798
48798
  "filename": "src/release/publisher.ts",
48799
- "line": 130
48799
+ "line": 137
48800
48800
  },
48801
48801
  "name": "condition",
48802
48802
  "optional": true,
@@ -48886,7 +48886,7 @@
48886
48886
  "immutable": true,
48887
48887
  "locationInModule": {
48888
48888
  "filename": "src/release/publisher.ts",
48889
- "line": 116
48889
+ "line": 123
48890
48890
  },
48891
48891
  "name": "dryRun",
48892
48892
  "optional": true,
@@ -48904,7 +48904,7 @@
48904
48904
  "immutable": true,
48905
48905
  "locationInModule": {
48906
48906
  "filename": "src/release/publisher.ts",
48907
- "line": 85
48907
+ "line": 92
48908
48908
  },
48909
48909
  "name": "failureIssue",
48910
48910
  "optional": true,
@@ -48923,7 +48923,7 @@
48923
48923
  "immutable": true,
48924
48924
  "locationInModule": {
48925
48925
  "filename": "src/release/publisher.ts",
48926
- "line": 93
48926
+ "line": 100
48927
48927
  },
48928
48928
  "name": "failureIssueLabel",
48929
48929
  "optional": true,
@@ -48958,7 +48958,7 @@
48958
48958
  "immutable": true,
48959
48959
  "locationInModule": {
48960
48960
  "filename": "src/release/publisher.ts",
48961
- "line": 78
48961
+ "line": 85
48962
48962
  },
48963
48963
  "name": "publibVersion",
48964
48964
  "optional": true,
@@ -48977,7 +48977,7 @@
48977
48977
  "immutable": true,
48978
48978
  "locationInModule": {
48979
48979
  "filename": "src/release/publisher.ts",
48980
- "line": 109
48980
+ "line": 116
48981
48981
  },
48982
48982
  "name": "publishTasks",
48983
48983
  "optional": true,
@@ -48985,6 +48985,24 @@
48985
48985
  "primitive": "boolean"
48986
48986
  }
48987
48987
  },
48988
+ {
48989
+ "abstract": true,
48990
+ "docs": {
48991
+ "default": "- default image",
48992
+ "stability": "experimental",
48993
+ "summary": "Container image to use for GitHub workflows."
48994
+ },
48995
+ "immutable": true,
48996
+ "locationInModule": {
48997
+ "filename": "src/release/publisher.ts",
48998
+ "line": 78
48999
+ },
49000
+ "name": "workflowContainerImage",
49001
+ "optional": true,
49002
+ "type": {
49003
+ "primitive": "string"
49004
+ }
49005
+ },
48988
49006
  {
48989
49007
  "abstract": true,
48990
49008
  "docs": {
@@ -49014,7 +49032,7 @@
49014
49032
  "immutable": true,
49015
49033
  "locationInModule": {
49016
49034
  "filename": "src/release/publisher.ts",
49017
- "line": 99
49035
+ "line": 106
49018
49036
  },
49019
49037
  "name": "workflowRunsOn",
49020
49038
  "optional": true,
@@ -49044,7 +49062,7 @@
49044
49062
  "kind": "interface",
49045
49063
  "locationInModule": {
49046
49064
  "filename": "src/release/publisher.ts",
49047
- "line": 887
49065
+ "line": 902
49048
49066
  },
49049
49067
  "name": "PyPiPublishOptions",
49050
49068
  "namespace": "release",
@@ -49059,7 +49077,7 @@
49059
49077
  "immutable": true,
49060
49078
  "locationInModule": {
49061
49079
  "filename": "src/release/publisher.ts",
49062
- "line": 905
49080
+ "line": 920
49063
49081
  },
49064
49082
  "name": "twinePasswordSecret",
49065
49083
  "optional": true,
@@ -49077,7 +49095,7 @@
49077
49095
  "immutable": true,
49078
49096
  "locationInModule": {
49079
49097
  "filename": "src/release/publisher.ts",
49080
- "line": 893
49098
+ "line": 908
49081
49099
  },
49082
49100
  "name": "twineRegistryUrl",
49083
49101
  "optional": true,
@@ -49095,7 +49113,7 @@
49095
49113
  "immutable": true,
49096
49114
  "locationInModule": {
49097
49115
  "filename": "src/release/publisher.ts",
49098
- "line": 899
49116
+ "line": 914
49099
49117
  },
49100
49118
  "name": "twineUsernameSecret",
49101
49119
  "optional": true,
@@ -49178,7 +49196,7 @@
49178
49196
  },
49179
49197
  "locationInModule": {
49180
49198
  "filename": "src/release/release.ts",
49181
- "line": 423
49199
+ "line": 424
49182
49200
  },
49183
49201
  "name": "addBranch",
49184
49202
  "parameters": [
@@ -49209,7 +49227,7 @@
49209
49227
  },
49210
49228
  "locationInModule": {
49211
49229
  "filename": "src/release/release.ts",
49212
- "line": 490
49230
+ "line": 491
49213
49231
  },
49214
49232
  "name": "addJobs",
49215
49233
  "parameters": [
@@ -49236,7 +49254,7 @@
49236
49254
  },
49237
49255
  "locationInModule": {
49238
49256
  "filename": "src/release/release.ts",
49239
- "line": 473
49257
+ "line": 474
49240
49258
  },
49241
49259
  "name": "preSynthesize",
49242
49260
  "overrides": "projen.Component"
@@ -49284,7 +49302,7 @@
49284
49302
  "immutable": true,
49285
49303
  "locationInModule": {
49286
49304
  "filename": "src/release/release.ts",
49287
- "line": 499
49305
+ "line": 500
49288
49306
  },
49289
49307
  "name": "branches",
49290
49308
  "type": {
@@ -53362,6 +53380,6 @@
53362
53380
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
53363
53381
  }
53364
53382
  },
53365
- "version": "0.70.2",
53366
- "fingerprint": "z2qF+v0DnxMp09gtru0ObAObUdhh9F69m2aLA5OGNmo="
53383
+ "version": "0.70.3",
53384
+ "fingerprint": "xVtBAtzhhGqe2OU1pH7Pwm6SbcushJMJuN1dxUJT404="
53367
53385
  }