projen 0.55.12 → 0.56.2

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 (121) hide show
  1. package/.jsii +145 -108
  2. package/changelog.md +6 -1
  3. package/docs/api/API.md +7 -1
  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.d.ts +6 -0
  61. package/lib/javascript/eslint.js +10 -9
  62. package/lib/javascript/jest.js +1 -1
  63. package/lib/javascript/node-package.js +19 -10
  64. package/lib/javascript/node-project.js +1 -1
  65. package/lib/javascript/npm-config.js +1 -1
  66. package/lib/javascript/prettier.js +1 -1
  67. package/lib/javascript/projenrc.js +1 -1
  68. package/lib/javascript/typescript-config.js +1 -1
  69. package/lib/javascript/upgrade-dependencies.js +2 -2
  70. package/lib/json.js +1 -1
  71. package/lib/license.js +1 -1
  72. package/lib/logger.js +1 -1
  73. package/lib/makefile.js +1 -1
  74. package/lib/object-file.js +1 -1
  75. package/lib/project-build.js +1 -1
  76. package/lib/project.js +1 -1
  77. package/lib/projects.js +1 -1
  78. package/lib/projenrc-json.js +1 -1
  79. package/lib/python/pip.js +1 -1
  80. package/lib/python/poetry.js +2 -2
  81. package/lib/python/projenrc.js +1 -1
  82. package/lib/python/pytest-sample.js +1 -1
  83. package/lib/python/pytest.js +1 -1
  84. package/lib/python/python-project.js +1 -1
  85. package/lib/python/python-sample.js +1 -1
  86. package/lib/python/requirements-file.js +1 -1
  87. package/lib/python/setuppy.js +1 -1
  88. package/lib/python/setuptools.js +1 -1
  89. package/lib/python/venv.js +1 -1
  90. package/lib/readme.js +1 -1
  91. package/lib/release/publisher.d.ts +4 -0
  92. package/lib/release/publisher.js +14 -4
  93. package/lib/release/release-trigger.js +1 -1
  94. package/lib/release/release.js +1 -1
  95. package/lib/renovatebot.js +1 -1
  96. package/lib/run-task.js +1813 -0
  97. package/lib/sample-file.js +2 -2
  98. package/lib/semver.js +1 -1
  99. package/lib/source-code.js +1 -1
  100. package/lib/task-runtime.js +1 -1
  101. package/lib/task.js +1 -1
  102. package/lib/tasks.js +1 -1
  103. package/lib/testing.js +1 -1
  104. package/lib/textfile.js +1 -1
  105. package/lib/toml.js +1 -1
  106. package/lib/typescript/projenrc.js +1 -1
  107. package/lib/typescript/typescript-typedoc.js +1 -1
  108. package/lib/typescript/typescript.js +15 -12
  109. package/lib/version.js +1 -1
  110. package/lib/vscode/devcontainer.js +1 -1
  111. package/lib/vscode/launch-config.js +1 -1
  112. package/lib/vscode/vscode.js +1 -1
  113. package/lib/web/next.js +3 -3
  114. package/lib/web/postcss.js +1 -1
  115. package/lib/web/react.js +4 -4
  116. package/lib/web/tailwind.js +1 -1
  117. package/lib/xmlfile.js +1 -1
  118. package/lib/yaml.js +1 -1
  119. package/package.json +1 -1
  120. package/releasetag.txt +1 -1
  121. package/version.txt +1 -1
package/.jsii CHANGED
@@ -29671,7 +29671,7 @@
29671
29671
  },
29672
29672
  "locationInModule": {
29673
29673
  "filename": "src/javascript/eslint.ts",
29674
- "line": 126
29674
+ "line": 133
29675
29675
  },
