projen 0.58.16 → 0.58.19

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 (117) hide show
  1. package/.jsii +97 -82
  2. package/docs/api/API.md +1 -0
  3. package/lib/awscdk/auto-discover.js +5 -5
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps.js +1 -1
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +1 -1
  13. package/lib/awscdk/integration-test.js +1 -1
  14. package/lib/awscdk/lambda-extension.js +1 -1
  15. package/lib/awscdk/lambda-function.js +2 -2
  16. package/lib/build/build-workflow.js +1 -1
  17. package/lib/cdk/auto-discover-base.js +2 -2
  18. package/lib/cdk/construct-lib.js +1 -1
  19. package/lib/cdk/integration-test-base.js +1 -1
  20. package/lib/cdk/jsii-docgen.js +1 -1
  21. package/lib/cdk/jsii-project.js +1 -1
  22. package/lib/cdk8s/auto-discover.js +2 -2
  23. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  24. package/lib/cdk8s/cdk8s-construct.js +1 -1
  25. package/lib/cdk8s/integration-test.js +1 -1
  26. package/lib/cdktf/cdktf-construct.js +1 -1
  27. package/lib/circleci/circleci.js +1 -1
  28. package/lib/component.js +1 -1
  29. package/lib/dependencies.js +1 -1
  30. package/lib/dev-env.js +1 -1
  31. package/lib/docker-compose.js +2 -2
  32. package/lib/file.js +1 -1
  33. package/lib/gitattributes.js +1 -1
  34. package/lib/github/auto-approve.js +1 -1
  35. package/lib/github/auto-merge.js +1 -1
  36. package/lib/github/dependabot.js +1 -1
  37. package/lib/github/github-credentials.js +1 -1
  38. package/lib/github/github-project.js +1 -1
  39. package/lib/github/github.js +1 -1
  40. package/lib/github/mergify.js +1 -1
  41. package/lib/github/pr-template.js +1 -1
  42. package/lib/github/pull-request-lint.js +1 -1
  43. package/lib/github/stale.js +1 -1
  44. package/lib/github/task-workflow.js +1 -1
  45. package/lib/github/workflows.js +1 -1
  46. package/lib/gitlab/configuration.js +1 -1
  47. package/lib/gitlab/gitlab-configuration.js +1 -1
  48. package/lib/gitlab/nested-configuration.js +1 -1
  49. package/lib/gitpod.js +1 -1
  50. package/lib/ignore-file.js +1 -1
  51. package/lib/ini.js +1 -1
  52. package/lib/java/java-project.js +1 -1
  53. package/lib/java/junit.js +1 -1
  54. package/lib/java/maven-compile.js +1 -1
  55. package/lib/java/maven-packaging.js +1 -1
  56. package/lib/java/maven-sample.js +1 -1
  57. package/lib/java/pom.js +1 -1
  58. package/lib/java/projenrc.js +1 -1
  59. package/lib/javascript/bundler.js +1 -1
  60. package/lib/javascript/eslint.js +1 -1
  61. package/lib/javascript/jest.d.ts +3 -0
  62. package/lib/javascript/jest.js +4 -6
  63. package/lib/javascript/node-package.js +1 -1
  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.js +3 -2
  92. package/lib/release/release-trigger.js +1 -1
  93. package/lib/release/release.js +1 -1
  94. package/lib/renovatebot.js +1 -1
  95. package/lib/sample-file.js +2 -2
  96. package/lib/semver.js +1 -1
  97. package/lib/source-code.js +1 -1
  98. package/lib/task-runtime.js +1 -1
  99. package/lib/task.js +1 -1
  100. package/lib/tasks.js +1 -1
  101. package/lib/testing.js +1 -1
  102. package/lib/textfile.js +1 -1
  103. package/lib/toml.js +1 -1
  104. package/lib/typescript/projenrc.js +1 -1
  105. package/lib/typescript/typescript-typedoc.js +1 -1
  106. package/lib/typescript/typescript.js +6 -6
  107. package/lib/version.js +1 -1
  108. package/lib/vscode/devcontainer.js +1 -1
  109. package/lib/vscode/launch-config.js +1 -1
  110. package/lib/vscode/vscode.js +1 -1
  111. package/lib/web/next.js +3 -3
  112. package/lib/web/postcss.js +1 -1
  113. package/lib/web/react.js +6 -6
  114. package/lib/web/tailwind.js +1 -1
  115. package/lib/xmlfile.js +1 -1
  116. package/lib/yaml.js +1 -1
  117. package/package.json +2 -2
