projen 0.85.0 → 0.85.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 (135) hide show
  1. package/.jsii +112 -112
  2. package/lib/awscdk/auto-discover.js +5 -5
  3. package/lib/awscdk/awscdk-app-java.js +1 -1
  4. package/lib/awscdk/awscdk-app-py.js +1 -1
  5. package/lib/awscdk/awscdk-app-ts.js +1 -1
  6. package/lib/awscdk/awscdk-construct.js +2 -2
  7. package/lib/awscdk/awscdk-deps-java.js +1 -1
  8. package/lib/awscdk/awscdk-deps-js.js +1 -1
  9. package/lib/awscdk/awscdk-deps-py.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-py.js +1 -1
  24. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps.js +1 -1
  28. package/lib/cdk8s/integration-test.js +1 -1
  29. package/lib/cdktf/cdktf-construct.js +1 -1
  30. package/lib/circleci/circleci.js +1 -1
  31. package/lib/component.js +1 -1
  32. package/lib/dependencies.js +1 -1
  33. package/lib/dev-env.js +1 -1
  34. package/lib/docker-compose/docker-compose-service.js +1 -1
  35. package/lib/docker-compose/docker-compose.js +1 -1
  36. package/lib/file.js +1 -1
  37. package/lib/gitattributes.js +1 -1
  38. package/lib/github/actions-provider.js +1 -1
  39. package/lib/github/auto-approve.js +1 -1
  40. package/lib/github/auto-merge.js +1 -1
  41. package/lib/github/dependabot.js +1 -1
  42. package/lib/github/github-credentials.js +1 -1
  43. package/lib/github/github-project.js +1 -1
  44. package/lib/github/github.js +1 -1
  45. package/lib/github/mergify.js +1 -1
  46. package/lib/github/pr-template.js +1 -1
  47. package/lib/github/pull-request-backport.js +1 -1
  48. package/lib/github/pull-request-lint.js +1 -1
  49. package/lib/github/stale.js +1 -1
  50. package/lib/github/task-workflow-job.js +1 -1
  51. package/lib/github/task-workflow.js +1 -1
  52. package/lib/github/workflow-actions.js +1 -1
  53. package/lib/github/workflow-jobs.js +1 -1
  54. package/lib/github/workflow-steps.js +1 -1
  55. package/lib/github/workflows.js +1 -1
  56. package/lib/gitlab/configuration.js +1 -1
  57. package/lib/gitlab/gitlab-configuration.js +1 -1
  58. package/lib/gitlab/nested-configuration.js +1 -1
  59. package/lib/gitpod.js +1 -1
  60. package/lib/ignore-file.js +1 -1
  61. package/lib/ini.js +1 -1
  62. package/lib/java/java-project.js +1 -1
  63. package/lib/java/junit.js +1 -1
  64. package/lib/java/maven-compile.js +1 -1
  65. package/lib/java/maven-packaging.js +1 -1
  66. package/lib/java/maven-sample.js +1 -1
  67. package/lib/java/pom.js +2 -2
  68. package/lib/java/projenrc.js +1 -1
  69. package/lib/javascript/bundler.js +1 -1
  70. package/lib/javascript/eslint.js +1 -1
  71. package/lib/javascript/jest.js +4 -4
  72. package/lib/javascript/license-checker.js +1 -1
  73. package/lib/javascript/node-package.js +1 -1
  74. package/lib/javascript/node-project.js +1 -1
  75. package/lib/javascript/npm-config.js +1 -1
  76. package/lib/javascript/prettier.js +1 -1
  77. package/lib/javascript/projenrc.js +1 -1
  78. package/lib/javascript/typescript-config.js +2 -2
  79. package/lib/javascript/upgrade-dependencies.js +2 -2
  80. package/lib/javascript/yarnrc.js +1 -1
  81. package/lib/json-patch.js +1 -1
  82. package/lib/json.js +1 -1
  83. package/lib/license.js +1 -1
  84. package/lib/logger.js +1 -1
  85. package/lib/makefile.js +1 -1
  86. package/lib/object-file.js +1 -1
  87. package/lib/project-build.js +1 -1
  88. package/lib/project-tree.js +1 -1
  89. package/lib/project.js +1 -1
  90. package/lib/projects.js +1 -1
  91. package/lib/projenrc-json.js +2 -2
  92. package/lib/projenrc.js +1 -1
  93. package/lib/python/pip.js +1 -1
  94. package/lib/python/poetry.js +2 -2
  95. package/lib/python/projenrc.js +1 -1
  96. package/lib/python/pytest-sample.js +1 -1
  97. package/lib/python/pytest.js +1 -1
  98. package/lib/python/python-project.js +1 -1
  99. package/lib/python/python-sample.js +1 -1
  100. package/lib/python/requirements-file.js +1 -1
  101. package/lib/python/setuppy.js +1 -1
  102. package/lib/python/setuptools.js +1 -1
  103. package/lib/python/venv.js +1 -1
  104. package/lib/readme.js +1 -1
  105. package/lib/release/publisher.js +4 -3
  106. package/lib/release/release-trigger.js +1 -1
  107. package/lib/release/release.js +1 -1
  108. package/lib/renovatebot.js +1 -1
  109. package/lib/sample-file.js +2 -2
  110. package/lib/semver.js +1 -1
  111. package/lib/source-code.js +1 -1
  112. package/lib/task-runtime.js +1 -1
  113. package/lib/task.js +1 -1
  114. package/lib/tasks.js +1 -1
  115. package/lib/testing.js +1 -1
  116. package/lib/textfile.js +1 -1
  117. package/lib/toml.js +1 -1
  118. package/lib/typescript/projenrc-ts.js +1 -1
  119. package/lib/typescript/projenrc.js +1 -1
  120. package/lib/typescript/typescript-typedoc.js +1 -1
  121. package/lib/typescript/typescript.js +6 -6
  122. package/lib/version.d.ts +13 -0
  123. package/lib/version.js +18 -9
  124. package/lib/vscode/devcontainer.js +1 -1
  125. package/lib/vscode/extensions.js +1 -1
  126. package/lib/vscode/launch-config.js +1 -1
  127. package/lib/vscode/settings.js +1 -1
  128. package/lib/vscode/vscode.js +1 -1
  129. package/lib/web/next.js +3 -3
  130. package/lib/web/postcss.js +1 -1
  131. package/lib/web/react.js +4 -4
  132. package/lib/web/tailwind.js +1 -1
  133. package/lib/xmlfile.js +1 -1
  134. package/lib/yaml.js +1 -1
  135. package/package.json +2 -2
