projen 0.86.0 → 0.86.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 (137) hide show
  1. package/.jsii +92 -87
  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.d.ts +15 -4
  22. package/lib/cdk/jsii-project.js +3 -2
  23. package/lib/cdk8s/auto-discover.js +2 -2
  24. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  25. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  26. package/lib/cdk8s/cdk8s-construct.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps.js +1 -1
  29. package/lib/cdk8s/integration-test.js +1 -1
  30. package/lib/cdktf/cdktf-construct.js +1 -1
  31. package/lib/circleci/circleci.js +1 -1
  32. package/lib/component.js +1 -1
  33. package/lib/dependencies.js +1 -1
  34. package/lib/dev-env.js +1 -1
  35. package/lib/docker-compose/docker-compose-service.js +1 -1
  36. package/lib/docker-compose/docker-compose.js +1 -1
  37. package/lib/file.js +1 -1
  38. package/lib/gitattributes.js +1 -1
  39. package/lib/github/actions-provider.js +1 -1
  40. package/lib/github/auto-approve.js +1 -1
  41. package/lib/github/auto-merge.js +1 -1
  42. package/lib/github/dependabot.js +1 -1
  43. package/lib/github/github-credentials.js +1 -1
  44. package/lib/github/github-project.js +1 -1
  45. package/lib/github/github.js +1 -1
  46. package/lib/github/mergify.js +1 -1
  47. package/lib/github/pr-template.js +1 -1
  48. package/lib/github/pull-request-backport.js +1 -1
  49. package/lib/github/pull-request-lint.js +1 -1
  50. package/lib/github/stale.js +1 -1
  51. package/lib/github/task-workflow-job.js +1 -1
  52. package/lib/github/task-workflow.js +1 -1
  53. package/lib/github/workflow-actions.js +1 -1
  54. package/lib/github/workflow-jobs.js +1 -1
  55. package/lib/github/workflow-steps.js +1 -1
  56. package/lib/github/workflows.js +1 -1
  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.d.ts +0 -6
  107. package/lib/release/publisher.js +2 -3
  108. package/lib/release/release-trigger.js +1 -1
  109. package/lib/release/release.js +1 -1
  110. package/lib/renovatebot.js +1 -1
  111. package/lib/sample-file.d.ts +1 -1
  112. package/lib/sample-file.js +3 -3
  113. package/lib/semver.js +1 -1
  114. package/lib/source-code.js +1 -1
  115. package/lib/task-runtime.js +1 -1
  116. package/lib/task.js +1 -1
  117. package/lib/tasks.js +1 -1
  118. package/lib/testing.js +1 -1
  119. package/lib/textfile.js +1 -1
  120. package/lib/toml.js +1 -1
  121. package/lib/typescript/projenrc-ts.js +1 -1
  122. package/lib/typescript/projenrc.js +1 -1
  123. package/lib/typescript/typescript-typedoc.js +1 -1
  124. package/lib/typescript/typescript.js +6 -6
  125. package/lib/version.js +2 -2
  126. package/lib/vscode/devcontainer.js +1 -1
  127. package/lib/vscode/extensions.js +1 -1
  128. package/lib/vscode/launch-config.js +1 -1
  129. package/lib/vscode/settings.js +1 -1
  130. package/lib/vscode/vscode.js +1 -1
  131. package/lib/web/next.js +3 -3
  132. package/lib/web/postcss.js +1 -1
  133. package/lib/web/react.js +4 -4
  134. package/lib/web/tailwind.js +1 -1
  135. package/lib/xmlfile.js +1 -1
  136. package/lib/yaml.js +1 -1
  137. package/package.json +1 -1
