projen 0.56.1 → 0.56.4

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 (122) hide show
  1. package/.jsii +95 -78
  2. package/changelog.md +1 -6
  3. package/docs/api/API.md +4 -0
  4. package/lib/awscdk/auto-discover.js +4 -4
  5. package/lib/awscdk/awscdk-app-java.js +1 -1
  6. package/lib/awscdk/awscdk-app-py.js +1 -1
  7. package/lib/awscdk/awscdk-app-ts.js +1 -1
  8. package/lib/awscdk/awscdk-construct.js +2 -2
  9. package/lib/awscdk/awscdk-deps-java.js +1 -1
  10. package/lib/awscdk/awscdk-deps-js.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 +1 -1
  23. package/lib/cdk8s/auto-discover.js +2 -2
  24. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/integration-test.js +1 -1
  27. package/lib/cdktf/cdktf-construct.js +1 -1
  28. package/lib/component.js +1 -1
  29. package/lib/dependencies.js +1 -1
  30. package/lib/dev-env.js +1 -1
  31. package/lib/docker-compose.js +2 -2
  32. package/lib/file.js +1 -1
  33. package/lib/gitattributes.js +1 -1
  34. package/lib/github/auto-approve.js +1 -1
  35. package/lib/github/auto-merge.js +1 -1
  36. package/lib/github/dependabot.js +1 -1
  37. package/lib/github/github-credentials.js +1 -1
  38. package/lib/github/github-project.js +1 -1
  39. package/lib/github/github.js +1 -1
  40. package/lib/github/mergify.js +1 -1
  41. package/lib/github/pr-template.js +1 -1
  42. package/lib/github/pull-request-lint.js +1 -1
  43. package/lib/github/stale.js +1 -1
  44. package/lib/github/task-workflow.js +1 -1
  45. package/lib/github/workflows.js +1 -1
  46. package/lib/gitlab/configuration.js +1 -1
  47. package/lib/gitlab/gitlab-configuration.js +1 -1
  48. package/lib/gitlab/nested-configuration.js +1 -1
  49. package/lib/gitpod.js +1 -1
  50. package/lib/ignore-file.js +1 -1
  51. package/lib/ini.js +1 -1
  52. package/lib/java/java-project.js +1 -1
  53. package/lib/java/junit.js +1 -1
  54. package/lib/java/maven-compile.js +1 -1
  55. package/lib/java/maven-packaging.js +1 -1
  56. package/lib/java/maven-sample.js +1 -1
  57. package/lib/java/pom.js +1 -1
  58. package/lib/java/projenrc.js +1 -1
  59. package/lib/javascript/bundler.js +1 -1
  60. package/lib/javascript/eslint.js +1 -1
  61. package/lib/javascript/jest.js +1 -1
  62. package/lib/javascript/node-package.js +1 -1
  63. package/lib/javascript/node-project.js +1 -1
  64. package/lib/javascript/npm-config.js +1 -1
  65. package/lib/javascript/prettier.js +1 -1
  66. package/lib/javascript/projenrc.js +1 -1
  67. package/lib/javascript/typescript-config.js +1 -1
  68. package/lib/javascript/upgrade-dependencies.js +2 -2
  69. package/lib/json.js +1 -1
  70. package/lib/license.js +1 -1
  71. package/lib/logger.js +1 -1
  72. package/lib/makefile.js +1 -1
  73. package/lib/object-file.js +1 -1
  74. package/lib/project-build.js +1 -1
  75. package/lib/project.js +1 -1
  76. package/lib/projects.js +1 -1
  77. package/lib/projenrc-json.js +1 -1
  78. package/lib/python/pip.js +1 -1
  79. package/lib/python/poetry.js +2 -2
  80. package/lib/python/projenrc.js +1 -1
  81. package/lib/python/pytest-sample.js +1 -1
  82. package/lib/python/pytest.js +1 -1
  83. package/lib/python/python-project.js +1 -1
  84. package/lib/python/python-sample.js +1 -1
  85. package/lib/python/requirements-file.js +1 -1
  86. package/lib/python/setuppy.js +1 -1
  87. package/lib/python/setuptools.js +1 -1
  88. package/lib/python/venv.js +1 -1
  89. package/lib/readme.js +1 -1
  90. package/lib/release/publisher.d.ts +4 -0
  91. package/lib/release/publisher.js +14 -4
  92. package/lib/release/release-trigger.js +1 -1
  93. package/lib/release/release.js +1 -1
  94. package/lib/renovatebot.js +1 -1
  95. package/lib/sample-file.js +2 -2
  96. package/lib/semver.js +1 -1
  97. package/lib/source-code.js +1 -1
  98. package/lib/task-runtime.js +1 -1
  99. package/lib/task.js +1 -1
  100. package/lib/tasks.js +1 -1
  101. package/lib/testing.js +1 -1
  102. package/lib/textfile.js +1 -1
  103. package/lib/toml.js +1 -1
  104. package/lib/typescript/projenrc.js +1 -1
  105. package/lib/typescript/typescript-typedoc.js +1 -1
  106. package/lib/typescript/typescript.js +3 -3
  107. package/lib/version.js +1 -1
  108. package/lib/vscode/devcontainer.js +1 -1
  109. package/lib/vscode/launch-config.js +1 -1
  110. package/lib/vscode/vscode.js +1 -1
  111. package/lib/web/next.js +3 -3
  112. package/lib/web/postcss.js +1 -1
  113. package/lib/web/react.js +4 -4
  114. package/lib/web/tailwind.js +1 -1
  115. package/lib/xmlfile.js +1 -1
  116. package/lib/yaml.js +1 -1
  117. package/node_modules/xmlbuilder2/node_modules/@types/node/README.md +1 -1
  118. package/node_modules/xmlbuilder2/node_modules/@types/node/package.json +2 -2
  119. package/node_modules/xmlbuilder2/node_modules/@types/node/timers.d.ts +3 -3
  120. package/package.json +1 -1
  121. package/releasetag.txt +1 -1
  122. package/version.txt +1 -1
