projen 0.84.13 → 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 (136) hide show
  1. package/.jsii +211 -135
  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.d.ts +33 -7
  56. package/lib/github/workflows.js +17 -4
  57. package/lib/gitlab/configuration.js +1 -1
  58. package/lib/gitlab/gitlab-configuration.js +1 -1
  59. package/lib/gitlab/nested-configuration.js +1 -1
  60. package/lib/gitpod.js +1 -1
  61. package/lib/ignore-file.js +1 -1
  62. package/lib/ini.js +1 -1
  63. package/lib/java/java-project.js +1 -1
  64. package/lib/java/junit.js +1 -1
  65. package/lib/java/maven-compile.js +1 -1
  66. package/lib/java/maven-packaging.js +1 -1
  67. package/lib/java/maven-sample.js +1 -1
  68. package/lib/java/pom.js +2 -2
  69. package/lib/java/projenrc.js +1 -1
  70. package/lib/javascript/bundler.js +1 -1
  71. package/lib/javascript/eslint.js +1 -1
  72. package/lib/javascript/jest.js +4 -4
  73. package/lib/javascript/license-checker.js +1 -1
  74. package/lib/javascript/node-package.js +1 -1
  75. package/lib/javascript/node-project.js +1 -1
  76. package/lib/javascript/npm-config.js +1 -1
  77. package/lib/javascript/prettier.js +1 -1
  78. package/lib/javascript/projenrc.js +1 -1
  79. package/lib/javascript/typescript-config.js +2 -2
  80. package/lib/javascript/upgrade-dependencies.js +2 -2
  81. package/lib/javascript/yarnrc.js +1 -1
  82. package/lib/json-patch.js +1 -1
  83. package/lib/json.js +1 -1
  84. package/lib/license.js +1 -1
  85. package/lib/logger.js +1 -1
  86. package/lib/makefile.js +1 -1
  87. package/lib/object-file.js +1 -1
  88. package/lib/project-build.js +1 -1
  89. package/lib/project-tree.js +1 -1
  90. package/lib/project.js +1 -1
  91. package/lib/projects.js +1 -1
  92. package/lib/projenrc-json.js +2 -2
  93. package/lib/projenrc.js +1 -1
  94. package/lib/python/pip.js +1 -1
  95. package/lib/python/poetry.js +2 -2
  96. package/lib/python/projenrc.js +1 -1
  97. package/lib/python/pytest-sample.js +1 -1
  98. package/lib/python/pytest.js +1 -1
  99. package/lib/python/python-project.js +1 -1
  100. package/lib/python/python-sample.js +1 -1
  101. package/lib/python/requirements-file.js +1 -1
  102. package/lib/python/setuppy.js +1 -1
  103. package/lib/python/setuptools.js +1 -1
  104. package/lib/python/venv.js +1 -1
  105. package/lib/readme.js +1 -1
  106. package/lib/release/publisher.js +4 -3
  107. package/lib/release/release-trigger.js +1 -1
  108. package/lib/release/release.js +1 -1
  109. package/lib/renovatebot.js +1 -1
  110. package/lib/sample-file.js +2 -2
  111. package/lib/semver.js +1 -1
  112. package/lib/source-code.js +1 -1
  113. package/lib/task-runtime.js +1 -1
  114. package/lib/task.js +1 -1
  115. package/lib/tasks.js +1 -1
  116. package/lib/testing.js +1 -1
  117. package/lib/textfile.js +1 -1
  118. package/lib/toml.js +1 -1
  119. package/lib/typescript/projenrc-ts.js +1 -1
  120. package/lib/typescript/projenrc.js +1 -1
  121. package/lib/typescript/typescript-typedoc.js +1 -1
  122. package/lib/typescript/typescript.js +6 -6
  123. package/lib/version.d.ts +13 -0
  124. package/lib/version.js +18 -9
  125. package/lib/vscode/devcontainer.js +1 -1
  126. package/lib/vscode/extensions.js +1 -1
  127. package/lib/vscode/launch-config.js +1 -1
  128. package/lib/vscode/settings.js +1 -1
  129. package/lib/vscode/vscode.js +1 -1
  130. package/lib/web/next.js +3 -3
  131. package/lib/web/postcss.js +1 -1
  132. package/lib/web/react.js +4 -4
  133. package/lib/web/tailwind.js +1 -1
  134. package/lib/xmlfile.js +1 -1
  135. package/lib/yaml.js +1 -1
  136. package/package.json +5 -5
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.29 (build d02a91b)",
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,
@@ -21212,6 +21212,63 @@
21212
21212
  ],
21213
21213
  "symbolId": "src/github/workflow-actions:CheckoutWithPatchOptions"
21214
21214
  },