package/.jsii CHANGED
@@ -9258,7 +9258,7 @@
9258
9258
  {
9259
9259
  "abstract": true,
9260
9260
  "docs": {
9261
- "remarks": "If your project is Typescript-based and has configured `testdir` to be a\nsubdirectory of `src`, sample files should outside of the `src` directory,\notherwise they may not be copied. For example:\n```\nnew SampleFile(this, 'assets/icon.png', { source: path.join(__dirname, '..', 'sample-assets', 'icon.png') });\n```",
9261
+ "remarks": "If your project is Typescript-based and has configured `testdir` to be a\nsubdirectory of `src`, sample files should outside of the `src` directory,\notherwise they may not be copied. For example:\n```\nnew SampleFile(this, 'assets/icon.png', { sourcePath: path.join(__dirname, '..', 'sample-assets', 'icon.png') });\n```",
9262
9262
  "stability": "experimental",
9263
9263
  "summary": "Absolute path to a file to copy the contents from (does not need to be a text file)."
9264
9264
  },
@@ -17169,14 +17169,15 @@
17169
17169
  {
17170
17170
  "abstract": true,
17171
17171
  "docs": {
17172
- "example": "github.com/owner/repo/subdir",
17172
+ "example": "github.com/owner/repo",
17173
+ "remarks": "The module itself will always be published under a subdirectory named according\nto the `packageName` of the module (e.g. github.com/foo/bar/pkg).",
17173
17174
  "stability": "experimental",
17174
- "summary": "The name of the target go module."
17175
+ "summary": "The name of the target repository in which this module will be published (e.g. github.com/owner/repo)."
17175
17176
  },
17176
17177
  "immutable": true,
17177
17178
  "locationInModule": {
17178
17179
  "filename": "src/cdk/jsii-project.ts",
17179
- "line": 170
17180
+ "line": 172
17180
17181
  },
17181
17182
  "name": "moduleName",
17182
17183
  "type": {
@@ -17186,20 +17187,42 @@
17186
17187
  {
17187
17188
  "abstract": true,
17188
17189
  "docs": {
17189
- "default": "- derived from the module name",
17190
+ "custom": {
17191
+ "projen": "/foo-bar will be projenfoobar)."
17192
+ },
17193
+ "default": "- derived from the JavaScript module name",
17194
+ "remarks": "If not specified, package name will be derived from the JavaScript module name\nby removing non-alphanumeric characters (e.g.",
17190
17195
  "stability": "experimental",
17191
- "summary": "The name of the go package."
17196
+ "summary": "The name of the Go package name."
17192
17197
  },
17193
17198
  "immutable": true,
17194
17199
  "locationInModule": {
17195
17200
  "filename": "src/cdk/jsii-project.ts",
17196
- "line": 177
17201
+ "line": 182
17197
17202
  },
17198
17203
  "name": "packageName",
17199
17204
  "optional": true,
17200
17205
  "type": {
17201
17206
  "primitive": "string"
17202
17207
  }
17208
+ },
17209
+ {
17210
+ "abstract": true,
17211
+ "docs": {
17212
+ "default": "- none",
17213
+ "stability": "experimental",
17214
+ "summary": "A suffix appended at the end of the module version (e.g `\"-devprefix\"`)."
17215
+ },
17216
+ "immutable": true,
17217
+ "locationInModule": {
17218
+ "filename": "src/cdk/jsii-project.ts",
17219
+ "line": 189
17220
+ },
17221
+ "name": "versionSuffix",
17222
+ "optional": true,
17223
+ "type": {
17224
+ "primitive": "string"
17225
+ }
17203
17226
  }
17204
17227
  ],
17205
17228
  "symbolId": "src/cdk/jsii-project:JsiiGoTarget"
@@ -17287,7 +17310,7 @@
17287
17310
  },
17288
17311
  "locationInModule": {
17289
17312
  "filename": "src/cdk/jsii-project.ts",
17290
- "line": 200
17313
+ "line": 212
17291
17314
  },
17292
17315
  "parameters": [
17293
17316
  {
@@ -17301,7 +17324,7 @@
17301
17324
  "kind": "class",
17302
17325
  "locationInModule": {
17303
17326
  "filename": "src/cdk/jsii-project.ts",
17304
- "line": 185
17327
+ "line": 197
17305
17328
  },
17306
17329
  "name": "JsiiProject",
17307
17330
  "namespace": "cdk",
@@ -17313,7 +17336,7 @@
17313
17336
  "immutable": true,
17314
17337
  "locationInModule": {
17315
17338
  "filename": "src/cdk/jsii-project.ts",
17316
- "line": 186
17339
+ "line": 198
17317
17340
  },
17318
17341
  "name": "eslint",
17319
17342
  "optional": true,
@@ -57320,7 +57343,7 @@
57320
57343
  "kind": "enum",
57321
57344
  "locationInModule": {
57322
57345
  "filename": "src/release/publisher.ts",
57323
- "line": 960
57346
+ "line": 959
57324
57347
  },
57325
57348
  "members": [
57326
57349
  {
@@ -57354,7 +57377,7 @@
57354
57377
  "kind": "interface",
57355
57378
  "locationInModule": {
57356
57379
  "filename": "src/release/publisher.ts",
57357
- "line": 978
57380
+ "line": 977
57358
57381
  },
57359
57382
  "name": "CodeArtifactOptions",
57360
57383
  "namespace": "release",
@@ -57370,7 +57393,7 @@
57370
57393
  "immutable": true,
57371
57394
  "locationInModule": {
57372
57395
  "filename": "src/release/publisher.ts",
57373
- "line": 994
57396
+ "line": 993
57374
57397
  },
57375
57398
  "name": "accessKeyIdSecret",
57376
57399
  "optional": true,
@@ -57388,7 +57411,7 @@
57388
57411
  "immutable": true,
57389
57412
  "locationInModule": {
57390
57413
  "filename": "src/release/publisher.ts",
57391
- "line": 984
57414
+ "line": 983
57392
57415
  },
57393
57416
  "name": "authProvider",
57394
57417
  "optional": true,
@@ -57407,7 +57430,7 @@
57407
57430
  "immutable": true,
57408
57431
  "locationInModule": {
57409
57432
  "filename": "src/release/publisher.ts",
57410
- "line": 1014
57433
+ "line": 1013
57411
57434
  },
57412
57435
  "name": "roleToAssume",
57413
57436
  "optional": true,
@@ -57426,7 +57449,7 @@
57426
57449
  "immutable": true,
57427
57450
  "locationInModule": {
57428
57451
  "filename": "src/release/publisher.ts",
57429
- "line": 1005
57452
+ "line": 1004
57430
57453
  },
57431
57454
  "name": "secretAccessKeySecret",
57432
57455
  "optional": true,
@@ -57448,7 +57471,7 @@
57448
57471
  "kind": "interface",
57449
57472
  "locationInModule": {
57450
57473
  "filename": "src/release/publisher.ts",
57451
- "line": 862
57474
+ "line": 861
57452
57475
  },
57453
57476
  "name": "CommonPublishOptions",
57454
57477
  "namespace": "release",
@@ -57463,7 +57486,7 @@
57463
57486
  "immutable": true,
57464
57487
  "locationInModule": {
57465
57488
  "filename": "src/release/publisher.ts",
57466
- "line": 881
57489
+ "line": 880
57467
57490
  },
57468
57491
  "name": "postPublishSteps",
57469
57492
  "optional": true,
@@ -57486,7 +57509,7 @@
57486
57509
  "immutable": true,
57487
57510
  "locationInModule": {
57488
57511
  "filename": "src/release/publisher.ts",
57489
- "line": 872
57512
+ "line": 871
57490
57513
  },
57491
57514
  "name": "prePublishSteps",
57492
57515
  "optional": true,
@@ -57509,7 +57532,7 @@
57509
57532
  "immutable": true,
57510
57533
  "locationInModule": {
57511
57534
  "filename": "src/release/publisher.ts",
57512
- "line": 887
57535
+ "line": 886
57513
57536
  },
57514
57537
  "name": "publishTools",
57515
57538
  "optional": true,
@@ -57574,7 +57597,7 @@
57574
57597
  "kind": "interface",
57575
57598
  "locationInModule": {
57576
57599
  "filename": "src/release/publisher.ts",
57577
- "line": 1289
57600
+ "line": 1281
57578
57601
  },
57579
57602
  "name": "GitHubReleasesPublishOptions",
57580
57603
  "namespace": "release",
@@ -57589,7 +57612,7 @@
57589
57612
  "immutable": true,
57590
57613
  "locationInModule": {
57591
57614
  "filename": "src/release/publisher.ts",
57592
- "line": 1252
57615
+ "line": 1244
57593
57616
  },
57594
57617
  "name": "changelogFile",
57595
57618
  "type": {
@@ -57606,7 +57629,7 @@
57606
57629
  "immutable": true,
57607
57630
  "locationInModule": {
57608
57631
  "filename": "src/release/publisher.ts",
57609
- "line": 1245
57632
+ "line": 1237
57610
57633
  },
57611
57634
  "name": "releaseTagFile",
57612
57635
  "type": {
@@ -57623,7 +57646,7 @@
57623
57646
  "immutable": true,
57624
57647
  "locationInModule": {
57625
57648
  "filename": "src/release/publisher.ts",
57626
- "line": 1238
57649
+ "line": 1230
57627
57650
  },
57628
57651
  "name": "versionFile",
57629
57652
  "type": {
@@ -57644,7 +57667,7 @@
57644
57667
  "kind": "interface",
57645
57668
  "locationInModule": {
57646
57669
  "filename": "src/release/publisher.ts",
57647
- "line": 1296
57670
+ "line": 1288
57648
57671
  },
57649
57672
  "name": "GitPublishOptions",
57650
57673
  "namespace": "release",
@@ -57659,7 +57682,7 @@
57659
57682
  "immutable": true,
57660
57683
  "locationInModule": {
57661
57684
  "filename": "src/release/publisher.ts",
57662
- "line": 1252
57685
+ "line": 1244
57663
57686
  },
57664
57687
  "name": "changelogFile",
57665
57688
  "type": {
@@ -57676,7 +57699,7 @@
57676
57699
  "immutable": true,
57677
57700
  "locationInModule": {
57678
57701
  "filename": "src/release/publisher.ts",
57679
- "line": 1245
57702
+ "line": 1237
57680
57703
  },
57681
57704
  "name": "releaseTagFile",
57682
57705
  "type": {
@@ -57693,7 +57716,7 @@
57693
57716
  "immutable": true,
57694
57717
  "locationInModule": {
57695
57718
  "filename": "src/release/publisher.ts",
57696
- "line": 1238
57719
+ "line": 1230
57697
57720
  },
57698
57721
  "name": "versionFile",
57699
57722
  "type": {
@@ -57710,7 +57733,7 @@
57710
57733
  "immutable": true,
57711
57734
  "locationInModule": {
57712
57735
  "filename": "src/release/publisher.ts",
57713
- "line": 1307
57736
+ "line": 1299
57714
57737
  },
57715
57738
  "name": "gitBranch",
57716
57739
  "optional": true,
@@ -57728,7 +57751,7 @@
57728
57751
  "immutable": true,
57729
57752
  "locationInModule": {
57730
57753
  "filename": "src/release/publisher.ts",
57731
- "line": 1314
57754
+ "line": 1306
57732
57755
  },
57733
57756
  "name": "gitPushCommand",
57734
57757
  "optional": true,
@@ -57745,7 +57768,7 @@
57745
57768
  "immutable": true,
57746
57769
  "locationInModule": {
57747
57770
  "filename": "src/release/publisher.ts",
57748
- "line": 1300
57771
+ "line": 1292
57749
57772
  },
57750
57773
  "name": "projectChangelogFile",
57751
57774
  "optional": true,
@@ -57770,7 +57793,7 @@
57770
57793
  "kind": "interface",
57771
57794
  "locationInModule": {
57772
57795
  "filename": "src/release/publisher.ts",
57773
- "line": 1170
57796
+ "line": 1169
57774
57797
  },
57775
57798
  "name": "GoPublishOptions",
57776
57799
  "namespace": "release",
@@ -57785,7 +57808,7 @@
57785
57808
  "immutable": true,
57786
57809
  "locationInModule": {
57787
57810
  "filename": "src/release/publisher.ts",
57788
- "line": 1210
57811
+ "line": 1202
57789
57812
  },
57790
57813
  "name": "gitBranch",
57791
57814
  "optional": true,
@@ -57803,7 +57826,7 @@
57803
57826
  "immutable": true,
57804
57827
  "locationInModule": {
57805
57828
  "filename": "src/release/publisher.ts",
57806
- "line": 1229
57829
+ "line": 1221
57807
57830
  },
57808
57831
  "name": "gitCommitMessage",
57809
57832
  "optional": true,
@@ -57822,7 +57845,7 @@
57822
57845
  "immutable": true,
57823
57846
  "locationInModule": {
57824
57847
  "filename": "src/release/publisher.ts",
57825
- "line": 1189
57848
+ "line": 1188
57826
57849
  },
57827
57850
  "name": "githubDeployKeySecret",
57828
57851
  "optional": true,
@@ -57830,24 +57853,6 @@
57830
57853
  "primitive": "string"
57831
57854
  }
57832
57855
  },
57833
- {
57834
- "abstract": true,
57835
- "docs": {
57836
- "default": "- derived from `moduleName`",
57837
- "stability": "experimental",
57838
- "summary": "GitHub repository to push to."
57839
- },
57840
- "immutable": true,
57841
- "locationInModule": {
57842
- "filename": "src/release/publisher.ts",
57843
- "line": 1203
57844
- },
57845
- "name": "githubRepo",
57846
- "optional": true,
57847
- "type": {
57848
- "primitive": "string"
57849
- }
57850
- },
57851
57856
  {
57852
57857
  "abstract": true,
57853
57858
  "docs": {
@@ -57859,7 +57864,7 @@
57859
57864
  "immutable": true,
57860
57865
  "locationInModule": {
57861
57866
  "filename": "src/release/publisher.ts",
57862
- "line": 1179
57867
+ "line": 1178
57863
57868
  },
57864
57869
  "name": "githubTokenSecret",
57865
57870
  "optional": true,
@@ -57877,7 +57882,7 @@
57877
57882
  "immutable": true,
57878
57883
  "locationInModule": {
57879
57884
  "filename": "src/release/publisher.ts",
57880
- "line": 1196
57885
+ "line": 1195
57881
57886
  },
57882
57887
  "name": "githubUseSsh",
57883
57888
  "optional": true,
@@ -57895,7 +57900,7 @@
57895
57900
  "immutable": true,
57896
57901
  "locationInModule": {
57897
57902
  "filename": "src/release/publisher.ts",
57898
- "line": 1222
57903
+ "line": 1214
57899
57904
  },
57900
57905
  "name": "gitUserEmail",
57901
57906
  "optional": true,
@@ -57913,7 +57918,7 @@
57913
57918
  "immutable": true,
57914
57919
  "locationInModule": {
57915
57920
  "filename": "src/release/publisher.ts",
57916
- "line": 1216
57921
+ "line": 1208
57917
57922
  },
57918
57923
  "name": "gitUserName",
57919
57924
  "optional": true,
@@ -57938,7 +57943,7 @@
57938
57943
  "kind": "interface",
57939
57944
  "locationInModule": {
57940
57945
  "filename": "src/release/publisher.ts",
57941
- "line": 1165
57946
+ "line": 1164
57942
57947
  },
57943
57948
  "name": "JsiiReleaseGo",
57944
57949
  "namespace": "release",
@@ -57958,7 +57963,7 @@
57958
57963
  "kind": "interface",
57959
57964
  "locationInModule": {
57960
57965
  "filename": "src/release/publisher.ts",
57961
- "line": 1078
57966
+ "line": 1077
57962
57967
  },
57963
57968
  "name": "JsiiReleaseMaven",
57964
57969
  "namespace": "release",
@@ -57978,7 +57983,7 @@
57978
57983
  "kind": "interface",
57979
57984
  "locationInModule": {
57980
57985
  "filename": "src/release/publisher.ts",
57981
- "line": 893
57986
+ "line": 892
57982
57987
  },
57983
57988
  "name": "JsiiReleaseNpm",
57984
57989
  "namespace": "release",
@@ -57998,7 +58003,7 @@
57998
58003
  "kind": "interface",
57999
58004
  "locationInModule": {
58000
58005
  "filename": "src/release/publisher.ts",
58001
- "line": 1056
58006
+ "line": 1055
58002
58007
  },
58003
58008
  "name": "JsiiReleaseNuget",
58004
58009
  "namespace": "release",
@@ -58018,7 +58023,7 @@
58018
58023
  "kind": "interface",
58019
58024
  "locationInModule": {
58020
58025
  "filename": "src/release/publisher.ts",
58021
- "line": 1020
58026
+ "line": 1019
58022
58027
  },
58023
58028
  "name": "JsiiReleasePyPi",
58024
58029
  "namespace": "release",
@@ -58111,7 +58116,7 @@
58111
58116
  "kind": "interface",
58112
58117
  "locationInModule": {
58113
58118
  "filename": "src/release/publisher.ts",
58114
- "line": 1083
58119
+ "line": 1082
58115
58120
  },
58116
58121
  "name": "MavenPublishOptions",
58117
58122
  "namespace": "release",
@@ -58127,7 +58132,7 @@
58127
58132
  "immutable": true,
58128
58133
  "locationInModule": {
58129
58134
  "filename": "src/release/publisher.ts",
58130
- "line": 1089
58135
+ "line": 1088
58131
58136
  },
58132
58137
  "name": "mavenEndpoint",
58133
58138
  "optional": true,
@@ -58147,7 +58152,7 @@
58147
58152
  "immutable": true,
58148
58153
  "locationInModule": {
58149
58154
  "filename": "src/release/publisher.ts",
58150
- "line": 1122
58155
+ "line": 1121
58151
58156
  },
58152
58157
  "name": "mavenGpgPrivateKeyPassphrase",
58153
58158
  "optional": true,
@@ -58167,7 +58172,7 @@
58167
58172
  "immutable": true,
58168
58173
  "locationInModule": {
58169
58174
  "filename": "src/release/publisher.ts",
58170
- "line": 1113
58175
+ "line": 1112
58171
58176
  },
58172
58177
  "name": "mavenGpgPrivateKeySecret",
58173
58178
  "optional": true,
@@ -58187,7 +58192,7 @@
58187
58192
  "immutable": true,
58188
58193
  "locationInModule": {
58189
58194
  "filename": "src/release/publisher.ts",
58190
- "line": 1148
58195
+ "line": 1147
58191
58196
  },
58192
58197
  "name": "mavenPassword",
58193
58198
  "optional": true,
@@ -58205,7 +58210,7 @@
58205
58210
  "immutable": true,
58206
58211
  "locationInModule": {
58207
58212
  "filename": "src/release/publisher.ts",
58208
- "line": 1103
58213
+ "line": 1102
58209
58214
  },
58210
58215
  "name": "mavenRepositoryUrl",
58211
58216
  "optional": true,
@@ -58223,7 +58228,7 @@
58223
58228
  "immutable": true,
58224
58229
  "locationInModule": {
58225
58230
  "filename": "src/release/publisher.ts",
58226
- "line": 1096
58231
+ "line": 1095
58227
58232
  },
58228
58233
  "name": "mavenServerId",
58229
58234
  "optional": true,
@@ -58241,7 +58246,7 @@
58241
58246
  "immutable": true,
58242
58247
  "locationInModule": {
58243
58248
  "filename": "src/release/publisher.ts",
58244
- "line": 1159
58249
+ "line": 1158
58245
58250
  },
58246
58251
  "name": "mavenStagingProfileId",
58247
58252
  "optional": true,
@@ -58261,7 +58266,7 @@
58261
58266
  "immutable": true,
58262
58267
  "locationInModule": {
58263
58268
  "filename": "src/release/publisher.ts",
58264
- "line": 1135
58269
+ "line": 1134
58265
58270
  },
58266
58271
  "name": "mavenUsername",
58267
58272
  "optional": true,
@@ -58286,7 +58291,7 @@
58286
58291
  "kind": "interface",
58287
58292
  "locationInModule": {
58288
58293
  "filename": "src/release/publisher.ts",
58289
- "line": 898
58294
+ "line": 897
58290
58295
  },
58291
58296
  "name": "NpmPublishOptions",
58292
58297
  "namespace": "release",
@@ -58301,7 +58306,7 @@
58301
58306
  "immutable": true,
58302
58307
  "locationInModule": {
58303
58308
  "filename": "src/release/publisher.ts",
58304
- "line": 954
58309
+ "line": 953
58305
58310
  },
58306
58311
  "name": "codeArtifactOptions",
58307
58312
  "optional": true,
@@ -58321,7 +58326,7 @@
58321
58326
  "immutable": true,
58322
58327
  "locationInModule": {
58323
58328
  "filename": "src/release/publisher.ts",
58324
- "line": 916
58329
+ "line": 915
58325
58330
  },
58326
58331
  "name": "distTag",
58327
58332
  "optional": true,
@@ -58341,7 +58346,7 @@
58341
58346
  "immutable": true,
58342
58347
  "locationInModule": {
58343
58348
  "filename": "src/release/publisher.ts",
58344
- "line": 947
58349
+ "line": 946
58345
58350
  },
58346
58351
  "name": "npmProvenance",
58347
58352
  "optional": true,
@@ -58359,7 +58364,7 @@
58359
58364
  "immutable": true,
58360
58365
  "locationInModule": {
58361
58366
  "filename": "src/release/publisher.ts",
58362
- "line": 936
58367
+ "line": 935
58363
58368
  },
58364
58369
  "name": "npmTokenSecret",
58365
58370
  "optional": true,
@@ -58379,7 +58384,7 @@
58379
58384
  "immutable": true,
58380
58385
  "locationInModule": {
58381
58386
  "filename": "src/release/publisher.ts",
58382
- "line": 930
58387
+ "line": 929
58383
58388
  },
58384
58389
  "name": "registry",
58385
58390
  "optional": true,
@@ -58404,7 +58409,7 @@
58404
58409
  "kind": "interface",
58405
58410
  "locationInModule": {
58406
58411
  "filename": "src/release/publisher.ts",
58407
- "line": 1061
58412
+ "line": 1060
58408
58413
  },
58409
58414
  "name": "NugetPublishOptions",
58410
58415
  "namespace": "release",
@@ -58419,7 +58424,7 @@
58419
58424
  "immutable": true,
58420
58425
  "locationInModule": {
58421
58426
  "filename": "src/release/publisher.ts",
58422
- "line": 1067
58427
+ "line": 1066
58423
58428
  },
58424
58429
  "name": "nugetApiKeySecret",
58425
58430
  "optional": true,
@@ -58436,7 +58441,7 @@
58436
58441
  "immutable": true,
58437
58442
  "locationInModule": {
58438
58443
  "filename": "src/release/publisher.ts",
58439
- "line": 1072
58444
+ "line": 1071
58440
58445
  },
58441
58446
  "name": "nugetServer",
58442
58447
  "optional": true,
@@ -59073,7 +59078,7 @@
59073
59078
  "kind": "interface",
59074
59079
  "locationInModule": {
59075
59080
  "filename": "src/release/publisher.ts",
59076
- "line": 1025
59081
+ "line": 1024
59077
59082
  },
59078
59083
  "name": "PyPiPublishOptions",
59079
59084
  "namespace": "release",
@@ -59088,7 +59093,7 @@
59088
59093
  "immutable": true,
59089
59094
  "locationInModule": {
59090
59095
  "filename": "src/release/publisher.ts",
59091
- "line": 1050
59096
+ "line": 1049
59092
59097
  },
59093
59098
  "name": "codeArtifactOptions",
59094
59099
  "optional": true,
@@ -59106,7 +59111,7 @@
59106
59111
  "immutable": true,
59107
59112
  "locationInModule": {
59108
59113
  "filename": "src/release/publisher.ts",
59109
- "line": 1043
59114
+ "line": 1042
59110
59115
  },
59111
59116
  "name": "twinePasswordSecret",
59112
59117
  "optional": true,
@@ -59124,7 +59129,7 @@
59124
59129
  "immutable": true,
59125
59130
  "locationInModule": {
59126
59131
  "filename": "src/release/publisher.ts",
59127
- "line": 1031
59132
+ "line": 1030
59128
59133
  },
59129
59134
  "name": "twineRegistryUrl",
59130
59135
  "optional": true,
@@ -59142,7 +59147,7 @@
59142
59147
  "immutable": true,
59143
59148
  "locationInModule": {
59144
59149
  "filename": "src/release/publisher.ts",
59145
- "line": 1037
59150
+ "line": 1036
59146
59151
  },
59147
59152
  "name": "twineUsernameSecret",
59148
59153
  "optional": true,
@@ -64427,6 +64432,6 @@
64427
64432
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
64428
64433
  }
64429
64434
  },
64430
- "version": "0.86.0",
64431
- "fingerprint": "/C08hPTbXFPkU/cozSYd57lxk2Croy3iulNAVvgIniQ="
64435
+ "version": "0.86.1",
64436
+ "fingerprint": "bNXzIGdn7LqFSFZ1b27M2ogEaH0mryUU6KXNcKwWvXg="
64432
64437
  }