projen 0.43.2 → 0.45.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 (109) hide show
  1. package/.jsii +230 -227
  2. package/API.md +38 -38
  3. package/lib/awscdk/auto-discover.js +1 -1
  4. package/lib/awscdk/awscdk-app-ts.js +1 -1
  5. package/lib/awscdk/awscdk-construct.js +2 -2
  6. package/lib/awscdk/awscdk-deps.js +1 -1
  7. package/lib/awscdk/cdk-config.js +1 -1
  8. package/lib/awscdk/cdk-tasks.js +1 -1
  9. package/lib/awscdk/integration-test.js +1 -1
  10. package/lib/awscdk/java-app.js +1 -1
  11. package/lib/awscdk/lambda-function.js +2 -2
  12. package/lib/cdk/construct-lib.js +1 -1
  13. package/lib/cdk/jsii-docgen.js +1 -1
  14. package/lib/cdk/jsii-project.js +1 -1
  15. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  16. package/lib/cdk8s/cdk8s-construct.js +1 -1
  17. package/lib/cdktf/cdktf-construct.js +1 -1
  18. package/lib/cli/cmds/new.js +7 -7
  19. package/lib/component.js +1 -1
  20. package/lib/dependencies.js +1 -1
  21. package/lib/dev-env.js +1 -1
  22. package/lib/docker-compose.js +2 -2
  23. package/lib/file.js +1 -1
  24. package/lib/gitattributes.js +1 -1
  25. package/lib/github/auto-approve.js +1 -1
  26. package/lib/github/auto-merge.js +1 -1
  27. package/lib/github/dependabot.js +1 -1
  28. package/lib/github/github-project.js +1 -1
  29. package/lib/github/github.js +1 -1
  30. package/lib/github/mergify.js +1 -1
  31. package/lib/github/pr-template.js +1 -1
  32. package/lib/github/pull-request-lint.js +1 -1
  33. package/lib/github/stale.js +1 -1
  34. package/lib/github/task-workflow.js +1 -1
  35. package/lib/github/workflows.js +1 -1
  36. package/lib/gitpod.js +1 -1
  37. package/lib/ignore-file.js +1 -1
  38. package/lib/ini.js +1 -1
  39. package/lib/java/java-project.js +1 -1
  40. package/lib/java/junit.js +1 -1
  41. package/lib/java/maven-compile.js +1 -1
  42. package/lib/java/maven-packaging.js +1 -1
  43. package/lib/java/maven-sample.js +1 -1
  44. package/lib/java/pom.js +1 -1
  45. package/lib/java/projenrc.js +3 -3
  46. package/lib/javascript/bundler.js +1 -1
  47. package/lib/javascript/eslint.js +1 -1
  48. package/lib/javascript/jest.js +1 -1
  49. package/lib/javascript/node-package.js +1 -1
  50. package/lib/javascript/node-project.js +1 -1
  51. package/lib/javascript/npm-config.js +1 -1
  52. package/lib/javascript/projenrc.js +3 -3
  53. package/lib/javascript/render-options.d.ts +6 -6
  54. package/lib/javascript/render-options.js +9 -9
  55. package/lib/javascript/typescript-config.js +1 -1
  56. package/lib/javascript/upgrade-dependencies.js +2 -2
  57. package/lib/json.js +1 -1
  58. package/lib/license.js +1 -1
  59. package/lib/logger.js +1 -1
  60. package/lib/makefile.js +1 -1
  61. package/lib/object-file.js +1 -1
  62. package/lib/option-hints.d.ts +1 -1
  63. package/lib/option-hints.js +8 -8
  64. package/lib/project-build.js +1 -1
  65. package/lib/project.d.ts +5 -5
  66. package/lib/project.js +3 -3
  67. package/lib/projects.d.ts +3 -3
  68. package/lib/projects.js +5 -5
  69. package/lib/projenrc-json.js +3 -3
  70. package/lib/python/pip.js +1 -1
  71. package/lib/python/poetry.js +2 -2
  72. package/lib/python/projenrc.js +7 -7
  73. package/lib/python/pytest.js +1 -1
  74. package/lib/python/python-project.d.ts +1 -1
  75. package/lib/python/python-project.js +3 -7
  76. package/lib/python/python-sample.js +1 -1
  77. package/lib/python/requirements-file.js +1 -1
  78. package/lib/python/setuppy.js +1 -1
  79. package/lib/python/setuptools.js +1 -1
  80. package/lib/python/venv.js +1 -1
  81. package/lib/readme.js +1 -1
  82. package/lib/release/publisher.d.ts +1 -1
  83. package/lib/release/publisher.js +17 -12
  84. package/lib/release/release-trigger.js +1 -1
  85. package/lib/release/release.js +1 -1
  86. package/lib/run-projenrc-json.task.js +2 -2
  87. package/lib/sample-file.js +2 -2
  88. package/lib/semver.js +1 -1
  89. package/lib/source-code.js +1 -1
  90. package/lib/task-runtime.js +1 -1
  91. package/lib/task.js +1 -1
  92. package/lib/tasks.js +1 -1
  93. package/lib/testing.js +1 -1
  94. package/lib/textfile.js +1 -1
  95. package/lib/toml.js +1 -1
  96. package/lib/typescript/projenrc.js +3 -3
  97. package/lib/typescript/typescript-typedoc.js +1 -1
  98. package/lib/typescript/typescript.js +3 -3
  99. package/lib/version.js +1 -1
  100. package/lib/vscode/devcontainer.js +1 -1
  101. package/lib/vscode/launch-config.js +1 -1
  102. package/lib/vscode/vscode.js +1 -1
  103. package/lib/web/next.js +3 -3
  104. package/lib/web/postcss.js +1 -1
  105. package/lib/web/react.js +4 -4
  106. package/lib/web/tailwind.js +1 -1
  107. package/lib/xmlfile.js +1 -1
  108. package/lib/yaml.js +1 -1
  109. package/package.json +4 -1
package/.jsii CHANGED
@@ -148,6 +148,9 @@
148
148
  }