package/.jsii CHANGED
@@ -60,7 +60,7 @@
60
60
  "stability": "experimental"
61
61
  },
62
62
  "homepage": "https://github.com/projen/projen.git",
63
- "jsiiVersion": "5.4.31 (build 9643ee9)",
63
+ "jsiiVersion": "5.4.33 (build 9af081a)",
64
64
  "keywords": [
65
65
  "cdk",
66
66
  "cicd",
@@ -8270,7 +8270,7 @@
8270
8270
  "kind": "class",
8271
8271
  "locationInModule": {
8272
8272
  "filename": "src/version.ts",
8273
- "line": 131
8273
+ "line": 140
8274
8274
  },
8275
8275
  "methods": [
8276
8276
  {
@@ -8281,7 +8281,7 @@
8281
8281
  },
8282
8282
  "locationInModule": {
8283
8283
  "filename": "src/version.ts",
8284
- "line": 140
8284
+ "line": 149
8285
8285
  },
8286
8286
  "name": "everyCommit",
8287
8287
  "parameters": [
@@ -8313,7 +8313,7 @@
8313
8313
  },
8314
8314
  "locationInModule": {
8315
8315
  "filename": "src/version.ts",
8316
- "line": 187
8316
+ "line": 196
8317
8317
  },
8318
8318
  "name": "exec",
8319
8319
  "parameters": [
@@ -8339,7 +8339,7 @@
8339
8339
  },
8340
8340
  "locationInModule": {
8341
8341
  "filename": "src/version.ts",
8342
- "line": 174
8342
+ "line": 183
8343
8343
  },
8344
8344
  "name": "featuresAndFixes",
8345
8345
  "parameters": [
@@ -8370,7 +8370,7 @@
8370
8370
  },
8371
8371
  "locationInModule": {
8372
8372
  "filename": "src/version.ts",
8373
- "line": 155
8373
+ "line": 164
8374
8374
  },
8375
8375
  "name": "ofType",
8376
8376
  "parameters": [
@@ -8416,7 +8416,7 @@
8416
8416
  },
8417
8417
  "locationInModule": {
8418
8418
  "filename": "src/version.ts",
8419
- "line": 191
8419
+ "line": 200
8420
8420
  },
8421
8421
  "name": "cmd",
8422
8422
  "type": {
@@ -11486,7 +11486,7 @@
11486
11486
  },
11487
11487
  "locationInModule": {
11488
11488
  "filename": "src/version.ts",
11489
- "line": 63
11489
+ "line": 78
11490
11490
  },
11491
11491
  "parameters": [
11492
11492
  {
@@ -11506,7 +11506,7 @@
11506
11506
  "kind": "class",
11507
11507
  "locationInModule": {
11508
11508
  "filename": "src/version.ts",
11509
- "line": 42
11509
+ "line": 57
11510
11510
  },
11511
11511
  "name": "Version",
11512
11512
  "properties": [
@@ -11518,7 +11518,7 @@
11518
11518
  "immutable": true,
11519
11519
  "locationInModule": {
11520
11520
  "filename": "src/version.ts",
11521
- "line": 43
11521
+ "line": 58
11522
11522
  },
11523
11523
  "name": "STANDARD_VERSION",
11524
11524
  "static": true,
@@ -11533,7 +11533,7 @@
11533
11533
  "immutable": true,
11534
11534
  "locationInModule": {
11535
11535
  "filename": "src/version.ts",
11536
- "line": 45
11536
+ "line": 60
11537
11537
  },
11538
11538
  "name": "bumpTask",
11539
11539
  "type": {
@@ -11548,7 +11548,7 @@
11548
11548
  "immutable": true,
11549
11549
  "locationInModule": {
11550
11550
  "filename": "src/version.ts",
11551
- "line": 51
11551
+ "line": 66
11552
11552
  },
11553
11553
  "name": "changelogFileName",
11554
11554
  "type": {
@@ -11563,7 +11563,7 @@
11563
11563
  "immutable": true,
11564
11564
  "locationInModule": {
11565
11565
  "filename": "src/version.ts",
11566
- "line": 61
11566
+ "line": 76
11567
11567
  },
11568
11568
  "name": "releaseTagFileName",
11569
11569
  "type": {
@@ -11577,7 +11577,7 @@
11577
11577
  "immutable": true,
11578
11578
  "locationInModule": {
11579
11579
  "filename": "src/version.ts",
11580
- "line": 46
11580
+ "line": 61
11581
11581
  },
11582
11582
  "name": "unbumpTask",
11583
11583
  "type": {
@@ -11592,7 +11592,7 @@
11592
11592
  "immutable": true,
11593
11593
  "locationInModule": {
11594
11594
  "filename": "src/version.ts",
11595
- "line": 56
11595
+ "line": 71
11596
11596
  },
11597
11597
  "name": "versionFileName",
11598
11598
  "type": {
@@ -11613,7 +11613,7 @@
11613
11613
  "kind": "interface",
11614
11614
  "locationInModule": {
11615
11615
  "filename": "src/version.ts",
11616
- "line": 9
11616
+ "line": 24
11617
11617
  },
11618
11618
  "name": "VersionOptions",
11619
11619
  "properties": [
@@ -11626,7 +11626,7 @@
11626
11626
  "immutable": true,
11627
11627
  "locationInModule": {
11628
11628
  "filename": "src/version.ts",
11629
- "line": 21
11629
+ "line": 36
11630
11630
  },
11631
11631
  "name": "artifactsDirectory",
11632
11632
  "type": {
@@ -11643,7 +11643,7 @@
11643
11643
  "immutable": true,
11644
11644
  "locationInModule": {
11645
11645
  "filename": "src/version.ts",
11646
- "line": 15
11646
+ "line": 30
11647
11647
  },
11648
11648
  "name": "versionInputFile",
11649
11649
  "type": {
@@ -11660,7 +11660,7 @@
11660
11660
  "immutable": true,
11661
11661
  "locationInModule": {
11662
11662
  "filename": "src/version.ts",
11663
- "line": 39
11663
+ "line": 54
11664
11664
  },
11665
11665
  "name": "releasableCommits",
11666
11666
  "optional": true,
@@ -11677,7 +11677,7 @@
11677
11677
  "immutable": true,
11678
11678
  "locationInModule": {
11679
11679
  "filename": "src/version.ts",
11680
- "line": 31
11680
+ "line": 46
11681
11681
  },
11682
11682
  "name": "tagPrefix",
11683
11683
  "optional": true,
@@ -11694,7 +11694,7 @@
11694
11694
  "immutable": true,
11695
11695
  "locationInModule": {
11696
11696
  "filename": "src/version.ts",
11697
- "line": 26
11697
+ "line": 41
11698
11698
  },
11699
11699
  "name": "versionrcOptions",
11700
11700
  "optional": true,
@@ -57151,7 +57151,7 @@
57151
57151
  "kind": "enum",
57152
57152
  "locationInModule": {
57153
57153
  "filename": "src/release/publisher.ts",
57154
- "line": 959
57154
+ "line": 960
57155
57155
  },
57156
57156
  "members": [
57157
57157
  {
@@ -57185,7 +57185,7 @@
57185
57185
  "kind": "interface",
57186
57186
  "locationInModule": {
57187
57187
  "filename": "src/release/publisher.ts",
57188
- "line": 977
57188
+ "line": 978
57189
57189
  },
57190
57190
  "name": "CodeArtifactOptions",
57191
57191
  "namespace": "release",
@@ -57201,7 +57201,7 @@
57201
57201
  "immutable": true,
57202
57202
  "locationInModule": {
57203
57203
  "filename": "src/release/publisher.ts",
57204
- "line": 993
57204
+ "line": 994
57205
57205
  },
57206
57206
  "name": "accessKeyIdSecret",
57207
57207
  "optional": true,
@@ -57219,7 +57219,7 @@
57219
57219
  "immutable": true,
57220
57220
  "locationInModule": {
57221
57221
  "filename": "src/release/publisher.ts",
57222
- "line": 983
57222
+ "line": 984
57223
57223
  },
57224
57224
  "name": "authProvider",
57225
57225
  "optional": true,
@@ -57238,7 +57238,7 @@
57238
57238
  "immutable": true,
57239
57239
  "locationInModule": {
57240
57240
  "filename": "src/release/publisher.ts",
57241
- "line": 1013
57241
+ "line": 1014
57242
57242
  },
57243
57243
  "name": "roleToAssume",
57244
57244
  "optional": true,
@@ -57257,7 +57257,7 @@
57257
57257
  "immutable": true,
57258
57258
  "locationInModule": {
57259
57259
  "filename": "src/release/publisher.ts",
57260
- "line": 1004
57260
+ "line": 1005
57261
57261
  },
57262
57262
  "name": "secretAccessKeySecret",
57263
57263
  "optional": true,
@@ -57279,7 +57279,7 @@
57279
57279
  "kind": "interface",
57280
57280
  "locationInModule": {
57281
57281
  "filename": "src/release/publisher.ts",
57282
- "line": 861
57282
+ "line": 862
57283
57283
  },
57284
57284
  "name": "CommonPublishOptions",
57285
57285
  "namespace": "release",
@@ -57294,7 +57294,7 @@
57294
57294
  "immutable": true,
57295
57295
  "locationInModule": {
57296
57296
  "filename": "src/release/publisher.ts",
57297
- "line": 880
57297
+ "line": 881
57298
57298
  },
57299
57299
  "name": "postPublishSteps",
57300
57300
  "optional": true,
@@ -57317,7 +57317,7 @@
57317
57317
  "immutable": true,
57318
57318
  "locationInModule": {
57319
57319
  "filename": "src/release/publisher.ts",
57320
- "line": 871
57320
+ "line": 872
57321
57321
  },
57322
57322
  "name": "prePublishSteps",
57323
57323
  "optional": true,
@@ -57340,7 +57340,7 @@
57340
57340
  "immutable": true,
57341
57341
  "locationInModule": {
57342
57342
  "filename": "src/release/publisher.ts",
57343
- "line": 886
57343
+ "line": 887
57344
57344
  },
57345
57345
  "name": "publishTools",
57346
57346
  "optional": true,
@@ -57405,7 +57405,7 @@
57405
57405
  "kind": "interface",
57406
57406
  "locationInModule": {
57407
57407
  "filename": "src/release/publisher.ts",
57408
- "line": 1288
57408
+ "line": 1289
57409
57409
  },
57410
57410
  "name": "GitHubReleasesPublishOptions",
57411
57411
  "namespace": "release",
@@ -57420,7 +57420,7 @@
57420
57420
  "immutable": true,
57421
57421
  "locationInModule": {
57422
57422
  "filename": "src/release/publisher.ts",
57423
- "line": 1251
57423
+ "line": 1252
57424
57424
  },
57425
57425
  "name": "changelogFile",
57426
57426
  "type": {
@@ -57437,7 +57437,7 @@
57437
57437
  "immutable": true,
57438
57438
  "locationInModule": {
57439
57439
  "filename": "src/release/publisher.ts",
57440
- "line": 1244
57440
+ "line": 1245
57441
57441
  },
57442
57442
  "name": "releaseTagFile",
57443
57443
  "type": {
@@ -57454,7 +57454,7 @@
57454
57454
  "immutable": true,
57455
57455
  "locationInModule": {
57456
57456
  "filename": "src/release/publisher.ts",
57457
- "line": 1237
57457
+ "line": 1238
57458
57458
  },
57459
57459
  "name": "versionFile",
57460
57460
  "type": {
@@ -57475,7 +57475,7 @@
57475
57475
  "kind": "interface",
57476
57476
  "locationInModule": {
57477
57477
  "filename": "src/release/publisher.ts",
57478
- "line": 1295
57478
+ "line": 1296
57479
57479
  },
57480
57480
  "name": "GitPublishOptions",
57481
57481
  "namespace": "release",
@@ -57490,7 +57490,7 @@
57490
57490
  "immutable": true,
57491
57491
  "locationInModule": {
57492
57492
  "filename": "src/release/publisher.ts",
57493
- "line": 1251
57493
+ "line": 1252
57494
57494
  },
57495
57495
  "name": "changelogFile",
57496
57496
  "type": {
@@ -57507,7 +57507,7 @@
57507
57507
  "immutable": true,
57508
57508
  "locationInModule": {
57509
57509
  "filename": "src/release/publisher.ts",
57510
- "line": 1244
57510
+ "line": 1245
57511
57511
  },
57512
57512
  "name": "releaseTagFile",
57513
57513
  "type": {
@@ -57524,7 +57524,7 @@
57524
57524
  "immutable": true,
57525
57525
  "locationInModule": {
57526
57526
  "filename": "src/release/publisher.ts",
57527
- "line": 1237
57527
+ "line": 1238
57528
57528
  },
57529
57529
  "name": "versionFile",
57530
57530
  "type": {
@@ -57541,7 +57541,7 @@
57541
57541
  "immutable": true,
57542
57542
  "locationInModule": {
57543
57543
  "filename": "src/release/publisher.ts",
57544
- "line": 1306
57544
+ "line": 1307
57545
57545
  },
57546
57546
  "name": "gitBranch",
57547
57547
  "optional": true,
@@ -57559,7 +57559,7 @@
57559
57559
  "immutable": true,
57560
57560
  "locationInModule": {
57561
57561
  "filename": "src/release/publisher.ts",
57562
- "line": 1313
57562
+ "line": 1314
57563
57563
  },
57564
57564
  "name": "gitPushCommand",
57565
57565
  "optional": true,
@@ -57576,7 +57576,7 @@
57576
57576
  "immutable": true,
57577
57577
  "locationInModule": {
57578
57578
  "filename": "src/release/publisher.ts",
57579
- "line": 1299
57579
+ "line": 1300
57580
57580
  },
57581
57581
  "name": "projectChangelogFile",
57582
57582
  "optional": true,
@@ -57601,7 +57601,7 @@
57601
57601
  "kind": "interface",
57602
57602
  "locationInModule": {
57603
57603
  "filename": "src/release/publisher.ts",
57604
- "line": 1169
57604
+ "line": 1170
57605
57605
  },
57606
57606
  "name": "GoPublishOptions",
57607
57607
  "namespace": "release",
@@ -57616,7 +57616,7 @@
57616
57616
  "immutable": true,
57617
57617
  "locationInModule": {
57618
57618
  "filename": "src/release/publisher.ts",
57619
- "line": 1209
57619
+ "line": 1210
57620
57620
  },
57621
57621
  "name": "gitBranch",
57622
57622
  "optional": true,
@@ -57634,7 +57634,7 @@
57634
57634
  "immutable": true,
57635
57635
  "locationInModule": {
57636
57636
  "filename": "src/release/publisher.ts",
57637
- "line": 1228
57637
+ "line": 1229
57638
57638
  },
57639
57639
  "name": "gitCommitMessage",
57640
57640
  "optional": true,
@@ -57653,7 +57653,7 @@
57653
57653
  "immutable": true,
57654
57654
  "locationInModule": {
57655
57655
  "filename": "src/release/publisher.ts",
57656
- "line": 1188
57656
+ "line": 1189
57657
57657
  },
57658
57658
  "name": "githubDeployKeySecret",
57659
57659
  "optional": true,
@@ -57671,7 +57671,7 @@
57671
57671
  "immutable": true,
57672
57672
  "locationInModule": {
57673
57673
  "filename": "src/release/publisher.ts",
57674
- "line": 1202
57674
+ "line": 1203
57675
57675
  },
57676
57676
  "name": "githubRepo",
57677
57677
  "optional": true,
@@ -57690,7 +57690,7 @@
57690
57690
  "immutable": true,
57691
57691
  "locationInModule": {
57692
57692
  "filename": "src/release/publisher.ts",
57693
- "line": 1178
57693
+ "line": 1179
57694
57694
  },
57695
57695
  "name": "githubTokenSecret",
57696
57696
  "optional": true,
@@ -57708,7 +57708,7 @@
57708
57708
  "immutable": true,
57709
57709
  "locationInModule": {
57710
57710
  "filename": "src/release/publisher.ts",
57711
- "line": 1195
57711
+ "line": 1196
57712
57712
  },
57713
57713
  "name": "githubUseSsh",
57714
57714
  "optional": true,
@@ -57726,7 +57726,7 @@
57726
57726
  "immutable": true,
57727
57727
  "locationInModule": {
57728
57728
  "filename": "src/release/publisher.ts",
57729
- "line": 1221
57729
+ "line": 1222
57730
57730
  },
57731
57731
  "name": "gitUserEmail",
57732
57732
  "optional": true,
@@ -57744,7 +57744,7 @@
57744
57744
  "immutable": true,
57745
57745
  "locationInModule": {
57746
57746
  "filename": "src/release/publisher.ts",
57747
- "line": 1215
57747
+ "line": 1216
57748
57748
  },
57749
57749
  "name": "gitUserName",
57750
57750
  "optional": true,
@@ -57769,7 +57769,7 @@
57769
57769
  "kind": "interface",
57770
57770
  "locationInModule": {
57771
57771
  "filename": "src/release/publisher.ts",
57772
- "line": 1164
57772
+ "line": 1165
57773
57773
  },
57774
57774
  "name": "JsiiReleaseGo",
57775
57775
  "namespace": "release",
@@ -57789,7 +57789,7 @@
57789
57789
  "kind": "interface",
57790
57790
  "locationInModule": {
57791
57791
  "filename": "src/release/publisher.ts",
57792
- "line": 1077
57792
+ "line": 1078
57793
57793
  },
57794
57794
  "name": "JsiiReleaseMaven",
57795
57795
  "namespace": "release",
@@ -57809,7 +57809,7 @@
57809
57809
  "kind": "interface",
57810
57810
  "locationInModule": {
57811
57811
  "filename": "src/release/publisher.ts",
57812
- "line": 892
57812
+ "line": 893
57813
57813
  },
57814
57814
  "name": "JsiiReleaseNpm",
57815
57815
  "namespace": "release",
@@ -57829,7 +57829,7 @@
57829
57829
  "kind": "interface",
57830
57830
  "locationInModule": {
57831
57831
  "filename": "src/release/publisher.ts",
57832
- "line": 1055
57832
+ "line": 1056
57833
57833
  },
57834
57834
  "name": "JsiiReleaseNuget",
57835
57835
  "namespace": "release",
@@ -57849,7 +57849,7 @@
57849
57849
  "kind": "interface",
57850
57850
  "locationInModule": {
57851
57851
  "filename": "src/release/publisher.ts",
57852
- "line": 1019
57852
+ "line": 1020
57853
57853
  },
57854
57854
  "name": "JsiiReleasePyPi",
57855
57855
  "namespace": "release",
@@ -57942,7 +57942,7 @@
57942
57942
  "kind": "interface",
57943
57943
  "locationInModule": {
57944
57944
  "filename": "src/release/publisher.ts",
57945
- "line": 1082
57945
+ "line": 1083
57946
57946
  },
57947
57947
  "name": "MavenPublishOptions",
57948
57948
  "namespace": "release",
@@ -57958,7 +57958,7 @@
57958
57958
  "immutable": true,
57959
57959
  "locationInModule": {
57960
57960
  "filename": "src/release/publisher.ts",
57961
- "line": 1088
57961
+ "line": 1089
57962
57962
  },
57963
57963
  "name": "mavenEndpoint",
57964
57964
  "optional": true,
@@ -57978,7 +57978,7 @@
57978
57978
  "immutable": true,
57979
57979
  "locationInModule": {
57980
57980
  "filename": "src/release/publisher.ts",
57981
- "line": 1121
57981
+ "line": 1122
57982
57982
  },
57983
57983
  "name": "mavenGpgPrivateKeyPassphrase",
57984
57984
  "optional": true,
@@ -57998,7 +57998,7 @@
57998
57998
  "immutable": true,
57999
57999
  "locationInModule": {
58000
58000
  "filename": "src/release/publisher.ts",
58001
- "line": 1112
58001
+ "line": 1113
58002
58002
  },
58003
58003
  "name": "mavenGpgPrivateKeySecret",
58004
58004
  "optional": true,
@@ -58018,7 +58018,7 @@
58018
58018
  "immutable": true,
58019
58019
  "locationInModule": {
58020
58020
  "filename": "src/release/publisher.ts",
58021
- "line": 1147
58021
+ "line": 1148
58022
58022
  },
58023
58023
  "name": "mavenPassword",
58024
58024
  "optional": true,
@@ -58036,7 +58036,7 @@
58036
58036
  "immutable": true,
58037
58037
  "locationInModule": {
58038
58038
  "filename": "src/release/publisher.ts",
58039
- "line": 1102
58039
+ "line": 1103
58040
58040
  },
58041
58041
  "name": "mavenRepositoryUrl",
58042
58042
  "optional": true,
@@ -58054,7 +58054,7 @@
58054
58054
  "immutable": true,
58055
58055
  "locationInModule": {
58056
58056
  "filename": "src/release/publisher.ts",
58057
- "line": 1095
58057
+ "line": 1096
58058
58058
  },
58059
58059
  "name": "mavenServerId",
58060
58060
  "optional": true,
@@ -58072,7 +58072,7 @@
58072
58072
  "immutable": true,
58073
58073
  "locationInModule": {
58074
58074
  "filename": "src/release/publisher.ts",
58075
- "line": 1158
58075
+ "line": 1159
58076
58076
  },
58077
58077
  "name": "mavenStagingProfileId",
58078
58078
  "optional": true,
@@ -58092,7 +58092,7 @@
58092
58092
  "immutable": true,
58093
58093
  "locationInModule": {
58094
58094
  "filename": "src/release/publisher.ts",
58095
- "line": 1134
58095
+ "line": 1135
58096
58096
  },
58097
58097
  "name": "mavenUsername",
58098
58098
  "optional": true,
@@ -58117,7 +58117,7 @@
58117
58117
  "kind": "interface",
58118
58118
  "locationInModule": {
58119
58119
  "filename": "src/release/publisher.ts",
58120
- "line": 897
58120
+ "line": 898
58121
58121
  },
58122
58122
  "name": "NpmPublishOptions",
58123
58123
  "namespace": "release",
@@ -58132,7 +58132,7 @@
58132
58132
  "immutable": true,
58133
58133
  "locationInModule": {
58134
58134
  "filename": "src/release/publisher.ts",
58135
- "line": 953
58135
+ "line": 954
58136
58136
  },
58137
58137
  "name": "codeArtifactOptions",
58138
58138
  "optional": true,
@@ -58152,7 +58152,7 @@
58152
58152
  "immutable": true,
58153
58153
  "locationInModule": {
58154
58154
  "filename": "src/release/publisher.ts",
58155
- "line": 915
58155
+ "line": 916
58156
58156
  },
58157
58157
  "name": "distTag",
58158
58158
  "optional": true,
@@ -58172,7 +58172,7 @@
58172
58172
  "immutable": true,
58173
58173
  "locationInModule": {
58174
58174
  "filename": "src/release/publisher.ts",
58175
- "line": 946
58175
+ "line": 947
58176
58176
  },
58177
58177
  "name": "npmProvenance",
58178
58178
  "optional": true,
@@ -58190,7 +58190,7 @@
58190
58190
  "immutable": true,
58191
58191
  "locationInModule": {
58192
58192
  "filename": "src/release/publisher.ts",
58193
- "line": 935
58193
+ "line": 936
58194
58194
  },
58195
58195
  "name": "npmTokenSecret",
58196
58196
  "optional": true,
@@ -58210,7 +58210,7 @@
58210
58210
  "immutable": true,
58211
58211
  "locationInModule": {
58212
58212
  "filename": "src/release/publisher.ts",
58213
- "line": 929
58213
+ "line": 930
58214
58214
  },
58215
58215
  "name": "registry",
58216
58216
  "optional": true,
@@ -58235,7 +58235,7 @@
58235
58235
  "kind": "interface",
58236
58236
  "locationInModule": {
58237
58237
  "filename": "src/release/publisher.ts",
58238
- "line": 1060
58238
+ "line": 1061
58239
58239
  },
58240
58240
  "name": "NugetPublishOptions",
58241
58241
  "namespace": "release",
@@ -58250,7 +58250,7 @@
58250
58250
  "immutable": true,
58251
58251
  "locationInModule": {
58252
58252
  "filename": "src/release/publisher.ts",
58253
- "line": 1066
58253
+ "line": 1067
58254
58254
  },
58255
58255
  "name": "nugetApiKeySecret",
58256
58256
  "optional": true,
@@ -58267,7 +58267,7 @@
58267
58267
  "immutable": true,
58268
58268
  "locationInModule": {
58269
58269
  "filename": "src/release/publisher.ts",
58270
- "line": 1071
58270
+ "line": 1072
58271
58271
  },
58272
58272
  "name": "nugetServer",
58273
58273
  "optional": true,
@@ -58293,7 +58293,7 @@
58293
58293
  },
58294
58294
  "locationInModule": {
58295
58295
  "filename": "src/release/publisher.ts",
58296
- "line": 174
58296
+ "line": 175
58297
58297
  },
58298
58298
  "parameters": [
58299
58299
  {
@@ -58313,7 +58313,7 @@
58313
58313
  "kind": "class",
58314
58314
  "locationInModule": {
58315
58315
  "filename": "src/release/publisher.ts",
58316
- "line": 142
58316
+ "line": 143
58317
58317
  },
58318
58318
  "methods": [
58319
58319
  {
@@ -58323,7 +58323,7 @@
58323
58323
  },
58324
58324
  "locationInModule": {
58325
58325
  "filename": "src/release/publisher.ts",
58326
- "line": 232
58326
+ "line": 233
58327
58327
  },
58328
58328
  "name": "addGitHubPostPublishingSteps",
58329
58329
  "parameters": [
@@ -58347,7 +58347,7 @@
58347
58347
  },
58348
58348
  "locationInModule": {
58349
58349
  "filename": "src/release/publisher.ts",
58350
- "line": 223
58350
+ "line": 224
58351
58351
  },
58352
58352
  "name": "addGitHubPrePublishingSteps",
58353
58353
  "parameters": [
@@ -58372,7 +58372,7 @@
58372
58372
  },
58373
58373
  "locationInModule": {
58374
58374
  "filename": "src/release/publisher.ts",
58375
- "line": 243
58375
+ "line": 244
58376
58376
  },
58377
58377
  "name": "publishToGit",
58378
58378
  "parameters": [
@@ -58399,7 +58399,7 @@
58399
58399
  },
58400
58400
  "locationInModule": {
58401
58401
  "filename": "src/release/publisher.ts",
58402
- "line": 284
58402
+ "line": 285
58403
58403
  },
58404
58404
  "name": "publishToGitHubReleases",
58405
58405
  "parameters": [
@@ -58421,7 +58421,7 @@
58421
58421
  },
58422
58422
  "locationInModule": {
58423
58423
  "filename": "src/release/publisher.ts",
58424
- "line": 587
58424
+ "line": 588
58425
58425
  },
58426
58426
  "name": "publishToGo",
58427
58427
  "parameters": [
@@ -58444,7 +58444,7 @@
58444
58444
  },
58445
58445
  "locationInModule": {
58446
58446
  "filename": "src/release/publisher.ts",
58447
- "line": 445
58447
+ "line": 446
58448
58448
  },
58449
58449
  "name": "publishToMaven",
58450
58450
  "parameters": [
@@ -58467,7 +58467,7 @@
58467
58467
  },
58468
58468
  "locationInModule": {
58469
58469
  "filename": "src/release/publisher.ts",
58470
- "line": 313
58470
+ "line": 314
58471
58471
  },
58472
58472
  "name": "publishToNpm",
58473
58473
  "parameters": [
@@ -58490,7 +58490,7 @@
58490
58490
  },
58491
58491
  "locationInModule": {
58492
58492
  "filename": "src/release/publisher.ts",
58493
- "line": 412
58493
+ "line": 413
58494
58494
  },
58495
58495
  "name": "publishToNuget",
58496
58496
  "parameters": [
@@ -58513,7 +58513,7 @@
58513
58513
  },
58514
58514
  "locationInModule": {
58515
58515
  "filename": "src/release/publisher.ts",
58516
- "line": 510
58516
+ "line": 511
58517
58517
  },
58518
58518
  "name": "publishToPyPi",
58519
58519
  "parameters": [
@@ -58541,7 +58541,7 @@
58541
58541
  "immutable": true,
58542
58542
  "locationInModule": {
58543
58543
  "filename": "src/release/publisher.ts",
58544
- "line": 143
58544
+ "line": 144
58545
58545
  },
58546
58546
  "name": "PUBLISH_GIT_TASK_NAME",
58547
58547
  "static": true,
@@ -58556,7 +58556,7 @@
58556
58556
  "immutable": true,
58557
58557
  "locationInModule": {
58558
58558
  "filename": "src/release/publisher.ts",
58559
- "line": 146
58559
+ "line": 147
58560
58560
  },
58561
58561
  "name": "artifactName",
58562
58562
  "type": {
@@ -58570,7 +58570,7 @@
58570
58570
  "immutable": true,
58571
58571
  "locationInModule": {
58572
58572
  "filename": "src/release/publisher.ts",
58573
- "line": 145
58573
+ "line": 146
58574
58574
  },
58575
58575
  "name": "buildJobId",
58576
58576
  "type": {
@@ -58585,7 +58585,7 @@
58585
58585
  "immutable": true,
58586
58586
  "locationInModule": {
58587
58587
  "filename": "src/release/publisher.ts",
58588
- "line": 151
58588
+ "line": 152
58589
58589
  },
58590
58590
  "name": "jsiiReleaseVersion",
58591
58591
  "type": {
@@ -58599,7 +58599,7 @@
58599
58599
  "immutable": true,
58600
58600
  "locationInModule": {
58601
58601
  "filename": "src/release/publisher.ts",
58602
- "line": 147
58602
+ "line": 148
58603
58603
  },
58604
58604
  "name": "publibVersion",
58605
58605
  "type": {
@@ -58613,7 +58613,7 @@
58613
58613
  "immutable": true,
58614
58614
  "locationInModule": {
58615
58615
  "filename": "src/release/publisher.ts",
58616
- "line": 148
58616
+ "line": 149
58617
58617
  },
58618
58618
  "name": "condition",
58619
58619
  "optional": true,
@@ -58635,7 +58635,7 @@
58635
58635
  "kind": "interface",
58636
58636
  "locationInModule": {
58637
58637
  "filename": "src/release/publisher.ts",
58638
- "line": 37
58638
+ "line": 38
58639
58639
  },
58640
58640
  "name": "PublisherOptions",
58641
58641
  "namespace": "release",
@@ -58651,7 +58651,7 @@
58651
58651
  "immutable": true,
58652
58652
  "locationInModule": {
58653
58653
  "filename": "src/release/publisher.ts",
58654
- "line": 59
58654
+ "line": 60
58655
58655
  },
58656
58656
  "name": "artifactName",
58657
58657
  "type": {
@@ -58668,7 +58668,7 @@
58668
58668
  "immutable": true,
58669
58669
  "locationInModule": {
58670
58670
  "filename": "src/release/publisher.ts",
58671
- "line": 41
58671
+ "line": 42
58672
58672
  },
58673
58673
  "name": "buildJobId",
58674
58674
  "type": {
@@ -58685,7 +58685,7 @@
58685
58685
  "immutable": true,
58686
58686
  "locationInModule": {
58687
58687
  "filename": "src/release/publisher.ts",
58688
- "line": 48
58688
+ "line": 49
58689
58689
  },
58690
58690
  "name": "condition",
58691
58691
  "optional": true,
@@ -58703,7 +58703,7 @@
58703
58703
  "immutable": true,
58704
58704
  "locationInModule": {
58705
58705
  "filename": "src/release/publisher.ts",
58706
- "line": 134
58706
+ "line": 135
58707
58707
  },
58708
58708
  "name": "dryRun",
58709
58709
  "optional": true,
@@ -58721,7 +58721,7 @@
58721
58721
  "immutable": true,
58722
58722
  "locationInModule": {
58723
58723
  "filename": "src/release/publisher.ts",
58724
- "line": 94
58724
+ "line": 95
58725
58725
  },
58726
58726
  "name": "failureIssue",
58727
58727
  "optional": true,
@@ -58740,7 +58740,7 @@
58740
58740
  "immutable": true,
58741
58741
  "locationInModule": {
58742
58742
  "filename": "src/release/publisher.ts",
58743
- "line": 102
58743
+ "line": 103
58744
58744
  },
58745
58745
  "name": "failureIssueLabel",
58746
58746
  "optional": true,
@@ -58757,7 +58757,7 @@
58757
58757
  "immutable": true,
58758
58758
  "locationInModule": {
58759
58759
  "filename": "src/release/publisher.ts",
58760
- "line": 64
58760
+ "line": 65
58761
58761
  },
58762
58762
  "name": "jsiiReleaseVersion",
58763
58763
  "optional": true,
@@ -58775,7 +58775,7 @@
58775
58775
  "immutable": true,
58776
58776
  "locationInModule": {
58777
58777
  "filename": "src/release/publisher.ts",
58778
- "line": 87
58778
+ "line": 88
58779
58779
  },
58780
58780
  "name": "publibVersion",
58781
58781
  "optional": true,
@@ -58794,7 +58794,7 @@
58794
58794
  "immutable": true,
58795
58795
  "locationInModule": {
58796
58796
  "filename": "src/release/publisher.ts",
58797
- "line": 127
58797
+ "line": 128
58798
58798
  },
58799
58799
  "name": "publishTasks",
58800
58800
  "optional": true,
@@ -58812,7 +58812,7 @@
58812
58812
  "immutable": true,
58813
58813
  "locationInModule": {
58814
58814
  "filename": "src/release/publisher.ts",
58815
- "line": 80
58815
+ "line": 81
58816
58816
  },
58817
58817
  "name": "workflowContainerImage",
58818
58818
  "optional": true,
@@ -58831,7 +58831,7 @@
58831
58831
  "immutable": true,
58832
58832
  "locationInModule": {
58833
58833
  "filename": "src/release/publisher.ts",
58834
- "line": 73
58834
+ "line": 74
58835
58835
  },
58836
58836
  "name": "workflowNodeVersion",
58837
58837
  "optional": true,
@@ -58853,7 +58853,7 @@
58853
58853
  "immutable": true,
58854
58854
  "locationInModule": {
58855
58855
  "filename": "src/release/publisher.ts",
58856
- "line": 110
58856
+ "line": 111
58857
58857
  },
58858
58858
  "name": "workflowRunsOn",
58859
58859
  "optional": true,
@@ -58879,7 +58879,7 @@
58879
58879
  "immutable": true,
58880
58880
  "locationInModule": {
58881
58881
  "filename": "src/release/publisher.ts",
58882
- "line": 117
58882
+ "line": 118
58883
58883
  },
58884
58884
  "name": "workflowRunsOnGroup",
58885
58885
  "optional": true,
@@ -58904,7 +58904,7 @@
58904
58904
  "kind": "interface",
58905
58905
  "locationInModule": {
58906
58906
  "filename": "src/release/publisher.ts",
58907
- "line": 1024
58907
+ "line": 1025
58908
58908
  },
58909
58909
  "name": "PyPiPublishOptions",
58910
58910
  "namespace": "release",
@@ -58919,7 +58919,7 @@
58919
58919
  "immutable": true,
58920
58920
  "locationInModule": {
58921
58921
  "filename": "src/release/publisher.ts",
58922
- "line": 1049
58922
+ "line": 1050
58923
58923
  },
58924
58924
  "name": "codeArtifactOptions",
58925
58925
  "optional": true,
@@ -58937,7 +58937,7 @@
58937
58937
  "immutable": true,
58938
58938
  "locationInModule": {
58939
58939
  "filename": "src/release/publisher.ts",
58940
- "line": 1042
58940
+ "line": 1043
58941
58941
  },
58942
58942
  "name": "twinePasswordSecret",
58943
58943
  "optional": true,
@@ -58955,7 +58955,7 @@
58955
58955
  "immutable": true,
58956
58956
  "locationInModule": {
58957
58957
  "filename": "src/release/publisher.ts",
58958
- "line": 1030
58958
+ "line": 1031
58959
58959
  },
58960
58960
  "name": "twineRegistryUrl",
58961
58961
  "optional": true,
@@ -58973,7 +58973,7 @@
58973
58973
  "immutable": true,
58974
58974
  "locationInModule": {
58975
58975
  "filename": "src/release/publisher.ts",
58976
- "line": 1036
58976
+ "line": 1037
58977
58977
  },
58978
58978
  "name": "twineUsernameSecret",
58979
58979
  "optional": true,
@@ -64258,6 +64258,6 @@
64258
64258
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
64259
64259
  }
64260
64260
  },
64261
- "version": "0.85.0",
64262
- "fingerprint": "I0NHRTFHD4bzgFazsliSgwz6oWvALMJxqQgS/sUofKk="
64261
+ "version": "0.85.1",
64262
+ "fingerprint": "ZpbBWPBfmhSIzbnARrgRhXnor28vU5EH79Zs+Qe3LG8="
64263
64263
  }