package/.jsii CHANGED
@@ -31503,7 +31503,7 @@
31503
31503
  "kind": "interface",
31504
31504
  "locationInModule": {
31505
31505
  "filename": "src/javascript/jest.ts",
31506
- "line": 540
31506
+ "line": 542
31507
31507
  },
31508
31508
  "name": "CoverageThreshold",
31509
31509
  "namespace": "javascript",
@@ -31516,7 +31516,7 @@
31516
31516
  "immutable": true,
31517
31517
  "locationInModule": {
31518
31518
  "filename": "src/javascript/jest.ts",
31519
- "line": 541
31519
+ "line": 543
31520
31520
  },
31521
31521
  "name": "branches",
31522
31522
  "optional": true,
@@ -31532,7 +31532,7 @@
31532
31532
  "immutable": true,
31533
31533
  "locationInModule": {
31534
31534
  "filename": "src/javascript/jest.ts",
31535
- "line": 542
31535
+ "line": 544
31536
31536
  },
31537
31537
  "name": "functions",
31538
31538
  "optional": true,
@@ -31548,7 +31548,7 @@
31548
31548
  "immutable": true,
31549
31549
  "locationInModule": {
31550
31550
  "filename": "src/javascript/jest.ts",
31551
- "line": 543
31551
+ "line": 545
31552
31552
  },
31553
31553
  "name": "lines",
31554
31554
  "optional": true,
@@ -31564,7 +31564,7 @@
31564
31564
  "immutable": true,
31565
31565
  "locationInModule": {
31566
31566
  "filename": "src/javascript/jest.ts",
31567
- "line": 544
31567
+ "line": 546
31568
31568
  },
31569
31569
  "name": "statements",
31570
31570
  "optional": true,
@@ -32326,7 +32326,7 @@
32326
32326
  "kind": "interface",
32327
32327
  "locationInModule": {
32328
32328
  "filename": "src/javascript/jest.ts",
32329
- "line": 547
32329
+ "line": 549
32330
32330
  },
32331
32331
  "name": "HasteConfig",
32332
32332
  "namespace": "javascript",
@@ -32339,7 +32339,7 @@
32339
32339
  "immutable": true,
32340
32340
  "locationInModule": {
32341
32341
  "filename": "src/javascript/jest.ts",
32342
- "line": 548
32342
+ "line": 550
32343
32343
  },
32344
32344
  "name": "computeSha1",
32345
32345
  "optional": true,
@@ -32355,7 +32355,7 @@
32355
32355
  "immutable": true,
32356
32356
  "locationInModule": {
32357
32357
  "filename": "src/javascript/jest.ts",
32358
- "line": 549
32358
+ "line": 551
32359
32359
  },
32360
32360
  "name": "defaultPlatform",
32361
32361
  "optional": true,
@@ -32371,7 +32371,7 @@
32371
32371
  "immutable": true,
32372
32372
  "locationInModule": {
32373
32373
  "filename": "src/javascript/jest.ts",
32374
- "line": 550
32374
+ "line": 552
32375
32375
  },
32376
32376
  "name": "hasteImplModulePath",
32377
32377
  "optional": true,
@@ -32387,7 +32387,7 @@
32387
32387
  "immutable": true,
32388
32388
  "locationInModule": {
32389
32389
  "filename": "src/javascript/jest.ts",
32390
- "line": 551
32390
+ "line": 553
32391
32391
  },
32392
32392
  "name": "platforms",
32393
32393
  "optional": true,
@@ -32408,7 +32408,7 @@
32408
32408
  "immutable": true,
32409
32409
  "locationInModule": {
32410
32410
  "filename": "src/javascript/jest.ts",
32411
- "line": 552
32411
+ "line": 554
32412
32412
  },
32413
32413
  "name": "throwOnModuleCollision",
32414
32414
  "optional": true,
@@ -32433,7 +32433,7 @@
32433
32433
  },