21215
+ "projen.github.ConcurrencyOptions": {
21216
+ "assembly": "projen",
21217
+ "datatype": true,
21218
+ "docs": {
21219
+ "stability": "experimental",
21220
+ "summary": "Options for `concurrency`."
21221
+ },
21222
+ "fqn": "projen.github.ConcurrencyOptions",
21223
+ "kind": "interface",
21224
+ "locationInModule": {
21225
+ "filename": "src/github/workflows.ts",
21226
+ "line": 14
21227
+ },
21228
+ "name": "ConcurrencyOptions",
21229
+ "namespace": "github",
21230
+ "properties": [
21231
+ {
21232
+ "abstract": true,
21233
+ "docs": {
21234
+ "default": "false",
21235
+ "stability": "experimental",
21236
+ "summary": "When a workflow is triggered while another one (in the same group) is running, should GitHub cancel the running workflow?"
21237
+ },
21238
+ "immutable": true,
21239
+ "locationInModule": {
21240
+ "filename": "src/github/workflows.ts",
21241
+ "line": 32
21242
+ },
21243
+ "name": "cancelInProgress",
21244
+ "optional": true,
21245
+ "type": {
21246
+ "primitive": "boolean"
21247
+ }
21248
+ },
21249
+ {
21250
+ "abstract": true,
21251
+ "docs": {
21252
+ "default": "- undefined. All runs belonging to this workflow have the same limited concurrency.",
21253
+ "remarks": "For example, if you specify `${{ github.workflow }}-${{ github.ref }}`, workflow runs triggered\non the same branch cannot run concurrenty, but workflows runs triggered on different branches can.",
21254
+ "see": "https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/using-concurrency#example-concurrency-groups",
21255
+ "stability": "experimental",
21256
+ "summary": "Concurrency group controls which workflow runs will share the same concurrency limit."
21257
+ },
21258
+ "immutable": true,
21259
+ "locationInModule": {
21260
+ "filename": "src/github/workflows.ts",
21261
+ "line": 24
21262
+ },
21263
+ "name": "group",
21264
+ "optional": true,
21265
+ "type": {
21266
+ "primitive": "string"
21267
+ }
21268
+ }
21269
+ ],
21270
+ "symbolId": "src/github/workflows:ConcurrencyOptions"
21271
+ },
21215
21272
  "projen.github.ContributorStatementOptions": {
21216
21273
  "assembly": "projen",
21217
21274
  "datatype": true,
@@ -23900,7 +23957,7 @@
23900
23957
  },
23901
23958
  "locationInModule": {
23902
23959
  "filename": "src/github/workflows.ts",
23903
- "line": 81
23960
+ "line": 110
23904
23961
  },