package/.jsii CHANGED
@@ -40769,7 +40769,7 @@
40769
40769
  "kind": "interface",
40770
40770
  "locationInModule": {
40771
40771
  "filename": "src/release/publisher.ts",
40772
- "line": 720
40772
+ "line": 733
40773
40773
  },
40774
40774
  "name": "CodeArtifactOptions",
40775
40775
  "namespace": "release",
@@ -40785,7 +40785,7 @@
40785
40785
  "immutable": true,
40786
40786
  "locationInModule": {
40787
40787
  "filename": "src/release/publisher.ts",
40788
- "line": 727
40788
+ "line": 740
40789
40789
  },
40790
40790
  "name": "accessKeyIdSecret",
40791
40791
  "optional": true,
@@ -40803,7 +40803,7 @@
40803
40803
  "immutable": true,
40804
40804
  "locationInModule": {
40805
40805
  "filename": "src/release/publisher.ts",
40806
- "line": 743
40806
+ "line": 756
40807
40807
  },
40808
40808
  "name": "roleToAssume",
40809
40809
  "optional": true,
@@ -40822,7 +40822,7 @@
40822
40822
  "immutable": true,
40823
40823
  "locationInModule": {
40824
40824
  "filename": "src/release/publisher.ts",
40825
- "line": 735
40825
+ "line": 748
40826
40826
  },
40827
40827
  "name": "secretAccessKeySecret",
40828
40828
  "optional": true,
@@ -40844,7 +40844,7 @@
40844
40844
  "kind": "interface",
40845
40845
  "locationInModule": {
40846
40846
  "filename": "src/release/publisher.ts",
40847
- "line": 645
40847
+ "line": 658
40848
40848
  },
40849
40849
  "name": "CommonPublishOptions",
40850
40850
  "namespace": "release",
@@ -40859,7 +40859,7 @@
40859
40859
  "immutable": true,
40860
40860
  "locationInModule": {
40861
40861
  "filename": "src/release/publisher.ts",
40862
- "line": 655
40862
+ "line": 668
40863
40863
  },
40864
40864
  "name": "prePublishSteps",
40865
40865
  "optional": true,
@@ -40882,7 +40882,7 @@
40882
40882
  "immutable": true,
40883
40883
  "locationInModule": {
40884
40884
  "filename": "src/release/publisher.ts",
40885
- "line": 661
40885
+ "line": 674
40886
40886
  },