32434
32434
  "locationInModule": {
32435
32435
  "filename": "src/javascript/jest.ts",
32436
- "line": 581
32436
+ "line": 584
32437
32437
  },
32438
32438
  "parameters": [
32439
32439
  {
@@ -32454,7 +32454,7 @@
32454
32454
  "kind": "class",
32455
32455
  "locationInModule": {
32456
32456
  "filename": "src/javascript/jest.ts",
32457
- "line": 565
32457
+ "line": 567
32458
32458
  },
32459
32459
  "methods": [
32460
32460
  {
@@ -32576,12 +32576,26 @@
32576
32576
  "immutable": true,
32577
32577
  "locationInModule": {
32578
32578
  "filename": "src/javascript/jest.ts",
32579
- "line": 569
32579
+ "line": 571
32580
32580
  },
32581
32581
  "name": "config",
32582
32582
  "type": {
32583
32583
  "primitive": "any"
32584
32584
  }
32585
+ },
32586
+ {
32587
+ "docs": {
32588
+ "stability": "experimental"
32589
+ },
32590
+ "immutable": true,
32591
+ "locationInModule": {
32592
+ "filename": "src/javascript/jest.ts",
32593
+ "line": 572
32594
+ },
32595
+ "name": "jestVersion",
32596
+ "type": {
32597
+ "primitive": "string"
32598
+ }
32585
32599
  }
32586
32600
  ],
32587
32601
  "symbolId": "src/javascript/jest:Jest"
@@ -34033,7 +34047,7 @@
34033
34047
  "immutable": true,
34034
34048
  "locationInModule": {
34035
34049
  "filename": "src/javascript/jest.ts",
34036
- "line": 531
34050
+ "line": 533
34037
34051
  },
34038
34052
  "name": "configFilePath",
34039
34053
  "optional": true,
@@ -34113,7 +34127,7 @@
34113
34127
  "immutable": true,
34114
34128
  "locationInModule": {
34115
34129
  "filename": "src/javascript/jest.ts",
34116
- "line": 537
34130
+ "line": 539
34117
34131
  },
34118
34132
  "name": "jestConfig",
34119
34133
  "optional": true,
@@ -34125,13 +34139,14 @@
34125
34139
  "abstract": true,
34126
34140
  "docs": {
34127
34141
  "default": "- installs the latest jest version",
34142
+ "remarks": "Note that same version is used as version of `@types/jest` and `ts-jest` (if Typescript in use), so given version should work also for those.",
34128
34143
  "stability": "experimental",
34129
34144
  "summary": "The version of jest to use."
34130
34145
  },
34131
34146
  "immutable": true,
34132
34147
  "locationInModule": {
34133
34148
  "filename": "src/javascript/jest.ts",
34134
- "line": 524
34149
+ "line": 526
34135
34150
  },
34136
34151
  "name": "jestVersion",
34137
34152
  "optional": true,
@@ -42824,7 +42839,7 @@
42824
42839
  "kind": "interface",
42825
42840
  "locationInModule": {
42826
42841
  "filename": "src/release/publisher.ts",
42827
- "line": 752
42842
+ "line": 753
42828
42843
  },
42829
42844
  "name": "CodeArtifactOptions",
42830
42845
  "namespace": "release",
@@ -42840,7 +42855,7 @@
42840
42855
  "immutable": true,
42841
42856
  "locationInModule": {
42842
42857
  "filename": "src/release/publisher.ts",
42843
- "line": 759
42858
+ "line": 760
42844
42859
  },
42845
42860
  "name": "accessKeyIdSecret",
42846
42861
  "optional": true,
@@ -42858,7 +42873,7 @@
42858
42873
  "immutable": true,
42859
42874
  "locationInModule": {
42860
42875
  "filename": "src/release/publisher.ts",
42861
- "line": 775
42876
+ "line": 776
42862
42877
  },
42863
42878
  "name": "roleToAssume",
42864
42879
  "optional": true,
@@ -42877,7 +42892,7 @@
42877
42892
  "immutable": true,
42878
42893
  "locationInModule": {
42879
42894
  "filename": "src/release/publisher.ts",
42880
- "line": 767
42895
+ "line": 768
42881
42896
  },
42882
42897
  "name": "secretAccessKeySecret",
42883
42898
  "optional": true,
@@ -42899,7 +42914,7 @@
42899
42914
  "kind": "interface",
42900
42915
  "locationInModule": {
42901
42916
  "filename": "src/release/publisher.ts",
42902
- "line": 677
42917
+ "line": 678
42903
42918
  },
42904
42919
  "name": "CommonPublishOptions",
42905
42920
  "namespace": "release",
@@ -42914,7 +42929,7 @@
42914
42929
  "immutable": true,
42915
42930
  "locationInModule": {
42916
42931
  "filename": "src/release/publisher.ts",
42917
- "line": 687
42932
+ "line": 688
42918
42933
  },
42919
42934
  "name": "prePublishSteps",
42920
42935
  "optional": true,
@@ -42937,7 +42952,7 @@
42937
42952
  "immutable": true,
42938
42953
  "locationInModule": {
42939
42954
  "filename": "src/release/publisher.ts",
42940
- "line": 693
42955
+ "line": 694
42941
42956
  },
42942
42957
  "name": "publishTools",
42943
42958
  "optional": true,
@@ -42962,7 +42977,7 @@
42962
42977
  "kind": "interface",
42963
42978
  "locationInModule": {
42964
42979
  "filename": "src/release/publisher.ts",
42965
- "line": 1021
42980
+ "line": 1022
42966
42981
  },
42967
42982
  "name": "GitHubReleasesPublishOptions",
42968
42983
  "namespace": "release",
@@ -42977,7 +42992,7 @@
42977
42992
  "immutable": true,
42978
42993
  "locationInModule": {
42979
42994
  "filename": "src/release/publisher.ts",
42980
- "line": 1006
42995
+ "line": 1007
42981
42996
  },
42982
42997
  "name": "changelogFile",
42983
42998
  "type": {
@@ -42994,7 +43009,7 @@
42994
43009
  "immutable": true,
42995
43010
  "locationInModule": {
42996
43011
  "filename": "src/release/publisher.ts",
42997
- "line": 999
43012
+ "line": 1000
42998
43013
  },
42999
43014
  "name": "releaseTagFile",
43000
43015
  "type": {
@@ -43011,7 +43026,7 @@
43011
43026
  "immutable": true,
43012
43027
  "locationInModule": {
43013
43028
  "filename": "src/release/publisher.ts",
43014
- "line": 992
43029
+ "line": 993
43015
43030
  },
43016
43031
  "name": "versionFile",
43017
43032
  "type": {
@@ -43032,7 +43047,7 @@
43032
43047
  "kind": "interface",
43033
43048
  "locationInModule": {
43034
43049
  "filename": "src/release/publisher.ts",
43035
- "line": 1028
43050
+ "line": 1029
43036
43051
  },
43037
43052
  "name": "GitPublishOptions",
43038
43053
  "namespace": "release",
@@ -43047,7 +43062,7 @@
43047
43062
  "immutable": true,
43048
43063
  "locationInModule": {
43049
43064
  "filename": "src/release/publisher.ts",
43050
- "line": 1006
43065
+ "line": 1007
43051
43066
  },
43052
43067
  "name": "changelogFile",
43053
43068
  "type": {
@@ -43064,7 +43079,7 @@
43064
43079
  "immutable": true,
43065
43080
  "locationInModule": {
43066
43081
  "filename": "src/release/publisher.ts",
43067
- "line": 999
43082
+ "line": 1000
43068
43083
  },
43069
43084
  "name": "releaseTagFile",
43070
43085
  "type": {
@@ -43081,7 +43096,7 @@
43081
43096
  "immutable": true,
43082
43097
  "locationInModule": {
43083
43098
  "filename": "src/release/publisher.ts",
43084
- "line": 992
43099
+ "line": 993
43085
43100
  },
43086
43101
  "name": "versionFile",
43087
43102
  "type": {
@@ -43098,7 +43113,7 @@
43098
43113
  "immutable": true,
43099
43114
  "locationInModule": {
43100
43115
  "filename": "src/release/publisher.ts",
43101
- "line": 1039
43116
+ "line": 1040
43102
43117
  },
43103
43118
  "name": "gitBranch",
43104
43119
  "optional": true,
@@ -43116,7 +43131,7 @@
43116
43131
  "immutable": true,
43117
43132
  "locationInModule": {
43118
43133
  "filename": "src/release/publisher.ts",
43119
- "line": 1046
43134
+ "line": 1047
43120
43135
  },
43121
43136
  "name": "gitPushCommand",
43122
43137
  "optional": true,
@@ -43133,7 +43148,7 @@
43133
43148
  "immutable": true,
43134
43149
  "locationInModule": {
43135
43150
  "filename": "src/release/publisher.ts",
43136
- "line": 1032
43151
+ "line": 1033
43137
43152
  },
43138
43153
  "name": "projectChangelogFile",
43139
43154
  "optional": true,
@@ -43158,7 +43173,7 @@
43158
43173
  "kind": "interface",
43159
43174
  "locationInModule": {
43160
43175
  "filename": "src/release/publisher.ts",
43161
- "line": 924
43176
+ "line": 925
43162
43177
  },
43163
43178
  "name": "GoPublishOptions",
43164
43179
  "namespace": "release",
@@ -43173,7 +43188,7 @@
43173
43188
  "immutable": true,
43174
43189
  "locationInModule": {
43175
43190
  "filename": "src/release/publisher.ts",
43176
- "line": 964
43191
+ "line": 965
43177
43192
  },
43178
43193
  "name": "gitBranch",
43179
43194
  "optional": true,
@@ -43191,7 +43206,7 @@
43191
43206
  "immutable": true,
43192
43207
  "locationInModule": {
43193
43208
  "filename": "src/release/publisher.ts",
43194
- "line": 983
43209
+ "line": 984
43195
43210
  },
43196
43211
  "name": "gitCommitMessage",
43197
43212
  "optional": true,
@@ -43210,7 +43225,7 @@
43210
43225
  "immutable": true,
43211
43226
  "locationInModule": {
43212
43227
  "filename": "src/release/publisher.ts",
43213
- "line": 943
43228
+ "line": 944
43214
43229
  },
43215
43230
  "name": "githubDeployKeySecret",
43216
43231
  "optional": true,
@@ -43228,7 +43243,7 @@
43228
43243
  "immutable": true,
43229
43244
  "locationInModule": {
43230
43245
  "filename": "src/release/publisher.ts",
43231
- "line": 957
43246
+ "line": 958
43232
43247
  },
43233
43248
  "name": "githubRepo",
43234
43249
  "optional": true,
@@ -43247,7 +43262,7 @@
43247
43262
  "immutable": true,
43248
43263
  "locationInModule": {
43249
43264
  "filename": "src/release/publisher.ts",
43250
- "line": 933
43265
+ "line": 934
43251
43266
  },
43252
43267
  "name": "githubTokenSecret",
43253
43268
  "optional": true,
@@ -43265,7 +43280,7 @@
43265
43280
  "immutable": true,
43266
43281
  "locationInModule": {
43267
43282
  "filename": "src/release/publisher.ts",
43268
- "line": 950
43283
+ "line": 951
43269
43284
  },
43270
43285
  "name": "githubUseSsh",
43271
43286
  "optional": true,
@@ -43286,7 +43301,7 @@
43286
43301
  "immutable": true,
43287
43302
  "locationInModule": {
43288
43303
  "filename": "src/release/publisher.ts",
43289
- "line": 976
43304
+ "line": 977
43290
43305
  },
43291
43306
  "name": "gitUserEmail",
43292
43307
  "optional": true,
@@ -43304,7 +43319,7 @@
43304
43319
  "immutable": true,
43305
43320
  "locationInModule": {
43306
43321
  "filename": "src/release/publisher.ts",
43307
- "line": 970
43322
+ "line": 971
43308
43323
  },
43309
43324
  "name": "gitUserName",
43310
43325
  "optional": true,
@@ -43329,7 +43344,7 @@
43329
43344
  "kind": "interface",
43330
43345
  "locationInModule": {
43331
43346
  "filename": "src/release/publisher.ts",
43332
- "line": 919
43347
+ "line": 920
43333
43348
  },
43334
43349
  "name": "JsiiReleaseGo",
43335
43350
  "namespace": "release",
@@ -43349,7 +43364,7 @@
43349
43364
  "kind": "interface",
43350
43365
  "locationInModule": {
43351
43366
  "filename": "src/release/publisher.ts",
43352
- "line": 832
43367
+ "line": 833
43353
43368
  },
43354
43369
  "name": "JsiiReleaseMaven",
43355
43370
  "namespace": "release",
@@ -43369,7 +43384,7 @@
43369
43384
  "kind": "interface",
43370
43385
  "locationInModule": {
43371
43386
  "filename": "src/release/publisher.ts",
43372
- "line": 699
43387
+ "line": 700
43373
43388
  },
43374
43389
  "name": "JsiiReleaseNpm",
43375
43390
  "namespace": "release",
@@ -43389,7 +43404,7 @@
43389
43404
  "kind": "interface",
43390
43405
  "locationInModule": {
43391
43406
  "filename": "src/release/publisher.ts",
43392
- "line": 810
43407
+ "line": 811
43393
43408
  },
43394
43409
  "name": "JsiiReleaseNuget",
43395
43410
  "namespace": "release",
@@ -43409,7 +43424,7 @@
43409
43424
  "kind": "interface",
43410
43425
  "locationInModule": {
43411
43426
  "filename": "src/release/publisher.ts",
43412
- "line": 781
43427
+ "line": 782
43413
43428
  },
43414
43429
  "name": "JsiiReleasePyPi",
43415
43430
  "namespace": "release",
@@ -43502,7 +43517,7 @@
43502
43517
  "kind": "interface",
43503
43518
  "locationInModule": {
43504
43519
  "filename": "src/release/publisher.ts",
43505
- "line": 837
43520
+ "line": 838
43506
43521
  },
43507
43522
  "name": "MavenPublishOptions",
43508
43523
  "namespace": "release",
@@ -43518,7 +43533,7 @@
43518
43533
  "immutable": true,
43519
43534
  "locationInModule": {
43520
43535
  "filename": "src/release/publisher.ts",
43521
- "line": 843
43536
+ "line": 844
43522
43537
  },
43523
43538
  "name": "mavenEndpoint",
43524
43539
  "optional": true,
@@ -43538,7 +43553,7 @@
43538
43553
  "immutable": true,
43539
43554
  "locationInModule": {
43540
43555
  "filename": "src/release/publisher.ts",
43541
- "line": 876
43556
+ "line": 877
43542
43557
  },
43543
43558
  "name": "mavenGpgPrivateKeyPassphrase",
43544
43559
  "optional": true,
@@ -43558,7 +43573,7 @@
43558
43573
  "immutable": true,
43559
43574
  "locationInModule": {
43560
43575
  "filename": "src/release/publisher.ts",
43561
- "line": 867
43576
+ "line": 868
43562
43577
  },
43563
43578
  "name": "mavenGpgPrivateKeySecret",
43564
43579
  "optional": true,
@@ -43578,7 +43593,7 @@
43578
43593
  "immutable": true,
43579
43594
  "locationInModule": {
43580
43595
  "filename": "src/release/publisher.ts",
43581
- "line": 902
43596
+ "line": 903
43582
43597
  },
43583
43598
  "name": "mavenPassword",
43584
43599
  "optional": true,
@@ -43596,7 +43611,7 @@
43596
43611
  "immutable": true,
43597
43612
  "locationInModule": {
43598
43613
  "filename": "src/release/publisher.ts",
43599
- "line": 857
43614
+ "line": 858
43600
43615
  },
43601
43616
  "name": "mavenRepositoryUrl",
43602
43617
  "optional": true,
@@ -43614,7 +43629,7 @@
43614
43629
  "immutable": true,
43615
43630
  "locationInModule": {
43616
43631
  "filename": "src/release/publisher.ts",
43617
- "line": 850
43632
+ "line": 851
43618
43633
  },
43619
43634
  "name": "mavenServerId",
43620
43635
  "optional": true,
@@ -43632,7 +43647,7 @@
43632
43647
  "immutable": true,
43633
43648
  "locationInModule": {
43634
43649
  "filename": "src/release/publisher.ts",
43635
- "line": 913
43650
+ "line": 914
43636
43651
  },
43637
43652
  "name": "mavenStagingProfileId",
43638
43653
  "optional": true,
@@ -43652,7 +43667,7 @@
43652
43667
  "immutable": true,
43653
43668
  "locationInModule": {
43654
43669
  "filename": "src/release/publisher.ts",
43655
- "line": 889
43670
+ "line": 890
43656
43671
  },
43657
43672
  "name": "mavenUsername",
43658
43673
  "optional": true,
@@ -43677,7 +43692,7 @@
43677
43692
  "kind": "interface",
43678
43693
  "locationInModule": {
43679
43694
  "filename": "src/release/publisher.ts",
43680
- "line": 704
43695
+ "line": 705
43681
43696
  },
43682
43697
  "name": "NpmPublishOptions",
43683
43698
  "namespace": "release",
@@ -43692,7 +43707,7 @@
43692
43707
  "immutable": true,
43693
43708
  "locationInModule": {
43694
43709
  "filename": "src/release/publisher.ts",
43695
- "line": 749
43710
+ "line": 750
43696
43711
  },
43697
43712
  "name": "codeArtifactOptions",
43698
43713
  "optional": true,
@@ -43712,7 +43727,7 @@
43712
43727
  "immutable": true,
43713
43728
  "locationInModule": {
43714
43729
  "filename": "src/release/publisher.ts",
43715
- "line": 722
43730
+ "line": 723
43716
43731
  },
43717
43732
  "name": "distTag",
43718
43733
  "optional": true,
@@ -43730,7 +43745,7 @@
43730
43745
  "immutable": true,
43731
43746
  "locationInModule": {
43732
43747
  "filename": "src/release/publisher.ts",
43733
- "line": 742
43748
+ "line": 743
43734
43749
  },
43735
43750
  "name": "npmTokenSecret",
43736
43751
  "optional": true,
@@ -43750,7 +43765,7 @@
43750
43765
  "immutable": true,
43751
43766
  "locationInModule": {
43752
43767
  "filename": "src/release/publisher.ts",
43753
- "line": 736
43768
+ "line": 737
43754
43769
  },
43755
43770
  "name": "registry",
43756
43771
  "optional": true,
@@ -43775,7 +43790,7 @@
43775
43790
  "kind": "interface",
43776
43791
  "locationInModule": {
43777
43792
  "filename": "src/release/publisher.ts",
43778
- "line": 815
43793
+ "line": 816
43779
43794
  },
43780
43795
  "name": "NugetPublishOptions",
43781
43796
  "namespace": "release",
@@ -43790,7 +43805,7 @@
43790
43805
  "immutable": true,
43791
43806
  "locationInModule": {
43792
43807
  "filename": "src/release/publisher.ts",
43793
- "line": 821
43808
+ "line": 822
43794
43809
  },
43795
43810
  "name": "nugetApiKeySecret",
43796
43811
  "optional": true,
@@ -43807,7 +43822,7 @@
43807
43822
  "immutable": true,
43808
43823
  "locationInModule": {
43809
43824
  "filename": "src/release/publisher.ts",
43810
- "line": 826
43825
+ "line": 827
43811
43826
  },
43812
43827
  "name": "nugetServer",
43813
43828
  "optional": true,
@@ -43915,7 +43930,7 @@
43915
43930
  },
43916
43931
  "locationInModule": {
43917
43932
  "filename": "src/release/publisher.ts",
43918
- "line": 234
43933
+ "line": 235
43919
43934
  },
43920
43935
  "name": "publishToGitHubReleases",
43921
43936
  "parameters": [
@@ -43937,7 +43952,7 @@
43937
43952
  },
43938
43953
  "locationInModule": {
43939
43954
  "filename": "src/release/publisher.ts",
43940
- "line": 466
43955
+ "line": 467
43941
43956
  },
43942
43957
  "name": "publishToGo",
43943
43958
  "parameters": [
@@ -43960,7 +43975,7 @@
43960
43975
  },
43961
43976
  "locationInModule": {
43962
43977
  "filename": "src/release/publisher.ts",
43963
- "line": 375
43978
+ "line": 376
43964
43979
  },
43965
43980
  "name": "publishToMaven",
43966
43981
  "parameters": [
@@ -43983,7 +43998,7 @@
43983
43998
  },
43984
43999
  "locationInModule": {
43985
44000
  "filename": "src/release/publisher.ts",
43986
- "line": 283
44001
+ "line": 284
43987
44002
  },
43988
44003
  "name": "publishToNpm",
43989
44004
  "parameters": [
@@ -44006,7 +44021,7 @@
44006
44021
  },
44007
44022
  "locationInModule": {
44008
44023
  "filename": "src/release/publisher.ts",
44009
- "line": 344
44024
+ "line": 345
44010
44025
  },
44011
44026
  "name": "publishToNuget",
44012
44027
  "parameters": [
@@ -44029,7 +44044,7 @@
44029
44044
  },
44030
44045
  "locationInModule": {
44031
44046
  "filename": "src/release/publisher.ts",
44032
- "line": 439
44047
+ "line": 440
44033
44048
  },
44034
44049
  "name": "publishToPyPi",
44035
44050
  "parameters": [
@@ -44358,7 +44373,7 @@
44358
44373
  "kind": "interface",
44359
44374
  "locationInModule": {
44360
44375
  "filename": "src/release/publisher.ts",
44361
- "line": 786
44376
+ "line": 787
44362
44377
  },
44363
44378
  "name": "PyPiPublishOptions",
44364
44379
  "namespace": "release",
@@ -44373,7 +44388,7 @@
44373
44388
  "immutable": true,
44374
44389
  "locationInModule": {
44375
44390
  "filename": "src/release/publisher.ts",
44376
- "line": 804
44391
+ "line": 805
44377
44392
  },
44378
44393
  "name": "twinePasswordSecret",
44379
44394
  "optional": true,
@@ -44391,7 +44406,7 @@
44391
44406
  "immutable": true,
44392
44407
  "locationInModule": {
44393
44408
  "filename": "src/release/publisher.ts",
44394
- "line": 792
44409
+ "line": 793
44395
44410
  },
44396
44411
  "name": "twineRegistryUrl",
44397
44412
  "optional": true,
@@ -44409,7 +44424,7 @@
44409
44424
  "immutable": true,
44410
44425
  "locationInModule": {
44411
44426
  "filename": "src/release/publisher.ts",
44412
- "line": 798
44427
+ "line": 799
44413
44428
  },
44414
44429
  "name": "twineUsernameSecret",
44415
44430
  "optional": true,
@@ -45457,7 +45472,7 @@
45457
45472
  },
45458
45473
  "locationInModule": {
45459
45474
  "filename": "src/typescript/typescript.ts",
45460
- "line": 487
45475
+ "line": 490
45461
45476
  },
45462
45477
  "parameters": [
45463
45478
  {
@@ -45471,7 +45486,7 @@
45471
45486
  "kind": "class",
45472
45487
  "locationInModule": {
45473
45488
  "filename": "src/typescript/typescript.ts",
45474
- "line": 486
45489
+ "line": 489
45475
45490
  },
45476
45491
  "name": "TypeScriptAppProject",
45477
45492
  "namespace": "typescript",
@@ -45505,7 +45520,7 @@
45505
45520
  "kind": "class",
45506
45521
  "locationInModule": {
45507
45522
  "filename": "src/typescript/typescript.ts",
45508
- "line": 501
45523
+ "line": 504
45509
45524
  },
45510
45525
  "name": "TypeScriptLibraryProject",
45511
45526
  "namespace": "typescript",
@@ -45525,7 +45540,7 @@
45525
45540
  "kind": "interface",
45526
45541
  "locationInModule": {
45527
45542
  "filename": "src/typescript/typescript.ts",
45528
- "line": 506
45543
+ "line": 509
45529
45544
  },
45530
45545
  "name": "TypeScriptLibraryProjectOptions",
45531
45546
  "namespace": "typescript",
@@ -47878,6 +47893,6 @@
47878
47893
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
47879
47894
  }
47880
47895
  },
47881
- "version": "0.58.16",
47882
- "fingerprint": "VFPW6K1fUT3yO/jZoJDgmqh2Sod07LGtKl/wFKEAui4="
47896
+ "version": "0.58.19",
47897
+ "fingerprint": "SqK0/Y+eBV4nAGogNCXVG5VcmwaAn+SHqVXU7NhklKI="
47883
47898
  }