23905
23962
  "parameters": [
23906
23963
  {
@@ -23927,7 +23984,7 @@
23927
23984
  "kind": "class",
23928
23985
  "locationInModule": {
23929
23986
  "filename": "src/github/workflows.ts",
23930
- "line": 37
23987
+ "line": 69
23931
23988
  },
23932
23989
  "methods": [
23933
23990
  {
@@ -23937,7 +23994,7 @@
23937
23994
  },
23938
23995
  "locationInModule": {
23939
23996
  "filename": "src/github/workflows.ts",
23940
- "line": 125
23997
+ "line": 163
23941
23998
  },
23942
23999
  "name": "addJob",
23943
24000
  "parameters": [
@@ -23977,7 +24034,7 @@
23977
24034
  },
23978
24035
  "locationInModule": {
23979
24036
  "filename": "src/github/workflows.ts",
23980
- "line": 137
24037
+ "line": 175
23981
24038
  },
23982
24039
  "name": "addJobs",
23983
24040
  "parameters": [
@@ -24013,7 +24070,7 @@
24013
24070
  },
24014
24071
  "locationInModule": {
24015
24072
  "filename": "src/github/workflows.ts",
24016
- "line": 152
24073
+ "line": 190
24017
24074
  },
24018
24075
  "name": "getJob",
24019
24076
  "parameters": [
@@ -24049,7 +24106,7 @@
24049
24106
  },
24050
24107
  "locationInModule": {
24051
24108
  "filename": "src/github/workflows.ts",
24052
- "line": 113
24109
+ "line": 151
24053
24110
  },
24054
24111
  "name": "on",
24055
24112
  "parameters": [
@@ -24071,7 +24128,7 @@
24071
24128
  },
24072
24129
  "locationInModule": {
24073
24130
  "filename": "src/github/workflows.ts",
24074
- "line": 196
24131
+ "line": 234
24075
24132
  },
24076
24133
  "name": "removeJob",
24077
24134
  "parameters": [
@@ -24093,7 +24150,7 @@
24093
24150
  },
24094
24151
  "locationInModule": {
24095
24152
  "filename": "src/github/workflows.ts",
24096
- "line": 162
24153
+ "line": 200
24097
24154
  },
24098
24155
  "name": "updateJob",
24099
24156
  "parameters": [
@@ -24130,7 +24187,7 @@
24130
24187
  },
24131
24188
  "locationInModule": {
24132
24189
  "filename": "src/github/workflows.ts",
24133
- "line": 175
24190
+ "line": 213
24134
24191
  },
24135
24192
  "name": "updateJobs",
24136
24193
  "parameters": [
@@ -24171,7 +24228,7 @@
24171
24228
  "immutable": true,
24172
24229
  "locationInModule": {
24173
24230
  "filename": "src/github/workflows.ts",
24174
- "line": 41
24231
+ "line": 73
24175
24232
  },
24176
24233
  "name": "name",
24177
24234
  "type": {
@@ -24186,7 +24243,7 @@
24186
24243
  "immutable": true,
24187
24244
  "locationInModule": {
24188
24245
  "filename": "src/github/workflows.ts",
24189
- "line": 59
24246
+ "line": 88
24190
24247
  },
24191
24248
  "name": "projenCredentials",
24192
24249
  "type": {
@@ -24195,19 +24252,19 @@
24195
24252
  },
24196
24253
  {
24197
24254
  "docs": {
24198
- "default": "disabled",
24255
+ "remarks": "undefined means no concurrency limitations.",
24199
24256
  "stability": "experimental",
24200
- "summary": "Concurrency ensures that only a single job or workflow using the same concurrency group will run at a time."
24257
+ "summary": "The concurrency configuration of the workflow."
24201
24258
  },
24202
24259
  "immutable": true,
24203
24260
  "locationInModule": {
24204
24261
  "filename": "src/github/workflows.ts",
24205
- "line": 49
24262
+ "line": 78
24206
24263
  },
24207
24264
  "name": "concurrency",
24208
24265
  "optional": true,
24209
24266
  "type": {
24210
- "primitive": "string"
24267
+ "fqn": "projen.github.ConcurrencyOptions"
24211
24268
  }
24212
24269
  },
24213
24270
  {
@@ -24219,7 +24276,7 @@
24219
24276
  "immutable": true,
24220
24277
  "locationInModule": {
24221
24278
  "filename": "src/github/workflows.ts",
24222
- "line": 54
24279
+ "line": 83
24223
24280
  },
24224
24281
  "name": "file",
24225
24282
  "optional": true,
@@ -24235,7 +24292,7 @@
24235
24292
  },
24236
24293
  "locationInModule": {
24237
24294
  "filename": "src/github/workflows.ts",
24238
- "line": 72
24295
+ "line": 101
24239
24296
  },
24240
24297
  "name": "runName",
24241
24298
  "optional": true,
@@ -24257,7 +24314,7 @@
24257
24314
  "kind": "interface",
24258
24315
  "locationInModule": {
24259
24316
  "filename": "src/github/workflows.ts",
24260
- "line": 14
24317
+ "line": 38
24261
24318
  },
24262
24319
  "name": "GithubWorkflowOptions",
24263
24320
  "namespace": "github",
@@ -24265,7 +24322,7 @@
24265
24322
  {
24266
24323
  "abstract": true,
24267
24324
  "docs": {
24268
- "default": "- disabled",
24325
+ "default": "- { group: undefined, cancelInProgress: false }",
24269
24326
  "remarks": "Currently in beta.",
24270
24327
  "see": "https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#concurrency",
24271
24328
  "stability": "experimental",
@@ -24274,12 +24331,12 @@
24274
24331
  "immutable": true,
24275
24332
  "locationInModule": {
24276
24333
  "filename": "src/github/workflows.ts",
24277
- "line": 27
24334
+ "line": 59
24278
24335
  },
24279
- "name": "concurrency",
24336
+ "name": "concurrencyOptions",
24280
24337
  "optional": true,
24281
24338
  "type": {
24282
- "primitive": "string"
24339
+ "fqn": "projen.github.ConcurrencyOptions"
24283
24340
  }
24284
24341
  },
24285
24342
  {
@@ -24292,13 +24349,32 @@
24292
24349
  "immutable": true,
24293
24350
  "locationInModule": {
24294
24351
  "filename": "src/github/workflows.ts",
24295
- "line": 20
24352
+ "line": 44
24296
24353
  },
24297
24354
  "name": "force",
24298
24355
  "optional": true,
24299
24356
  "type": {
24300
24357
  "primitive": "boolean"
24301
24358
  }
24359
+ },
24360
+ {
24361
+ "abstract": true,
24362
+ "docs": {
24363
+ "default": "false",
24364
+ "remarks": "Use `concurrencyOptions` to configure specific non default values.",
24365
+ "stability": "experimental",
24366
+ "summary": "Enable concurrency limitations."
24367
+ },
24368
+ "immutable": true,
24369
+ "locationInModule": {
24370
+ "filename": "src/github/workflows.ts",
24371
+ "line": 51
24372
+ },
24373
+ "name": "limitConcurrency",
24374
+ "optional": true,
24375
+ "type": {
24376
+ "primitive": "boolean"
24377
+ }
24302
24378
  }
24303
24379
  ],
24304
24380
  "symbolId": "src/github/workflows:GithubWorkflowOptions"
@@ -57075,7 +57151,7 @@
57075
57151
  "kind": "enum",
57076
57152
  "locationInModule": {
57077
57153
  "filename": "src/release/publisher.ts",
57078
- "line": 959
57154
+ "line": 960
57079
57155
  },
57080
57156
  "members": [
57081
57157
  {
@@ -57109,7 +57185,7 @@
57109
57185
  "kind": "interface",
57110
57186
  "locationInModule": {
57111
57187
  "filename": "src/release/publisher.ts",
57112
- "line": 977
57188
+ "line": 978
57113
57189
  },
57114
57190
  "name": "CodeArtifactOptions",
57115
57191
  "namespace": "release",
@@ -57125,7 +57201,7 @@
57125
57201
  "immutable": true,
57126
57202
  "locationInModule": {
57127
57203
  "filename": "src/release/publisher.ts",
57128
- "line": 993
57204
+ "line": 994
57129
57205
  },
57130
57206
  "name": "accessKeyIdSecret",
57131
57207
  "optional": true,
@@ -57143,7 +57219,7 @@
57143
57219
  "immutable": true,
57144
57220
  "locationInModule": {
57145
57221
  "filename": "src/release/publisher.ts",
57146
- "line": 983
57222
+ "line": 984
57147
57223
  },
57148
57224
  "name": "authProvider",
57149
57225
  "optional": true,
@@ -57162,7 +57238,7 @@
57162
57238
  "immutable": true,
57163
57239
  "locationInModule": {
57164
57240
  "filename": "src/release/publisher.ts",
57165
- "line": 1013
57241
+ "line": 1014
57166
57242
  },
57167
57243
  "name": "roleToAssume",
57168
57244
  "optional": true,
@@ -57181,7 +57257,7 @@
57181
57257
  "immutable": true,
57182
57258
  "locationInModule": {
57183
57259
  "filename": "src/release/publisher.ts",
57184
- "line": 1004
57260
+ "line": 1005
57185
57261
  },
57186
57262
  "name": "secretAccessKeySecret",
57187
57263
  "optional": true,
@@ -57203,7 +57279,7 @@
57203
57279
  "kind": "interface",
57204
57280
  "locationInModule": {
57205
57281
  "filename": "src/release/publisher.ts",
57206
- "line": 861
57282
+ "line": 862
57207
57283
  },
57208
57284
  "name": "CommonPublishOptions",
57209
57285
  "namespace": "release",
@@ -57218,7 +57294,7 @@
57218
57294
  "immutable": true,
57219
57295
  "locationInModule": {
57220
57296
  "filename": "src/release/publisher.ts",
57221
- "line": 880
57297
+ "line": 881
57222
57298
  },
57223
57299
  "name": "postPublishSteps",
57224
57300
  "optional": true,
@@ -57241,7 +57317,7 @@
57241
57317
  "immutable": true,
57242
57318
  "locationInModule": {
57243
57319
  "filename": "src/release/publisher.ts",
57244
- "line": 871
57320
+ "line": 872
57245
57321
  },
57246
57322
  "name": "prePublishSteps",
57247
57323
  "optional": true,
@@ -57264,7 +57340,7 @@
57264
57340
  "immutable": true,
57265
57341
  "locationInModule": {
57266
57342
  "filename": "src/release/publisher.ts",
57267
- "line": 886
57343
+ "line": 887
57268
57344
  },
57269
57345
  "name": "publishTools",
57270
57346
  "optional": true,
@@ -57329,7 +57405,7 @@
57329
57405
  "kind": "interface",
57330
57406
  "locationInModule": {
57331
57407
  "filename": "src/release/publisher.ts",
57332
- "line": 1288
57408
+ "line": 1289
57333
57409
  },
57334
57410
  "name": "GitHubReleasesPublishOptions",
57335
57411
  "namespace": "release",
@@ -57344,7 +57420,7 @@
57344
57420
  "immutable": true,
57345
57421
  "locationInModule": {
57346
57422
  "filename": "src/release/publisher.ts",
57347
- "line": 1251
57423
+ "line": 1252
57348
57424
  },
57349
57425
  "name": "changelogFile",
57350
57426
  "type": {
@@ -57361,7 +57437,7 @@
57361
57437
  "immutable": true,
57362
57438
  "locationInModule": {
57363
57439
  "filename": "src/release/publisher.ts",
57364
- "line": 1244
57440
+ "line": 1245
57365
57441
  },
57366
57442
  "name": "releaseTagFile",
57367
57443
  "type": {
@@ -57378,7 +57454,7 @@
57378
57454
  "immutable": true,
57379
57455
  "locationInModule": {
57380
57456
  "filename": "src/release/publisher.ts",
57381
- "line": 1237
57457
+ "line": 1238
57382
57458
  },
57383
57459
  "name": "versionFile",
57384
57460
  "type": {
@@ -57399,7 +57475,7 @@
57399
57475
  "kind": "interface",
57400
57476
  "locationInModule": {
57401
57477
  "filename": "src/release/publisher.ts",
57402
- "line": 1295
57478
+ "line": 1296
57403
57479
  },
57404
57480
  "name": "GitPublishOptions",
57405
57481
  "namespace": "release",
@@ -57414,7 +57490,7 @@
57414
57490
  "immutable": true,
57415
57491
  "locationInModule": {
57416
57492
  "filename": "src/release/publisher.ts",
57417
- "line": 1251
57493
+ "line": 1252
57418
57494
  },
57419
57495
  "name": "changelogFile",
57420
57496
  "type": {
@@ -57431,7 +57507,7 @@
57431
57507
  "immutable": true,
57432
57508
  "locationInModule": {
57433
57509
  "filename": "src/release/publisher.ts",
57434
- "line": 1244
57510
+ "line": 1245
57435
57511
  },
57436
57512
  "name": "releaseTagFile",
57437
57513
  "type": {
@@ -57448,7 +57524,7 @@
57448
57524
  "immutable": true,
57449
57525
  "locationInModule": {
57450
57526
  "filename": "src/release/publisher.ts",
57451
- "line": 1237
57527
+ "line": 1238
57452
57528
  },
57453
57529
  "name": "versionFile",
57454
57530
  "type": {
@@ -57465,7 +57541,7 @@
57465
57541
  "immutable": true,
57466
57542
  "locationInModule": {
57467
57543
  "filename": "src/release/publisher.ts",
57468
- "line": 1306
57544
+ "line": 1307
57469
57545
  },
57470
57546
  "name": "gitBranch",
57471
57547
  "optional": true,
@@ -57483,7 +57559,7 @@
57483
57559
  "immutable": true,
57484
57560
  "locationInModule": {
57485
57561
  "filename": "src/release/publisher.ts",
57486
- "line": 1313
57562
+ "line": 1314
57487
57563
  },
57488
57564
  "name": "gitPushCommand",
57489
57565
  "optional": true,
@@ -57500,7 +57576,7 @@
57500
57576
  "immutable": true,
57501
57577
  "locationInModule": {
57502
57578
  "filename": "src/release/publisher.ts",
57503
- "line": 1299
57579
+ "line": 1300
57504
57580
  },
57505
57581
  "name": "projectChangelogFile",
57506
57582
  "optional": true,
@@ -57525,7 +57601,7 @@
57525
57601
  "kind": "interface",
57526
57602
  "locationInModule": {
57527
57603
  "filename": "src/release/publisher.ts",
57528
- "line": 1169
57604
+ "line": 1170
57529
57605
  },
57530
57606
  "name": "GoPublishOptions",
57531
57607
  "namespace": "release",
@@ -57540,7 +57616,7 @@
57540
57616
  "immutable": true,
57541
57617
  "locationInModule": {
57542
57618
  "filename": "src/release/publisher.ts",
57543
- "line": 1209
57619
+ "line": 1210
57544
57620
  },
57545
57621
  "name": "gitBranch",
57546
57622
  "optional": true,
@@ -57558,7 +57634,7 @@
57558
57634
  "immutable": true,
57559
57635
  "locationInModule": {
57560
57636
  "filename": "src/release/publisher.ts",
57561
- "line": 1228
57637
+ "line": 1229
57562
57638
  },
57563
57639
  "name": "gitCommitMessage",
57564
57640
  "optional": true,
@@ -57577,7 +57653,7 @@
57577
57653
  "immutable": true,
57578
57654
  "locationInModule": {
57579
57655
  "filename": "src/release/publisher.ts",
57580
- "line": 1188
57656
+ "line": 1189
57581
57657
  },
57582
57658
  "name": "githubDeployKeySecret",
57583
57659
  "optional": true,
@@ -57595,7 +57671,7 @@
57595
57671
  "immutable": true,
57596
57672
  "locationInModule": {
57597
57673
  "filename": "src/release/publisher.ts",
57598
- "line": 1202
57674
+ "line": 1203
57599
57675
  },
57600
57676
  "name": "githubRepo",
57601
57677
  "optional": true,
@@ -57614,7 +57690,7 @@
57614
57690
  "immutable": true,
57615
57691
  "locationInModule": {
57616
57692
  "filename": "src/release/publisher.ts",
57617
- "line": 1178
57693
+ "line": 1179
57618
57694
  },
57619
57695
  "name": "githubTokenSecret",
57620
57696
  "optional": true,
@@ -57632,7 +57708,7 @@
57632
57708
  "immutable": true,
57633
57709
  "locationInModule": {
57634
57710
  "filename": "src/release/publisher.ts",
57635
- "line": 1195
57711
+ "line": 1196
57636
57712
  },
57637
57713
  "name": "githubUseSsh",
57638
57714
  "optional": true,
@@ -57650,7 +57726,7 @@
57650
57726
  "immutable": true,
57651
57727
  "locationInModule": {
57652
57728
  "filename": "src/release/publisher.ts",
57653
- "line": 1221
57729
+ "line": 1222
57654
57730
  },
57655
57731
  "name": "gitUserEmail",
57656
57732
  "optional": true,
@@ -57668,7 +57744,7 @@
57668
57744
  "immutable": true,
57669
57745
  "locationInModule": {
57670
57746
  "filename": "src/release/publisher.ts",
57671
- "line": 1215
57747
+ "line": 1216
57672
57748
  },
57673
57749
  "name": "gitUserName",
57674
57750
  "optional": true,
@@ -57693,7 +57769,7 @@
57693
57769
  "kind": "interface",
57694
57770
  "locationInModule": {
57695
57771
  "filename": "src/release/publisher.ts",
57696
- "line": 1164
57772
+ "line": 1165
57697
57773
  },
57698
57774
  "name": "JsiiReleaseGo",
57699
57775
  "namespace": "release",
@@ -57713,7 +57789,7 @@
57713
57789
  "kind": "interface",
57714
57790
  "locationInModule": {
57715
57791
  "filename": "src/release/publisher.ts",
57716
- "line": 1077
57792
+ "line": 1078
57717
57793
  },
57718
57794
  "name": "JsiiReleaseMaven",
57719
57795
  "namespace": "release",
@@ -57733,7 +57809,7 @@
57733
57809
  "kind": "interface",
57734
57810
  "locationInModule": {
57735
57811
  "filename": "src/release/publisher.ts",
57736
- "line": 892
57812
+ "line": 893
57737
57813
  },
57738
57814
  "name": "JsiiReleaseNpm",
57739
57815
  "namespace": "release",
@@ -57753,7 +57829,7 @@
57753
57829
  "kind": "interface",
57754
57830
  "locationInModule": {
57755
57831
  "filename": "src/release/publisher.ts",
57756
- "line": 1055
57832
+ "line": 1056
57757
57833
  },
57758
57834
  "name": "JsiiReleaseNuget",
57759
57835
  "namespace": "release",
@@ -57773,7 +57849,7 @@
57773
57849
  "kind": "interface",
57774
57850
  "locationInModule": {
57775
57851
  "filename": "src/release/publisher.ts",
57776
- "line": 1019
57852
+ "line": 1020
57777
57853
  },
57778
57854
  "name": "JsiiReleasePyPi",
57779
57855
  "namespace": "release",
@@ -57866,7 +57942,7 @@
57866
57942
  "kind": "interface",
57867
57943
  "locationInModule": {
57868
57944
  "filename": "src/release/publisher.ts",
57869
- "line": 1082
57945
+ "line": 1083
57870
57946
  },
57871
57947
  "name": "MavenPublishOptions",
57872
57948
  "namespace": "release",
@@ -57882,7 +57958,7 @@
57882
57958
  "immutable": true,
57883
57959
  "locationInModule": {
57884
57960
  "filename": "src/release/publisher.ts",
57885
- "line": 1088
57961
+ "line": 1089
57886
57962
  },
57887
57963
  "name": "mavenEndpoint",
57888
57964
  "optional": true,
@@ -57902,7 +57978,7 @@
57902
57978
  "immutable": true,
57903
57979
  "locationInModule": {
57904
57980
  "filename": "src/release/publisher.ts",
57905
- "line": 1121
57981
+ "line": 1122
57906
57982
  },
57907
57983
  "name": "mavenGpgPrivateKeyPassphrase",
57908
57984
  "optional": true,
@@ -57922,7 +57998,7 @@
57922
57998
  "immutable": true,
57923
57999
  "locationInModule": {
57924
58000
  "filename": "src/release/publisher.ts",
57925
- "line": 1112
58001
+ "line": 1113
57926
58002
  },
57927
58003
  "name": "mavenGpgPrivateKeySecret",
57928
58004
  "optional": true,
@@ -57942,7 +58018,7 @@
57942
58018
  "immutable": true,
57943
58019
  "locationInModule": {
57944
58020
  "filename": "src/release/publisher.ts",
57945
- "line": 1147
58021
+ "line": 1148
57946
58022
  },
57947
58023
  "name": "mavenPassword",
57948
58024
  "optional": true,
@@ -57960,7 +58036,7 @@
57960
58036
  "immutable": true,
57961
58037
  "locationInModule": {
57962
58038
  "filename": "src/release/publisher.ts",
57963
- "line": 1102
58039
+ "line": 1103
57964
58040
  },
57965
58041
  "name": "mavenRepositoryUrl",
57966
58042
  "optional": true,
@@ -57978,7 +58054,7 @@
57978
58054
  "immutable": true,
57979
58055
  "locationInModule": {
57980
58056
  "filename": "src/release/publisher.ts",
57981
- "line": 1095
58057
+ "line": 1096
57982
58058
  },
57983
58059
  "name": "mavenServerId",
57984
58060
  "optional": true,
@@ -57996,7 +58072,7 @@
57996
58072
  "immutable": true,
57997
58073
  "locationInModule": {
57998
58074
  "filename": "src/release/publisher.ts",
57999
- "line": 1158
58075
+ "line": 1159
58000
58076
  },
58001
58077
  "name": "mavenStagingProfileId",
58002
58078
  "optional": true,
@@ -58016,7 +58092,7 @@
58016
58092
  "immutable": true,
58017
58093
  "locationInModule": {
58018
58094
  "filename": "src/release/publisher.ts",
58019
- "line": 1134
58095
+ "line": 1135
58020
58096
  },
58021
58097
  "name": "mavenUsername",
58022
58098
  "optional": true,
@@ -58041,7 +58117,7 @@
58041
58117
  "kind": "interface",
58042
58118
  "locationInModule": {
58043
58119
  "filename": "src/release/publisher.ts",
58044
- "line": 897
58120
+ "line": 898
58045
58121
  },
58046
58122
  "name": "NpmPublishOptions",
58047
58123
  "namespace": "release",
@@ -58056,7 +58132,7 @@
58056
58132
  "immutable": true,
58057
58133
  "locationInModule": {
58058
58134
  "filename": "src/release/publisher.ts",
58059
- "line": 953
58135
+ "line": 954
58060
58136
  },
58061
58137
  "name": "codeArtifactOptions",
58062
58138
  "optional": true,
@@ -58076,7 +58152,7 @@
58076
58152
  "immutable": true,
58077
58153
  "locationInModule": {
58078
58154
  "filename": "src/release/publisher.ts",
58079
- "line": 915
58155
+ "line": 916
58080
58156
  },
58081
58157
  "name": "distTag",
58082
58158
  "optional": true,
@@ -58096,7 +58172,7 @@
58096
58172
  "immutable": true,
58097
58173
  "locationInModule": {
58098
58174
  "filename": "src/release/publisher.ts",
58099
- "line": 946
58175
+ "line": 947
58100
58176
  },
58101
58177
  "name": "npmProvenance",
58102
58178
  "optional": true,
@@ -58114,7 +58190,7 @@
58114
58190
  "immutable": true,
58115
58191
  "locationInModule": {
58116
58192
  "filename": "src/release/publisher.ts",
58117
- "line": 935
58193
+ "line": 936
58118
58194
  },
58119
58195
  "name": "npmTokenSecret",
58120
58196
  "optional": true,
@@ -58134,7 +58210,7 @@
58134
58210
  "immutable": true,
58135
58211
  "locationInModule": {
58136
58212
  "filename": "src/release/publisher.ts",
58137
- "line": 929
58213
+ "line": 930
58138
58214
  },
58139
58215
  "name": "registry",
58140
58216
  "optional": true,
@@ -58159,7 +58235,7 @@
58159
58235
  "kind": "interface",
58160
58236
  "locationInModule": {
58161
58237
  "filename": "src/release/publisher.ts",
58162
- "line": 1060
58238
+ "line": 1061
58163
58239
  },
58164
58240
  "name": "NugetPublishOptions",
58165
58241
  "namespace": "release",
@@ -58174,7 +58250,7 @@
58174
58250
  "immutable": true,
58175
58251
  "locationInModule": {
58176
58252
  "filename": "src/release/publisher.ts",
58177
- "line": 1066
58253
+ "line": 1067
58178
58254
  },
58179
58255
  "name": "nugetApiKeySecret",
58180
58256
  "optional": true,
@@ -58191,7 +58267,7 @@
58191
58267
  "immutable": true,
58192
58268
  "locationInModule": {
58193
58269
  "filename": "src/release/publisher.ts",
58194
- "line": 1071
58270
+ "line": 1072
58195
58271
  },
58196
58272
  "name": "nugetServer",
58197
58273
  "optional": true,
@@ -58217,7 +58293,7 @@
58217
58293
  },
58218
58294
  "locationInModule": {
58219
58295
  "filename": "src/release/publisher.ts",
58220
- "line": 174
58296
+ "line": 175
58221
58297
  },
58222
58298
  "parameters": [
58223
58299
  {
@@ -58237,7 +58313,7 @@
58237
58313
  "kind": "class",
58238
58314
  "locationInModule": {
58239
58315
  "filename": "src/release/publisher.ts",
58240
- "line": 142
58316
+ "line": 143
58241
58317
  },
58242
58318
  "methods": [
58243
58319
  {
@@ -58247,7 +58323,7 @@
58247
58323
  },
58248
58324
  "locationInModule": {
58249
58325
  "filename": "src/release/publisher.ts",
58250
- "line": 232
58326
+ "line": 233
58251
58327
  },
58252
58328
  "name": "addGitHubPostPublishingSteps",
58253
58329
  "parameters": [
@@ -58271,7 +58347,7 @@
58271
58347
  },
58272
58348
  "locationInModule": {
58273
58349
  "filename": "src/release/publisher.ts",
58274
- "line": 223
58350
+ "line": 224
58275
58351
  },
58276
58352
  "name": "addGitHubPrePublishingSteps",
58277
58353
  "parameters": [
@@ -58296,7 +58372,7 @@
58296
58372
  },
58297
58373
  "locationInModule": {
58298
58374
  "filename": "src/release/publisher.ts",
58299
- "line": 243
58375
+ "line": 244
58300
58376
  },
58301
58377
  "name": "publishToGit",
58302
58378
  "parameters": [
@@ -58323,7 +58399,7 @@
58323
58399
  },
58324
58400
  "locationInModule": {
58325
58401
  "filename": "src/release/publisher.ts",
58326
- "line": 284
58402
+ "line": 285
58327
58403
  },
58328
58404
  "name": "publishToGitHubReleases",
58329
58405
  "parameters": [
@@ -58345,7 +58421,7 @@
58345
58421
  },
58346
58422
  "locationInModule": {
58347
58423
  "filename": "src/release/publisher.ts",
58348
- "line": 587
58424
+ "line": 588
58349
58425
  },
58350
58426
  "name": "publishToGo",
58351
58427
  "parameters": [
@@ -58368,7 +58444,7 @@
58368
58444
  },
58369
58445
  "locationInModule": {
58370
58446
  "filename": "src/release/publisher.ts",
58371
- "line": 445
58447
+ "line": 446
58372
58448
  },
58373
58449
  "name": "publishToMaven",
58374
58450
  "parameters": [
@@ -58391,7 +58467,7 @@
58391
58467
  },
58392
58468
  "locationInModule": {
58393
58469
  "filename": "src/release/publisher.ts",
58394
- "line": 313
58470
+ "line": 314
58395
58471
  },
58396
58472
  "name": "publishToNpm",
58397
58473
  "parameters": [
@@ -58414,7 +58490,7 @@
58414
58490
  },
58415
58491
  "locationInModule": {
58416
58492
  "filename": "src/release/publisher.ts",
58417
- "line": 412
58493
+ "line": 413
58418
58494
  },
58419
58495
  "name": "publishToNuget",
58420
58496
  "parameters": [
@@ -58437,7 +58513,7 @@
58437
58513
  },
58438
58514
  "locationInModule": {
58439
58515
  "filename": "src/release/publisher.ts",
58440
- "line": 510
58516
+ "line": 511
58441
58517
  },
58442
58518
  "name": "publishToPyPi",
58443
58519
  "parameters": [
@@ -58465,7 +58541,7 @@
58465
58541
  "immutable": true,
58466
58542
  "locationInModule": {
58467
58543
  "filename": "src/release/publisher.ts",
58468
- "line": 143
58544
+ "line": 144
58469
58545
  },
58470
58546
  "name": "PUBLISH_GIT_TASK_NAME",
58471
58547
  "static": true,
@@ -58480,7 +58556,7 @@
58480
58556
  "immutable": true,
58481
58557
  "locationInModule": {
58482
58558
  "filename": "src/release/publisher.ts",
58483
- "line": 146
58559
+ "line": 147
58484
58560
  },
58485
58561
  "name": "artifactName",
58486
58562
  "type": {
@@ -58494,7 +58570,7 @@
58494
58570
  "immutable": true,
58495
58571
  "locationInModule": {
58496
58572
  "filename": "src/release/publisher.ts",
58497
- "line": 145
58573
+ "line": 146
58498
58574
  },
58499
58575
  "name": "buildJobId",
58500
58576
  "type": {
@@ -58509,7 +58585,7 @@
58509
58585
  "immutable": true,
58510
58586
  "locationInModule": {
58511
58587
  "filename": "src/release/publisher.ts",
58512
- "line": 151
58588
+ "line": 152
58513
58589
  },
58514
58590
  "name": "jsiiReleaseVersion",
58515
58591
  "type": {
@@ -58523,7 +58599,7 @@
58523
58599
  "immutable": true,
58524
58600
  "locationInModule": {
58525
58601
  "filename": "src/release/publisher.ts",
58526
- "line": 147
58602
+ "line": 148
58527
58603
  },
58528
58604
  "name": "publibVersion",
58529
58605
  "type": {
@@ -58537,7 +58613,7 @@
58537
58613
  "immutable": true,
58538
58614
  "locationInModule": {
58539
58615
  "filename": "src/release/publisher.ts",
58540
- "line": 148
58616
+ "line": 149
58541
58617
  },
58542
58618
  "name": "condition",
58543
58619
  "optional": true,
@@ -58559,7 +58635,7 @@
58559
58635
  "kind": "interface",
58560
58636
  "locationInModule": {
58561
58637
  "filename": "src/release/publisher.ts",
58562
- "line": 37
58638
+ "line": 38
58563
58639
  },
58564
58640
  "name": "PublisherOptions",
58565
58641
  "namespace": "release",
@@ -58575,7 +58651,7 @@
58575
58651
  "immutable": true,
58576
58652
  "locationInModule": {
58577
58653
  "filename": "src/release/publisher.ts",
58578
- "line": 59
58654
+ "line": 60
58579
58655
  },
58580
58656
  "name": "artifactName",
58581
58657
  "type": {
@@ -58592,7 +58668,7 @@
58592
58668
  "immutable": true,
58593
58669
  "locationInModule": {
58594
58670
  "filename": "src/release/publisher.ts",
58595
- "line": 41
58671
+ "line": 42
58596
58672
  },
58597
58673
  "name": "buildJobId",
58598
58674
  "type": {
@@ -58609,7 +58685,7 @@
58609
58685
  "immutable": true,
58610
58686
  "locationInModule": {
58611
58687
  "filename": "src/release/publisher.ts",
58612
- "line": 48
58688
+ "line": 49
58613
58689
  },
58614
58690
  "name": "condition",
58615
58691
  "optional": true,
@@ -58627,7 +58703,7 @@
58627
58703
  "immutable": true,
58628
58704
  "locationInModule": {
58629
58705
  "filename": "src/release/publisher.ts",
58630
- "line": 134
58706
+ "line": 135
58631
58707
  },
58632
58708
  "name": "dryRun",
58633
58709
  "optional": true,
@@ -58645,7 +58721,7 @@
58645
58721
  "immutable": true,
58646
58722
  "locationInModule": {
58647
58723
  "filename": "src/release/publisher.ts",
58648
- "line": 94
58724
+ "line": 95
58649
58725
  },
58650
58726
  "name": "failureIssue",
58651
58727
  "optional": true,
@@ -58664,7 +58740,7 @@
58664
58740
  "immutable": true,
58665
58741
  "locationInModule": {
58666
58742
  "filename": "src/release/publisher.ts",
58667
- "line": 102
58743
+ "line": 103
58668
58744
  },
58669
58745
  "name": "failureIssueLabel",
58670
58746
  "optional": true,
@@ -58681,7 +58757,7 @@
58681
58757
  "immutable": true,
58682
58758
  "locationInModule": {
58683
58759
  "filename": "src/release/publisher.ts",
58684
- "line": 64
58760
+ "line": 65
58685
58761
  },
58686
58762
  "name": "jsiiReleaseVersion",
58687
58763
  "optional": true,
@@ -58699,7 +58775,7 @@
58699
58775
  "immutable": true,
58700
58776
  "locationInModule": {
58701
58777
  "filename": "src/release/publisher.ts",
58702
- "line": 87
58778
+ "line": 88
58703
58779
  },
58704
58780
  "name": "publibVersion",
58705
58781
  "optional": true,
@@ -58718,7 +58794,7 @@
58718
58794
  "immutable": true,
58719
58795
  "locationInModule": {
58720
58796
  "filename": "src/release/publisher.ts",
58721
- "line": 127
58797
+ "line": 128
58722
58798
  },
58723
58799
  "name": "publishTasks",
58724
58800
  "optional": true,
@@ -58736,7 +58812,7 @@
58736
58812
  "immutable": true,
58737
58813
  "locationInModule": {
58738
58814
  "filename": "src/release/publisher.ts",
58739
- "line": 80
58815
+ "line": 81
58740
58816
  },
58741
58817
  "name": "workflowContainerImage",
58742
58818
  "optional": true,
@@ -58755,7 +58831,7 @@
58755
58831
  "immutable": true,
58756
58832
  "locationInModule": {
58757
58833
  "filename": "src/release/publisher.ts",
58758
- "line": 73
58834
+ "line": 74
58759
58835
  },
58760
58836
  "name": "workflowNodeVersion",
58761
58837
  "optional": true,
@@ -58777,7 +58853,7 @@
58777
58853
  "immutable": true,
58778
58854
  "locationInModule": {
58779
58855
  "filename": "src/release/publisher.ts",
58780
- "line": 110
58856
+ "line": 111
58781
58857
  },
58782
58858
  "name": "workflowRunsOn",
58783
58859
  "optional": true,
@@ -58803,7 +58879,7 @@
58803
58879
  "immutable": true,
58804
58880
  "locationInModule": {
58805
58881
  "filename": "src/release/publisher.ts",
58806
- "line": 117
58882
+ "line": 118
58807
58883
  },
58808
58884
  "name": "workflowRunsOnGroup",
58809
58885
  "optional": true,
@@ -58828,7 +58904,7 @@
58828
58904
  "kind": "interface",
58829
58905
  "locationInModule": {
58830
58906
  "filename": "src/release/publisher.ts",
58831
- "line": 1024
58907
+ "line": 1025
58832
58908
  },
58833
58909
  "name": "PyPiPublishOptions",
58834
58910
  "namespace": "release",
@@ -58843,7 +58919,7 @@
58843
58919
  "immutable": true,
58844
58920
  "locationInModule": {
58845
58921
  "filename": "src/release/publisher.ts",
58846
- "line": 1049
58922
+ "line": 1050
58847
58923
  },
58848
58924
  "name": "codeArtifactOptions",
58849
58925
  "optional": true,
@@ -58861,7 +58937,7 @@
58861
58937
  "immutable": true,
58862
58938
  "locationInModule": {
58863
58939
  "filename": "src/release/publisher.ts",
58864
- "line": 1042
58940
+ "line": 1043
58865
58941
  },
58866
58942
  "name": "twinePasswordSecret",
58867
58943
  "optional": true,
@@ -58879,7 +58955,7 @@
58879
58955
  "immutable": true,
58880
58956
  "locationInModule": {
58881
58957
  "filename": "src/release/publisher.ts",
58882
- "line": 1030
58958
+ "line": 1031
58883
58959
  },
58884
58960
  "name": "twineRegistryUrl",
58885
58961
  "optional": true,
@@ -58897,7 +58973,7 @@
58897
58973
  "immutable": true,
58898
58974
  "locationInModule": {
58899
58975
  "filename": "src/release/publisher.ts",
58900
- "line": 1036
58976
+ "line": 1037
58901
58977
  },
58902
58978
  "name": "twineUsernameSecret",
58903
58979
  "optional": true,
@@ -64182,6 +64258,6 @@
64182
64258
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
64183
64259
  }
64184
64260
  },
64185
- "version": "0.84.13",
64186
- "fingerprint": "DItmWv6dSzGlY++siYUxu/XRNbJaZZpCgcw5DqnRp1w="
64261
+ "version": "0.85.1",
64262
+ "fingerprint": "ZpbBWPBfmhSIzbnARrgRhXnor28vU5EH79Zs+Qe3LG8="
64187
64263
  }