projen 0.43.1 → 0.45.1

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 (110) hide show
  1. package/.jsii +258 -239
  2. package/API.md +40 -38
  3. package/lib/awscdk/auto-discover.js +3 -2
  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.d.ts +7 -0
  10. package/lib/awscdk/integration-test.js +11 -9
  11. package/lib/awscdk/java-app.js +1 -1
  12. package/lib/awscdk/lambda-function.js +2 -2
  13. package/lib/cdk/construct-lib.js +1 -1
  14. package/lib/cdk/jsii-docgen.js +1 -1
  15. package/lib/cdk/jsii-project.js +1 -1
  16. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  17. package/lib/cdk8s/cdk8s-construct.js +1 -1
  18. package/lib/cdktf/cdktf-construct.js +1 -1
  19. package/lib/cli/cmds/new.js +7 -7
  20. package/lib/component.js +1 -1
  21. package/lib/dependencies.js +1 -1
  22. package/lib/dev-env.js +1 -1
  23. package/lib/docker-compose.js +2 -2
  24. package/lib/file.js +1 -1
  25. package/lib/gitattributes.js +1 -1
  26. package/lib/github/auto-approve.js +1 -1
  27. package/lib/github/auto-merge.js +1 -1
  28. package/lib/github/dependabot.js +1 -1
  29. package/lib/github/github-project.js +1 -1
  30. package/lib/github/github.js +1 -1
  31. package/lib/github/mergify.js +1 -1
  32. package/lib/github/pr-template.js +1 -1
  33. package/lib/github/pull-request-lint.js +1 -1
  34. package/lib/github/stale.js +1 -1
  35. package/lib/github/task-workflow.js +1 -1
  36. package/lib/github/workflows.js +1 -1
  37. package/lib/gitpod.js +1 -1
  38. package/lib/ignore-file.js +1 -1
  39. package/lib/ini.js +1 -1
  40. package/lib/java/java-project.js +1 -1
  41. package/lib/java/junit.js +1 -1
  42. package/lib/java/maven-compile.js +1 -1
  43. package/lib/java/maven-packaging.js +1 -1
  44. package/lib/java/maven-sample.js +1 -1
  45. package/lib/java/pom.js +1 -1
  46. package/lib/java/projenrc.js +3 -3
  47. package/lib/javascript/bundler.js +1 -1
  48. package/lib/javascript/eslint.js +1 -1
  49. package/lib/javascript/jest.js +1 -1
  50. package/lib/javascript/node-package.js +1 -1
  51. package/lib/javascript/node-project.js +1 -1
  52. package/lib/javascript/npm-config.js +1 -1
  53. package/lib/javascript/projenrc.js +3 -3
  54. package/lib/javascript/render-options.d.ts +6 -6
  55. package/lib/javascript/render-options.js +9 -9
  56. package/lib/javascript/typescript-config.js +1 -1
  57. package/lib/javascript/upgrade-dependencies.js +2 -2
  58. package/lib/json.js +1 -1
  59. package/lib/license.js +1 -1
  60. package/lib/logger.js +1 -1
  61. package/lib/makefile.js +1 -1
  62. package/lib/object-file.js +1 -1
  63. package/lib/option-hints.d.ts +1 -1
  64. package/lib/option-hints.js +8 -8
  65. package/lib/project-build.js +1 -1
  66. package/lib/project.d.ts +5 -5
  67. package/lib/project.js +3 -3
  68. package/lib/projects.d.ts +3 -3
  69. package/lib/projects.js +5 -5
  70. package/lib/projenrc-json.js +3 -3
  71. package/lib/python/pip.js +1 -1
  72. package/lib/python/poetry.js +2 -2
  73. package/lib/python/projenrc.js +7 -7
  74. package/lib/python/pytest.js +1 -1
  75. package/lib/python/python-project.d.ts +1 -1
  76. package/lib/python/python-project.js +3 -7
  77. package/lib/python/python-sample.js +1 -1
  78. package/lib/python/requirements-file.js +1 -1
  79. package/lib/python/setuppy.js +1 -1
  80. package/lib/python/setuptools.js +1 -1
  81. package/lib/python/venv.js +1 -1
  82. package/lib/readme.js +1 -1
  83. package/lib/release/publisher.d.ts +1 -1
  84. package/lib/release/publisher.js +17 -12
  85. package/lib/release/release-trigger.js +1 -1
  86. package/lib/release/release.js +1 -1
  87. package/lib/run-projenrc-json.task.js +2 -2
  88. package/lib/sample-file.js +2 -2
  89. package/lib/semver.js +1 -1
  90. package/lib/source-code.js +1 -1
  91. package/lib/task-runtime.js +1 -1
  92. package/lib/task.js +1 -1
  93. package/lib/tasks.js +1 -1
  94. package/lib/testing.js +1 -1
  95. package/lib/textfile.js +1 -1
  96. package/lib/toml.js +1 -1
  97. package/lib/typescript/projenrc.js +3 -3
  98. package/lib/typescript/typescript-typedoc.js +1 -1
  99. package/lib/typescript/typescript.js +3 -3
  100. package/lib/version.js +1 -1
  101. package/lib/vscode/devcontainer.js +1 -1
  102. package/lib/vscode/launch-config.js +1 -1
  103. package/lib/vscode/vscode.js +1 -1
  104. package/lib/web/next.js +3 -3
  105. package/lib/web/postcss.js +1 -1
  106. package/lib/web/react.js +4 -4
  107. package/lib/web/tailwind.js +1 -1
  108. package/lib/xmlfile.js +1 -1
  109. package/lib/yaml.js +1 -1
  110. 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
  {
@@ -10685,7 +10688,7 @@
10685
10688
  },