149
149
  },
150
150
  "targets": {
151
+ "go": {
152
+ "moduleName": "github.com/projen/projen-go"
153
+ },
151
154
  "java": {
152
155
  "maven": {
153
156
  "artifactId": "projen",
@@ -320,7 +323,7 @@
320
323
  {
321
324
  "abstract": true,
322
325
  "docs": {
323
- "default": "NewProjectOptionHints.FEATURED",
326
+ "default": "InitProjectOptionHints.FEATURED",
324
327
  "remarks": "Does not apply to projenrc.json files.",
325
328
  "stability": "experimental",
326
329
  "summary": "Should we render commented-out default options in the projenrc file?"
@@ -333,7 +336,7 @@
333
336
  "name": "optionHints",
334
337
  "optional": true,
335
338
  "type": {
336
- "fqn": "projen.NewProjectOptionHints"
339
+ "fqn": "projen.InitProjectOptionHints"
337
340
  }
338
341
  },
339
342
  {
@@ -3986,6 +3989,135 @@
3986
3989
  "name": "IniFileOptions",
3987
3990
  "symbolId": "src/ini:IniFileOptions"
3988
3991
  },
3992
+ "projen.InitProject": {
3993
+ "assembly": "projen",
3994
+ "datatype": true,
3995
+ "docs": {
3996
+ "remarks": "It is used to generate projenrc files in various languages.",
3997
+ "stability": "experimental",
3998
+ "summary": "Information passed from `projen new` to the project object when the project is first created."
3999
+ },
4000
+ "fqn": "projen.InitProject",
4001
+ "kind": "interface",
4002
+ "locationInModule": {
4003
+ "filename": "src/project.ts",
4004
+ "line": 537
4005
+ },
4006
+ "name": "InitProject",
4007
+ "properties": [
4008
+ {
4009
+ "abstract": true,
4010
+ "docs": {
4011
+ "stability": "experimental",
4012
+ "summary": "Initial arguments passed to `projen new`."
4013
+ },
4014
+ "immutable": true,
4015
+ "locationInModule": {
4016
+ "filename": "src/project.ts",
4017
+ "line": 546
4018
+ },
4019
+ "name": "args",
4020
+ "type": {
4021
+ "collection": {
4022
+ "elementtype": {
4023
+ "primitive": "any"
4024
+ },
4025
+ "kind": "map"
4026
+ }
4027
+ }
4028
+ },
4029
+ {
4030
+ "abstract": true,
4031
+ "docs": {
4032
+ "default": "InitProjectOptionHints.FEATURED",
4033
+ "remarks": "Does not apply to projenrc.json files.",
4034
+ "stability": "experimental",
4035
+ "summary": "Include commented out options."
4036
+ },
4037
+ "immutable": true,
4038
+ "locationInModule": {
4039
+ "filename": "src/project.ts",
4040
+ "line": 557
4041
+ },
4042
+ "name": "comments",
4043
+ "type": {
4044
+ "fqn": "projen.InitProjectOptionHints"
4045
+ }
4046
+ },
4047
+ {
4048
+ "abstract": true,
4049
+ "docs": {
4050
+ "stability": "experimental",
4051
+ "summary": "The JSII FQN of the project type."
4052
+ },
4053
+ "immutable": true,
4054
+ "locationInModule": {
4055
+ "filename": "src/project.ts",
4056
+ "line": 541
4057
+ },
4058
+ "name": "fqn",
4059
+ "type": {
4060
+ "primitive": "string"
4061
+ }
4062
+ },
4063
+ {
4064
+ "abstract": true,
4065
+ "docs": {
4066
+ "stability": "experimental",
4067
+ "summary": "Project metadata."
4068
+ },
4069
+ "immutable": true,
4070
+ "locationInModule": {
4071
+ "filename": "src/project.ts",
4072
+ "line": 551
4073
+ },
4074
+ "name": "type",
4075
+ "type": {
4076
+ "fqn": "projen.ProjectType"
4077
+ }
4078
+ }
4079
+ ],
4080
+ "symbolId": "src/project:InitProject"
4081
+ },
4082
+ "projen.InitProjectOptionHints": {
4083
+ "assembly": "projen",
4084
+ "docs": {
4085
+ "remarks": "Does not apply to projenrc.json files.",
4086
+ "stability": "experimental",
4087
+ "summary": "Choices for how to display commented out options in projenrc files."
4088
+ },
4089
+ "fqn": "projen.InitProjectOptionHints",
4090
+ "kind": "enum",
4091
+ "locationInModule": {
4092
+ "filename": "src/option-hints.ts",
4093
+ "line": 5
4094
+ },
4095
+ "members": [
4096
+ {
4097
+ "docs": {
4098
+ "stability": "experimental",
4099
+ "summary": "Display all possible options (grouped by which interface they belong to)."
4100
+ },
4101
+ "name": "ALL"
4102
+ },
4103
+ {
4104
+ "docs": {
4105
+ "stability": "experimental",
4106
+ "summary": "Display only featured options, in alphabetical order."
4107
+ },
4108
+ "name": "FEATURED"
4109
+ },
4110
+ {
4111
+ "docs": {
4112
+ "stability": "experimental",
4113
+ "summary": "Display no extra options."
4114
+ },
4115
+ "name": "NONE"
4116
+ }
4117
+ ],
4118
+ "name": "InitProjectOptionHints",
4119
+ "symbolId": "src/option-hints:InitProjectOptionHints"
4120
+ },
3989
4121
  "projen.JsonFile": {
3990
4122
  "assembly": "projen",
3991
4123
  "base": "projen.ObjectFile",
@@ -4786,135 +4918,6 @@
4786
4918
  ],
4787
4919
  "symbolId": "src/makefile:MakefileOptions"
4788
4920
  },
4789
- "projen.NewProject": {
4790
- "assembly": "projen",
4791
- "datatype": true,
4792
- "docs": {
4793
- "remarks": "It is used to generate projenrc files in various languages.",
4794
- "stability": "experimental",
4795
- "summary": "Information passed from `projen new` to the project object when the project is first created."
4796
- },
4797
- "fqn": "projen.NewProject",
4798
- "kind": "interface",
4799
- "locationInModule": {
4800
- "filename": "src/project.ts",
4801
- "line": 537
4802
- },
4803
- "name": "NewProject",
4804
- "properties": [
4805
- {
4806
- "abstract": true,
4807
- "docs": {
4808
- "stability": "experimental",
4809
- "summary": "Initial arguments passed to `projen new`."
4810
- },
4811
- "immutable": true,
4812
- "locationInModule": {
4813
- "filename": "src/project.ts",
4814
- "line": 546
4815
- },
4816
- "name": "args",
4817
- "type": {
4818
- "collection": {
4819
- "elementtype": {
4820
- "primitive": "any"
4821
- },
4822
- "kind": "map"
4823
- }
4824
- }
4825
- },
4826
- {
4827
- "abstract": true,
4828
- "docs": {
4829
- "default": "NewProjectOptionHints.FEATURED",
4830
- "remarks": "Does not apply to projenrc.json files.",
4831
- "stability": "experimental",
4832
- "summary": "Include commented out options."
4833
- },
4834
- "immutable": true,
4835
- "locationInModule": {
4836
- "filename": "src/project.ts",
4837
- "line": 557
4838
- },
4839
- "name": "comments",
4840
- "type": {
4841
- "fqn": "projen.NewProjectOptionHints"
4842
- }
4843
- },
4844
- {
4845
- "abstract": true,
4846
- "docs": {
4847
- "stability": "experimental",
4848
- "summary": "The JSII FQN of the project type."
4849
- },
4850
- "immutable": true,
4851
- "locationInModule": {
4852
- "filename": "src/project.ts",
4853
- "line": 541
4854
- },
4855
- "name": "fqn",
4856
- "type": {
4857
- "primitive": "string"
4858
- }
4859
- },
4860
- {
4861
- "abstract": true,
4862
- "docs": {
4863
- "stability": "experimental",
4864
- "summary": "Project metadata."
4865
- },
4866
- "immutable": true,
4867
- "locationInModule": {
4868
- "filename": "src/project.ts",
4869
- "line": 551
4870
- },
4871
- "name": "type",
4872
- "type": {
4873
- "fqn": "projen.ProjectType"
4874
- }
4875
- }
4876
- ],
4877
- "symbolId": "src/project:NewProject"
4878
- },
4879
- "projen.NewProjectOptionHints": {
4880
- "assembly": "projen",
4881
- "docs": {
4882
- "remarks": "Does not apply to projenrc.json files.",
4883
- "stability": "experimental",
4884
- "summary": "Choices for how to display commented out options in projenrc files."
4885
- },
4886
- "fqn": "projen.NewProjectOptionHints",
4887
- "kind": "enum",
4888
- "locationInModule": {
4889
- "filename": "src/option-hints.ts",
4890
- "line": 5
4891
- },
4892
- "members": [
4893
- {
4894
- "docs": {
4895
- "stability": "experimental",
4896
- "summary": "Display all possible options (grouped by which interface they belong to)."
4897
- },
4898
- "name": "ALL"
4899
- },
4900
- {
4901
- "docs": {
4902
- "stability": "experimental",
4903
- "summary": "Display only featured options, in alphabetical order."
4904
- },
4905
- "name": "FEATURED"
4906
- },
4907
- {
4908
- "docs": {
4909
- "stability": "experimental",
4910
- "summary": "Display no extra options."
4911
- },
4912
- "name": "NONE"
4913
- }
4914
- ],
4915
- "name": "NewProjectOptionHints",
4916
- "symbolId": "src/option-hints:NewProjectOptionHints"
4917
- },
4918
4921
  "projen.ObjectFile": {
4919
4922
  "abstract": true,
4920
4923
  "assembly": "projen",
@@ -5837,10 +5840,10 @@
5837
5840
  "filename": "src/project.ts",
5838
5841
  "line": 145
5839
5842
  },
5840
- "name": "newProject",
5843
+ "name": "initProject",
5841
5844
  "optional": true,
5842
5845
  "type": {
5843
- "fqn": "projen.NewProject"
5846
+ "fqn": "projen.InitProject"
5844
5847
  }
5845
5848
  },
5846
5849
  {
@@ -29538,7 +29541,7 @@
29538
29541
  },
29539
29542
  "locationInModule": {
29540
29543
  "filename": "src/python/python-project.ts",
29541
- "line": 176
29544
+ "line": 175
29542
29545
  },
29543
29546
  "parameters": [
29544
29547
  {
@@ -29552,7 +29555,7 @@
29552
29555
  "kind": "class",
29553
29556
  "locationInModule": {
29554
29557
  "filename": "src/python/python-project.ts",
29555
- "line": 144
29558
+ "line": 143
29556
29559
  },
29557
29560
  "methods": [
29558
29561
  {
@@ -29562,7 +29565,7 @@
29562
29565
  },
29563
29566
  "locationInModule": {
29564
29567
  "filename": "src/python/python-project.ts",
29565
- "line": 425
29568
+ "line": 422
29566
29569
  },
29567
29570
  "name": "addDependency",
29568
29571
  "parameters": [
@@ -29584,7 +29587,7 @@
29584
29587
  },
29585
29588
  "locationInModule": {
29586
29589
  "filename": "src/python/python-project.ts",
29587
- "line": 434
29590
+ "line": 431
29588
29591
  },
29589
29592
  "name": "addDevDependency",
29590
29593
  "parameters": [
@@ -29607,7 +29610,7 @@
29607
29610
  },
29608
29611
  "locationInModule": {
29609
29612
  "filename": "src/python/python-project.ts",
29610
- "line": 438
29613
+ "line": 435
29611
29614
  },
29612
29615
  "name": "postSynthesize",
29613
29616
  "overrides": "projen.Project"
@@ -29624,7 +29627,7 @@
29624
29627
  "immutable": true,
29625
29628
  "locationInModule": {
29626
29629
  "filename": "src/python/python-project.ts",
29627
- "line": 159
29630
+ "line": 158
29628
29631
  },
29629
29632
  "name": "depsManager",
29630
29633
  "type": {
@@ -29639,7 +29642,7 @@
29639
29642
  "immutable": true,
29640
29643
  "locationInModule": {
29641
29644
  "filename": "src/python/python-project.ts",
29642
- "line": 164
29645
+ "line": 163
29643
29646
  },
29644
29647
  "name": "envManager",
29645
29648
  "type": {
@@ -29654,7 +29657,7 @@
29654
29657
  "immutable": true,
29655
29658
  "locationInModule": {
29656
29659
  "filename": "src/python/python-project.ts",
29657
- "line": 149
29660
+ "line": 148
29658
29661
  },
29659
29662
  "name": "moduleName",
29660
29663
  "type": {
@@ -29669,7 +29672,7 @@
29669
29672
  "immutable": true,
29670
29673
  "locationInModule": {
29671
29674
  "filename": "src/python/python-project.ts",
29672
- "line": 154
29675
+ "line": 153
29673
29676
  },
29674
29677
  "name": "version",
29675
29678
  "type": {
@@ -29685,7 +29688,7 @@
29685
29688
  "immutable": true,
29686
29689
  "locationInModule": {
29687
29690
  "filename": "src/python/python-project.ts",
29688
- "line": 169
29691
+ "line": 168
29689
29692
  },
29690
29693
  "name": "packagingManager",
29691
29694
  "optional": true,
@@ -29701,7 +29704,7 @@
29701
29704
  "immutable": true,
29702
29705
  "locationInModule": {
29703
29706
  "filename": "src/python/python-project.ts",
29704
- "line": 174
29707
+ "line": 173
29705
29708
  },
29706
29709
  "name": "pytest",
29707
29710
  "optional": true,
@@ -29727,7 +29730,7 @@
29727
29730
  "kind": "interface",
29728
29731
  "locationInModule": {
29729
29732
  "filename": "src/python/python-project.ts",
29730
- "line": 22
29733
+ "line": 21
29731
29734
  },
29732
29735
  "name": "PythonProjectOptions",
29733
29736
  "namespace": "python",
@@ -29743,7 +29746,7 @@
29743
29746
  "immutable": true,
29744
29747
  "locationInModule": {
29745
29748
  "filename": "src/python/python-project.ts",
29746
- "line": 32
29749
+ "line": 31
29747
29750
  },
29748
29751
  "name": "moduleName",
29749
29752
  "type": {
@@ -29764,7 +29767,7 @@
29764
29767
  "immutable": true,
29765
29768
  "locationInModule": {
29766
29769
  "filename": "src/python/python-project.ts",
29767
- "line": 46
29770
+ "line": 45
29768
29771
  },
29769
29772
  "name": "deps",
29770
29773
  "optional": true,
@@ -29791,7 +29794,7 @@
29791
29794
  "immutable": true,
29792
29795
  "locationInModule": {
29793
29796
  "filename": "src/python/python-project.ts",
29794
- "line": 58
29797
+ "line": 57
29795
29798
  },
29796
29799
  "name": "devDeps",
29797
29800
  "optional": true,
@@ -29817,7 +29820,7 @@
29817
29820
  "immutable": true,
29818
29821
  "locationInModule": {
29819
29822
  "filename": "src/python/python-project.ts",
29820
- "line": 68
29823
+ "line": 67
29821
29824
  },
29822
29825
  "name": "pip",
29823
29826
  "optional": true,
@@ -29838,7 +29841,7 @@
29838
29841
  "immutable": true,
29839
29842
  "locationInModule": {
29840
29843
  "filename": "src/python/python-project.ts",
29841
- "line": 99
29844
+ "line": 98
29842
29845
  },
29843
29846
  "name": "poetry",
29844
29847
  "optional": true,
@@ -29849,7 +29852,7 @@
29849
29852
  {
29850
29853
  "abstract": true,
29851
29854
  "docs": {
29852
- "default": "false",
29855
+ "default": "true",
29853
29856
  "remarks": "This will install `projen` as a python dependency and will add a `synth`\ntask which will run `.projenrc.py`.",
29854
29857
  "stability": "experimental",
29855
29858
  "summary": "Use projenrc in python."
@@ -29857,7 +29860,7 @@
29857
29860
  "immutable": true,
29858
29861
  "locationInModule": {
29859
29862
  "filename": "src/python/python-project.ts",
29860
- "line": 130
29863
+ "line": 129
29861
29864
  },
29862
29865
  "name": "projenrcPython",
29863
29866
  "optional": true,
@@ -29875,7 +29878,7 @@
29875
29878
  "immutable": true,
29876
29879
  "locationInModule": {
29877
29880
  "filename": "src/python/python-project.ts",
29878
- "line": 136
29881
+ "line": 135
29879
29882
  },
29880
29883
  "name": "projenrcPythonOptions",
29881
29884
  "optional": true,
@@ -29896,7 +29899,7 @@
29896
29899
  "immutable": true,
29897
29900
  "locationInModule": {
29898
29901
  "filename": "src/python/python-project.ts",
29899
- "line": 108
29902
+ "line": 107
29900
29903
  },
29901
29904
  "name": "pytest",
29902
29905
  "optional": true,
@@ -29914,7 +29917,7 @@
29914
29917
  "immutable": true,
29915
29918
  "locationInModule": {
29916
29919
  "filename": "src/python/python-project.ts",
29917
- "line": 114
29920
+ "line": 113
29918
29921
  },
29919
29922
  "name": "pytestOptions",
29920
29923
  "optional": true,
@@ -29932,7 +29935,7 @@
29932
29935
  "immutable": true,
29933
29936
  "locationInModule": {
29934
29937
  "filename": "src/python/python-project.ts",
29935
- "line": 120
29938
+ "line": 119
29936
29939
  },
29937
29940
  "name": "sample",
29938
29941
  "optional": true,
@@ -29953,7 +29956,7 @@
29953
29956
  "immutable": true,
29954
29957
  "locationInModule": {
29955
29958
  "filename": "src/python/python-project.ts",
29956
- "line": 90
29959
+ "line": 89
29957
29960
  },
29958
29961
  "name": "setuptools",
29959
29962
  "optional": true,
@@ -29974,7 +29977,7 @@
29974
29977
  "immutable": true,
29975
29978
  "locationInModule": {
29976
29979
  "filename": "src/python/python-project.ts",
29977
- "line": 76
29980
+ "line": 75
29978
29981
  },
29979
29982
  "name": "venv",
29980
29983
  "optional": true,
@@ -29992,7 +29995,7 @@
29992
29995
  "immutable": true,
29993
29996
  "locationInModule": {
29994
29997
  "filename": "src/python/python-project.ts",
29995
- "line": 82
29998
+ "line": 81
29996
29999
  },
29997
30000
  "name": "venvOptions",
29998
30001
  "optional": true,
@@ -30738,7 +30741,7 @@
30738
30741
  "kind": "interface",
30739
30742
  "locationInModule": {
30740
30743
  "filename": "src/release/publisher.ts",
30741
- "line": 558
30744
+ "line": 563
30742
30745
  },
30743
30746
  "name": "CodeArtifactOptions",
30744
30747
  "namespace": "release",
@@ -30754,7 +30757,7 @@
30754
30757
  "immutable": true,
30755
30758
  "locationInModule": {
30756
30759
  "filename": "src/release/publisher.ts",
30757
- "line": 565
30760
+ "line": 570
30758
30761
  },
30759
30762
  "name": "accessKeyIdSecret",
30760
30763
  "optional": true,
@@ -30772,7 +30775,7 @@
30772
30775
  "immutable": true,
30773
30776
  "locationInModule": {
30774
30777
  "filename": "src/release/publisher.ts",
30775
- "line": 581
30778
+ "line": 586
30776
30779
  },
30777
30780
  "name": "roleToAssume",
30778
30781
  "optional": true,
@@ -30791,7 +30794,7 @@
30791
30794
  "immutable": true,
30792
30795
  "locationInModule": {
30793
30796
  "filename": "src/release/publisher.ts",
30794
- "line": 573
30797
+ "line": 578
30795
30798
  },
30796
30799
  "name": "secretAccessKeySecret",
30797
30800
  "optional": true,
@@ -30813,7 +30816,7 @@
30813
30816
  "kind": "interface",
30814
30817
  "locationInModule": {
30815
30818
  "filename": "src/release/publisher.ts",
30816
- "line": 802
30819
+ "line": 807
30817
30820
  },
30818
30821
  "name": "GitHubReleasesPublishOptions",
30819
30822
  "namespace": "release",
@@ -30828,7 +30831,7 @@
30828
30831
  "immutable": true,
30829
30832
  "locationInModule": {
30830
30833
  "filename": "src/release/publisher.ts",
30831
- "line": 787
30834
+ "line": 792
30832
30835
  },
30833
30836
  "name": "changelogFile",
30834
30837
  "type": {
@@ -30845,7 +30848,7 @@
30845
30848
  "immutable": true,
30846
30849
  "locationInModule": {
30847
30850
  "filename": "src/release/publisher.ts",
30848
- "line": 780
30851
+ "line": 785
30849
30852
  },
30850
30853
  "name": "releaseTagFile",
30851
30854
  "type": {
@@ -30862,7 +30865,7 @@
30862
30865
  "immutable": true,
30863
30866
  "locationInModule": {
30864
30867
  "filename": "src/release/publisher.ts",
30865
- "line": 773
30868
+ "line": 778
30866
30869
  },
30867
30870
  "name": "versionFile",
30868
30871
  "type": {
@@ -30883,7 +30886,7 @@
30883
30886
  "kind": "interface",
30884
30887
  "locationInModule": {
30885
30888
  "filename": "src/release/publisher.ts",
30886
- "line": 807
30889
+ "line": 812
30887
30890
  },
30888
30891
  "name": "GitPublishOptions",
30889
30892
  "namespace": "release",
@@ -30898,7 +30901,7 @@
30898
30901
  "immutable": true,
30899
30902
  "locationInModule": {
30900
30903
  "filename": "src/release/publisher.ts",
30901
- "line": 787
30904
+ "line": 792
30902
30905
  },
30903
30906
  "name": "changelogFile",
30904
30907
  "type": {
@@ -30915,7 +30918,7 @@
30915
30918
  "immutable": true,
30916
30919
  "locationInModule": {
30917
30920
  "filename": "src/release/publisher.ts",
30918
- "line": 780
30921
+ "line": 785
30919
30922
  },
30920
30923
  "name": "releaseTagFile",
30921
30924
  "type": {
@@ -30932,7 +30935,7 @@
30932
30935
  "immutable": true,
30933
30936
  "locationInModule": {
30934
30937
  "filename": "src/release/publisher.ts",
30935
- "line": 773
30938
+ "line": 778
30936
30939
  },
30937
30940
  "name": "versionFile",
30938
30941
  "type": {
@@ -30949,7 +30952,7 @@
30949
30952
  "immutable": true,
30950
30953
  "locationInModule": {
30951
30954
  "filename": "src/release/publisher.ts",
30952
- "line": 818
30955
+ "line": 823
30953
30956
  },
30954
30957
  "name": "gitBranch",
30955
30958
  "optional": true,
@@ -30967,7 +30970,7 @@
30967
30970
  "immutable": true,
30968
30971
  "locationInModule": {
30969
30972
  "filename": "src/release/publisher.ts",
30970
- "line": 825
30973
+ "line": 830
30971
30974
  },
30972
30975
  "name": "gitPushCommand",
30973
30976
  "optional": true,
@@ -30984,7 +30987,7 @@
30984
30987
  "immutable": true,
30985
30988
  "locationInModule": {
30986
30989
  "filename": "src/release/publisher.ts",
30987
- "line": 811
30990
+ "line": 816
30988
30991
  },
30989
30992
  "name": "projectChangelogFile",
30990
30993
  "optional": true,
@@ -31006,7 +31009,7 @@
31006
31009
  "kind": "interface",
31007
31010
  "locationInModule": {
31008
31011
  "filename": "src/release/publisher.ts",
31009
- "line": 724
31012
+ "line": 729
31010
31013
  },
31011
31014
  "name": "GoPublishOptions",
31012
31015
  "namespace": "release",
@@ -31021,7 +31024,7 @@
31021
31024
  "immutable": true,
31022
31025
  "locationInModule": {
31023
31026
  "filename": "src/release/publisher.ts",
31024
- "line": 745
31027
+ "line": 750
31025
31028
  },
31026
31029
  "name": "gitBranch",
31027
31030
  "optional": true,
@@ -31039,7 +31042,7 @@
31039
31042
  "immutable": true,
31040
31043
  "locationInModule": {
31041
31044
  "filename": "src/release/publisher.ts",
31042
- "line": 764
31045
+ "line": 769
31043
31046
  },
31044
31047
  "name": "gitCommitMessage",
31045
31048
  "optional": true,
@@ -31057,7 +31060,7 @@
31057
31060
  "immutable": true,
31058
31061
  "locationInModule": {
31059
31062
  "filename": "src/release/publisher.ts",
31060
- "line": 738
31063
+ "line": 743
31061
31064
  },
31062
31065
  "name": "githubRepo",
31063
31066
  "optional": true,
@@ -31075,7 +31078,7 @@
31075
31078
  "immutable": true,
31076
31079
  "locationInModule": {
31077
31080
  "filename": "src/release/publisher.ts",
31078
- "line": 731
31081
+ "line": 736
31079
31082
  },
31080
31083
  "name": "githubTokenSecret",
31081
31084
  "optional": true,
@@ -31096,7 +31099,7 @@
31096
31099
  "immutable": true,
31097
31100
  "locationInModule": {
31098
31101
  "filename": "src/release/publisher.ts",
31099
- "line": 757
31102
+ "line": 762
31100
31103
  },
31101
31104
  "name": "gitUserEmail",
31102
31105
  "optional": true,
@@ -31114,7 +31117,7 @@
31114
31117
  "immutable": true,
31115
31118
  "locationInModule": {
31116
31119
  "filename": "src/release/publisher.ts",
31117
- "line": 751
31120
+ "line": 756
31118
31121
  },
31119
31122
  "name": "gitUserName",
31120
31123
  "optional": true,
@@ -31139,7 +31142,7 @@
31139
31142
  "kind": "interface",
31140
31143
  "locationInModule": {
31141
31144
  "filename": "src/release/publisher.ts",
31142
- "line": 633
31145
+ "line": 638
31143
31146
  },
31144
31147
  "name": "JsiiReleaseMaven",
31145
31148
  "namespace": "release",
@@ -31159,7 +31162,7 @@
31159
31162
  "kind": "interface",
31160
31163
  "locationInModule": {
31161
31164
  "filename": "src/release/publisher.ts",
31162
- "line": 505
31165
+ "line": 510
31163
31166
  },
31164
31167
  "name": "JsiiReleaseNpm",
31165
31168
  "namespace": "release",
@@ -31179,7 +31182,7 @@
31179
31182
  "kind": "interface",
31180
31183
  "locationInModule": {
31181
31184
  "filename": "src/release/publisher.ts",
31182
- "line": 616
31185
+ "line": 621
31183
31186
  },
31184
31187
  "name": "JsiiReleaseNuget",
31185
31188
  "namespace": "release",
@@ -31199,7 +31202,7 @@
31199
31202
  "kind": "interface",
31200
31203
  "locationInModule": {
31201
31204
  "filename": "src/release/publisher.ts",
31202
- "line": 587
31205
+ "line": 592
31203
31206
  },
31204
31207
  "name": "JsiiReleasePyPi",
31205
31208
  "namespace": "release",
@@ -31289,7 +31292,7 @@
31289
31292
  "kind": "interface",
31290
31293
  "locationInModule": {
31291
31294
  "filename": "src/release/publisher.ts",
31292
- "line": 638
31295
+ "line": 643
31293
31296
  },
31294
31297
  "name": "MavenPublishOptions",
31295
31298
  "namespace": "release",
@@ -31305,7 +31308,7 @@
31305
31308
  "immutable": true,
31306
31309
  "locationInModule": {
31307
31310
  "filename": "src/release/publisher.ts",
31308
- "line": 644
31311
+ "line": 649
31309
31312
  },
31310
31313
  "name": "mavenEndpoint",
31311
31314
  "optional": true,
@@ -31325,7 +31328,7 @@
31325
31328
  "immutable": true,
31326
31329
  "locationInModule": {
31327
31330
  "filename": "src/release/publisher.ts",
31328
- "line": 677
31331
+ "line": 682
31329
31332
  },
31330
31333
  "name": "mavenGpgPrivateKeyPassphrase",
31331
31334
  "optional": true,
@@ -31345,7 +31348,7 @@
31345
31348
  "immutable": true,
31346
31349
  "locationInModule": {
31347
31350
  "filename": "src/release/publisher.ts",
31348
- "line": 668
31351
+ "line": 673
31349
31352
  },
31350
31353
  "name": "mavenGpgPrivateKeySecret",
31351
31354
  "optional": true,
@@ -31365,7 +31368,7 @@
31365
31368
  "immutable": true,
31366
31369
  "locationInModule": {
31367
31370
  "filename": "src/release/publisher.ts",
31368
- "line": 703
31371
+ "line": 708
31369
31372
  },
31370
31373
  "name": "mavenPassword",
31371
31374
  "optional": true,
@@ -31383,7 +31386,7 @@
31383
31386
  "immutable": true,
31384
31387
  "locationInModule": {
31385
31388
  "filename": "src/release/publisher.ts",
31386
- "line": 658
31389
+ "line": 663
31387
31390
  },
31388
31391
  "name": "mavenRepositoryUrl",
31389
31392
  "optional": true,
@@ -31401,7 +31404,7 @@
31401
31404
  "immutable": true,
31402
31405
  "locationInModule": {
31403
31406
  "filename": "src/release/publisher.ts",
31404
- "line": 651
31407
+ "line": 656
31405
31408
  },
31406
31409
  "name": "mavenServerId",
31407
31410
  "optional": true,
@@ -31419,7 +31422,7 @@
31419
31422
  "immutable": true,
31420
31423
  "locationInModule": {
31421
31424
  "filename": "src/release/publisher.ts",
31422
- "line": 714
31425
+ "line": 719
31423
31426
  },
31424
31427
  "name": "mavenStagingProfileId",
31425
31428
  "optional": true,
@@ -31439,7 +31442,7 @@
31439
31442
  "immutable": true,
31440
31443
  "locationInModule": {
31441
31444
  "filename": "src/release/publisher.ts",
31442
- "line": 690
31445
+ "line": 695
31443
31446
  },
31444
31447
  "name": "mavenUsername",
31445
31448
  "optional": true,
@@ -31461,7 +31464,7 @@
31461
31464
  "kind": "interface",
31462
31465
  "locationInModule": {
31463
31466
  "filename": "src/release/publisher.ts",
31464
- "line": 510
31467
+ "line": 515
31465
31468
  },
31466
31469
  "name": "NpmPublishOptions",
31467
31470
  "namespace": "release",
@@ -31476,7 +31479,7 @@
31476
31479
  "immutable": true,
31477
31480
  "locationInModule": {
31478
31481
  "filename": "src/release/publisher.ts",
31479
- "line": 555
31482
+ "line": 560
31480
31483
  },
31481
31484
  "name": "codeArtifactOptions",
31482
31485
  "optional": true,
@@ -31496,7 +31499,7 @@
31496
31499
  "immutable": true,
31497
31500
  "locationInModule": {
31498
31501
  "filename": "src/release/publisher.ts",
31499
- "line": 528
31502
+ "line": 533
31500
31503
  },
31501
31504
  "name": "distTag",
31502
31505
  "optional": true,
@@ -31514,7 +31517,7 @@
31514
31517
  "immutable": true,
31515
31518
  "locationInModule": {
31516
31519
  "filename": "src/release/publisher.ts",
31517
- "line": 548
31520
+ "line": 553
31518
31521
  },
31519
31522
  "name": "npmTokenSecret",
31520
31523
  "optional": true,
@@ -31534,7 +31537,7 @@
31534
31537
  "immutable": true,
31535
31538
  "locationInModule": {
31536
31539
  "filename": "src/release/publisher.ts",
31537
- "line": 542
31540
+ "line": 547
31538
31541
  },
31539
31542
  "name": "registry",
31540
31543
  "optional": true,
@@ -31556,7 +31559,7 @@
31556
31559
  "kind": "interface",
31557
31560
  "locationInModule": {
31558
31561
  "filename": "src/release/publisher.ts",
31559
- "line": 621
31562
+ "line": 626
31560
31563
  },
31561
31564
  "name": "NugetPublishOptions",
31562
31565
  "namespace": "release",
@@ -31571,7 +31574,7 @@
31571
31574
  "immutable": true,
31572
31575
  "locationInModule": {
31573
31576
  "filename": "src/release/publisher.ts",
31574
- "line": 627
31577
+ "line": 632
31575
31578
  },
31576
31579
  "name": "nugetApiKeySecret",
31577
31580
  "optional": true,
@@ -31597,7 +31600,7 @@
31597
31600
  },
31598
31601
  "locationInModule": {
31599
31602
  "filename": "src/release/publisher.ts",
31600
- "line": 100
31603
+ "line": 99
31601
31604
  },
31602
31605
  "parameters": [
31603
31606
  {
@@ -31617,7 +31620,7 @@
31617
31620
  "kind": "class",
31618
31621
  "locationInModule": {
31619
31622
  "filename": "src/release/publisher.ts",
31620
- "line": 86
31623
+ "line": 85
31621
31624
  },
31622
31625
  "methods": [
31623
31626
  {
@@ -31628,7 +31631,7 @@
31628
31631
  },
31629
31632
  "locationInModule": {
31630
31633
  "filename": "src/release/publisher.ts",
31631
- "line": 142
31634
+ "line": 141
31632
31635
  },
31633
31636
  "name": "publishToGit",
31634
31637
  "parameters": [
@@ -31655,7 +31658,7 @@
31655
31658
  },
31656
31659
  "locationInModule": {
31657
31660
  "filename": "src/release/publisher.ts",
31658
- "line": 177
31661
+ "line": 176
31659
31662
  },
31660
31663
  "name": "publishToGitHubReleases",
31661
31664
  "parameters": [
@@ -31677,7 +31680,7 @@
31677
31680
  },
31678
31681
  "locationInModule": {
31679
31682
  "filename": "src/release/publisher.ts",
31680
- "line": 339
31683
+ "line": 345
31681
31684
  },
31682
31685
  "name": "publishToGo",
31683
31686
  "parameters": [
@@ -31700,7 +31703,7 @@
31700
31703
  },
31701
31704
  "locationInModule": {
31702
31705
  "filename": "src/release/publisher.ts",
31703
- "line": 282
31706
+ "line": 284
31704
31707
  },
31705
31708
  "name": "publishToMaven",
31706
31709
  "parameters": [
@@ -31769,7 +31772,7 @@
31769
31772
  },
31770
31773
  "locationInModule": {
31771
31774
  "filename": "src/release/publisher.ts",
31772
- "line": 319
31775
+ "line": 323
31773
31776
  },
31774
31777
  "name": "publishToPyPi",
31775
31778
  "parameters": [
@@ -31796,7 +31799,7 @@
31796
31799
  "immutable": true,
31797
31800
  "locationInModule": {
31798
31801
  "filename": "src/release/publisher.ts",
31799
- "line": 88
31802
+ "line": 87
31800
31803
  },
31801
31804
  "name": "artifactName",
31802
31805
  "type": {
@@ -31810,7 +31813,7 @@
31810
31813
  "immutable": true,
31811
31814
  "locationInModule": {
31812
31815
  "filename": "src/release/publisher.ts",
31813
- "line": 87
31816
+ "line": 86
31814
31817
  },
31815
31818
  "name": "buildJobId",
31816
31819
  "type": {
@@ -31824,7 +31827,7 @@
31824
31827
  "immutable": true,
31825
31828
  "locationInModule": {
31826
31829
  "filename": "src/release/publisher.ts",
31827
- "line": 89
31830
+ "line": 88
31828
31831
  },
31829
31832
  "name": "jsiiReleaseVersion",
31830
31833
  "type": {
@@ -31838,7 +31841,7 @@
31838
31841
  "immutable": true,
31839
31842
  "locationInModule": {
31840
31843
  "filename": "src/release/publisher.ts",
31841
- "line": 90
31844
+ "line": 89
31842
31845
  },
31843
31846
  "name": "condition",
31844
31847
  "optional": true,
@@ -31860,7 +31863,7 @@
31860
31863
  "kind": "interface",
31861
31864
  "locationInModule": {
31862
31865
  "filename": "src/release/publisher.ts",
31863
- "line": 18
31866
+ "line": 17
31864
31867
  },
31865
31868
  "name": "PublisherOptions",
31866
31869
  "namespace": "release",
@@ -31876,7 +31879,7 @@
31876
31879
  "immutable": true,
31877
31880
  "locationInModule": {
31878
31881
  "filename": "src/release/publisher.ts",
31879
- "line": 40
31882
+ "line": 39
31880
31883
  },
31881
31884
  "name": "artifactName",
31882
31885
  "type": {
@@ -31893,7 +31896,7 @@
31893
31896
  "immutable": true,
31894
31897
  "locationInModule": {
31895
31898
  "filename": "src/release/publisher.ts",
31896
- "line": 22
31899
+ "line": 21
31897
31900
  },
31898
31901
  "name": "buildJobId",
31899
31902
  "type": {
@@ -31910,7 +31913,7 @@
31910
31913
  "immutable": true,
31911
31914
  "locationInModule": {
31912
31915
  "filename": "src/release/publisher.ts",
31913
- "line": 29
31916
+ "line": 28
31914
31917
  },
31915
31918
  "name": "condition",
31916
31919
  "optional": true,
@@ -31928,7 +31931,7 @@
31928
31931
  "immutable": true,
31929
31932
  "locationInModule": {
31930
31933
  "filename": "src/release/publisher.ts",
31931
- "line": 54
31934
+ "line": 53
31932
31935
  },
31933
31936
  "name": "failureIssue",
31934
31937
  "optional": true,
@@ -31947,7 +31950,7 @@
31947
31950
  "immutable": true,
31948
31951
  "locationInModule": {
31949
31952
  "filename": "src/release/publisher.ts",
31950
- "line": 62
31953
+ "line": 61
31951
31954
  },
31952
31955
  "name": "failureIssueLabel",
31953
31956
  "optional": true,
@@ -31965,7 +31968,7 @@
31965
31968
  "immutable": true,
31966
31969
  "locationInModule": {
31967
31970
  "filename": "src/release/publisher.ts",
31968
- "line": 47
31971
+ "line": 46
31969
31972
  },
31970
31973
  "name": "jsiiReleaseVersion",
31971
31974
  "optional": true,
@@ -31984,7 +31987,7 @@
31984
31987
  "immutable": true,
31985
31988
  "locationInModule": {
31986
31989
  "filename": "src/release/publisher.ts",
31987
- "line": 78
31990
+ "line": 77
31988
31991
  },
31989
31992
  "name": "publishTasks",
31990
31993
  "optional": true,
@@ -32002,7 +32005,7 @@
32002
32005
  "immutable": true,
32003
32006
  "locationInModule": {
32004
32007
  "filename": "src/release/publisher.ts",
32005
- "line": 68
32008
+ "line": 67
32006
32009
  },
32007
32010
  "name": "workflowRunsOn",
32008
32011
  "optional": true,
@@ -32029,7 +32032,7 @@
32029
32032
  "kind": "interface",
32030
32033
  "locationInModule": {
32031
32034
  "filename": "src/release/publisher.ts",
32032
- "line": 592
32035
+ "line": 597
32033
32036
  },
32034
32037
  "name": "PyPiPublishOptions",
32035
32038
  "namespace": "release",
@@ -32044,7 +32047,7 @@
32044
32047
  "immutable": true,
32045
32048
  "locationInModule": {
32046
32049
  "filename": "src/release/publisher.ts",
32047
- "line": 610
32050
+ "line": 615
32048
32051
  },
32049
32052
  "name": "twinePasswordSecret",
32050
32053
  "optional": true,
@@ -32062,7 +32065,7 @@
32062
32065
  "immutable": true,
32063
32066
  "locationInModule": {
32064
32067
  "filename": "src/release/publisher.ts",
32065
- "line": 598
32068
+ "line": 603
32066
32069
  },
32067
32070
  "name": "twineRegistryUrl",
32068
32071
  "optional": true,
@@ -32080,7 +32083,7 @@
32080
32083
  "immutable": true,
32081
32084
  "locationInModule": {
32082
32085
  "filename": "src/release/publisher.ts",
32083
- "line": 604
32086
+ "line": 609
32084
32087
  },
32085
32088
  "name": "twineUsernameSecret",
32086
32089
  "optional": true,
@@ -35524,6 +35527,6 @@
35524
35527
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
35525
35528
  }
35526
35529
  },
35527
- "version": "0.43.2",
35528
- "fingerprint": "yc/qvMQEODrylZOyUn40L1ZBwnPntwRkfXf8fUjCn5Q="
35530
+ "version": "0.45.2",
35531
+ "fingerprint": "XfNa8guiJ0lexoohrcosD6ocRVkwOruFMBnb9ac2YLQ="
35529
35532
  }