40887
40887
  "name": "publishTools",
40888
40888
  "optional": true,
@@ -40907,7 +40907,7 @@
40907
40907
  "kind": "interface",
40908
40908
  "locationInModule": {
40909
40909
  "filename": "src/release/publisher.ts",
40910
- "line": 964
40910
+ "line": 982
40911
40911
  },
40912
40912
  "name": "GitHubReleasesPublishOptions",
40913
40913
  "namespace": "release",
@@ -40922,7 +40922,7 @@
40922
40922
  "immutable": true,
40923
40923
  "locationInModule": {
40924
40924
  "filename": "src/release/publisher.ts",
40925
- "line": 949
40925
+ "line": 967
40926
40926
  },
40927
40927
  "name": "changelogFile",
40928
40928
  "type": {
@@ -40939,7 +40939,7 @@
40939
40939
  "immutable": true,
40940
40940
  "locationInModule": {
40941
40941
  "filename": "src/release/publisher.ts",
40942
- "line": 942
40942
+ "line": 960
40943
40943
  },
40944
40944
  "name": "releaseTagFile",
40945
40945
  "type": {
@@ -40956,7 +40956,7 @@
40956
40956
  "immutable": true,
40957
40957
  "locationInModule": {
40958
40958
  "filename": "src/release/publisher.ts",
40959
- "line": 935
40959
+ "line": 953
40960
40960
  },
40961
40961
  "name": "versionFile",
40962
40962
  "type": {
@@ -40977,7 +40977,7 @@
40977
40977
  "kind": "interface",
40978
40978
  "locationInModule": {
40979
40979
  "filename": "src/release/publisher.ts",
40980
- "line": 971
40980
+ "line": 989
40981
40981
  },
40982
40982
  "name": "GitPublishOptions",
40983
40983
  "namespace": "release",
@@ -40992,7 +40992,7 @@
40992
40992
  "immutable": true,
40993
40993
  "locationInModule": {
40994
40994
  "filename": "src/release/publisher.ts",
40995
- "line": 949
40995
+ "line": 967
40996
40996
  },
40997
40997
  "name": "changelogFile",
40998
40998
  "type": {
@@ -41009,7 +41009,7 @@
41009
41009
  "immutable": true,
41010
41010
  "locationInModule": {
41011
41011
  "filename": "src/release/publisher.ts",
41012
- "line": 942
41012
+ "line": 960
41013
41013
  },
41014
41014
  "name": "releaseTagFile",
41015
41015
  "type": {
@@ -41026,7 +41026,7 @@
41026
41026
  "immutable": true,
41027
41027
  "locationInModule": {
41028
41028
  "filename": "src/release/publisher.ts",
41029
- "line": 935
41029
+ "line": 953
41030
41030
  },
41031
41031
  "name": "versionFile",
41032
41032
  "type": {
@@ -41043,7 +41043,7 @@
41043
41043
  "immutable": true,
41044
41044
  "locationInModule": {
41045
41045
  "filename": "src/release/publisher.ts",
41046
- "line": 982
41046
+ "line": 1000
41047
41047
  },
41048
41048
  "name": "gitBranch",
41049
41049
  "optional": true,
@@ -41061,7 +41061,7 @@
41061
41061
  "immutable": true,
41062
41062
  "locationInModule": {
41063
41063
  "filename": "src/release/publisher.ts",
41064
- "line": 989
41064
+ "line": 1007
41065
41065
  },
41066
41066
  "name": "gitPushCommand",
41067
41067
  "optional": true,
@@ -41078,7 +41078,7 @@
41078
41078
  "immutable": true,
41079
41079
  "locationInModule": {
41080
41080
  "filename": "src/release/publisher.ts",
41081
- "line": 975
41081
+ "line": 993
41082
41082
  },
41083
41083
  "name": "projectChangelogFile",
41084
41084
  "optional": true,
@@ -41103,7 +41103,7 @@
41103
41103
  "kind": "interface",
41104
41104
  "locationInModule": {
41105
41105
  "filename": "src/release/publisher.ts",
41106
- "line": 886
41106
+ "line": 904
41107
41107
  },
41108
41108
  "name": "GoPublishOptions",
41109
41109
  "namespace": "release",
@@ -41118,7 +41118,7 @@
41118
41118
  "immutable": true,
41119
41119
  "locationInModule": {
41120
41120
  "filename": "src/release/publisher.ts",
41121
- "line": 907
41121
+ "line": 925
41122
41122
  },
41123
41123
  "name": "gitBranch",
41124
41124
  "optional": true,
@@ -41136,7 +41136,7 @@
41136
41136
  "immutable": true,
41137
41137
  "locationInModule": {
41138
41138
  "filename": "src/release/publisher.ts",
41139
- "line": 926
41139
+ "line": 944
41140
41140
  },
41141
41141
  "name": "gitCommitMessage",
41142
41142
  "optional": true,
@@ -41154,7 +41154,7 @@
41154
41154
  "immutable": true,
41155
41155
  "locationInModule": {
41156
41156
  "filename": "src/release/publisher.ts",
41157
- "line": 900
41157
+ "line": 918
41158
41158
  },
41159
41159
  "name": "githubRepo",
41160
41160
  "optional": true,
@@ -41172,7 +41172,7 @@
41172
41172
  "immutable": true,
41173
41173
  "locationInModule": {
41174
41174
  "filename": "src/release/publisher.ts",
41175
- "line": 893
41175
+ "line": 911
41176
41176
  },
41177
41177
  "name": "githubTokenSecret",
41178
41178
  "optional": true,
@@ -41193,7 +41193,7 @@
41193
41193
  "immutable": true,
41194
41194
  "locationInModule": {
41195
41195
  "filename": "src/release/publisher.ts",
41196
- "line": 919
41196
+ "line": 937
41197
41197
  },
41198
41198
  "name": "gitUserEmail",
41199
41199
  "optional": true,
@@ -41211,7 +41211,7 @@
41211
41211
  "immutable": true,
41212
41212
  "locationInModule": {
41213
41213
  "filename": "src/release/publisher.ts",
41214
- "line": 913
41214
+ "line": 931
41215
41215
  },
41216
41216
  "name": "gitUserName",
41217
41217
  "optional": true,
@@ -41236,7 +41236,7 @@
41236
41236
  "kind": "interface",
41237
41237
  "locationInModule": {
41238
41238
  "filename": "src/release/publisher.ts",
41239
- "line": 795
41239
+ "line": 813
41240
41240
  },
41241
41241
  "name": "JsiiReleaseMaven",
41242
41242
  "namespace": "release",
@@ -41256,7 +41256,7 @@
41256
41256
  "kind": "interface",
41257
41257
  "locationInModule": {
41258
41258
  "filename": "src/release/publisher.ts",
41259
- "line": 667
41259
+ "line": 680
41260
41260
  },
41261
41261
  "name": "JsiiReleaseNpm",
41262
41262
  "namespace": "release",
@@ -41276,7 +41276,7 @@
41276
41276
  "kind": "interface",
41277
41277
  "locationInModule": {
41278
41278
  "filename": "src/release/publisher.ts",
41279
- "line": 778
41279
+ "line": 791
41280
41280
  },
41281
41281
  "name": "JsiiReleaseNuget",
41282
41282
  "namespace": "release",
@@ -41296,7 +41296,7 @@
41296
41296
  "kind": "interface",
41297
41297
  "locationInModule": {
41298
41298
  "filename": "src/release/publisher.ts",
41299
- "line": 749
41299
+ "line": 762
41300
41300
  },
41301
41301
  "name": "JsiiReleasePyPi",
41302
41302
  "namespace": "release",
@@ -41389,7 +41389,7 @@
41389
41389
  "kind": "interface",
41390
41390
  "locationInModule": {
41391
41391
  "filename": "src/release/publisher.ts",
41392
- "line": 800
41392
+ "line": 818
41393
41393
  },
41394
41394
  "name": "MavenPublishOptions",
41395
41395
  "namespace": "release",
@@ -41405,7 +41405,7 @@
41405
41405
  "immutable": true,
41406
41406
  "locationInModule": {
41407
41407
  "filename": "src/release/publisher.ts",
41408
- "line": 806
41408
+ "line": 824
41409
41409
  },
41410
41410
  "name": "mavenEndpoint",
41411
41411
  "optional": true,
@@ -41425,7 +41425,7 @@
41425
41425
  "immutable": true,
41426
41426
  "locationInModule": {
41427
41427
  "filename": "src/release/publisher.ts",
41428
- "line": 839
41428
+ "line": 857
41429
41429
  },
41430
41430
  "name": "mavenGpgPrivateKeyPassphrase",
41431
41431
  "optional": true,
@@ -41445,7 +41445,7 @@
41445
41445
  "immutable": true,
41446
41446
  "locationInModule": {
41447
41447
  "filename": "src/release/publisher.ts",
41448
- "line": 830
41448
+ "line": 848
41449
41449
  },
41450
41450
  "name": "mavenGpgPrivateKeySecret",
41451
41451
  "optional": true,
@@ -41465,7 +41465,7 @@
41465
41465
  "immutable": true,
41466
41466
  "locationInModule": {
41467
41467
  "filename": "src/release/publisher.ts",
41468
- "line": 865
41468
+ "line": 883
41469
41469
  },
41470
41470
  "name": "mavenPassword",
41471
41471
  "optional": true,
@@ -41483,7 +41483,7 @@
41483
41483
  "immutable": true,
41484
41484
  "locationInModule": {
41485
41485
  "filename": "src/release/publisher.ts",
41486
- "line": 820
41486
+ "line": 838
41487
41487
  },
41488
41488
  "name": "mavenRepositoryUrl",
41489
41489
  "optional": true,
@@ -41501,7 +41501,7 @@
41501
41501
  "immutable": true,
41502
41502
  "locationInModule": {
41503
41503
  "filename": "src/release/publisher.ts",
41504
- "line": 813
41504
+ "line": 831
41505
41505
  },
41506
41506
  "name": "mavenServerId",
41507
41507
  "optional": true,
@@ -41519,7 +41519,7 @@
41519
41519
  "immutable": true,
41520
41520
  "locationInModule": {
41521
41521
  "filename": "src/release/publisher.ts",
41522
- "line": 876
41522
+ "line": 894
41523
41523
  },
41524
41524
  "name": "mavenStagingProfileId",
41525
41525
  "optional": true,
@@ -41539,7 +41539,7 @@
41539
41539
  "immutable": true,
41540
41540
  "locationInModule": {
41541
41541
  "filename": "src/release/publisher.ts",
41542
- "line": 852
41542
+ "line": 870
41543
41543
  },
41544
41544
  "name": "mavenUsername",
41545
41545
  "optional": true,
@@ -41564,7 +41564,7 @@
41564
41564
  "kind": "interface",
41565
41565
  "locationInModule": {
41566
41566
  "filename": "src/release/publisher.ts",
41567
- "line": 672
41567
+ "line": 685
41568
41568
  },
41569
41569
  "name": "NpmPublishOptions",
41570
41570
  "namespace": "release",
@@ -41579,7 +41579,7 @@
41579
41579
  "immutable": true,
41580
41580
  "locationInModule": {
41581
41581
  "filename": "src/release/publisher.ts",
41582
- "line": 717
41582
+ "line": 730
41583
41583
  },
41584
41584
  "name": "codeArtifactOptions",
41585
41585
  "optional": true,
@@ -41599,7 +41599,7 @@
41599
41599
  "immutable": true,
41600
41600
  "locationInModule": {
41601
41601
  "filename": "src/release/publisher.ts",
41602
- "line": 690
41602
+ "line": 703
41603
41603
  },
41604
41604
  "name": "distTag",
41605
41605
  "optional": true,
@@ -41617,7 +41617,7 @@
41617
41617
  "immutable": true,
41618
41618
  "locationInModule": {
41619
41619
  "filename": "src/release/publisher.ts",
41620
- "line": 710
41620
+ "line": 723
41621
41621
  },
41622
41622
  "name": "npmTokenSecret",
41623
41623
  "optional": true,
@@ -41637,7 +41637,7 @@
41637
41637
  "immutable": true,
41638
41638
  "locationInModule": {
41639
41639
  "filename": "src/release/publisher.ts",
41640
- "line": 704
41640
+ "line": 717
41641
41641
  },
41642
41642
  "name": "registry",
41643
41643
  "optional": true,
@@ -41662,7 +41662,7 @@
41662
41662
  "kind": "interface",
41663
41663
  "locationInModule": {
41664
41664
  "filename": "src/release/publisher.ts",
41665
- "line": 783
41665
+ "line": 796
41666
41666
  },
41667
41667
  "name": "NugetPublishOptions",
41668
41668
  "namespace": "release",
@@ -41677,13 +41677,30 @@
41677
41677
  "immutable": true,
41678
41678
  "locationInModule": {
41679
41679
  "filename": "src/release/publisher.ts",
41680
- "line": 789
41680
+ "line": 802
41681
41681
  },
41682
41682
  "name": "nugetApiKeySecret",
41683
41683
  "optional": true,
41684
41684
  "type": {
41685
41685
  "primitive": "string"
41686
41686
  }
41687
+ },
41688
+ {
41689
+ "abstract": true,
41690
+ "docs": {
41691
+ "stability": "experimental",
41692
+ "summary": "NuGet Server URL (defaults to nuget.org)."
41693
+ },
41694
+ "immutable": true,
41695
+ "locationInModule": {
41696
+ "filename": "src/release/publisher.ts",
41697
+ "line": 807
41698
+ },
41699
+ "name": "nugetServer",
41700
+ "optional": true,
41701
+ "type": {
41702
+ "primitive": "string"
41703
+ }
41687
41704
  }
41688
41705
  ],
41689
41706
  "symbolId": "src/release/publisher:NugetPublishOptions"
@@ -41703,7 +41720,7 @@
41703
41720
  },
41704
41721
  "locationInModule": {
41705
41722
  "filename": "src/release/publisher.ts",
41706
- "line": 136
41723
+ "line": 137
41707
41724
  },
41708
41725
  "parameters": [
41709
41726
  {
@@ -41723,7 +41740,7 @@
41723
41740
  "kind": "class",
41724
41741
  "locationInModule": {
41725
41742
  "filename": "src/release/publisher.ts",
41726
- "line": 113
41743
+ "line": 114
41727
41744
  },
41728
41745
  "methods": [
41729
41746
  {
@@ -41733,7 +41750,7 @@
41733
41750
  },
41734
41751
  "locationInModule": {
41735
41752
  "filename": "src/release/publisher.ts",
41736
- "line": 182
41753
+ "line": 183
41737
41754
  },
41738
41755
  "name": "addGitHubPrePublishingSteps",
41739
41756
  "parameters": [
@@ -41758,7 +41775,7 @@
41758
41775
  },
41759
41776
  "locationInModule": {
41760
41777
  "filename": "src/release/publisher.ts",
41761
- "line": 193
41778
+ "line": 194
41762
41779
  },
41763
41780
  "name": "publishToGit",
41764
41781
  "parameters": [
@@ -41785,7 +41802,7 @@
41785
41802
  },
41786
41803
  "locationInModule": {
41787
41804
  "filename": "src/release/publisher.ts",
41788
- "line": 233
41805
+ "line": 234
41789
41806
  },
41790
41807
  "name": "publishToGitHubReleases",
41791
41808
  "parameters": [
@@ -41807,7 +41824,7 @@
41807
41824
  },
41808
41825
  "locationInModule": {
41809
41826
  "filename": "src/release/publisher.ts",
41810
- "line": 453
41827
+ "line": 466
41811
41828
  },
41812
41829
  "name": "publishToGo",
41813
41830
  "parameters": [
@@ -41830,7 +41847,7 @@
41830
41847
  },
41831
41848
  "locationInModule": {
41832
41849
  "filename": "src/release/publisher.ts",
41833
- "line": 362
41850
+ "line": 375
41834
41851
  },
41835
41852
  "name": "publishToMaven",
41836
41853
  "parameters": [
@@ -41853,7 +41870,7 @@
41853
41870
  },
41854
41871
  "locationInModule": {
41855
41872
  "filename": "src/release/publisher.ts",
41856
- "line": 282
41873
+ "line": 283
41857
41874
  },
41858
41875
  "name": "publishToNpm",
41859
41876
  "parameters": [
@@ -41876,7 +41893,7 @@
41876
41893
  },
41877
41894
  "locationInModule": {
41878
41895
  "filename": "src/release/publisher.ts",
41879
- "line": 343
41896
+ "line": 344
41880
41897
  },
41881
41898
  "name": "publishToNuget",
41882
41899
  "parameters": [
@@ -41899,7 +41916,7 @@
41899
41916
  },
41900
41917
  "locationInModule": {
41901
41918
  "filename": "src/release/publisher.ts",
41902
- "line": 426
41919
+ "line": 439
41903
41920
  },
41904
41921
  "name": "publishToPyPi",
41905
41922
  "parameters": [
@@ -41927,7 +41944,7 @@
41927
41944
  "immutable": true,
41928
41945
  "locationInModule": {
41929
41946
  "filename": "src/release/publisher.ts",
41930
- "line": 114
41947
+ "line": 115
41931
41948
  },
41932
41949
  "name": "PUBLISH_GIT_TASK_NAME",
41933
41950
  "static": true,
@@ -41942,7 +41959,7 @@
41942
41959
  "immutable": true,
41943
41960
  "locationInModule": {
41944
41961
  "filename": "src/release/publisher.ts",
41945
- "line": 117
41962
+ "line": 118
41946
41963
  },
41947
41964
  "name": "artifactName",
41948
41965
  "type": {
@@ -41956,7 +41973,7 @@
41956
41973
  "immutable": true,
41957
41974
  "locationInModule": {
41958
41975
  "filename": "src/release/publisher.ts",
41959
- "line": 116
41976
+ "line": 117
41960
41977
  },
41961
41978
  "name": "buildJobId",
41962
41979
  "type": {
@@ -41971,7 +41988,7 @@
41971
41988
  "immutable": true,
41972
41989
  "locationInModule": {
41973
41990
  "filename": "src/release/publisher.ts",
41974
- "line": 122
41991
+ "line": 123
41975
41992
  },
41976
41993
  "name": "jsiiReleaseVersion",
41977
41994
  "type": {
@@ -41985,7 +42002,7 @@
41985
42002
  "immutable": true,
41986
42003
  "locationInModule": {
41987
42004
  "filename": "src/release/publisher.ts",
41988
- "line": 118
42005
+ "line": 119
41989
42006
  },
41990
42007
  "name": "publibVersion",
41991
42008
  "type": {
@@ -41999,7 +42016,7 @@
41999
42016
  "immutable": true,
42000
42017
  "locationInModule": {
42001
42018
  "filename": "src/release/publisher.ts",
42002
- "line": 119
42019
+ "line": 120
42003
42020
  },
42004
42021
  "name": "condition",
42005
42022
  "optional": true,
@@ -42021,7 +42038,7 @@
42021
42038
  "kind": "interface",
42022
42039
  "locationInModule": {
42023
42040
  "filename": "src/release/publisher.ts",
42024
- "line": 33
42041
+ "line": 34
42025
42042
  },
42026
42043
  "name": "PublisherOptions",
42027
42044
  "namespace": "release",
@@ -42037,7 +42054,7 @@
42037
42054
  "immutable": true,
42038
42055
  "locationInModule": {
42039
42056
  "filename": "src/release/publisher.ts",
42040
- "line": 55
42057
+ "line": 56
42041
42058
  },
42042
42059
  "name": "artifactName",
42043
42060
  "type": {
@@ -42054,7 +42071,7 @@
42054
42071
  "immutable": true,
42055
42072
  "locationInModule": {
42056
42073
  "filename": "src/release/publisher.ts",
42057
- "line": 37
42074
+ "line": 38
42058
42075
  },
42059
42076
  "name": "buildJobId",
42060
42077
  "type": {
@@ -42071,7 +42088,7 @@
42071
42088
  "immutable": true,
42072
42089
  "locationInModule": {
42073
42090
  "filename": "src/release/publisher.ts",
42074
- "line": 44
42091
+ "line": 45
42075
42092
  },
42076
42093
  "name": "condition",
42077
42094
  "optional": true,
@@ -42089,7 +42106,7 @@
42089
42106
  "immutable": true,
42090
42107
  "locationInModule": {
42091
42108
  "filename": "src/release/publisher.ts",
42092
- "line": 105
42109
+ "line": 106
42093
42110
  },
42094
42111
  "name": "dryRun",
42095
42112
  "optional": true,
@@ -42107,7 +42124,7 @@
42107
42124
  "immutable": true,
42108
42125
  "locationInModule": {
42109
42126
  "filename": "src/release/publisher.ts",
42110
- "line": 74
42127
+ "line": 75
42111
42128
  },
42112
42129
  "name": "failureIssue",
42113
42130
  "optional": true,
@@ -42126,7 +42143,7 @@
42126
42143
  "immutable": true,
42127
42144
  "locationInModule": {
42128
42145
  "filename": "src/release/publisher.ts",
42129
- "line": 82
42146
+ "line": 83
42130
42147
  },
42131
42148
  "name": "failureIssueLabel",
42132
42149
  "optional": true,
@@ -42143,7 +42160,7 @@
42143
42160
  "immutable": true,
42144
42161
  "locationInModule": {
42145
42162
  "filename": "src/release/publisher.ts",
42146
- "line": 60
42163
+ "line": 61
42147
42164
  },
42148
42165
  "name": "jsiiReleaseVersion",
42149
42166
  "optional": true,
@@ -42161,7 +42178,7 @@
42161
42178
  "immutable": true,
42162
42179
  "locationInModule": {
42163
42180
  "filename": "src/release/publisher.ts",
42164
- "line": 67
42181
+ "line": 68
42165
42182
  },
42166
42183
  "name": "publibVersion",
42167
42184
  "optional": true,
@@ -42180,7 +42197,7 @@
42180
42197
  "immutable": true,
42181
42198
  "locationInModule": {
42182
42199
  "filename": "src/release/publisher.ts",
42183
- "line": 98
42200
+ "line": 99
42184
42201
  },
42185
42202
  "name": "publishTasks",
42186
42203
  "optional": true,
@@ -42198,7 +42215,7 @@
42198
42215
  "immutable": true,
42199
42216
  "locationInModule": {
42200
42217
  "filename": "src/release/publisher.ts",
42201
- "line": 88
42218
+ "line": 89
42202
42219
  },
42203
42220
  "name": "workflowRunsOn",
42204
42221
  "optional": true,
@@ -42228,7 +42245,7 @@
42228
42245
  "kind": "interface",
42229
42246
  "locationInModule": {
42230
42247
  "filename": "src/release/publisher.ts",
42231
- "line": 754
42248
+ "line": 767
42232
42249
  },
42233
42250
  "name": "PyPiPublishOptions",
42234
42251
  "namespace": "release",
@@ -42243,7 +42260,7 @@
42243
42260
  "immutable": true,
42244
42261
  "locationInModule": {
42245
42262
  "filename": "src/release/publisher.ts",
42246
- "line": 772
42263
+ "line": 785
42247
42264
  },
42248
42265
  "name": "twinePasswordSecret",
42249
42266
  "optional": true,
@@ -42261,7 +42278,7 @@
42261
42278
  "immutable": true,
42262
42279
  "locationInModule": {
42263
42280
  "filename": "src/release/publisher.ts",
42264
- "line": 760
42281
+ "line": 773
42265
42282
  },
42266
42283
  "name": "twineRegistryUrl",
42267
42284
  "optional": true,
@@ -42279,7 +42296,7 @@
42279
42296
  "immutable": true,
42280
42297
  "locationInModule": {
42281
42298
  "filename": "src/release/publisher.ts",
42282
- "line": 766
42299
+ "line": 779
42283
42300
  },
42284
42301
  "name": "twineUsernameSecret",
42285
42302
  "optional": true,
@@ -45761,6 +45778,6 @@
45761
45778
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
45762
45779
  }
45763
45780
  },
45764
- "version": "0.56.1",
45765
- "fingerprint": "VJv76IzvmtohvbeSYnBwlXWtmO0+XCCAfGpVU56u0EQ="
45781
+ "version": "0.56.4",
45782
+ "fingerprint": "fmg3F9tp6wRvt86BOHJHToA64G+15xksbeMeZ0q0/KA="
45766
45783
  }