10686
10689
  "locationInModule": {
10687
10690
  "filename": "src/awscdk/integration-test.ts",
10688
- "line": 66
10691
+ "line": 72
10689
10692
  },
10690
10693
  "parameters": [
10691
10694
  {
@@ -10705,7 +10708,7 @@
10705
10708
  "kind": "class",
10706
10709
  "locationInModule": {
10707
10710
  "filename": "src/awscdk/integration-test.ts",
10708
- "line": 40
10711
+ "line": 46
10709
10712
  },
10710
10713
  "name": "IntegrationTest",
10711
10714
  "namespace": "awscdk",
@@ -10718,7 +10721,7 @@
10718
10721
  "immutable": true,
10719
10722
  "locationInModule": {
10720
10723
  "filename": "src/awscdk/integration-test.ts",
10721
- "line": 54
10724
+ "line": 60
10722
10725
  },
10723
10726
  "name": "assertTask",
10724
10727
  "type": {
@@ -10733,7 +10736,7 @@
10733
10736
  "immutable": true,
10734
10737
  "locationInModule": {
10735
10738
  "filename": "src/awscdk/integration-test.ts",
10736
- "line": 44
10739
+ "line": 50
10737
10740
  },
10738
10741
  "name": "deployTask",
10739
10742
  "type": {
@@ -10748,7 +10751,7 @@
10748
10751
  "immutable": true,
10749
10752
  "locationInModule": {
10750
10753
  "filename": "src/awscdk/integration-test.ts",
10751
- "line": 49
10754
+ "line": 55
10752
10755
  },
10753
10756
  "name": "destroyTask",
10754
10757
  "type": {
@@ -10763,7 +10766,7 @@
10763
10766
  "immutable": true,
10764
10767
  "locationInModule": {
10765
10768
  "filename": "src/awscdk/integration-test.ts",
10766
- "line": 59
10769
+ "line": 65
10767
10770
  },
10768
10771
  "name": "snapshotTask",
10769
10772
  "type": {
@@ -10778,7 +10781,7 @@
10778
10781
  "immutable": true,
10779
10782
  "locationInModule": {
10780
10783
  "filename": "src/awscdk/integration-test.ts",
10781
- "line": 64
10784
+ "line": 70
10782
10785
  },
10783
10786
  "name": "watchTask",
10784
10787
  "type": {
@@ -10798,7 +10801,7 @@
10798
10801
  "kind": "interface",
10799
10802
  "locationInModule": {
10800
10803
  "filename": "src/awscdk/integration-test.ts",
10801
- "line": 8
10804
+ "line": 9
10802
10805
  },
10803
10806
  "name": "IntegrationTestCommonOptions",
10804
10807
  "namespace": "awscdk",
@@ -10814,7 +10817,7 @@
10814
10817
  "immutable": true,
10815
10818
  "locationInModule": {
10816
10819
  "filename": "src/awscdk/integration-test.ts",
10817
- "line": 14
10820
+ "line": 15
10818
10821
  },
10819
10822
  "name": "destroyAfterDeploy",
10820
10823
  "optional": true,
@@ -10839,11 +10842,27 @@
10839
10842
  "kind": "interface",
10840
10843
  "locationInModule": {
10841
10844
  "filename": "src/awscdk/integration-test.ts",
10842
- "line": 20
10845
+ "line": 21
10843
10846
  },
10844
10847
  "name": "IntegrationTestOptions",
10845
10848
  "namespace": "awscdk",
10846
10849
  "properties": [
10850
+ {
10851
+ "abstract": true,
10852
+ "docs": {
10853
+ "stability": "experimental",
10854
+ "summary": "AWS CDK dependency manager."
10855
+ },
10856
+ "immutable": true,
10857
+ "locationInModule": {
10858
+ "filename": "src/awscdk/integration-test.ts",
10859
+ "line": 40
10860
+ },
10861
+ "name": "cdkDeps",
10862
+ "type": {
10863
+ "fqn": "projen.awscdk.AwsCdkDeps"
10864
+ }
10865
+ },
10847
10866
  {
10848
10867
  "abstract": true,
10849
10868
  "docs": {
@@ -10855,7 +10874,7 @@
10855
10874
  "immutable": true,
10856
10875
  "locationInModule": {
10857
10876
  "filename": "src/awscdk/integration-test.ts",
10858
- "line": 29
10877
+ "line": 30
10859
10878
  },
10860
10879
  "name": "entrypoint",
10861
10880
  "type": {
@@ -10871,7 +10890,7 @@
10871
10890
  "immutable": true,
10872
10891
  "locationInModule": {
10873
10892
  "filename": "src/awscdk/integration-test.ts",
10874
- "line": 34
10893
+ "line": 35
10875
10894
  },
10876
10895
  "name": "tsconfigPath",
10877
10896
  "type": {
@@ -29522,7 +29541,7 @@
29522
29541
  },
29523
29542
  "locationInModule": {
29524
29543
  "filename": "src/python/python-project.ts",
29525
- "line": 176
29544
+ "line": 175
29526
29545
  },
29527
29546
  "parameters": [
29528
29547
  {
@@ -29536,7 +29555,7 @@
29536
29555
  "kind": "class",
29537
29556
  "locationInModule": {
29538
29557
  "filename": "src/python/python-project.ts",
29539
- "line": 144
29558
+ "line": 143
29540
29559
  },
29541
29560
  "methods": [
29542
29561
  {
@@ -29546,7 +29565,7 @@
29546
29565
  },
29547
29566
  "locationInModule": {
29548
29567
  "filename": "src/python/python-project.ts",
29549
- "line": 425
29568
+ "line": 422
29550
29569
  },
29551
29570
  "name": "addDependency",
29552
29571
  "parameters": [
@@ -29568,7 +29587,7 @@
29568
29587
  },
29569
29588
  "locationInModule": {
29570
29589
  "filename": "src/python/python-project.ts",
29571
- "line": 434
29590
+ "line": 431
29572
29591
  },
29573
29592
  "name": "addDevDependency",
29574
29593
  "parameters": [
@@ -29591,7 +29610,7 @@
29591
29610
  },
29592
29611
  "locationInModule": {
29593
29612
  "filename": "src/python/python-project.ts",
29594
- "line": 438
29613
+ "line": 435
29595
29614
  },
29596
29615
  "name": "postSynthesize",
29597
29616
  "overrides": "projen.Project"
@@ -29608,7 +29627,7 @@
29608
29627
  "immutable": true,
29609
29628
  "locationInModule": {
29610
29629
  "filename": "src/python/python-project.ts",
29611
- "line": 159
29630
+ "line": 158
29612
29631
  },
29613
29632
  "name": "depsManager",
29614
29633
  "type": {
@@ -29623,7 +29642,7 @@
29623
29642
  "immutable": true,
29624
29643
  "locationInModule": {
29625
29644
  "filename": "src/python/python-project.ts",
29626
- "line": 164
29645
+ "line": 163
29627
29646
  },
29628
29647
  "name": "envManager",
29629
29648
  "type": {
@@ -29638,7 +29657,7 @@
29638
29657
  "immutable": true,
29639
29658
  "locationInModule": {
29640
29659
  "filename": "src/python/python-project.ts",
29641
- "line": 149
29660
+ "line": 148
29642
29661
  },
29643
29662
  "name": "moduleName",
29644
29663
  "type": {
@@ -29653,7 +29672,7 @@
29653
29672
  "immutable": true,
29654
29673
  "locationInModule": {
29655
29674
  "filename": "src/python/python-project.ts",
29656
- "line": 154
29675
+ "line": 153
29657
29676
  },
29658
29677
  "name": "version",
29659
29678
  "type": {
@@ -29669,7 +29688,7 @@
29669
29688
  "immutable": true,
29670
29689
  "locationInModule": {
29671
29690
  "filename": "src/python/python-project.ts",
29672
- "line": 169
29691
+ "line": 168
29673
29692
  },
29674
29693
  "name": "packagingManager",
29675
29694
  "optional": true,
@@ -29685,7 +29704,7 @@
29685
29704
  "immutable": true,
29686
29705
  "locationInModule": {
29687
29706
  "filename": "src/python/python-project.ts",
29688
- "line": 174
29707
+ "line": 173
29689
29708
  },
29690
29709
  "name": "pytest",
29691
29710
  "optional": true,
@@ -29711,7 +29730,7 @@
29711
29730
  "kind": "interface",
29712
29731
  "locationInModule": {
29713
29732
  "filename": "src/python/python-project.ts",
29714
- "line": 22
29733
+ "line": 21
29715
29734
  },
29716
29735
  "name": "PythonProjectOptions",
29717
29736
  "namespace": "python",
@@ -29727,7 +29746,7 @@
29727
29746
  "immutable": true,
29728
29747
  "locationInModule": {
29729
29748
  "filename": "src/python/python-project.ts",
29730
- "line": 32
29749
+ "line": 31
29731
29750
  },
29732
29751
  "name": "moduleName",
29733
29752
  "type": {
@@ -29748,7 +29767,7 @@
29748
29767
  "immutable": true,
29749
29768
  "locationInModule": {
29750
29769
  "filename": "src/python/python-project.ts",
29751
- "line": 46
29770
+ "line": 45
29752
29771
  },
29753
29772
  "name": "deps",
29754
29773
  "optional": true,
@@ -29775,7 +29794,7 @@
29775
29794
  "immutable": true,
29776
29795
  "locationInModule": {
29777
29796
  "filename": "src/python/python-project.ts",
29778
- "line": 58
29797
+ "line": 57
29779
29798
  },
29780
29799
  "name": "devDeps",
29781
29800
  "optional": true,
@@ -29801,7 +29820,7 @@
29801
29820
  "immutable": true,
29802
29821
  "locationInModule": {
29803
29822
  "filename": "src/python/python-project.ts",
29804
- "line": 68
29823
+ "line": 67
29805
29824
  },
29806
29825
  "name": "pip",
29807
29826
  "optional": true,
@@ -29822,7 +29841,7 @@
29822
29841
  "immutable": true,
29823
29842
  "locationInModule": {
29824
29843
  "filename": "src/python/python-project.ts",
29825
- "line": 99
29844
+ "line": 98
29826
29845
  },
29827
29846
  "name": "poetry",
29828
29847
  "optional": true,
@@ -29833,7 +29852,7 @@
29833
29852
  {
29834
29853
  "abstract": true,
29835
29854
  "docs": {
29836
- "default": "false",
29855
+ "default": "true",
29837
29856
  "remarks": "This will install `projen` as a python dependency and will add a `synth`\ntask which will run `.projenrc.py`.",
29838
29857
  "stability": "experimental",
29839
29858
  "summary": "Use projenrc in python."
@@ -29841,7 +29860,7 @@
29841
29860
  "immutable": true,
29842
29861
  "locationInModule": {
29843
29862
  "filename": "src/python/python-project.ts",
29844
- "line": 130
29863
+ "line": 129
29845
29864
  },
29846
29865
  "name": "projenrcPython",
29847
29866
  "optional": true,
@@ -29859,7 +29878,7 @@
29859
29878
  "immutable": true,
29860
29879
  "locationInModule": {
29861
29880
  "filename": "src/python/python-project.ts",
29862
- "line": 136
29881
+ "line": 135
29863
29882
  },
29864
29883
  "name": "projenrcPythonOptions",
29865
29884
  "optional": true,
@@ -29880,7 +29899,7 @@
29880
29899
  "immutable": true,
29881
29900
  "locationInModule": {
29882
29901
  "filename": "src/python/python-project.ts",
29883
- "line": 108
29902
+ "line": 107
29884
29903
  },
29885
29904
  "name": "pytest",
29886
29905
  "optional": true,
@@ -29898,7 +29917,7 @@
29898
29917
  "immutable": true,
29899
29918
  "locationInModule": {
29900
29919
  "filename": "src/python/python-project.ts",
29901
- "line": 114
29920
+ "line": 113
29902
29921
  },
29903
29922
  "name": "pytestOptions",
29904
29923
  "optional": true,
@@ -29916,7 +29935,7 @@
29916
29935
  "immutable": true,
29917
29936
  "locationInModule": {
29918
29937
  "filename": "src/python/python-project.ts",
29919
- "line": 120
29938
+ "line": 119
29920
29939
  },
29921
29940
  "name": "sample",
29922
29941
  "optional": true,
@@ -29937,7 +29956,7 @@
29937
29956
  "immutable": true,
29938
29957
  "locationInModule": {
29939
29958
  "filename": "src/python/python-project.ts",
29940
- "line": 90
29959
+ "line": 89
29941
29960
  },
29942
29961
  "name": "setuptools",
29943
29962
  "optional": true,
@@ -29958,7 +29977,7 @@
29958
29977
  "immutable": true,
29959
29978
  "locationInModule": {
29960
29979
  "filename": "src/python/python-project.ts",
29961
- "line": 76
29980
+ "line": 75
29962
29981
  },
29963
29982
  "name": "venv",
29964
29983
  "optional": true,
@@ -29976,7 +29995,7 @@
29976
29995
  "immutable": true,
29977
29996
  "locationInModule": {
29978
29997
  "filename": "src/python/python-project.ts",
29979
- "line": 82
29998
+ "line": 81
29980
29999
  },
29981
30000
  "name": "venvOptions",
29982
30001
  "optional": true,
@@ -30722,7 +30741,7 @@
30722
30741
  "kind": "interface",
30723
30742
  "locationInModule": {
30724
30743
  "filename": "src/release/publisher.ts",
30725
- "line": 558
30744
+ "line": 563
30726
30745
  },
30727
30746
  "name": "CodeArtifactOptions",
30728
30747
  "namespace": "release",
@@ -30738,7 +30757,7 @@
30738
30757
  "immutable": true,
30739
30758
  "locationInModule": {
30740
30759
  "filename": "src/release/publisher.ts",
30741
- "line": 565
30760
+ "line": 570
30742
30761
  },
30743
30762
  "name": "accessKeyIdSecret",
30744
30763
  "optional": true,
@@ -30756,7 +30775,7 @@
30756
30775
  "immutable": true,
30757
30776
  "locationInModule": {
30758
30777
  "filename": "src/release/publisher.ts",
30759
- "line": 581
30778
+ "line": 586
30760
30779
  },
30761
30780
  "name": "roleToAssume",
30762
30781
  "optional": true,
@@ -30775,7 +30794,7 @@
30775
30794
  "immutable": true,
30776
30795
  "locationInModule": {
30777
30796
  "filename": "src/release/publisher.ts",
30778
- "line": 573
30797
+ "line": 578
30779
30798
  },
30780
30799
  "name": "secretAccessKeySecret",
30781
30800
  "optional": true,
@@ -30797,7 +30816,7 @@
30797
30816
  "kind": "interface",
30798
30817
  "locationInModule": {
30799
30818
  "filename": "src/release/publisher.ts",
30800
- "line": 802
30819
+ "line": 807
30801
30820
  },
30802
30821
  "name": "GitHubReleasesPublishOptions",
30803
30822
  "namespace": "release",
@@ -30812,7 +30831,7 @@
30812
30831
  "immutable": true,
30813
30832
  "locationInModule": {
30814
30833
  "filename": "src/release/publisher.ts",
30815
- "line": 787
30834
+ "line": 792
30816
30835
  },
30817
30836
  "name": "changelogFile",
30818
30837
  "type": {
@@ -30829,7 +30848,7 @@
30829
30848
  "immutable": true,
30830
30849
  "locationInModule": {
30831
30850
  "filename": "src/release/publisher.ts",
30832
- "line": 780
30851
+ "line": 785
30833
30852
  },
30834
30853
  "name": "releaseTagFile",
30835
30854
  "type": {
@@ -30846,7 +30865,7 @@
30846
30865
  "immutable": true,
30847
30866
  "locationInModule": {
30848
30867
  "filename": "src/release/publisher.ts",
30849
- "line": 773
30868
+ "line": 778
30850
30869
  },
30851
30870
  "name": "versionFile",
30852
30871
  "type": {
@@ -30867,7 +30886,7 @@
30867
30886
  "kind": "interface",
30868
30887
  "locationInModule": {
30869
30888
  "filename": "src/release/publisher.ts",
30870
- "line": 807
30889
+ "line": 812
30871
30890
  },
30872
30891
  "name": "GitPublishOptions",
30873
30892
  "namespace": "release",
@@ -30882,7 +30901,7 @@
30882
30901
  "immutable": true,
30883
30902
  "locationInModule": {
30884
30903
  "filename": "src/release/publisher.ts",
30885
- "line": 787
30904
+ "line": 792
30886
30905
  },
30887
30906
  "name": "changelogFile",
30888
30907
  "type": {
@@ -30899,7 +30918,7 @@
30899
30918
  "immutable": true,
30900
30919
  "locationInModule": {
30901
30920
  "filename": "src/release/publisher.ts",
30902
- "line": 780
30921
+ "line": 785
30903
30922
  },
30904
30923
  "name": "releaseTagFile",
30905
30924
  "type": {
@@ -30916,7 +30935,7 @@
30916
30935
  "immutable": true,
30917
30936
  "locationInModule": {
30918
30937
  "filename": "src/release/publisher.ts",
30919
- "line": 773
30938
+ "line": 778
30920
30939
  },
30921
30940
  "name": "versionFile",
30922
30941
  "type": {
@@ -30933,7 +30952,7 @@
30933
30952
  "immutable": true,
30934
30953
  "locationInModule": {
30935
30954
  "filename": "src/release/publisher.ts",
30936
- "line": 818
30955
+ "line": 823
30937
30956
  },
30938
30957
  "name": "gitBranch",
30939
30958
  "optional": true,
@@ -30951,7 +30970,7 @@
30951
30970
  "immutable": true,
30952
30971
  "locationInModule": {
30953
30972
  "filename": "src/release/publisher.ts",
30954
- "line": 825
30973
+ "line": 830
30955
30974
  },
30956
30975
  "name": "gitPushCommand",
30957
30976
  "optional": true,
@@ -30968,7 +30987,7 @@
30968
30987
  "immutable": true,
30969
30988
  "locationInModule": {
30970
30989
  "filename": "src/release/publisher.ts",
30971
- "line": 811
30990
+ "line": 816
30972
30991
  },
30973
30992
  "name": "projectChangelogFile",
30974
30993
  "optional": true,
@@ -30990,7 +31009,7 @@
30990
31009
  "kind": "interface",
30991
31010
  "locationInModule": {
30992
31011
  "filename": "src/release/publisher.ts",
30993
- "line": 724
31012
+ "line": 729
30994
31013
  },
30995
31014
  "name": "GoPublishOptions",
30996
31015
  "namespace": "release",
@@ -31005,7 +31024,7 @@
31005
31024
  "immutable": true,
31006
31025
  "locationInModule": {
31007
31026
  "filename": "src/release/publisher.ts",
31008
- "line": 745
31027
+ "line": 750
31009
31028
  },
31010
31029
  "name": "gitBranch",
31011
31030
  "optional": true,
@@ -31023,7 +31042,7 @@
31023
31042
  "immutable": true,
31024
31043
  "locationInModule": {
31025
31044
  "filename": "src/release/publisher.ts",
31026
- "line": 764
31045
+ "line": 769
31027
31046
  },
31028
31047
  "name": "gitCommitMessage",
31029
31048
  "optional": true,
@@ -31041,7 +31060,7 @@
31041
31060
  "immutable": true,
31042
31061
  "locationInModule": {
31043
31062
  "filename": "src/release/publisher.ts",
31044
- "line": 738
31063
+ "line": 743
31045
31064
  },
31046
31065
  "name": "githubRepo",
31047
31066
  "optional": true,
@@ -31059,7 +31078,7 @@
31059
31078
  "immutable": true,
31060
31079
  "locationInModule": {
31061
31080
  "filename": "src/release/publisher.ts",
31062
- "line": 731
31081
+ "line": 736
31063
31082
  },
31064
31083
  "name": "githubTokenSecret",
31065
31084
  "optional": true,
@@ -31080,7 +31099,7 @@
31080
31099
  "immutable": true,
31081
31100
  "locationInModule": {
31082
31101
  "filename": "src/release/publisher.ts",
31083
- "line": 757
31102
+ "line": 762
31084
31103
  },
31085
31104
  "name": "gitUserEmail",
31086
31105
  "optional": true,
@@ -31098,7 +31117,7 @@
31098
31117
  "immutable": true,
31099
31118
  "locationInModule": {
31100
31119
  "filename": "src/release/publisher.ts",
31101
- "line": 751
31120
+ "line": 756
31102
31121
  },
31103
31122
  "name": "gitUserName",
31104
31123
  "optional": true,
@@ -31123,7 +31142,7 @@
31123
31142
  "kind": "interface",
31124
31143
  "locationInModule": {
31125
31144
  "filename": "src/release/publisher.ts",
31126
- "line": 633
31145
+ "line": 638
31127
31146
  },
31128
31147
  "name": "JsiiReleaseMaven",
31129
31148
  "namespace": "release",
@@ -31143,7 +31162,7 @@
31143
31162
  "kind": "interface",
31144
31163
  "locationInModule": {
31145
31164
  "filename": "src/release/publisher.ts",
31146
- "line": 505
31165
+ "line": 510
31147
31166
  },
31148
31167
  "name": "JsiiReleaseNpm",
31149
31168
  "namespace": "release",
@@ -31163,7 +31182,7 @@
31163
31182
  "kind": "interface",
31164
31183
  "locationInModule": {
31165
31184
  "filename": "src/release/publisher.ts",
31166
- "line": 616
31185
+ "line": 621
31167
31186
  },
31168
31187
  "name": "JsiiReleaseNuget",
31169
31188
  "namespace": "release",
@@ -31183,7 +31202,7 @@
31183
31202
  "kind": "interface",
31184
31203
  "locationInModule": {
31185
31204
  "filename": "src/release/publisher.ts",
31186
- "line": 587
31205
+ "line": 592
31187
31206
  },
31188
31207
  "name": "JsiiReleasePyPi",
31189
31208
  "namespace": "release",
@@ -31273,7 +31292,7 @@
31273
31292
  "kind": "interface",
31274
31293
  "locationInModule": {
31275
31294
  "filename": "src/release/publisher.ts",
31276
- "line": 638
31295
+ "line": 643
31277
31296
  },
31278
31297
  "name": "MavenPublishOptions",
31279
31298
  "namespace": "release",
@@ -31289,7 +31308,7 @@
31289
31308
  "immutable": true,
31290
31309
  "locationInModule": {
31291
31310
  "filename": "src/release/publisher.ts",
31292
- "line": 644
31311
+ "line": 649
31293
31312
  },
31294
31313
  "name": "mavenEndpoint",
31295
31314
  "optional": true,
@@ -31309,7 +31328,7 @@
31309
31328
  "immutable": true,
31310
31329
  "locationInModule": {
31311
31330
  "filename": "src/release/publisher.ts",
31312
- "line": 677
31331
+ "line": 682
31313
31332
  },
31314
31333
  "name": "mavenGpgPrivateKeyPassphrase",
31315
31334
  "optional": true,
@@ -31329,7 +31348,7 @@
31329
31348
  "immutable": true,
31330
31349
  "locationInModule": {
31331
31350
  "filename": "src/release/publisher.ts",
31332
- "line": 668
31351
+ "line": 673
31333
31352
  },
31334
31353
  "name": "mavenGpgPrivateKeySecret",
31335
31354
  "optional": true,
@@ -31349,7 +31368,7 @@
31349
31368
  "immutable": true,
31350
31369
  "locationInModule": {
31351
31370
  "filename": "src/release/publisher.ts",
31352
- "line": 703
31371
+ "line": 708
31353
31372
  },
31354
31373
  "name": "mavenPassword",
31355
31374
  "optional": true,
@@ -31367,7 +31386,7 @@
31367
31386
  "immutable": true,
31368
31387
  "locationInModule": {
31369
31388
  "filename": "src/release/publisher.ts",
31370
- "line": 658
31389
+ "line": 663
31371
31390
  },
31372
31391
  "name": "mavenRepositoryUrl",
31373
31392
  "optional": true,
@@ -31385,7 +31404,7 @@
31385
31404
  "immutable": true,
31386
31405
  "locationInModule": {
31387
31406
  "filename": "src/release/publisher.ts",
31388
- "line": 651
31407
+ "line": 656
31389
31408
  },
31390
31409
  "name": "mavenServerId",
31391
31410
  "optional": true,
@@ -31403,7 +31422,7 @@
31403
31422
  "immutable": true,
31404
31423
  "locationInModule": {
31405
31424
  "filename": "src/release/publisher.ts",
31406
- "line": 714
31425
+ "line": 719
31407
31426
  },
31408
31427
  "name": "mavenStagingProfileId",
31409
31428
  "optional": true,
@@ -31423,7 +31442,7 @@
31423
31442
  "immutable": true,
31424
31443
  "locationInModule": {
31425
31444
  "filename": "src/release/publisher.ts",
31426
- "line": 690
31445
+ "line": 695
31427
31446
  },
31428
31447
  "name": "mavenUsername",
31429
31448
  "optional": true,
@@ -31445,7 +31464,7 @@
31445
31464
  "kind": "interface",
31446
31465
  "locationInModule": {
31447
31466
  "filename": "src/release/publisher.ts",
31448
- "line": 510
31467
+ "line": 515
31449
31468
  },
31450
31469
  "name": "NpmPublishOptions",
31451
31470
  "namespace": "release",
@@ -31460,7 +31479,7 @@
31460
31479
  "immutable": true,
31461
31480
  "locationInModule": {
31462
31481
  "filename": "src/release/publisher.ts",
31463
- "line": 555
31482
+ "line": 560
31464
31483
  },
31465
31484
  "name": "codeArtifactOptions",
31466
31485
  "optional": true,
@@ -31480,7 +31499,7 @@
31480
31499
  "immutable": true,
31481
31500
  "locationInModule": {
31482
31501
  "filename": "src/release/publisher.ts",
31483
- "line": 528
31502
+ "line": 533
31484
31503
  },
31485
31504
  "name": "distTag",
31486
31505
  "optional": true,
@@ -31498,7 +31517,7 @@
31498
31517
  "immutable": true,
31499
31518
  "locationInModule": {
31500
31519
  "filename": "src/release/publisher.ts",
31501
- "line": 548
31520
+ "line": 553
31502
31521
  },
31503
31522
  "name": "npmTokenSecret",
31504
31523
  "optional": true,
@@ -31518,7 +31537,7 @@
31518
31537
  "immutable": true,
31519
31538
  "locationInModule": {
31520
31539
  "filename": "src/release/publisher.ts",
31521
- "line": 542
31540
+ "line": 547
31522
31541
  },
31523
31542
  "name": "registry",
31524
31543
  "optional": true,
@@ -31540,7 +31559,7 @@
31540
31559
  "kind": "interface",
31541
31560
  "locationInModule": {
31542
31561
  "filename": "src/release/publisher.ts",
31543
- "line": 621
31562
+ "line": 626
31544
31563
  },
31545
31564
  "name": "NugetPublishOptions",
31546
31565
  "namespace": "release",
@@ -31555,7 +31574,7 @@
31555
31574
  "immutable": true,
31556
31575
  "locationInModule": {
31557
31576
  "filename": "src/release/publisher.ts",
31558
- "line": 627
31577
+ "line": 632
31559
31578
  },
31560
31579
  "name": "nugetApiKeySecret",
31561
31580
  "optional": true,
@@ -31581,7 +31600,7 @@
31581
31600
  },
31582
31601
  "locationInModule": {
31583
31602
  "filename": "src/release/publisher.ts",
31584
- "line": 100
31603
+ "line": 99
31585
31604
  },
31586
31605
  "parameters": [
31587
31606
  {
@@ -31601,7 +31620,7 @@
31601
31620
  "kind": "class",
31602
31621
  "locationInModule": {
31603
31622
  "filename": "src/release/publisher.ts",
31604
- "line": 86
31623
+ "line": 85
31605
31624
  },
31606
31625
  "methods": [
31607
31626
  {
@@ -31612,7 +31631,7 @@
31612
31631
  },
31613
31632
  "locationInModule": {
31614
31633
  "filename": "src/release/publisher.ts",
31615
- "line": 142
31634
+ "line": 141
31616
31635
  },
31617
31636
  "name": "publishToGit",
31618
31637
  "parameters": [
@@ -31639,7 +31658,7 @@
31639
31658
  },
31640
31659
  "locationInModule": {
31641
31660
  "filename": "src/release/publisher.ts",
31642
- "line": 177
31661
+ "line": 176
31643
31662
  },
31644
31663
  "name": "publishToGitHubReleases",
31645
31664
  "parameters": [
@@ -31661,7 +31680,7 @@
31661
31680
  },
31662
31681
  "locationInModule": {
31663
31682
  "filename": "src/release/publisher.ts",
31664
- "line": 339
31683
+ "line": 345
31665
31684
  },
31666
31685
  "name": "publishToGo",
31667
31686
  "parameters": [
@@ -31684,7 +31703,7 @@
31684
31703
  },
31685
31704
  "locationInModule": {
31686
31705
  "filename": "src/release/publisher.ts",
31687
- "line": 282
31706
+ "line": 284
31688
31707
  },
31689
31708
  "name": "publishToMaven",
31690
31709
  "parameters": [
@@ -31753,7 +31772,7 @@
31753
31772
  },
31754
31773
  "locationInModule": {
31755
31774
  "filename": "src/release/publisher.ts",
31756
- "line": 319
31775
+ "line": 323
31757
31776
  },
31758
31777
  "name": "publishToPyPi",
31759
31778
  "parameters": [
@@ -31780,7 +31799,7 @@
31780
31799
  "immutable": true,
31781
31800
  "locationInModule": {
31782
31801
  "filename": "src/release/publisher.ts",
31783
- "line": 88
31802
+ "line": 87
31784
31803
  },
31785
31804
  "name": "artifactName",
31786
31805
  "type": {
@@ -31794,7 +31813,7 @@
31794
31813
  "immutable": true,
31795
31814
  "locationInModule": {
31796
31815
  "filename": "src/release/publisher.ts",
31797
- "line": 87
31816
+ "line": 86
31798
31817
  },
31799
31818
  "name": "buildJobId",
31800
31819
  "type": {
@@ -31808,7 +31827,7 @@
31808
31827
  "immutable": true,
31809
31828
  "locationInModule": {
31810
31829
  "filename": "src/release/publisher.ts",
31811
- "line": 89
31830
+ "line": 88
31812
31831
  },
31813
31832
  "name": "jsiiReleaseVersion",
31814
31833
  "type": {
@@ -31822,7 +31841,7 @@
31822
31841
  "immutable": true,
31823
31842
  "locationInModule": {
31824
31843
  "filename": "src/release/publisher.ts",
31825
- "line": 90
31844
+ "line": 89
31826
31845
  },
31827
31846
  "name": "condition",
31828
31847
  "optional": true,
@@ -31844,7 +31863,7 @@
31844
31863
  "kind": "interface",
31845
31864
  "locationInModule": {
31846
31865
  "filename": "src/release/publisher.ts",
31847
- "line": 18
31866
+ "line": 17
31848
31867
  },
31849
31868
  "name": "PublisherOptions",
31850
31869
  "namespace": "release",
@@ -31860,7 +31879,7 @@
31860
31879
  "immutable": true,
31861
31880
  "locationInModule": {
31862
31881
  "filename": "src/release/publisher.ts",
31863
- "line": 40
31882
+ "line": 39
31864
31883
  },
31865
31884
  "name": "artifactName",
31866
31885
  "type": {
@@ -31877,7 +31896,7 @@
31877
31896
  "immutable": true,
31878
31897
  "locationInModule": {
31879
31898
  "filename": "src/release/publisher.ts",
31880
- "line": 22
31899
+ "line": 21
31881
31900
  },
31882
31901
  "name": "buildJobId",
31883
31902
  "type": {
@@ -31894,7 +31913,7 @@
31894
31913
  "immutable": true,
31895
31914
  "locationInModule": {
31896
31915
  "filename": "src/release/publisher.ts",
31897
- "line": 29
31916
+ "line": 28
31898
31917
  },
31899
31918
  "name": "condition",
31900
31919
  "optional": true,
@@ -31912,7 +31931,7 @@
31912
31931
  "immutable": true,
31913
31932
  "locationInModule": {
31914
31933
  "filename": "src/release/publisher.ts",
31915
- "line": 54
31934
+ "line": 53
31916
31935
  },
31917
31936
  "name": "failureIssue",
31918
31937
  "optional": true,
@@ -31931,7 +31950,7 @@
31931
31950
  "immutable": true,
31932
31951
  "locationInModule": {
31933
31952
  "filename": "src/release/publisher.ts",
31934
- "line": 62
31953
+ "line": 61
31935
31954
  },
31936
31955
  "name": "failureIssueLabel",
31937
31956
  "optional": true,
@@ -31949,7 +31968,7 @@
31949
31968
  "immutable": true,
31950
31969
  "locationInModule": {
31951
31970
  "filename": "src/release/publisher.ts",
31952
- "line": 47
31971
+ "line": 46
31953
31972
  },
31954
31973
  "name": "jsiiReleaseVersion",
31955
31974
  "optional": true,
@@ -31968,7 +31987,7 @@
31968
31987
  "immutable": true,
31969
31988
  "locationInModule": {
31970
31989
  "filename": "src/release/publisher.ts",
31971
- "line": 78
31990
+ "line": 77
31972
31991
  },
31973
31992
  "name": "publishTasks",
31974
31993
  "optional": true,
@@ -31986,7 +32005,7 @@
31986
32005
  "immutable": true,
31987
32006
  "locationInModule": {
31988
32007
  "filename": "src/release/publisher.ts",
31989
- "line": 68
32008
+ "line": 67
31990
32009
  },
31991
32010
  "name": "workflowRunsOn",
31992
32011
  "optional": true,
@@ -32013,7 +32032,7 @@
32013
32032
  "kind": "interface",
32014
32033
  "locationInModule": {
32015
32034
  "filename": "src/release/publisher.ts",
32016
- "line": 592
32035
+ "line": 597
32017
32036
  },
32018
32037
  "name": "PyPiPublishOptions",
32019
32038
  "namespace": "release",
@@ -32028,7 +32047,7 @@
32028
32047
  "immutable": true,
32029
32048
  "locationInModule": {
32030
32049
  "filename": "src/release/publisher.ts",
32031
- "line": 610
32050
+ "line": 615
32032
32051
  },
32033
32052
  "name": "twinePasswordSecret",
32034
32053
  "optional": true,
@@ -32046,7 +32065,7 @@
32046
32065
  "immutable": true,
32047
32066
  "locationInModule": {
32048
32067
  "filename": "src/release/publisher.ts",
32049
- "line": 598
32068
+ "line": 603
32050
32069
  },
32051
32070
  "name": "twineRegistryUrl",
32052
32071
  "optional": true,
@@ -32064,7 +32083,7 @@
32064
32083
  "immutable": true,
32065
32084
  "locationInModule": {
32066
32085
  "filename": "src/release/publisher.ts",
32067
- "line": 604
32086
+ "line": 609
32068
32087
  },
32069
32088
  "name": "twineUsernameSecret",
32070
32089
  "optional": true,
@@ -35508,6 +35527,6 @@
35508
35527
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
35509
35528
  }
35510
35529
  },
35511
- "version": "0.43.1",
35512
- "fingerprint": "z/13b/I4MkcNMuVVWLAnOMAgwjIcaJ/oAbr/7gpf94Q="
35530
+ "version": "0.45.1",
35531
+ "fingerprint": "FkoqwJr/TScPUXQPxZBoE1udfuW4OFzf0tytxdBu7yw="
35513
35532
  }