29676
29676
  "parameters": [
29677
29677
  {
@@ -29691,7 +29691,7 @@
29691
29691
  "kind": "class",
29692
29692
  "locationInModule": {
29693
29693
  "filename": "src/javascript/eslint.ts",
29694
- "line": 91
29694
+ "line": 98
29695
29695
  },
29696
29696
  "methods": [
29697
29697
  {
@@ -29701,7 +29701,7 @@
29701
29701
  },
29702
29702
  "locationInModule": {
29703
29703
  "filename": "src/javascript/eslint.ts",
29704
- "line": 95
29704
+ "line": 102
29705
29705
  },
29706
29706
  "name": "of",
29707
29707
  "parameters": [
@@ -29727,7 +29727,7 @@
29727
29727
  },
29728
29728
  "locationInModule": {
29729
29729
  "filename": "src/javascript/eslint.ts",
29730
- "line": 406
29730
+ "line": 414
29731
29731
  },
29732
29732
  "name": "addExtends",
29733
29733
  "parameters": [
@@ -29751,7 +29751,7 @@
29751
29751
  },
29752
29752
  "locationInModule": {
29753
29753
  "filename": "src/javascript/eslint.ts",
29754
- "line": 398
29754
+ "line": 406
29755
29755
  },
29756
29756
  "name": "addIgnorePattern",
29757
29757
  "parameters": [
@@ -29770,7 +29770,7 @@
29770
29770
  },
29771
29771
  "locationInModule": {
29772
29772
  "filename": "src/javascript/eslint.ts",
29773
- "line": 391
29773
+ "line": 399
29774
29774
  },
29775
29775
  "name": "addOverride",
29776
29776
  "parameters": [
@@ -29789,7 +29789,7 @@
29789
29789
  },
29790
29790
  "locationInModule": {
29791
29791
  "filename": "src/javascript/eslint.ts",
29792
- "line": 384
29792
+ "line": 392
29793
29793
  },
29794
29794
  "name": "addPlugins",
29795
29795
  "parameters": [
@@ -29813,7 +29813,7 @@
29813
29813
  },
29814
29814
  "locationInModule": {
29815
29815
  "filename": "src/javascript/eslint.ts",
29816
- "line": 374
29816
+ "line": 382
29817
29817
  },
29818
29818
  "name": "addRules",
29819
29819
  "parameters": [
@@ -29837,7 +29837,7 @@
29837
29837
  },
29838
29838
  "locationInModule": {
29839
29839
  "filename": "src/javascript/eslint.ts",
29840
- "line": 414
29840
+ "line": 422
29841
29841
  },
29842
29842
  "name": "allowDevDeps",
29843
29843
  "parameters": [
@@ -29864,7 +29864,7 @@
29864
29864
  "immutable": true,
29865
29865
  "locationInModule": {
29866
29866
  "filename": "src/javascript/eslint.ts",
29867
- "line": 113
29867
+ "line": 120
29868
29868
  },
29869
29869
  "name": "config",
29870
29870
  "type": {
@@ -29879,7 +29879,7 @@
29879
29879
  "immutable": true,
29880
29880
  "locationInModule": {
29881
29881
  "filename": "src/javascript/eslint.ts",
29882
- "line": 118
29882
+ "line": 125
29883
29883
  },
29884
29884
  "name": "ignorePatterns",
29885
29885
  "type": {
@@ -29899,7 +29899,7 @@
29899
29899
  "immutable": true,
29900
29900
  "locationInModule": {
29901
29901
  "filename": "src/javascript/eslint.ts",
29902
- "line": 108
29902
+ "line": 115
29903
29903
  },
29904
29904
  "name": "overrides",
29905
29905
  "type": {
@@ -29919,7 +29919,7 @@
29919
29919
  "immutable": true,
29920
29920
  "locationInModule": {
29921
29921
  "filename": "src/javascript/eslint.ts",
29922
- "line": 103
29922
+ "line": 110
29923
29923
  },
29924
29924
  "name": "rules",
29925
29925
  "type": {
@@ -29985,7 +29985,7 @@
29985
29985
  "immutable": true,
29986
29986
  "locationInModule": {
29987
29987
  "filename": "src/javascript/eslint.ts",
29988
- "line": 63
29988
+ "line": 70
29989
29989
  },
29990
29990
  "name": "aliasExtensions",
29991
29991
  "optional": true,
@@ -30008,7 +30008,7 @@
30008
30008
  "immutable": true,
30009
30009
  "locationInModule": {
30010
30010
  "filename": "src/javascript/eslint.ts",
30011
- "line": 57
30011
+ "line": 64
30012
30012
  },
30013
30013
  "name": "aliasMap",
30014
30014
  "optional": true,
@@ -30095,13 +30095,14 @@
30095
30095
  "abstract": true,
30096
30096
  "docs": {
30097
30097
  "default": "true",
30098
- "stability": "experimental",
30098
+ "deprecated": "use lintProjenRcFile instead",
30099
+ "stability": "deprecated",
30099
30100
  "summary": "Should we lint .projenrc.js."
30100
30101
  },
30101
30102
  "immutable": true,
30102
30103
  "locationInModule": {
30103
30104
  "filename": "src/javascript/eslint.ts",
30104
- "line": 45
30105
+ "line": 52
30105
30106
  },
30106
30107
  "name": "lintProjenRc",
30107
30108
  "optional": true,
@@ -30109,6 +30110,25 @@
30109
30110
  "primitive": "boolean"
30110
30111
  }
30111
30112
  },
30113
+ {
30114
+ "abstract": true,
30115
+ "docs": {
30116
+ "default": "PROJEN_RC",
30117
+ "remarks": "Use empty string to disable.",
30118
+ "stability": "experimental",
30119
+ "summary": "Projenrc file to lint."
30120
+ },
30121
+ "immutable": true,
30122
+ "locationInModule": {
30123
+ "filename": "src/javascript/eslint.ts",
30124
+ "line": 45
30125
+ },
30126
+ "name": "lintProjenRcFile",
30127
+ "optional": true,
30128
+ "type": {
30129
+ "primitive": "string"
30130
+ }
30131
+ },
30112
30132
  {
30113
30133
  "abstract": true,
30114
30134
  "docs": {
@@ -30119,7 +30139,7 @@
30119
30139
  "immutable": true,
30120
30140
  "locationInModule": {
30121
30141
  "filename": "src/javascript/eslint.ts",
30122
- "line": 51
30142
+ "line": 58
30123
30143
  },
30124
30144
  "name": "prettier",
30125
30145
  "optional": true,
@@ -30138,7 +30158,7 @@
30138
30158
  "immutable": true,
30139
30159
  "locationInModule": {
30140
30160
  "filename": "src/javascript/eslint.ts",
30141
- "line": 70
30161
+ "line": 77
30142
30162
  },
30143
30163
  "name": "tsAlwaysTryTypes",
30144
30164
  "optional": true,
@@ -30178,7 +30198,7 @@
30178
30198
  "kind": "interface",
30179
30199
  "locationInModule": {
30180
30200
  "filename": "src/javascript/eslint.ts",
30181
- "line": 76
30201
+ "line": 83
30182
30202
  },
30183
30203
  "name": "EslintOverride",
30184
30204
  "namespace": "javascript",
@@ -30192,7 +30212,7 @@
30192
30212
  "immutable": true,
30193
30213
  "locationInModule": {
30194
30214
  "filename": "src/javascript/eslint.ts",
30195
- "line": 80
30215
+ "line": 87
30196
30216
  },
30197
30217
  "name": "files",
30198
30218
  "type": {
@@ -30213,7 +30233,7 @@
30213
30233
  "immutable": true,
30214
30234
  "locationInModule": {
30215
30235
  "filename": "src/javascript/eslint.ts",
30216
- "line": 85
30236
+ "line": 92
30217
30237
  },
30218
30238
  "name": "rules",
30219
30239
  "type": {
@@ -32854,7 +32874,7 @@
32854
32874
  "kind": "enum",
32855
32875
  "locationInModule": {
32856
32876
  "filename": "src/javascript/node-package.ts",
32857
- "line": 1333
32877
+ "line": 1347
32858
32878
  },
32859
32879
  "members": [
32860
32880
  {
@@ -34990,7 +35010,7 @@
34990
35010
  "kind": "enum",
34991
35011
  "locationInModule": {
34992
35012
  "filename": "src/javascript/node-package.ts",
34993
- "line": 1353
35013
+ "line": 1367
34994
35014
  },
34995
35015
  "members": [
34996
35016
  {
@@ -35167,7 +35187,7 @@
35167
35187
  "kind": "interface",
35168
35188
  "locationInModule": {
35169
35189
  "filename": "src/javascript/node-package.ts",
35170
- "line": 1322
35190
+ "line": 1336
35171
35191
  },
35172
35192
  "name": "PeerDependencyOptions",
35173
35193
  "namespace": "javascript",
@@ -35182,7 +35202,7 @@
35182
35202
  "immutable": true,
35183
35203
  "locationInModule": {
35184
35204
  "filename": "src/javascript/node-package.ts",
35185
- "line": 1327
35205
+ "line": 1341
35186
35206
  },
35187
35207
  "name": "pinnedDevDependency",
35188
35208
  "optional": true,
@@ -40749,7 +40769,7 @@
40749
40769
  "kind": "interface",
40750
40770
  "locationInModule": {
40751
40771
  "filename": "src/release/publisher.ts",
40752
- "line": 720
40772
+ "line": 733
40753
40773
  },
40754
40774
  "name": "CodeArtifactOptions",
40755
40775
  "namespace": "release",
@@ -40765,7 +40785,7 @@
40765
40785
  "immutable": true,
40766
40786
  "locationInModule": {
40767
40787
  "filename": "src/release/publisher.ts",
40768
- "line": 727
40788
+ "line": 740
40769
40789
  },
40770
40790
  "name": "accessKeyIdSecret",
40771
40791
  "optional": true,
@@ -40783,7 +40803,7 @@
40783
40803
  "immutable": true,
40784
40804
  "locationInModule": {
40785
40805
  "filename": "src/release/publisher.ts",
40786
- "line": 743
40806
+ "line": 756
40787
40807
  },
40788
40808
  "name": "roleToAssume",
40789
40809
  "optional": true,
@@ -40802,7 +40822,7 @@
40802
40822
  "immutable": true,
40803
40823
  "locationInModule": {
40804
40824
  "filename": "src/release/publisher.ts",
40805
- "line": 735
40825
+ "line": 748
40806
40826
  },
40807
40827
  "name": "secretAccessKeySecret",
40808
40828
  "optional": true,
@@ -40824,7 +40844,7 @@
40824
40844
  "kind": "interface",
40825
40845
  "locationInModule": {
40826
40846
  "filename": "src/release/publisher.ts",
40827
- "line": 645
40847
+ "line": 658
40828
40848
  },
40829
40849
  "name": "CommonPublishOptions",
40830
40850
  "namespace": "release",
@@ -40839,7 +40859,7 @@
40839
40859
  "immutable": true,
40840
40860
  "locationInModule": {
40841
40861
  "filename": "src/release/publisher.ts",
40842
- "line": 655
40862
+ "line": 668
40843
40863
  },
40844
40864
  "name": "prePublishSteps",
40845
40865
  "optional": true,
@@ -40862,7 +40882,7 @@
40862
40882
  "immutable": true,
40863
40883
  "locationInModule": {
40864
40884
  "filename": "src/release/publisher.ts",
40865
- "line": 661
40885
+ "line": 674
40866
40886
  },
40867
40887
  "name": "publishTools",
40868
40888
  "optional": true,
@@ -40887,7 +40907,7 @@
40887
40907
  "kind": "interface",
40888
40908
  "locationInModule": {
40889
40909
  "filename": "src/release/publisher.ts",
40890
- "line": 964
40910
+ "line": 982
40891
40911
  },
40892
40912
  "name": "GitHubReleasesPublishOptions",
40893
40913
  "namespace": "release",
@@ -40902,7 +40922,7 @@
40902
40922
  "immutable": true,
40903
40923
  "locationInModule": {
40904
40924
  "filename": "src/release/publisher.ts",
40905
- "line": 949
40925
+ "line": 967
40906
40926
  },
40907
40927
  "name": "changelogFile",
40908
40928
  "type": {
@@ -40919,7 +40939,7 @@
40919
40939
  "immutable": true,
40920
40940
  "locationInModule": {
40921
40941
  "filename": "src/release/publisher.ts",
40922
- "line": 942
40942
+ "line": 960
40923
40943
  },
40924
40944
  "name": "releaseTagFile",
40925
40945
  "type": {
@@ -40936,7 +40956,7 @@
40936
40956
  "immutable": true,
40937
40957
  "locationInModule": {
40938
40958
  "filename": "src/release/publisher.ts",
40939
- "line": 935
40959
+ "line": 953
40940
40960
  },
40941
40961
  "name": "versionFile",
40942
40962
  "type": {
@@ -40957,7 +40977,7 @@
40957
40977
  "kind": "interface",
40958
40978
  "locationInModule": {
40959
40979
  "filename": "src/release/publisher.ts",
40960
- "line": 971
40980
+ "line": 989
40961
40981
  },
40962
40982
  "name": "GitPublishOptions",
40963
40983
  "namespace": "release",
@@ -40972,7 +40992,7 @@
40972
40992
  "immutable": true,
40973
40993
  "locationInModule": {
40974
40994
  "filename": "src/release/publisher.ts",
40975
- "line": 949
40995
+ "line": 967
40976
40996
  },
40977
40997
  "name": "changelogFile",
40978
40998
  "type": {
@@ -40989,7 +41009,7 @@
40989
41009
  "immutable": true,
40990
41010
  "locationInModule": {
40991
41011
  "filename": "src/release/publisher.ts",
40992
- "line": 942
41012
+ "line": 960
40993
41013
  },
40994
41014
  "name": "releaseTagFile",
40995
41015
  "type": {
@@ -41006,7 +41026,7 @@
41006
41026
  "immutable": true,
41007
41027
  "locationInModule": {
41008
41028
  "filename": "src/release/publisher.ts",
41009
- "line": 935
41029
+ "line": 953
41010
41030
  },
41011
41031
  "name": "versionFile",
41012
41032
  "type": {
@@ -41023,7 +41043,7 @@
41023
41043
  "immutable": true,
41024
41044
  "locationInModule": {
41025
41045
  "filename": "src/release/publisher.ts",
41026
- "line": 982
41046
+ "line": 1000
41027
41047
  },
41028
41048
  "name": "gitBranch",
41029
41049
  "optional": true,
@@ -41041,7 +41061,7 @@
41041
41061
  "immutable": true,
41042
41062
  "locationInModule": {
41043
41063
  "filename": "src/release/publisher.ts",
41044
- "line": 989
41064
+ "line": 1007
41045
41065
  },
41046
41066
  "name": "gitPushCommand",
41047
41067
  "optional": true,
@@ -41058,7 +41078,7 @@
41058
41078
  "immutable": true,
41059
41079
  "locationInModule": {
41060
41080
  "filename": "src/release/publisher.ts",
41061
- "line": 975
41081
+ "line": 993
41062
41082
  },
41063
41083
  "name": "projectChangelogFile",
41064
41084
  "optional": true,
@@ -41083,7 +41103,7 @@
41083
41103
  "kind": "interface",
41084
41104
  "locationInModule": {
41085
41105
  "filename": "src/release/publisher.ts",
41086
- "line": 886
41106
+ "line": 904
41087
41107
  },
41088
41108
  "name": "GoPublishOptions",
41089
41109
  "namespace": "release",
@@ -41098,7 +41118,7 @@
41098
41118
  "immutable": true,
41099
41119
  "locationInModule": {
41100
41120
  "filename": "src/release/publisher.ts",
41101
- "line": 907
41121
+ "line": 925
41102
41122
  },
41103
41123
  "name": "gitBranch",
41104
41124
  "optional": true,
@@ -41116,7 +41136,7 @@
41116
41136
  "immutable": true,
41117
41137
  "locationInModule": {
41118
41138
  "filename": "src/release/publisher.ts",
41119
- "line": 926
41139
+ "line": 944
41120
41140
  },
41121
41141
  "name": "gitCommitMessage",
41122
41142
  "optional": true,
@@ -41134,7 +41154,7 @@
41134
41154
  "immutable": true,
41135
41155
  "locationInModule": {
41136
41156
  "filename": "src/release/publisher.ts",
41137
- "line": 900
41157
+ "line": 918
41138
41158
  },
41139
41159
  "name": "githubRepo",
41140
41160
  "optional": true,
@@ -41152,7 +41172,7 @@
41152
41172
  "immutable": true,
41153
41173
  "locationInModule": {
41154
41174
  "filename": "src/release/publisher.ts",
41155
- "line": 893
41175
+ "line": 911
41156
41176
  },
41157
41177
  "name": "githubTokenSecret",
41158
41178
  "optional": true,
@@ -41173,7 +41193,7 @@
41173
41193
  "immutable": true,
41174
41194
  "locationInModule": {
41175
41195
  "filename": "src/release/publisher.ts",
41176
- "line": 919
41196
+ "line": 937
41177
41197
  },
41178
41198
  "name": "gitUserEmail",
41179
41199
  "optional": true,
@@ -41191,7 +41211,7 @@
41191
41211
  "immutable": true,
41192
41212
  "locationInModule": {
41193
41213
  "filename": "src/release/publisher.ts",
41194
- "line": 913
41214
+ "line": 931
41195
41215
  },
41196
41216
  "name": "gitUserName",
41197
41217
  "optional": true,
@@ -41216,7 +41236,7 @@
41216
41236
  "kind": "interface",
41217
41237
  "locationInModule": {
41218
41238
  "filename": "src/release/publisher.ts",
41219
- "line": 795
41239
+ "line": 813
41220
41240
  },
41221
41241
  "name": "JsiiReleaseMaven",
41222
41242
  "namespace": "release",
@@ -41236,7 +41256,7 @@
41236
41256
  "kind": "interface",
41237
41257
  "locationInModule": {
41238
41258
  "filename": "src/release/publisher.ts",
41239
- "line": 667
41259
+ "line": 680
41240
41260
  },
41241
41261
  "name": "JsiiReleaseNpm",
41242
41262
  "namespace": "release",
@@ -41256,7 +41276,7 @@
41256
41276
  "kind": "interface",
41257
41277
  "locationInModule": {
41258
41278
  "filename": "src/release/publisher.ts",
41259
- "line": 778
41279
+ "line": 791
41260
41280
  },
41261
41281
  "name": "JsiiReleaseNuget",
41262
41282
  "namespace": "release",
@@ -41276,7 +41296,7 @@
41276
41296
  "kind": "interface",
41277
41297
  "locationInModule": {
41278
41298
  "filename": "src/release/publisher.ts",
41279
- "line": 749
41299
+ "line": 762
41280
41300
  },
41281
41301
  "name": "JsiiReleasePyPi",
41282
41302
  "namespace": "release",
@@ -41369,7 +41389,7 @@
41369
41389
  "kind": "interface",
41370
41390
  "locationInModule": {
41371
41391
  "filename": "src/release/publisher.ts",
41372
- "line": 800
41392
+ "line": 818
41373
41393
  },
41374
41394
  "name": "MavenPublishOptions",
41375
41395
  "namespace": "release",
@@ -41385,7 +41405,7 @@
41385
41405
  "immutable": true,
41386
41406
  "locationInModule": {
41387
41407
  "filename": "src/release/publisher.ts",
41388
- "line": 806
41408
+ "line": 824
41389
41409
  },
41390
41410
  "name": "mavenEndpoint",
41391
41411
  "optional": true,
@@ -41405,7 +41425,7 @@
41405
41425
  "immutable": true,
41406
41426
  "locationInModule": {
41407
41427
  "filename": "src/release/publisher.ts",
41408
- "line": 839
41428
+ "line": 857
41409
41429
  },
41410
41430
  "name": "mavenGpgPrivateKeyPassphrase",
41411
41431
  "optional": true,
@@ -41425,7 +41445,7 @@
41425
41445
  "immutable": true,
41426
41446
  "locationInModule": {
41427
41447
  "filename": "src/release/publisher.ts",
41428
- "line": 830
41448
+ "line": 848
41429
41449
  },
41430
41450
  "name": "mavenGpgPrivateKeySecret",
41431
41451
  "optional": true,
@@ -41445,7 +41465,7 @@
41445
41465
  "immutable": true,
41446
41466
  "locationInModule": {
41447
41467
  "filename": "src/release/publisher.ts",
41448
- "line": 865
41468
+ "line": 883
41449
41469
  },
41450
41470
  "name": "mavenPassword",
41451
41471
  "optional": true,
@@ -41463,7 +41483,7 @@
41463
41483
  "immutable": true,
41464
41484
  "locationInModule": {
41465
41485
  "filename": "src/release/publisher.ts",
41466
- "line": 820
41486
+ "line": 838
41467
41487
  },
41468
41488
  "name": "mavenRepositoryUrl",
41469
41489
  "optional": true,
@@ -41481,7 +41501,7 @@
41481
41501
  "immutable": true,
41482
41502
  "locationInModule": {
41483
41503
  "filename": "src/release/publisher.ts",
41484
- "line": 813
41504
+ "line": 831
41485
41505
  },
41486
41506
  "name": "mavenServerId",
41487
41507
  "optional": true,
@@ -41499,7 +41519,7 @@
41499
41519
  "immutable": true,
41500
41520
  "locationInModule": {
41501
41521
  "filename": "src/release/publisher.ts",
41502
- "line": 876
41522
+ "line": 894
41503
41523
  },
41504
41524
  "name": "mavenStagingProfileId",
41505
41525
  "optional": true,
@@ -41519,7 +41539,7 @@
41519
41539
  "immutable": true,
41520
41540
  "locationInModule": {
41521
41541
  "filename": "src/release/publisher.ts",
41522
- "line": 852
41542
+ "line": 870
41523
41543
  },
41524
41544
  "name": "mavenUsername",
41525
41545
  "optional": true,
@@ -41544,7 +41564,7 @@
41544
41564
  "kind": "interface",
41545
41565
  "locationInModule": {
41546
41566
  "filename": "src/release/publisher.ts",
41547
- "line": 672
41567
+ "line": 685
41548
41568
  },
41549
41569
  "name": "NpmPublishOptions",
41550
41570
  "namespace": "release",
@@ -41559,7 +41579,7 @@
41559
41579
  "immutable": true,
41560
41580
  "locationInModule": {
41561
41581
  "filename": "src/release/publisher.ts",
41562
- "line": 717
41582
+ "line": 730
41563
41583
  },
41564
41584
  "name": "codeArtifactOptions",
41565
41585
  "optional": true,
@@ -41579,7 +41599,7 @@
41579
41599
  "immutable": true,
41580
41600
  "locationInModule": {
41581
41601
  "filename": "src/release/publisher.ts",
41582
- "line": 690
41602
+ "line": 703
41583
41603
  },
41584
41604
  "name": "distTag",
41585
41605
  "optional": true,
@@ -41597,7 +41617,7 @@
41597
41617
  "immutable": true,
41598
41618
  "locationInModule": {
41599
41619
  "filename": "src/release/publisher.ts",
41600
- "line": 710
41620
+ "line": 723
41601
41621
  },
41602
41622
  "name": "npmTokenSecret",
41603
41623
  "optional": true,
@@ -41617,7 +41637,7 @@
41617
41637
  "immutable": true,
41618
41638
  "locationInModule": {
41619
41639
  "filename": "src/release/publisher.ts",
41620
- "line": 704
41640
+ "line": 717
41621
41641
  },
41622
41642
  "name": "registry",
41623
41643
  "optional": true,
@@ -41642,7 +41662,7 @@
41642
41662
  "kind": "interface",
41643
41663
  "locationInModule": {
41644
41664
  "filename": "src/release/publisher.ts",
41645
- "line": 783
41665
+ "line": 796
41646
41666
  },
41647
41667
  "name": "NugetPublishOptions",
41648
41668
  "namespace": "release",
@@ -41657,13 +41677,30 @@
41657
41677
  "immutable": true,
41658
41678
  "locationInModule": {
41659
41679
  "filename": "src/release/publisher.ts",
41660
- "line": 789
41680
+ "line": 802
41661
41681
  },
41662
41682
  "name": "nugetApiKeySecret",
41663
41683
  "optional": true,
41664
41684
  "type": {
41665
41685
  "primitive": "string"
41666
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
+ }
41667
41704
  }
41668
41705
  ],
41669
41706
  "symbolId": "src/release/publisher:NugetPublishOptions"
@@ -41683,7 +41720,7 @@
41683
41720
  },
41684
41721
  "locationInModule": {
41685
41722
  "filename": "src/release/publisher.ts",
41686
- "line": 136
41723
+ "line": 137
41687
41724
  },
41688
41725
  "parameters": [
41689
41726
  {
@@ -41703,7 +41740,7 @@
41703
41740
  "kind": "class",
41704
41741
  "locationInModule": {
41705
41742
  "filename": "src/release/publisher.ts",
41706
- "line": 113
41743
+ "line": 114
41707
41744
  },
41708
41745
  "methods": [
41709
41746
  {
@@ -41713,7 +41750,7 @@
41713
41750
  },
41714
41751
  "locationInModule": {
41715
41752
  "filename": "src/release/publisher.ts",
41716
- "line": 182
41753
+ "line": 183
41717
41754
  },
41718
41755
  "name": "addGitHubPrePublishingSteps",
41719
41756
  "parameters": [
@@ -41738,7 +41775,7 @@
41738
41775
  },
41739
41776
  "locationInModule": {
41740
41777
  "filename": "src/release/publisher.ts",
41741
- "line": 193
41778
+ "line": 194
41742
41779
  },
41743
41780
  "name": "publishToGit",
41744
41781
  "parameters": [
@@ -41765,7 +41802,7 @@
41765
41802
  },
41766
41803
  "locationInModule": {
41767
41804
  "filename": "src/release/publisher.ts",
41768
- "line": 233
41805
+ "line": 234
41769
41806
  },
41770
41807
  "name": "publishToGitHubReleases",
41771
41808
  "parameters": [
@@ -41787,7 +41824,7 @@
41787
41824
  },
41788
41825
  "locationInModule": {
41789
41826
  "filename": "src/release/publisher.ts",
41790
- "line": 453
41827
+ "line": 466
41791
41828
  },
41792
41829
  "name": "publishToGo",
41793
41830
  "parameters": [
@@ -41810,7 +41847,7 @@
41810
41847
  },
41811
41848
  "locationInModule": {
41812
41849
  "filename": "src/release/publisher.ts",
41813
- "line": 362
41850
+ "line": 375
41814
41851
  },
41815
41852
  "name": "publishToMaven",
41816
41853
  "parameters": [
@@ -41833,7 +41870,7 @@
41833
41870
  },
41834
41871
  "locationInModule": {
41835
41872
  "filename": "src/release/publisher.ts",
41836
- "line": 282
41873
+ "line": 283
41837
41874
  },
41838
41875
  "name": "publishToNpm",
41839
41876
  "parameters": [
@@ -41856,7 +41893,7 @@
41856
41893
  },
41857
41894
  "locationInModule": {
41858
41895
  "filename": "src/release/publisher.ts",
41859
- "line": 343
41896
+ "line": 344
41860
41897
  },
41861
41898
  "name": "publishToNuget",
41862
41899
  "parameters": [
@@ -41879,7 +41916,7 @@
41879
41916
  },
41880
41917
  "locationInModule": {
41881
41918
  "filename": "src/release/publisher.ts",
41882
- "line": 426
41919
+ "line": 439
41883
41920
  },
41884
41921
  "name": "publishToPyPi",
41885
41922
  "parameters": [
@@ -41907,7 +41944,7 @@
41907
41944
  "immutable": true,
41908
41945
  "locationInModule": {
41909
41946
  "filename": "src/release/publisher.ts",
41910
- "line": 114
41947
+ "line": 115
41911
41948
  },
41912
41949
  "name": "PUBLISH_GIT_TASK_NAME",
41913
41950
  "static": true,
@@ -41922,7 +41959,7 @@
41922
41959
  "immutable": true,
41923
41960
  "locationInModule": {
41924
41961
  "filename": "src/release/publisher.ts",
41925
- "line": 117
41962
+ "line": 118
41926
41963
  },
41927
41964
  "name": "artifactName",
41928
41965
  "type": {
@@ -41936,7 +41973,7 @@
41936
41973
  "immutable": true,
41937
41974
  "locationInModule": {
41938
41975
  "filename": "src/release/publisher.ts",
41939
- "line": 116
41976
+ "line": 117
41940
41977
  },
41941
41978
  "name": "buildJobId",
41942
41979
  "type": {
@@ -41951,7 +41988,7 @@
41951
41988
  "immutable": true,
41952
41989
  "locationInModule": {
41953
41990
  "filename": "src/release/publisher.ts",
41954
- "line": 122
41991
+ "line": 123
41955
41992
  },
41956
41993
  "name": "jsiiReleaseVersion",
41957
41994
  "type": {
@@ -41965,7 +42002,7 @@
41965
42002
  "immutable": true,
41966
42003
  "locationInModule": {
41967
42004
  "filename": "src/release/publisher.ts",
41968
- "line": 118
42005
+ "line": 119
41969
42006
  },
41970
42007
  "name": "publibVersion",
41971
42008
  "type": {
@@ -41979,7 +42016,7 @@
41979
42016
  "immutable": true,
41980
42017
  "locationInModule": {
41981
42018
  "filename": "src/release/publisher.ts",
41982
- "line": 119
42019
+ "line": 120
41983
42020
  },
41984
42021
  "name": "condition",
41985
42022
  "optional": true,
@@ -42001,7 +42038,7 @@
42001
42038
  "kind": "interface",
42002
42039
  "locationInModule": {
42003
42040
  "filename": "src/release/publisher.ts",
42004
- "line": 33
42041
+ "line": 34
42005
42042
  },
42006
42043
  "name": "PublisherOptions",
42007
42044
  "namespace": "release",
@@ -42017,7 +42054,7 @@
42017
42054
  "immutable": true,
42018
42055
  "locationInModule": {
42019
42056
  "filename": "src/release/publisher.ts",
42020
- "line": 55
42057
+ "line": 56
42021
42058
  },
42022
42059
  "name": "artifactName",
42023
42060
  "type": {
@@ -42034,7 +42071,7 @@
42034
42071
  "immutable": true,
42035
42072
  "locationInModule": {
42036
42073
  "filename": "src/release/publisher.ts",
42037
- "line": 37
42074
+ "line": 38
42038
42075
  },
42039
42076
  "name": "buildJobId",
42040
42077
  "type": {
@@ -42051,7 +42088,7 @@
42051
42088
  "immutable": true,
42052
42089
  "locationInModule": {
42053
42090
  "filename": "src/release/publisher.ts",
42054
- "line": 44
42091
+ "line": 45
42055
42092
  },
42056
42093
  "name": "condition",
42057
42094
  "optional": true,
@@ -42069,7 +42106,7 @@
42069
42106
  "immutable": true,
42070
42107
  "locationInModule": {
42071
42108
  "filename": "src/release/publisher.ts",
42072
- "line": 105
42109
+ "line": 106
42073
42110
  },
42074
42111
  "name": "dryRun",
42075
42112
  "optional": true,
@@ -42087,7 +42124,7 @@
42087
42124
  "immutable": true,
42088
42125
  "locationInModule": {
42089
42126
  "filename": "src/release/publisher.ts",
42090
- "line": 74
42127
+ "line": 75
42091
42128
  },
42092
42129
  "name": "failureIssue",
42093
42130
  "optional": true,
@@ -42106,7 +42143,7 @@
42106
42143
  "immutable": true,
42107
42144
  "locationInModule": {
42108
42145
  "filename": "src/release/publisher.ts",
42109
- "line": 82
42146
+ "line": 83
42110
42147
  },
42111
42148
  "name": "failureIssueLabel",
42112
42149
  "optional": true,
@@ -42123,7 +42160,7 @@
42123
42160
  "immutable": true,
42124
42161
  "locationInModule": {
42125
42162
  "filename": "src/release/publisher.ts",
42126
- "line": 60
42163
+ "line": 61
42127
42164
  },
42128
42165
  "name": "jsiiReleaseVersion",
42129
42166
  "optional": true,
@@ -42141,7 +42178,7 @@
42141
42178
  "immutable": true,
42142
42179
  "locationInModule": {
42143
42180
  "filename": "src/release/publisher.ts",
42144
- "line": 67
42181
+ "line": 68
42145
42182
  },
42146
42183
  "name": "publibVersion",
42147
42184
  "optional": true,
@@ -42160,7 +42197,7 @@
42160
42197
  "immutable": true,
42161
42198
  "locationInModule": {
42162
42199
  "filename": "src/release/publisher.ts",
42163
- "line": 98
42200
+ "line": 99
42164
42201
  },
42165
42202
  "name": "publishTasks",
42166
42203
  "optional": true,
@@ -42178,7 +42215,7 @@
42178
42215
  "immutable": true,
42179
42216
  "locationInModule": {
42180
42217
  "filename": "src/release/publisher.ts",
42181
- "line": 88
42218
+ "line": 89
42182
42219
  },
42183
42220
  "name": "workflowRunsOn",
42184
42221
  "optional": true,
@@ -42208,7 +42245,7 @@
42208
42245
  "kind": "interface",
42209
42246
  "locationInModule": {
42210
42247
  "filename": "src/release/publisher.ts",
42211
- "line": 754
42248
+ "line": 767
42212
42249
  },
42213
42250
  "name": "PyPiPublishOptions",
42214
42251
  "namespace": "release",
@@ -42223,7 +42260,7 @@
42223
42260
  "immutable": true,
42224
42261
  "locationInModule": {
42225
42262
  "filename": "src/release/publisher.ts",
42226
- "line": 772
42263
+ "line": 785
42227
42264
  },
42228
42265
  "name": "twinePasswordSecret",
42229
42266
  "optional": true,
@@ -42241,7 +42278,7 @@
42241
42278
  "immutable": true,
42242
42279
  "locationInModule": {
42243
42280
  "filename": "src/release/publisher.ts",
42244
- "line": 760
42281
+ "line": 773
42245
42282
  },
42246
42283
  "name": "twineRegistryUrl",
42247
42284
  "optional": true,
@@ -42259,7 +42296,7 @@
42259
42296
  "immutable": true,
42260
42297
  "locationInModule": {
42261
42298
  "filename": "src/release/publisher.ts",
42262
- "line": 766
42299
+ "line": 779
42263
42300
  },
42264
42301
  "name": "twineUsernameSecret",
42265
42302
  "optional": true,
@@ -43307,7 +43344,7 @@
43307
43344
  },
43308
43345
  "locationInModule": {
43309
43346
  "filename": "src/typescript/typescript.ts",
43310
- "line": 476
43347
+ "line": 481
43311
43348
  },
43312
43349
  "parameters": [
43313
43350
  {
@@ -43321,7 +43358,7 @@
43321
43358
  "kind": "class",
43322
43359
  "locationInModule": {
43323
43360
  "filename": "src/typescript/typescript.ts",
43324
- "line": 475
43361
+ "line": 480
43325
43362
  },
43326
43363
  "name": "TypeScriptAppProject",
43327
43364
  "namespace": "typescript",
@@ -43355,7 +43392,7 @@
43355
43392
  "kind": "class",
43356
43393
  "locationInModule": {
43357
43394
  "filename": "src/typescript/typescript.ts",
43358
- "line": 490
43395
+ "line": 495
43359
43396
  },
43360
43397
  "name": "TypeScriptLibraryProject",
43361
43398
  "namespace": "typescript",
@@ -43375,7 +43412,7 @@
43375
43412
  "kind": "interface",
43376
43413
  "locationInModule": {
43377
43414
  "filename": "src/typescript/typescript.ts",
43378
- "line": 495
43415
+ "line": 500
43379
43416
  },
43380
43417
  "name": "TypeScriptLibraryProjectOptions",
43381
43418
  "namespace": "typescript",
@@ -45741,6 +45778,6 @@
45741
45778
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
45742
45779
  }
45743
45780
  },
45744
- "version": "0.55.12",
45745
- "fingerprint": "On5JfeHdcoecBwq8J0+t3VSiuAyAgqZPPtGQHwSFlL4="
45781
+ "version": "0.56.2",
45782
+ "fingerprint": "4WcELrINfB/jcQxCrSCfq225DQtIV9GNRaYkg+76lhY="
45746
45783
  }