projen 0.95.2 → 0.95.4

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 (143) hide show
  1. package/.jsii +466 -290
  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 +3 -2
  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/auto-queue.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/merge-queue.js +1 -1
  47. package/lib/github/mergify.js +1 -1
  48. package/lib/github/pr-template.js +1 -1
  49. package/lib/github/pull-request-backport.js +1 -1
  50. package/lib/github/pull-request-lint.js +1 -1
  51. package/lib/github/stale.js +1 -1
  52. package/lib/github/task-workflow-job.js +1 -1
  53. package/lib/github/task-workflow.js +1 -1
  54. package/lib/github/workflow-actions.js +1 -1
  55. package/lib/github/workflow-jobs.js +1 -1
  56. package/lib/github/workflow-steps.js +1 -1
  57. package/lib/github/workflows.js +1 -1
  58. package/lib/gitlab/configuration.js +1 -1
  59. package/lib/gitlab/gitlab-configuration.js +1 -1
  60. package/lib/gitlab/nested-configuration.js +1 -1
  61. package/lib/gitpod.js +1 -1
  62. package/lib/ignore-file.js +1 -1
  63. package/lib/ini.js +1 -1
  64. package/lib/java/java-project.js +1 -1
  65. package/lib/java/junit.js +1 -1
  66. package/lib/java/maven-compile.js +1 -1
  67. package/lib/java/maven-packaging.js +1 -1
  68. package/lib/java/maven-sample.js +1 -1
  69. package/lib/java/pom.js +2 -2
  70. package/lib/java/projenrc.js +1 -1
  71. package/lib/javascript/biome/biome-config.d.ts +35 -1
  72. package/lib/javascript/biome/biome-config.js +30 -3
  73. package/lib/javascript/biome/biome.js +1 -1
  74. package/lib/javascript/bundler.js +1 -1
  75. package/lib/javascript/eslint.js +1 -1
  76. package/lib/javascript/jest.d.ts +2 -0
  77. package/lib/javascript/jest.js +5 -5
  78. package/lib/javascript/license-checker.js +1 -1
  79. package/lib/javascript/node-package.d.ts +9 -0
  80. package/lib/javascript/node-package.js +6 -4
  81. package/lib/javascript/node-project.js +3 -2
  82. package/lib/javascript/npm-config.js +1 -1
  83. package/lib/javascript/prettier.js +1 -1
  84. package/lib/javascript/projenrc.js +1 -1
  85. package/lib/javascript/typescript-config.js +2 -2
  86. package/lib/javascript/upgrade-dependencies.js +2 -2
  87. package/lib/javascript/yarnrc.js +1 -1
  88. package/lib/json-patch.js +1 -1
  89. package/lib/json.js +1 -1
  90. package/lib/license.js +1 -1
  91. package/lib/logger.js +1 -1
  92. package/lib/makefile.js +1 -1
  93. package/lib/object-file.js +1 -1
  94. package/lib/project-build.js +1 -1
  95. package/lib/project-tree.js +1 -1
  96. package/lib/project.js +1 -1
  97. package/lib/projects.js +1 -1
  98. package/lib/projenrc-json.js +2 -2
  99. package/lib/projenrc.js +1 -1
  100. package/lib/python/pip.js +1 -1
  101. package/lib/python/poetry.js +2 -2
  102. package/lib/python/projenrc.js +1 -1
  103. package/lib/python/pytest-sample.js +1 -1
  104. package/lib/python/pytest.js +1 -1
  105. package/lib/python/python-project.js +1 -1
  106. package/lib/python/python-sample.js +1 -1
  107. package/lib/python/requirements-file.js +1 -1
  108. package/lib/python/setuppy.js +1 -1
  109. package/lib/python/setuptools.js +1 -1
  110. package/lib/python/venv.js +1 -1
  111. package/lib/readme.js +1 -1
  112. package/lib/release/publisher.d.ts +36 -3
  113. package/lib/release/publisher.js +19 -5
  114. package/lib/release/release-trigger.js +1 -1
  115. package/lib/release/release.js +1 -1
  116. package/lib/renovatebot.js +1 -1
  117. package/lib/run-task.cjs +1 -1
  118. package/lib/sample-file.js +2 -2
  119. package/lib/semver.js +1 -1
  120. package/lib/source-code.js +1 -1
  121. package/lib/task-runtime.js +5 -3
  122. package/lib/task.js +1 -1
  123. package/lib/tasks.js +1 -1
  124. package/lib/testing.js +1 -1
  125. package/lib/textfile.js +1 -1
  126. package/lib/toml.js +1 -1
  127. package/lib/typescript/projenrc-ts.js +1 -1
  128. package/lib/typescript/projenrc.js +1 -1
  129. package/lib/typescript/typescript-typedoc.js +1 -1
  130. package/lib/typescript/typescript.js +12 -8
  131. package/lib/version.js +2 -2
  132. package/lib/vscode/devcontainer.js +1 -1
  133. package/lib/vscode/extensions.js +1 -1
  134. package/lib/vscode/launch-config.js +1 -1
  135. package/lib/vscode/settings.js +1 -1
  136. package/lib/vscode/vscode.js +1 -1
  137. package/lib/web/next.js +3 -3
  138. package/lib/web/postcss.js +1 -1
  139. package/lib/web/react.js +4 -4
  140. package/lib/web/tailwind.js +1 -1
  141. package/lib/xmlfile.js +1 -1
  142. package/lib/yaml.js +1 -1
  143. package/package.json +2 -2
package/.jsii CHANGED
@@ -61,7 +61,7 @@
61
61
  "stability": "experimental"
62
62
  },
63
63
  "homepage": "https://github.com/projen/projen.git",
64
- "jsiiVersion": "5.8.17 (build 7212fc3)",
64
+ "jsiiVersion": "5.8.18 (build f5c30fc)",
65
65
  "keywords": [
66
66
  "cdk",
67
67
  "cicd",
@@ -10598,7 +10598,7 @@
10598
10598
  },
10599
10599
  "locationInModule": {
10600
10600
  "filename": "src/task-runtime.ts",
10601
- "line": 39
10601
+ "line": 42
10602
10602
  },
10603
10603
  "parameters": [
10604
10604
  {
@@ -10612,7 +10612,7 @@
10612
10612
  "kind": "class",
10613
10613
  "locationInModule": {
10614
10614
  "filename": "src/task-runtime.ts",
10615
- "line": 20
10615
+ "line": 23
10616
10616
  },
10617
10617
  "methods": [
10618
10618
  {
@@ -10622,7 +10622,7 @@
10622
10622
  },
10623
10623
  "locationInModule": {
10624
10624
  "filename": "src/task-runtime.ts",
10625
- "line": 72
10625
+ "line": 75
10626
10626
  },
10627
10627
  "name": "runTask",
10628
10628
  "parameters": [
@@ -10689,7 +10689,7 @@
10689
10689
  },
10690
10690
  "locationInModule": {
10691
10691
  "filename": "src/task-runtime.ts",
10692
- "line": 61
10692
+ "line": 64
10693
10693
  },
10694
10694
  "name": "tryFindTask",
10695
10695
  "parameters": [
@@ -10719,7 +10719,7 @@
10719
10719
  "immutable": true,
10720
10720
  "locationInModule": {
10721
10721
  "filename": "src/task-runtime.ts",
10722
- "line": 24
10722
+ "line": 27
10723
10723
  },
10724
10724
  "name": "MANIFEST_FILE",
10725
10725
  "static": true,
@@ -10735,7 +10735,7 @@
10735
10735
  "immutable": true,
10736
10736
  "locationInModule": {
10737
10737
  "filename": "src/task-runtime.ts",
10738
- "line": 32
10738
+ "line": 35
10739
10739
  },
10740
10740
  "name": "manifest",
10741
10741
  "type": {
@@ -10750,7 +10750,7 @@
10750
10750
  "immutable": true,
10751
10751
  "locationInModule": {
10752
10752
  "filename": "src/task-runtime.ts",
10753
- "line": 54
10753
+ "line": 57
10754
10754
  },
10755
10755
  "name": "tasks",
10756
10756
  "type": {
@@ -10770,7 +10770,7 @@
10770
10770
  "immutable": true,
10771
10771
  "locationInModule": {
10772
10772
  "filename": "src/task-runtime.ts",
10773
- "line": 37
10773
+ "line": 40
10774
10774
  },
10775
10775
  "name": "workdir",
10776
10776
  "type": {
@@ -42012,7 +42012,7 @@
42012
42012
  "kind": "enum",
42013
42013
  "locationInModule": {
42014
42014
  "filename": "src/javascript/node-package.ts",
42015
- "line": 363
42015
+ "line": 373
42016
42016
  },
42017
42017
  "members": [
42018
42018
  {
@@ -42046,7 +42046,7 @@
42046
42046
  "kind": "interface",
42047
42047
  "locationInModule": {
42048
42048
  "filename": "src/javascript/node-package.ts",
42049
- "line": 381
42049
+ "line": 391
42050
42050
  },
42051
42051
  "name": "CodeArtifactOptions",
42052
42052
  "namespace": "javascript",
@@ -42062,7 +42062,7 @@
42062
42062
  "immutable": true,
42063
42063
  "locationInModule": {
42064
42064
  "filename": "src/javascript/node-package.ts",
42065
- "line": 398
42065
+ "line": 408
42066
42066
  },
42067
42067
  "name": "accessKeyIdSecret",
42068
42068
  "optional": true,
@@ -42080,7 +42080,7 @@
42080
42080
  "immutable": true,
42081
42081
  "locationInModule": {
42082
42082
  "filename": "src/javascript/node-package.ts",
42083
- "line": 387
42083
+ "line": 397
42084
42084
  },
42085
42085
  "name": "authProvider",
42086
42086
  "optional": true,
@@ -42099,7 +42099,7 @@
42099
42099
  "immutable": true,
42100
42100
  "locationInModule": {
42101
42101
  "filename": "src/javascript/node-package.ts",
42102
- "line": 418
42102
+ "line": 428
42103
42103
  },
42104
42104
  "name": "roleToAssume",
42105
42105
  "optional": true,
@@ -42118,7 +42118,7 @@
42118
42118
  "immutable": true,
42119
42119
  "locationInModule": {
42120
42120
  "filename": "src/javascript/node-package.ts",
42121
- "line": 409
42121
+ "line": 419
42122
42122
  },
42123
42123
  "name": "secretAccessKeySecret",
42124
42124
  "optional": true,
@@ -42139,7 +42139,7 @@
42139
42139
  "kind": "interface",
42140
42140
  "locationInModule": {
42141
42141
  "filename": "src/javascript/jest.ts",
42142
- "line": 617
42142
+ "line": 619
42143
42143
  },
42144
42144
  "name": "CoverageThreshold",
42145
42145
  "namespace": "javascript",
@@ -42152,7 +42152,7 @@
42152
42152
  "immutable": true,
42153
42153
  "locationInModule": {
42154
42154
  "filename": "src/javascript/jest.ts",
42155
- "line": 618
42155
+ "line": 620
42156
42156
  },
42157
42157
  "name": "branches",
42158
42158
  "optional": true,
@@ -42168,7 +42168,7 @@
42168
42168
  "immutable": true,
42169
42169
  "locationInModule": {
42170
42170
  "filename": "src/javascript/jest.ts",
42171
- "line": 619
42171
+ "line": 621
42172
42172
  },
42173
42173
  "name": "functions",
42174
42174
  "optional": true,
@@ -42184,7 +42184,7 @@
42184
42184
  "immutable": true,
42185
42185
  "locationInModule": {
42186
42186
  "filename": "src/javascript/jest.ts",
42187
- "line": 620
42187
+ "line": 622
42188
42188
  },
42189
42189
  "name": "lines",
42190
42190
  "optional": true,
@@ -42200,7 +42200,7 @@
42200
42200
  "immutable": true,
42201
42201
  "locationInModule": {
42202
42202
  "filename": "src/javascript/jest.ts",
42203
- "line": 621
42203
+ "line": 623
42204
42204
  },
42205
42205
  "name": "statements",
42206
42206
  "optional": true,
@@ -43188,7 +43188,7 @@
43188
43188
  "kind": "interface",
43189
43189
  "locationInModule": {
43190
43190
  "filename": "src/javascript/jest.ts",
43191
- "line": 636
43191
+ "line": 638
43192
43192
  },
43193
43193
  "name": "HasteConfig",
43194
43194
  "namespace": "javascript",
@@ -43201,7 +43201,7 @@
43201
43201
  "immutable": true,
43202
43202
  "locationInModule": {
43203
43203
  "filename": "src/javascript/jest.ts",
43204
- "line": 637
43204
+ "line": 639
43205
43205
  },
43206
43206
  "name": "computeSha1",
43207
43207
  "optional": true,
@@ -43217,7 +43217,7 @@
43217
43217
  "immutable": true,
43218
43218
  "locationInModule": {
43219
43219
  "filename": "src/javascript/jest.ts",
43220
- "line": 638
43220
+ "line": 640
43221
43221
  },
43222
43222
  "name": "defaultPlatform",
43223
43223
  "optional": true,
@@ -43233,7 +43233,7 @@
43233
43233
  "immutable": true,
43234
43234
  "locationInModule": {
43235
43235
  "filename": "src/javascript/jest.ts",
43236
- "line": 639
43236
+ "line": 641
43237
43237
  },
43238
43238
  "name": "hasteImplModulePath",
43239
43239
  "optional": true,
@@ -43249,7 +43249,7 @@
43249
43249
  "immutable": true,
43250
43250
  "locationInModule": {
43251
43251
  "filename": "src/javascript/jest.ts",
43252
- "line": 640
43252
+ "line": 642
43253
43253
  },
43254
43254
  "name": "platforms",
43255
43255
  "optional": true,
@@ -43270,7 +43270,7 @@
43270
43270
  "immutable": true,
43271
43271
  "locationInModule": {
43272
43272
  "filename": "src/javascript/jest.ts",
43273
- "line": 641
43273
+ "line": 643
43274
43274
  },
43275
43275
  "name": "throwOnModuleCollision",
43276
43276
  "optional": true,
@@ -43296,7 +43296,7 @@
43296
43296
  },
43297
43297
  "locationInModule": {
43298
43298
  "filename": "src/javascript/jest.ts",
43299
- "line": 706
43299
+ "line": 708
43300
43300
  },
43301
43301
  "parameters": [
43302
43302
  {
@@ -43317,7 +43317,7 @@
43317
43317
  "kind": "class",
43318
43318
  "locationInModule": {
43319
43319
  "filename": "src/javascript/jest.ts",
43320
- "line": 670
43320
+ "line": 672
43321
43321
  },
43322
43322
  "methods": [
43323
43323
  {
@@ -43327,7 +43327,7 @@
43327
43327
  },
43328
43328
  "locationInModule": {
43329
43329
  "filename": "src/javascript/jest.ts",
43330
- "line": 674
43330
+ "line": 676
43331
43331
  },
43332
43332
  "name": "of",
43333
43333
  "parameters": [
@@ -43352,7 +43352,7 @@
43352
43352
  },
43353
43353
  "locationInModule": {
43354
43354
  "filename": "src/javascript/jest.ts",
43355
- "line": 884
43355
+ "line": 886
43356
43356
  },
43357
43357
  "name": "addIgnorePattern",
43358
43358
  "parameters": [
@@ -43372,7 +43372,7 @@
43372
43372
  },
43373
43373
  "locationInModule": {
43374
43374
  "filename": "src/javascript/jest.ts",
43375
- "line": 926
43375
+ "line": 928
43376
43376
  },
43377
43377
  "name": "addModuleNameMappers",
43378
43378
  "parameters": [
@@ -43413,7 +43413,7 @@
43413
43413
  },
43414
43414
  "locationInModule": {
43415
43415
  "filename": "src/javascript/jest.ts",
43416
- "line": 941
43416
+ "line": 943
43417
43417
  },
43418
43418
  "name": "addModulePaths",
43419
43419
  "parameters": [
@@ -43436,7 +43436,7 @@
43436
43436
  },
43437
43437
  "locationInModule": {
43438
43438
  "filename": "src/javascript/jest.ts",
43439
- "line": 888
43439
+ "line": 890
43440
43440
  },
43441
43441
  "name": "addReporter",
43442
43442
  "parameters": [
@@ -43455,7 +43455,7 @@
43455
43455
  },
43456
43456
  "locationInModule": {
43457
43457
  "filename": "src/javascript/jest.ts",
43458
- "line": 953
43458
+ "line": 955
43459
43459
  },
43460
43460
  "name": "addRoots",
43461
43461
  "parameters": [
@@ -43479,7 +43479,7 @@
43479
43479
  },
43480
43480
  "locationInModule": {
43481
43481
  "filename": "src/javascript/jest.ts",
43482
- "line": 896
43482
+ "line": 898
43483
43483
  },
43484
43484
  "name": "addSetupFile",
43485
43485
  "parameters": [
@@ -43501,7 +43501,7 @@
43501
43501
  },
43502
43502
  "locationInModule": {
43503
43503
  "filename": "src/javascript/jest.ts",
43504
- "line": 907
43504
+ "line": 909
43505
43505
  },
43506
43506
  "name": "addSetupFileAfterEnv",
43507
43507
  "parameters": [
@@ -43522,7 +43522,7 @@
43522
43522
  },
43523
43523
  "locationInModule": {
43524
43524
  "filename": "src/javascript/jest.ts",
43525
- "line": 914
43525
+ "line": 916
43526
43526
  },
43527
43527
  "name": "addSnapshotResolver",
43528
43528
  "parameters": [
@@ -43541,7 +43541,7 @@
43541
43541
  },
43542
43542
  "locationInModule": {
43543
43543
  "filename": "src/javascript/jest.ts",
43544
- "line": 837
43544
+ "line": 839
43545
43545
  },
43546
43546
  "name": "addTestMatch",
43547
43547
  "parameters": [
@@ -43563,7 +43563,7 @@
43563
43563
  },
43564
43564
  "locationInModule": {
43565
43565
  "filename": "src/javascript/jest.ts",
43566
- "line": 880
43566
+ "line": 882
43567
43567
  },
43568
43568
  "name": "addWatchIgnorePattern",
43569
43569
  "parameters": [
@@ -43585,7 +43585,7 @@
43585
43585
  },
43586
43586
  "locationInModule": {
43587
43587
  "filename": "src/javascript/jest.ts",
43588
- "line": 846
43588
+ "line": 848
43589
43589
  },
43590
43590
  "name": "discoverTestMatchPatternsForDirs",
43591
43591
  "parameters": [
@@ -43628,7 +43628,7 @@
43628
43628
  "immutable": true,
43629
43629
  "locationInModule": {
43630
43630
  "filename": "src/javascript/jest.ts",
43631
- "line": 681
43631
+ "line": 683
43632
43632
  },
43633
43633
  "name": "config",
43634
43634
  "type": {
@@ -43643,7 +43643,7 @@
43643
43643
  "immutable": true,
43644
43644
  "locationInModule": {
43645
43645
  "filename": "src/javascript/jest.ts",
43646
- "line": 686
43646
+ "line": 688
43647
43647
  },
43648
43648
  "name": "jestVersion",
43649
43649
  "type": {
@@ -43659,7 +43659,7 @@
43659
43659
  "immutable": true,
43660
43660
  "locationInModule": {
43661
43661
  "filename": "src/javascript/jest.ts",
43662
- "line": 691
43662
+ "line": 693
43663
43663
  },
43664
43664
  "name": "file",
43665
43665
  "optional": true,
@@ -45163,7 +45163,7 @@
45163
45163
  "immutable": true,
45164
45164
  "locationInModule": {
45165
45165
  "filename": "src/javascript/jest.ts",
45166
- "line": 596
45166
+ "line": 598
45167
45167
  },
45168
45168
  "name": "configFilePath",
45169
45169
  "optional": true,
@@ -45219,7 +45219,7 @@
45219
45219
  "immutable": true,
45220
45220
  "locationInModule": {
45221
45221
  "filename": "src/javascript/jest.ts",
45222
- "line": 608
45222
+ "line": 610
45223
45223
  },
45224
45224
  "name": "extraCliOptions",
45225
45225
  "optional": true,
@@ -45266,7 +45266,7 @@
45266
45266
  "immutable": true,
45267
45267
  "locationInModule": {
45268
45268
  "filename": "src/javascript/jest.ts",
45269
- "line": 602
45269
+ "line": 604
45270
45270
  },
45271
45271
  "name": "jestConfig",
45272
45272
  "optional": true,
@@ -45278,14 +45278,14 @@
45278
45278
  "abstract": true,
45279
45279
  "docs": {
45280
45280
  "default": "- installs the latest jest version",
45281
- "remarks": "Note that same version is used as version of `@types/jest` and `ts-jest` (if Typescript in use), so given version should work also for those.",
45281
+ "remarks": "Note that same version is used as version of `@types/jest` and `ts-jest` (if Typescript in use), so given version should work also for those.\n\nWith Jest 30 ts-jest version 29 is used (if Typescript in use)",
45282
45282
  "stability": "experimental",
45283
45283
  "summary": "The version of jest to use."
45284
45284
  },
45285
45285
  "immutable": true,
45286
45286
  "locationInModule": {
45287
45287
  "filename": "src/javascript/jest.ts",
45288
- "line": 589
45288
+ "line": 591
45289
45289
  },
45290
45290
  "name": "jestVersion",
45291
45291
  "optional": true,
@@ -45322,7 +45322,7 @@
45322
45322
  "immutable": true,
45323
45323
  "locationInModule": {
45324
45324
  "filename": "src/javascript/jest.ts",
45325
- "line": 614
45325
+ "line": 616
45326
45326
  },
45327
45327
  "name": "passWithNoTests",
45328
45328
  "optional": true,
@@ -45381,7 +45381,7 @@
45381
45381
  },
45382
45382
  "locationInModule": {
45383
45383
  "filename": "src/javascript/jest.ts",
45384
- "line": 645
45384
+ "line": 647
45385
45385
  },
45386
45386
  "parameters": [
45387
45387
  {
@@ -45407,7 +45407,7 @@
45407
45407
  "kind": "class",
45408
45408
  "locationInModule": {
45409
45409
  "filename": "src/javascript/jest.ts",
45410
- "line": 644
45410
+ "line": 646
45411
45411
  },
45412
45412
  "name": "JestReporter",
45413
45413
  "namespace": "javascript",
@@ -45604,7 +45604,7 @@
45604
45604
  },
45605
45605
  "locationInModule": {
45606
45606
  "filename": "src/javascript/node-package.ts",
45607
- "line": 576
45607
+ "line": 586
45608
45608
  },
45609
45609
  "parameters": [
45610
45610
  {
@@ -45625,7 +45625,7 @@
45625
45625
  "kind": "class",
45626
45626
  "locationInModule": {
45627
45627
  "filename": "src/javascript/node-package.ts",
45628
- "line": 441
45628
+ "line": 451
45629
45629
  },
45630
45630
  "methods": [
45631
45631
  {
@@ -45636,7 +45636,7 @@
45636
45636
  },
45637
45637
  "locationInModule": {
45638
45638
  "filename": "src/javascript/node-package.ts",
45639
- "line": 448
45639
+ "line": 458
45640
45640
  },
45641
45641
  "name": "of",
45642
45642
  "parameters": [
@@ -45664,7 +45664,7 @@
45664
45664
  },
45665
45665
  "locationInModule": {
45666
45666
  "filename": "src/javascript/node-package.ts",
45667
- "line": 807
45667
+ "line": 817
45668
45668
  },
45669
45669
  "name": "addBin",
45670
45670
  "parameters": [
@@ -45689,7 +45689,7 @@
45689
45689
  },
45690
45690
  "locationInModule": {
45691
45691
  "filename": "src/javascript/node-package.ts",
45692
- "line": 776
45692
+ "line": 786
45693
45693
  },
45694
45694
  "name": "addBundledDeps",
45695
45695
  "parameters": [
@@ -45714,7 +45714,7 @@
45714
45714
  },
45715
45715
  "locationInModule": {
45716
45716
  "filename": "src/javascript/node-package.ts",
45717
- "line": 716
45717
+ "line": 726
45718
45718
  },
45719
45719
  "name": "addDeps",
45720
45720
  "parameters": [
@@ -45739,7 +45739,7 @@
45739
45739
  },
45740
45740
  "locationInModule": {
45741
45741
  "filename": "src/javascript/node-package.ts",
45742
- "line": 731
45742
+ "line": 741
45743
45743
  },
45744
45744
  "name": "addDevDeps",
45745
45745
  "parameters": [
@@ -45764,7 +45764,7 @@
45764
45764
  },
45765
45765
  "locationInModule": {
45766
45766
  "filename": "src/javascript/node-package.ts",
45767
- "line": 793
45767
+ "line": 803
45768
45768
  },
45769
45769
  "name": "addEngine",
45770
45770
  "parameters": [
@@ -45798,7 +45798,7 @@
45798
45798
  },
45799
45799
  "locationInModule": {
45800
45800
  "filename": "src/javascript/node-package.ts",
45801
- "line": 849
45801
+ "line": 859
45802
45802
  },
45803
45803
  "name": "addField",
45804
45804
  "parameters": [
@@ -45829,7 +45829,7 @@
45829
45829
  },
45830
45830
  "locationInModule": {
45831
45831
  "filename": "src/javascript/node-package.ts",
45832
- "line": 801
45832
+ "line": 811
45833
45833
  },
45834
45834
  "name": "addKeywords",
45835
45835
  "parameters": [
@@ -45853,7 +45853,7 @@
45853
45853
  },
45854
45854
  "locationInModule": {
45855
45855
  "filename": "src/javascript/node-package.ts",
45856
- "line": 869
45856
+ "line": 879
45857
45857
  },
45858
45858
  "name": "addPackageResolutions",
45859
45859
  "parameters": [
@@ -45879,7 +45879,7 @@
45879
45879
  },
45880
45880
  "locationInModule": {
45881
45881
  "filename": "src/javascript/node-package.ts",
45882
- "line": 750
45882
+ "line": 760
45883
45883
  },
45884
45884
  "name": "addPeerDeps",
45885
45885
  "parameters": [
@@ -45904,7 +45904,7 @@
45904
45904
  },
45905
45905
  "locationInModule": {
45906
45906
  "filename": "src/javascript/node-package.ts",
45907
- "line": 857
45907
+ "line": 867
45908
45908
  },
45909
45909
  "name": "addVersion",
45910
45910
  "parameters": [
@@ -45927,7 +45927,7 @@
45927
45927
  },
45928
45928
  "locationInModule": {
45929
45929
  "filename": "src/javascript/node-package.ts",
45930
- "line": 839
45930
+ "line": 849
45931
45931
  },
45932
45932
  "name": "hasScript",
45933
45933
  "parameters": [
@@ -45955,7 +45955,7 @@
45955
45955
  },
45956
45956
  "locationInModule": {
45957
45957
  "filename": "src/javascript/node-package.ts",
45958
- "line": 921
45958
+ "line": 931
45959
45959
  },
45960
45960
  "name": "postSynthesize",
45961
45961
  "overrides": "projen.Component"
@@ -45967,7 +45967,7 @@
45967
45967
  },
45968
45968
  "locationInModule": {
45969
45969
  "filename": "src/javascript/node-package.ts",
45970
- "line": 828
45970
+ "line": 838
45971
45971
  },
45972
45972
  "name": "removeScript",
45973
45973
  "parameters": [
@@ -45989,7 +45989,7 @@
45989
45989
  },
45990
45990
  "locationInModule": {
45991
45991
  "filename": "src/javascript/node-package.ts",
45992
- "line": 819
45992
+ "line": 829
45993
45993
  },
45994
45994
  "name": "setScript",
45995
45995
  "parameters": [
@@ -46020,7 +46020,7 @@
46020
46020
  },
46021
46021
  "locationInModule": {
46022
46022
  "filename": "src/javascript/node-package.ts",
46023
- "line": 916
46023
+ "line": 926
46024
46024
  },
46025
46025
  "name": "synthesize",
46026
46026
  "overrides": "projen.Component"
@@ -46035,7 +46035,7 @@
46035
46035
  },
46036
46036
  "locationInModule": {
46037
46037
  "filename": "src/javascript/node-package.ts",
46038
- "line": 900
46038
+ "line": 910
46039
46039
  },
46040
46040
  "name": "tryResolveDependencyVersion",
46041
46041
  "parameters": [
@@ -46068,7 +46068,7 @@
46068
46068
  "immutable": true,
46069
46069
  "locationInModule": {
46070
46070
  "filename": "src/javascript/node-package.ts",
46071
- "line": 466
46071
+ "line": 476
46072
46072
  },
46073
46073
  "name": "allowLibraryDependencies",
46074
46074
  "type": {
@@ -46083,7 +46083,7 @@
46083
46083
  "immutable": true,
46084
46084
  "locationInModule": {
46085
46085
  "filename": "src/javascript/node-package.ts",
46086
- "line": 461
46086
+ "line": 471
46087
46087
  },
46088
46088
  "name": "entrypoint",
46089
46089
  "type": {
@@ -46098,7 +46098,7 @@
46098
46098
  "immutable": true,
46099
46099
  "locationInModule": {
46100
46100
  "filename": "src/javascript/node-package.ts",
46101
- "line": 565
46101
+ "line": 575
46102
46102
  },
46103
46103
  "name": "file",
46104
46104
  "type": {
@@ -46113,7 +46113,7 @@
46113
46113
  "immutable": true,
46114
46114
  "locationInModule": {
46115
46115
  "filename": "src/javascript/node-package.ts",
46116
- "line": 885
46116
+ "line": 895
46117
46117
  },
46118
46118
  "name": "installAndUpdateLockfileCommand",
46119
46119
  "type": {
@@ -46128,7 +46128,7 @@
46128
46128
  "immutable": true,
46129
46129
  "locationInModule": {
46130
46130
  "filename": "src/javascript/node-package.ts",
46131
- "line": 560
46131
+ "line": 570
46132
46132
  },
46133
46133
  "name": "installCiTask",
46134
46134
  "type": {
@@ -46143,7 +46143,7 @@
46143
46143
  "immutable": true,
46144
46144
  "locationInModule": {
46145
46145
  "filename": "src/javascript/node-package.ts",
46146
- "line": 878
46146
+ "line": 888
46147
46147
  },
46148
46148
  "name": "installCommand",
46149
46149
  "type": {
@@ -46158,7 +46158,7 @@
46158
46158
  "immutable": true,
46159
46159
  "locationInModule": {
46160
46160
  "filename": "src/javascript/node-package.ts",
46161
- "line": 555
46161
+ "line": 565
46162
46162
  },
46163
46163
  "name": "installTask",
46164
46164
  "type": {
@@ -46173,7 +46173,7 @@
46173
46173
  "immutable": true,
46174
46174
  "locationInModule": {
46175
46175
  "filename": "src/javascript/node-package.ts",
46176
- "line": 550
46176
+ "line": 560
46177
46177
  },
46178
46178
  "name": "lockFile",
46179
46179
  "type": {
@@ -46188,7 +46188,7 @@
46188
46188
  "immutable": true,
46189
46189
  "locationInModule": {
46190
46190
  "filename": "src/javascript/node-package.ts",
46191
- "line": 476
46191
+ "line": 486
46192
46192
  },
46193
46193
  "name": "manifest",
46194
46194
  "type": {
@@ -46203,7 +46203,7 @@
46203
46203
  "immutable": true,
46204
46204
  "locationInModule": {
46205
46205
  "filename": "src/javascript/node-package.ts",
46206
- "line": 540
46206
+ "line": 550
46207
46207
  },
46208
46208
  "name": "npmAccess",
46209
46209
  "type": {
@@ -46218,7 +46218,7 @@
46218
46218
  "immutable": true,
46219
46219
  "locationInModule": {
46220
46220
  "filename": "src/javascript/node-package.ts",
46221
- "line": 545
46221
+ "line": 555
46222
46222
  },
46223
46223
  "name": "npmProvenance",
46224
46224
  "type": {
@@ -46233,7 +46233,7 @@
46233
46233
  "immutable": true,
46234
46234
  "locationInModule": {
46235
46235
  "filename": "src/javascript/node-package.ts",
46236
- "line": 515
46236
+ "line": 525
46237
46237
  },
46238
46238
  "name": "npmRegistry",
46239
46239
  "type": {
@@ -46248,7 +46248,7 @@
46248
46248
  "immutable": true,
46249
46249
  "locationInModule": {
46250
46250
  "filename": "src/javascript/node-package.ts",
46251
- "line": 510
46251
+ "line": 520
46252
46252
  },
46253
46253
  "name": "npmRegistryUrl",
46254
46254
  "type": {
@@ -46263,7 +46263,7 @@
46263
46263
  "immutable": true,
46264
46264
  "locationInModule": {
46265
46265
  "filename": "src/javascript/node-package.ts",
46266
- "line": 471
46266
+ "line": 481
46267
46267
  },
46268
46268
  "name": "packageManager",
46269
46269
  "type": {
@@ -46278,7 +46278,7 @@
46278
46278
  "immutable": true,
46279
46279
  "locationInModule": {
46280
46280
  "filename": "src/javascript/node-package.ts",
46281
- "line": 456
46281
+ "line": 466
46282
46282
  },
46283
46283
  "name": "packageName",
46284
46284
  "type": {
@@ -46294,7 +46294,7 @@
46294
46294
  "immutable": true,
46295
46295
  "locationInModule": {
46296
46296
  "filename": "src/javascript/node-package.ts",
46297
- "line": 944
46297
+ "line": 954
46298
46298
  },
46299
46299
  "name": "projenCommand",
46300
46300
  "type": {
@@ -46309,7 +46309,7 @@
46309
46309
  "immutable": true,
46310
46310
  "locationInModule": {
46311
46311
  "filename": "src/javascript/node-package.ts",
46312
- "line": 500
46312
+ "line": 510
46313
46313
  },
46314
46314
  "name": "bunVersion",
46315
46315
  "optional": true,
@@ -46327,7 +46327,7 @@
46327
46327
  "immutable": true,
46328
46328
  "locationInModule": {
46329
46329
  "filename": "src/javascript/node-package.ts",
46330
- "line": 528
46330
+ "line": 538
46331
46331
  },
46332
46332
  "name": "codeArtifactOptions",
46333
46333
  "optional": true,
@@ -46344,7 +46344,7 @@
46344
46344
  "immutable": true,
46345
46345
  "locationInModule": {
46346
46346
  "filename": "src/javascript/node-package.ts",
46347
- "line": 505
46347
+ "line": 515
46348
46348
  },
46349
46349
  "name": "license",
46350
46350
  "optional": true,
@@ -46361,7 +46361,7 @@
46361
46361
  "immutable": true,
46362
46362
  "locationInModule": {
46363
46363
  "filename": "src/javascript/node-package.ts",
46364
- "line": 490
46364
+ "line": 500
46365
46365
  },
46366
46366
  "name": "maxNodeVersion",
46367
46367
  "optional": true,
@@ -46378,7 +46378,7 @@
46378
46378
  "immutable": true,
46379
46379
  "locationInModule": {
46380
46380
  "filename": "src/javascript/node-package.ts",
46381
- "line": 483
46381
+ "line": 493
46382
46382
  },
46383
46383
  "name": "minNodeVersion",
46384
46384
  "optional": true,
@@ -46394,7 +46394,7 @@
46394
46394
  "immutable": true,
46395
46395
  "locationInModule": {
46396
46396
  "filename": "src/javascript/node-package.ts",
46397
- "line": 520
46397
+ "line": 530
46398
46398
  },
46399
46399
  "name": "npmTokenSecret",
46400
46400
  "optional": true,
@@ -46410,7 +46410,7 @@
46410
46410
  "immutable": true,
46411
46411
  "locationInModule": {
46412
46412
  "filename": "src/javascript/node-package.ts",
46413
- "line": 495
46413
+ "line": 505
46414
46414
  },
46415
46415
  "name": "pnpmVersion",
46416
46416
  "optional": true,
@@ -46427,7 +46427,7 @@
46427
46427
  "immutable": true,
46428
46428
  "locationInModule": {
46429
46429
  "filename": "src/javascript/node-package.ts",
46430
- "line": 535
46430
+ "line": 545
46431
46431
  },
46432
46432
  "name": "scopedPackagesOptions",
46433
46433
  "optional": true,
@@ -46453,7 +46453,7 @@
46453
46453
  "kind": "enum",
46454
46454
  "locationInModule": {
46455
46455
  "filename": "src/javascript/node-package.ts",
46456
- "line": 1668
46456
+ "line": 1680
46457
46457
  },
46458
46458
  "members": [
46459
46459
  {
@@ -46741,7 +46741,7 @@
46741
46741
  "immutable": true,
46742
46742
  "locationInModule": {
46743
46743
  "filename": "src/javascript/node-package.ts",
46744
- "line": 343
46744
+ "line": 353
46745
46745
  },
46746
46746
  "name": "codeArtifactOptions",
46747
46747
  "optional": true,
@@ -47053,6 +47053,25 @@
47053
47053
  "primitive": "string"
47054
47054
  }
47055
47055
  },
47056
+ {
47057
+ "abstract": true,
47058
+ "docs": {
47059
+ "default": "- false",
47060
+ "see": "",
47061
+ "stability": "experimental",
47062
+ "summary": "Use trusted publishing for publishing to npmjs.com Needs to be pre-configured on npm.js to work."
47063
+ },
47064
+ "immutable": true,
47065
+ "locationInModule": {
47066
+ "filename": "src/javascript/node-package.ts",
47067
+ "line": 345
47068
+ },
47069
+ "name": "npmTrustedPublishing",
47070
+ "optional": true,
47071
+ "type": {
47072
+ "primitive": "boolean"
47073
+ }
47074
+ },
47056
47075
  {
47057
47076
  "abstract": true,
47058
47077
  "docs": {
@@ -47196,7 +47215,7 @@
47196
47215
  "immutable": true,
47197
47216
  "locationInModule": {
47198
47217
  "filename": "src/javascript/node-package.ts",
47199
- "line": 350
47218
+ "line": 360
47200
47219
  },
47201
47220
  "name": "scopedPackagesOptions",
47202
47221
  "optional": true,
@@ -47261,7 +47280,7 @@
47261
47280
  "immutable": true,
47262
47281
  "locationInModule": {
47263
47282
  "filename": "src/javascript/node-package.ts",
47264
- "line": 357
47283
+ "line": 367
47265
47284
  },
47266
47285
  "name": "yarnBerryOptions",
47267
47286
  "optional": true,
@@ -47312,7 +47331,7 @@
47312
47331
  },
47313
47332
  "locationInModule": {
47314
47333
  "filename": "src/javascript/node-project.ts",
47315
- "line": 930
47334
+ "line": 931
47316
47335
  },
47317
47336
  "name": "addBins",
47318
47337
  "parameters": [
@@ -47337,7 +47356,7 @@
47337
47356
  },
47338
47357
  "locationInModule": {
47339
47358
  "filename": "src/javascript/node-project.ts",
47340
- "line": 1222
47359
+ "line": 1223
47341
47360
  },
47342
47361
  "name": "addBundledDeps",
47343
47362
  "parameters": [
@@ -47363,7 +47382,7 @@
47363
47382
  },
47364
47383
  "locationInModule": {
47365
47384
  "filename": "src/javascript/node-project.ts",
47366
- "line": 975
47385
+ "line": 976
47367
47386
  },
47368
47387
  "name": "addCompileCommand",
47369
47388
  "parameters": [
@@ -47384,7 +47403,7 @@
47384
47403
  },
47385
47404
  "locationInModule": {
47386
47405
  "filename": "src/javascript/node-project.ts",
47387
- "line": 1176
47406
+ "line": 1177
47388
47407
  },
47389
47408
  "name": "addDeps",
47390
47409
  "parameters": [
@@ -47409,7 +47428,7 @@
47409
47428
  },
47410
47429
  "locationInModule": {
47411
47430
  "filename": "src/javascript/node-project.ts",
47412
- "line": 1189
47431
+ "line": 1190
47413
47432
  },
47414
47433
  "name": "addDevDeps",
47415
47434
  "parameters": [
@@ -47434,7 +47453,7 @@
47434
47453
  },
47435
47454
  "locationInModule": {
47436
47455
  "filename": "src/javascript/node-project.ts",
47437
- "line": 995
47456
+ "line": 996
47438
47457
  },
47439
47458
  "name": "addFields",
47440
47459
  "parameters": [
@@ -47461,7 +47480,7 @@
47461
47480
  },
47462
47481
  "locationInModule": {
47463
47482
  "filename": "src/javascript/node-project.ts",
47464
- "line": 1005
47483
+ "line": 1006
47465
47484
  },
47466
47485
  "name": "addKeywords",
47467
47486
  "parameters": [
@@ -47488,7 +47507,7 @@
47488
47507
  },
47489
47508
  "locationInModule": {
47490
47509
  "filename": "src/javascript/node-project.ts",
47491
- "line": 1234
47510
+ "line": 1235
47492
47511
  },
47493
47512
  "name": "addPackageIgnore",
47494
47513
  "overrides": "projen.Project",
@@ -47512,7 +47531,7 @@
47512
47531
  },
47513
47532
  "locationInModule": {
47514
47533
  "filename": "src/javascript/node-project.ts",
47515
- "line": 1206
47534
+ "line": 1207
47516
47535
  },
47517
47536
  "name": "addPeerDeps",
47518
47537
  "parameters": [
@@ -47537,7 +47556,7 @@
47537
47556
  },
47538
47557
  "locationInModule": {
47539
47558
  "filename": "src/javascript/node-project.ts",
47540
- "line": 948
47559
+ "line": 949
47541
47560
  },
47542
47561
  "name": "addScripts",
47543
47562
  "parameters": [
@@ -47565,7 +47584,7 @@
47565
47584
  },
47566
47585
  "locationInModule": {
47567
47586
  "filename": "src/javascript/node-project.ts",
47568
- "line": 985
47587
+ "line": 986
47569
47588
  },
47570
47589
  "name": "addTestCommand",
47571
47590
  "parameters": [
@@ -47587,7 +47606,7 @@
47587
47606
  },
47588
47607
  "locationInModule": {
47589
47608
  "filename": "src/javascript/node-project.ts",
47590
- "line": 967
47609
+ "line": 968
47591
47610
  },
47592
47611
  "name": "hasScript",
47593
47612
  "parameters": [
@@ -47614,7 +47633,7 @@
47614
47633
  },
47615
47634
  "locationInModule": {
47616
47635
  "filename": "src/javascript/node-project.ts",
47617
- "line": 958
47636
+ "line": 959
47618
47637
  },
47619
47638
  "name": "removeScript",
47620
47639
  "parameters": [
@@ -47637,7 +47656,7 @@
47637
47656
  },
47638
47657
  "locationInModule": {
47639
47658
  "filename": "src/javascript/node-project.ts",
47640
- "line": 1095
47659
+ "line": 1096
47641
47660
  },
47642
47661
  "name": "renderWorkflowSetup",
47643
47662
  "parameters": [
@@ -47671,7 +47690,7 @@
47671
47690
  },
47672
47691
  "locationInModule": {
47673
47692
  "filename": "src/javascript/node-project.ts",
47674
- "line": 1307
47693
+ "line": 1308
47675
47694
  },
47676
47695
  "name": "runTaskCommand",
47677
47696
  "overrides": "projen.Project",
@@ -47699,7 +47718,7 @@
47699
47718
  },
47700
47719
  "locationInModule": {
47701
47720
  "filename": "src/javascript/node-project.ts",
47702
- "line": 940
47721
+ "line": 941
47703
47722
  },
47704
47723
  "name": "setScript",
47705
47724
  "parameters": [
@@ -47969,7 +47988,7 @@
47969
47988
  "immutable": true,
47970
47989
  "locationInModule": {
47971
47990
  "filename": "src/javascript/node-project.ts",
47972
- "line": 1314
47991
+ "line": 1315
47973
47992
  },
47974
47993
  "name": "buildWorkflowJobId",
47975
47994
  "optional": true,
@@ -48922,7 +48941,7 @@
48922
48941
  "kind": "enum",
48923
48942
  "locationInModule": {
48924
48943
  "filename": "src/javascript/node-package.ts",
48925
- "line": 1712
48944
+ "line": 1724
48926
48945
  },
48927
48946
  "members": [
48928
48947
  {
@@ -49117,7 +49136,7 @@
49117
49136
  "kind": "interface",
49118
49137
  "locationInModule": {
49119
49138
  "filename": "src/javascript/node-package.ts",
49120
- "line": 1657
49139
+ "line": 1669
49121
49140
  },
49122
49141
  "name": "PeerDependencyOptions",
49123
49142
  "namespace": "javascript",
@@ -49132,7 +49151,7 @@
49132
49151
  "immutable": true,
49133
49152
  "locationInModule": {
49134
49153
  "filename": "src/javascript/node-package.ts",
49135
- "line": 1662
49154
+ "line": 1674
49136
49155
  },
49137
49156
  "name": "pinnedDevDependency",
49138
49157
  "optional": true,
@@ -50212,7 +50231,7 @@
50212
50231
  "kind": "interface",
50213
50232
  "locationInModule": {
50214
50233
  "filename": "src/javascript/node-project.ts",
50215
- "line": 1322
50234
+ "line": 1323
50216
50235
  },
50217
50236
  "name": "RenderWorkflowSetupOptions",
50218
50237
  "namespace": "javascript",
@@ -50228,7 +50247,7 @@
50228
50247
  "immutable": true,
50229
50248
  "locationInModule": {
50230
50249
  "filename": "src/javascript/node-project.ts",
50231
- "line": 1331
50250
+ "line": 1332
50232
50251
  },
50233
50252
  "name": "installStepConfiguration",
50234
50253
  "optional": true,
@@ -50246,7 +50265,7 @@
50246
50265
  "immutable": true,
50247
50266
  "locationInModule": {
50248
50267
  "filename": "src/javascript/node-project.ts",
50249
- "line": 1336
50268
+ "line": 1337
50250
50269
  },
50251
50270
  "name": "mutable",
50252
50271
  "optional": true,
@@ -50308,7 +50327,7 @@
50308
50327
  "kind": "interface",
50309
50328
  "locationInModule": {
50310
50329
  "filename": "src/javascript/node-package.ts",
50311
- "line": 424
50330
+ "line": 434
50312
50331
  },
50313
50332
  "name": "ScopedPackagesOptions",
50314
50333
  "namespace": "javascript",
@@ -50322,7 +50341,7 @@
50322
50341
  "immutable": true,
50323
50342
  "locationInModule": {
50324
50343
  "filename": "src/javascript/node-package.ts",
50325
- "line": 435
50344
+ "line": 445
50326
50345
  },
50327
50346
  "name": "registryUrl",
50328
50347
  "type": {
@@ -50339,7 +50358,7 @@
50339
50358
  "immutable": true,
50340
50359
  "locationInModule": {
50341
50360
  "filename": "src/javascript/node-package.ts",
50342
- "line": 430
50361
+ "line": 440
50343
50362
  },
50344
50363
  "name": "scope",
50345
50364
  "type": {
@@ -52394,7 +52413,7 @@
52394
52413
  "kind": "enum",
52395
52414
  "locationInModule": {
52396
52415
  "filename": "src/javascript/jest.ts",
52397
- "line": 624
52416
+ "line": 626
52398
52417
  },
52399
52418
  "members": [
52400
52419
  {
@@ -53241,7 +53260,7 @@
53241
53260
  "kind": "interface",
53242
53261
  "locationInModule": {
53243
53262
  "filename": "src/javascript/node-package.ts",
53244
- "line": 1727
53263
+ "line": 1739
53245
53264
  },
53246
53265
  "name": "YarnBerryOptions",
53247
53266
  "namespace": "javascript",
@@ -53256,7 +53275,7 @@
53256
53275
  "immutable": true,
53257
53276
  "locationInModule": {
53258
53277
  "filename": "src/javascript/node-package.ts",
53259
- "line": 1733
53278
+ "line": 1745
53260
53279
  },
53261
53280
  "name": "version",
53262
53281
  "optional": true,
@@ -53274,7 +53293,7 @@
53274
53293
  "immutable": true,
53275
53294
  "locationInModule": {
53276
53295
  "filename": "src/javascript/node-package.ts",
53277
- "line": 1740
53296
+ "line": 1752
53278
53297
  },
53279
53298
  "name": "yarnRcOptions",
53280
53299
  "optional": true,
@@ -53293,7 +53312,7 @@
53293
53312
  "immutable": true,
53294
53313
  "locationInModule": {
53295
53314
  "filename": "src/javascript/node-package.ts",
53296
- "line": 1748
53315
+ "line": 1760
53297
53316
  },
53298
53317
  "name": "zeroInstalls",
53299
53318
  "optional": true,
@@ -56141,7 +56160,7 @@
56141
56160
  "kind": "enum",
56142
56161
  "locationInModule": {
56143
56162
  "filename": "src/javascript/biome/biome-config.ts",
56144
- "line": 2406
56163
+ "line": 2444
56145
56164
  },
56146
56165
  "members": [
56147
56166
  {
@@ -58176,7 +58195,7 @@
58176
58195
  "name": "parser",
58177
58196
  "optional": true,
58178
58197
  "type": {
58179
- "primitive": "any"
58198
+ "fqn": "projen.javascript.biome_config.HtmlParserConfiguration"
58180
58199
  }
58181
58200
  }
58182
58201
  ],
@@ -58418,6 +58437,48 @@
58418
58437
  ],
58419
58438
  "symbolId": "src/javascript/biome/biome-config:HtmlFormatterConfiguration"
58420
58439
  },
58440
+ "projen.javascript.biome_config.HtmlParserConfiguration": {
58441
+ "assembly": "projen",
58442
+ "datatype": true,
58443
+ "docs": {
58444
+ "custom": {
58445
+ "schema": "HtmlParserConfiguration"
58446
+ },
58447
+ "stability": "experimental",
58448
+ "summary": "Options that changes how the HTML parser behaves."
58449
+ },
58450
+ "fqn": "projen.javascript.biome_config.HtmlParserConfiguration",
58451
+ "kind": "interface",
58452
+ "locationInModule": {
58453
+ "filename": "src/javascript/biome/biome-config.ts",
58454
+ "line": 1535
58455
+ },
58456
+ "name": "HtmlParserConfiguration",
58457
+ "namespace": "javascript.biome_config",
58458
+ "properties": [
58459
+ {
58460
+ "abstract": true,
58461
+ "docs": {
58462
+ "custom": {
58463
+ "schema": "HtmlParserConfiguration#interpolation"
58464
+ },
58465
+ "stability": "experimental",
58466
+ "summary": "Enables the parsing of double text expressions such as `{{ expression }}` inside `.html` files."
58467
+ },
58468
+ "immutable": true,
58469
+ "locationInModule": {
58470
+ "filename": "src/javascript/biome/biome-config.ts",
58471
+ "line": 1541
58472
+ },
58473
+ "name": "interpolation",
58474
+ "optional": true,
58475
+ "type": {
58476
+ "primitive": "boolean"
58477
+ }
58478
+ }
58479
+ ],
58480
+ "symbolId": "src/javascript/biome/biome-config:HtmlParserConfiguration"
58481
+ },
58421
58482
  "projen.javascript.biome_config.IndentStyle": {
58422
58483
  "assembly": "projen",
58423
58484
  "docs": {
@@ -58466,7 +58527,7 @@
58466
58527
  "kind": "interface",
58467
58528
  "locationInModule": {
58468
58529
  "filename": "src/javascript/biome/biome-config.ts",
58469
- "line": 1535
58530
+ "line": 1564
58470
58531
  },
58471
58532
  "name": "JsAssistConfiguration",
58472
58533
  "namespace": "javascript.biome_config",
@@ -58483,7 +58544,7 @@
58483
58544
  "immutable": true,
58484
58545
  "locationInModule": {
58485
58546
  "filename": "src/javascript/biome/biome-config.ts",
58486
- "line": 1541
58547
+ "line": 1570
58487
58548
  },
58488
58549
  "name": "enabled",
58489
58550
  "optional": true,
@@ -58656,7 +58717,7 @@
58656
58717
  "kind": "interface",
58657
58718
  "locationInModule": {
58658
58719
  "filename": "src/javascript/biome/biome-config.ts",
58659
- "line": 1564
58720
+ "line": 1593
58660
58721
  },
58661
58722
  "name": "JsFormatterConfiguration",
58662
58723
  "namespace": "javascript.biome_config",
@@ -58675,7 +58736,7 @@
58675
58736
  "immutable": true,
58676
58737
  "locationInModule": {
58677
58738
  "filename": "src/javascript/biome/biome-config.ts",
58678
- "line": 1571
58739
+ "line": 1600
58679
58740
  },
58680
58741
  "name": "arrowParentheses",
58681
58742
  "optional": true,
@@ -58697,7 +58758,7 @@
58697
58758
  "immutable": true,
58698
58759
  "locationInModule": {
58699
58760
  "filename": "src/javascript/biome/biome-config.ts",
58700
- "line": 1579
58761
+ "line": 1608
58701
58762
  },
58702
58763
  "name": "attributePosition",
58703
58764
  "optional": true,
@@ -58719,7 +58780,7 @@
58719
58780
  "immutable": true,
58720
58781
  "locationInModule": {
58721
58782
  "filename": "src/javascript/biome/biome-config.ts",
58722
- "line": 1587
58783
+ "line": 1616
58723
58784
  },
58724
58785
  "name": "bracketSameLine",
58725
58786
  "optional": true,
@@ -58741,7 +58802,7 @@
58741
58802
  "immutable": true,
58742
58803
  "locationInModule": {
58743
58804
  "filename": "src/javascript/biome/biome-config.ts",
58744
- "line": 1595
58805
+ "line": 1624
58745
58806
  },
58746
58807
  "name": "bracketSpacing",
58747
58808
  "optional": true,
@@ -58761,7 +58822,7 @@
58761
58822
  "immutable": true,
58762
58823
  "locationInModule": {
58763
58824
  "filename": "src/javascript/biome/biome-config.ts",
58764
- "line": 1602
58825
+ "line": 1631
58765
58826
  },
58766
58827
  "name": "enabled",
58767
58828
  "optional": true,
@@ -58783,7 +58844,7 @@
58783
58844
  "immutable": true,
58784
58845
  "locationInModule": {
58785
58846
  "filename": "src/javascript/biome/biome-config.ts",
58786
- "line": 1610
58847
+ "line": 1639
58787
58848
  },
58788
58849
  "name": "expand",
58789
58850
  "optional": true,
@@ -58803,7 +58864,7 @@
58803
58864
  "immutable": true,
58804
58865
  "locationInModule": {
58805
58866
  "filename": "src/javascript/biome/biome-config.ts",
58806
- "line": 1617
58867
+ "line": 1646
58807
58868
  },
58808
58869
  "name": "indentStyle",
58809
58870
  "optional": true,
@@ -58825,7 +58886,7 @@
58825
58886
  "immutable": true,
58826
58887
  "locationInModule": {
58827
58888
  "filename": "src/javascript/biome/biome-config.ts",
58828
- "line": 1625
58889
+ "line": 1654
58829
58890
  },
58830
58891
  "name": "indentWidth",
58831
58892
  "optional": true,
@@ -58847,7 +58908,7 @@
58847
58908
  "immutable": true,
58848
58909
  "locationInModule": {
58849
58910
  "filename": "src/javascript/biome/biome-config.ts",
58850
- "line": 1633
58911
+ "line": 1662
58851
58912
  },
58852
58913
  "name": "jsxQuoteStyle",
58853
58914
  "optional": true,
@@ -58867,7 +58928,7 @@
58867
58928
  "immutable": true,
58868
58929
  "locationInModule": {
58869
58930
  "filename": "src/javascript/biome/biome-config.ts",
58870
- "line": 1640
58931
+ "line": 1669
58871
58932
  },
58872
58933
  "name": "lineEnding",
58873
58934
  "optional": true,
@@ -58889,7 +58950,7 @@
58889
58950
  "immutable": true,
58890
58951
  "locationInModule": {
58891
58952
  "filename": "src/javascript/biome/biome-config.ts",
58892
- "line": 1648
58953
+ "line": 1677
58893
58954
  },
58894
58955
  "name": "lineWidth",
58895
58956
  "optional": true,
@@ -58897,6 +58958,28 @@
58897
58958
  "primitive": "number"
58898
58959
  }
58899
58960
  },
58961
+ {
58962
+ "abstract": true,
58963
+ "docs": {
58964
+ "custom": {
58965
+ "schema": "JsFormatterConfiguration#operatorLinebreak"
58966
+ },
58967
+ "default": "after\".",
58968
+ "remarks": "Defaults to \"after\".",
58969
+ "stability": "experimental",
58970
+ "summary": "When breaking binary expressions into multiple lines, whether to break them before or after the binary operator."
58971
+ },
58972
+ "immutable": true,
58973
+ "locationInModule": {
58974
+ "filename": "src/javascript/biome/biome-config.ts",
58975
+ "line": 1685
58976
+ },
58977
+ "name": "operatorLinebreak",
58978
+ "optional": true,
58979
+ "type": {
58980
+ "fqn": "projen.javascript.biome_config.OperatorLinebreak"
58981
+ }
58982
+ },
58900
58983
  {
58901
58984
  "abstract": true,
58902
58985
  "docs": {
@@ -58911,7 +58994,7 @@
58911
58994
  "immutable": true,
58912
58995
  "locationInModule": {
58913
58996
  "filename": "src/javascript/biome/biome-config.ts",
58914
- "line": 1656
58997
+ "line": 1693
58915
58998
  },
58916
58999
  "name": "quoteProperties",
58917
59000
  "optional": true,
@@ -58933,7 +59016,7 @@
58933
59016
  "immutable": true,
58934
59017
  "locationInModule": {
58935
59018
  "filename": "src/javascript/biome/biome-config.ts",
58936
- "line": 1664
59019
+ "line": 1701
58937
59020
  },
58938
59021
  "name": "quoteStyle",
58939
59022
  "optional": true,
@@ -58953,7 +59036,7 @@
58953
59036
  "immutable": true,
58954
59037
  "locationInModule": {
58955
59038
  "filename": "src/javascript/biome/biome-config.ts",
58956
- "line": 1671
59039
+ "line": 1708
58957
59040
  },
58958
59041
  "name": "semicolons",
58959
59042
  "optional": true,
@@ -58975,7 +59058,7 @@
58975
59058
  "immutable": true,
58976
59059
  "locationInModule": {
58977
59060
  "filename": "src/javascript/biome/biome-config.ts",
58978
- "line": 1679
59061
+ "line": 1716
58979
59062
  },
58980
59063
  "name": "trailingCommas",
58981
59064
  "optional": true,
@@ -59000,7 +59083,7 @@
59000
59083
  "kind": "interface",
59001
59084
  "locationInModule": {
59002
59085
  "filename": "src/javascript/biome/biome-config.ts",
59003
- "line": 1728
59086
+ "line": 1766
59004
59087
  },
59005
59088
  "name": "JsLinterConfiguration",
59006
59089
  "namespace": "javascript.biome_config",
@@ -59017,7 +59100,7 @@
59017
59100
  "immutable": true,
59018
59101
  "locationInModule": {
59019
59102
  "filename": "src/javascript/biome/biome-config.ts",
59020
- "line": 1734
59103
+ "line": 1772
59021
59104
  },
59022
59105
  "name": "enabled",
59023
59106
  "optional": true,
@@ -59042,7 +59125,7 @@
59042
59125
  "kind": "interface",
59043
59126
  "locationInModule": {
59044
59127
  "filename": "src/javascript/biome/biome-config.ts",
59045
- "line": 1757
59128
+ "line": 1795
59046
59129
  },
59047
59130
  "name": "JsParserConfiguration",
59048
59131
  "namespace": "javascript.biome_config",
@@ -59061,7 +59144,7 @@
59061
59144
  "immutable": true,
59062
59145
  "locationInModule": {
59063
59146
  "filename": "src/javascript/biome/biome-config.ts",
59064
- "line": 1764
59147
+ "line": 1802
59065
59148
  },
59066
59149
  "name": "gritMetavariables",
59067
59150
  "optional": true,
@@ -59083,7 +59166,7 @@
59083
59166
  "immutable": true,
59084
59167
  "locationInModule": {
59085
59168
  "filename": "src/javascript/biome/biome-config.ts",
59086
- "line": 1774
59169
+ "line": 1812
59087
59170
  },
59088
59171
  "name": "jsxEverywhere",
59089
59172
  "optional": true,
@@ -59104,7 +59187,7 @@
59104
59187
  "immutable": true,
59105
59188
  "locationInModule": {
59106
59189
  "filename": "src/javascript/biome/biome-config.ts",
59107
- "line": 1783
59190
+ "line": 1821
59108
59191
  },
59109
59192
  "name": "unsafeParameterDecoratorsEnabled",
59110
59193
  "optional": true,
@@ -59129,7 +59212,7 @@
59129
59212
  "kind": "interface",
59130
59213
  "locationInModule": {
59131
59214
  "filename": "src/javascript/biome/biome-config.ts",
59132
- "line": 1808
59215
+ "line": 1846
59133
59216
  },
59134
59217
  "name": "JsonAssistConfiguration",
59135
59218
  "namespace": "javascript.biome_config",
@@ -59146,7 +59229,7 @@
59146
59229
  "immutable": true,
59147
59230
  "locationInModule": {
59148
59231
  "filename": "src/javascript/biome/biome-config.ts",
59149
- "line": 1814
59232
+ "line": 1852
59150
59233
  },
59151
59234
  "name": "enabled",
59152
59235
  "optional": true,
@@ -59272,7 +59355,7 @@
59272
59355
  "kind": "interface",
59273
59356
  "locationInModule": {
59274
59357
  "filename": "src/javascript/biome/biome-config.ts",
59275
- "line": 1835
59358
+ "line": 1873
59276
59359
  },
59277
59360
  "name": "JsonFormatterConfiguration",
59278
59361
  "namespace": "javascript.biome_config",
@@ -59291,7 +59374,7 @@
59291
59374
  "immutable": true,
59292
59375
  "locationInModule": {
59293
59376
  "filename": "src/javascript/biome/biome-config.ts",
59294
- "line": 1842
59377
+ "line": 1880
59295
59378
  },
59296
59379
  "name": "bracketSpacing",
59297
59380
  "optional": true,
@@ -59311,7 +59394,7 @@
59311
59394
  "immutable": true,
59312
59395
  "locationInModule": {
59313
59396
  "filename": "src/javascript/biome/biome-config.ts",
59314
- "line": 1849
59397
+ "line": 1887
59315
59398
  },
59316
59399
  "name": "enabled",
59317
59400
  "optional": true,
@@ -59333,7 +59416,7 @@
59333
59416
  "immutable": true,
59334
59417
  "locationInModule": {
59335
59418
  "filename": "src/javascript/biome/biome-config.ts",
59336
- "line": 1857
59419
+ "line": 1895
59337
59420
  },
59338
59421
  "name": "expand",
59339
59422
  "optional": true,
@@ -59353,7 +59436,7 @@
59353
59436
  "immutable": true,
59354
59437
  "locationInModule": {
59355
59438
  "filename": "src/javascript/biome/biome-config.ts",
59356
- "line": 1864
59439
+ "line": 1902
59357
59440
  },
59358
59441
  "name": "indentStyle",
59359
59442
  "optional": true,
@@ -59375,7 +59458,7 @@
59375
59458
  "immutable": true,
59376
59459
  "locationInModule": {
59377
59460
  "filename": "src/javascript/biome/biome-config.ts",
59378
- "line": 1872
59461
+ "line": 1910
59379
59462
  },
59380
59463
  "name": "indentWidth",
59381
59464
  "optional": true,
@@ -59395,7 +59478,7 @@
59395
59478
  "immutable": true,
59396
59479
  "locationInModule": {
59397
59480
  "filename": "src/javascript/biome/biome-config.ts",
59398
- "line": 1879
59481
+ "line": 1917
59399
59482
  },
59400
59483
  "name": "lineEnding",
59401
59484
  "optional": true,
@@ -59417,7 +59500,7 @@
59417
59500
  "immutable": true,
59418
59501
  "locationInModule": {
59419
59502
  "filename": "src/javascript/biome/biome-config.ts",
59420
- "line": 1887
59503
+ "line": 1925
59421
59504
  },
59422
59505
  "name": "lineWidth",
59423
59506
  "optional": true,
@@ -59439,7 +59522,7 @@
59439
59522
  "immutable": true,
59440
59523
  "locationInModule": {
59441
59524
  "filename": "src/javascript/biome/biome-config.ts",
59442
- "line": 1895
59525
+ "line": 1933
59443
59526
  },
59444
59527
  "name": "trailingCommas",
59445
59528
  "optional": true,
@@ -59464,7 +59547,7 @@
59464
59547
  "kind": "interface",
59465
59548
  "locationInModule": {
59466
59549
  "filename": "src/javascript/biome/biome-config.ts",
59467
- "line": 1925
59550
+ "line": 1963
59468
59551
  },
59469
59552
  "name": "JsonLinterConfiguration",
59470
59553
  "namespace": "javascript.biome_config",
@@ -59481,7 +59564,7 @@
59481
59564
  "immutable": true,
59482
59565
  "locationInModule": {
59483
59566
  "filename": "src/javascript/biome/biome-config.ts",
59484
- "line": 1931
59567
+ "line": 1969
59485
59568
  },
59486
59569
  "name": "enabled",
59487
59570
  "optional": true,
@@ -59506,7 +59589,7 @@
59506
59589
  "kind": "interface",
59507
59590
  "locationInModule": {
59508
59591
  "filename": "src/javascript/biome/biome-config.ts",
59509
- "line": 1954
59592
+ "line": 1992
59510
59593
  },
59511
59594
  "name": "JsonParserConfiguration",
59512
59595
  "namespace": "javascript.biome_config",
@@ -59523,7 +59606,7 @@
59523
59606
  "immutable": true,
59524
59607
  "locationInModule": {
59525
59608
  "filename": "src/javascript/biome/biome-config.ts",
59526
- "line": 1960
59609
+ "line": 1998
59527
59610
  },
59528
59611
  "name": "allowComments",
59529
59612
  "optional": true,
@@ -59543,7 +59626,7 @@
59543
59626
  "immutable": true,
59544
59627
  "locationInModule": {
59545
59628
  "filename": "src/javascript/biome/biome-config.ts",
59546
- "line": 1967
59629
+ "line": 2005
59547
59630
  },
59548
59631
  "name": "allowTrailingCommas",
59549
59632
  "optional": true,
@@ -59567,7 +59650,7 @@
59567
59650
  "kind": "enum",
59568
59651
  "locationInModule": {
59569
59652
  "filename": "src/javascript/biome/biome-config.ts",
59570
- "line": 1716
59653
+ "line": 1754
59571
59654
  },
59572
59655
  "members": [
59573
59656
  {
@@ -59743,6 +59826,40 @@
59743
59826
  ],
59744
59827
  "symbolId": "src/javascript/biome/biome-config:LinterConfiguration"
59745
59828
  },
59829
+ "projen.javascript.biome_config.OperatorLinebreak": {
59830
+ "assembly": "projen",
59831
+ "docs": {
59832
+ "custom": {
59833
+ "schema": "OperatorLinebreak"
59834
+ },
59835
+ "stability": "experimental"
59836
+ },
59837
+ "fqn": "projen.javascript.biome_config.OperatorLinebreak",
59838
+ "kind": "enum",
59839
+ "locationInModule": {
59840
+ "filename": "src/javascript/biome/biome-config.ts",
59841
+ "line": 2454
59842
+ },
59843
+ "members": [
59844
+ {
59845
+ "docs": {
59846
+ "stability": "experimental",
59847
+ "summary": "after."
59848
+ },
59849
+ "name": "AFTER"
59850
+ },
59851
+ {
59852
+ "docs": {
59853
+ "stability": "experimental",
59854
+ "summary": "before."
59855
+ },
59856
+ "name": "BEFORE"
59857
+ }
59858
+ ],
59859
+ "name": "OperatorLinebreak",
59860
+ "namespace": "javascript.biome_config",
59861
+ "symbolId": "src/javascript/biome/biome-config:OperatorLinebreak"
59862
+ },
59746
59863
  "projen.javascript.biome_config.OverrideAssistConfiguration": {
59747
59864
  "assembly": "projen",
59748
59865
  "datatype": true,
@@ -59756,7 +59873,7 @@
59756
59873
  "kind": "interface",
59757
59874
  "locationInModule": {
59758
59875
  "filename": "src/javascript/biome/biome-config.ts",
59759
- "line": 2076
59876
+ "line": 2114
59760
59877
  },
59761
59878
  "name": "OverrideAssistConfiguration",
59762
59879
  "namespace": "javascript.biome_config",
@@ -59773,7 +59890,7 @@
59773
59890
  "immutable": true,
59774
59891
  "locationInModule": {
59775
59892
  "filename": "src/javascript/biome/biome-config.ts",
59776
- "line": 2082
59893
+ "line": 2120
59777
59894
  },
59778
59895
  "name": "actions",
59779
59896
  "optional": true,
@@ -59794,7 +59911,7 @@
59794
59911
  "immutable": true,
59795
59912
  "locationInModule": {
59796
59913
  "filename": "src/javascript/biome/biome-config.ts",
59797
- "line": 2089
59914
+ "line": 2127
59798
59915
  },
59799
59916
  "name": "enabled",
59800
59917
  "optional": true,
@@ -59818,7 +59935,7 @@
59818
59935
  "kind": "interface",
59819
59936
  "locationInModule": {
59820
59937
  "filename": "src/javascript/biome/biome-config.ts",
59821
- "line": 2111
59938
+ "line": 2149
59822
59939
  },
59823
59940
  "name": "OverrideFilesConfiguration",
59824
59941
  "namespace": "javascript.biome_config",
@@ -59835,7 +59952,7 @@
59835
59952
  "immutable": true,
59836
59953
  "locationInModule": {
59837
59954
  "filename": "src/javascript/biome/biome-config.ts",
59838
- "line": 2117
59955
+ "line": 2155
59839
59956
  },
59840
59957
  "name": "maxSize",
59841
59958
  "optional": true,
@@ -59859,7 +59976,7 @@
59859
59976
  "kind": "interface",
59860
59977
  "locationInModule": {
59861
59978
  "filename": "src/javascript/biome/biome-config.ts",
59862
- "line": 2138
59979
+ "line": 2176
59863
59980
  },
59864
59981
  "name": "OverrideFormatterConfiguration",
59865
59982
  "namespace": "javascript.biome_config",
@@ -59876,7 +59993,7 @@
59876
59993
  "immutable": true,
59877
59994
  "locationInModule": {
59878
59995
  "filename": "src/javascript/biome/biome-config.ts",
59879
- "line": 2144
59996
+ "line": 2182
59880
59997
  },
59881
59998
  "name": "attributePosition",
59882
59999
  "optional": true,
@@ -59896,7 +60013,7 @@
59896
60013
  "immutable": true,
59897
60014
  "locationInModule": {
59898
60015
  "filename": "src/javascript/biome/biome-config.ts",
59899
- "line": 2151
60016
+ "line": 2189
59900
60017
  },
59901
60018
  "name": "bracketSameLine",
59902
60019
  "optional": true,
@@ -59918,7 +60035,7 @@
59918
60035
  "immutable": true,
59919
60036
  "locationInModule": {
59920
60037
  "filename": "src/javascript/biome/biome-config.ts",
59921
- "line": 2159
60038
+ "line": 2197
59922
60039
  },
59923
60040
  "name": "bracketSpacing",
59924
60041
  "optional": true,
@@ -59937,7 +60054,7 @@
59937
60054
  "immutable": true,
59938
60055
  "locationInModule": {
59939
60056
  "filename": "src/javascript/biome/biome-config.ts",
59940
- "line": 2164
60057
+ "line": 2202
59941
60058
  },
59942
60059
  "name": "enabled",
59943
60060
  "optional": true,
@@ -59959,7 +60076,7 @@
59959
60076
  "immutable": true,
59960
60077
  "locationInModule": {
59961
60078
  "filename": "src/javascript/biome/biome-config.ts",
59962
- "line": 2172
60079
+ "line": 2210
59963
60080
  },
59964
60081
  "name": "expand",
59965
60082
  "optional": true,
@@ -59979,7 +60096,7 @@
59979
60096
  "immutable": true,
59980
60097
  "locationInModule": {
59981
60098
  "filename": "src/javascript/biome/biome-config.ts",
59982
- "line": 2179
60099
+ "line": 2217
59983
60100
  },
59984
60101
  "name": "formatWithErrors",
59985
60102
  "optional": true,
@@ -59999,7 +60116,7 @@
59999
60116
  "immutable": true,
60000
60117
  "locationInModule": {
60001
60118
  "filename": "src/javascript/biome/biome-config.ts",
60002
- "line": 2186
60119
+ "line": 2224
60003
60120
  },
60004
60121
  "name": "indentSize",
60005
60122
  "optional": true,
@@ -60019,7 +60136,7 @@
60019
60136
  "immutable": true,
60020
60137
  "locationInModule": {
60021
60138
  "filename": "src/javascript/biome/biome-config.ts",
60022
- "line": 2193
60139
+ "line": 2231
60023
60140
  },
60024
60141
  "name": "indentStyle",
60025
60142
  "optional": true,
@@ -60039,7 +60156,7 @@
60039
60156
  "immutable": true,
60040
60157
  "locationInModule": {
60041
60158
  "filename": "src/javascript/biome/biome-config.ts",
60042
- "line": 2200
60159
+ "line": 2238
60043
60160
  },
60044
60161
  "name": "indentWidth",
60045
60162
  "optional": true,
@@ -60059,7 +60176,7 @@
60059
60176
  "immutable": true,
60060
60177
  "locationInModule": {
60061
60178
  "filename": "src/javascript/biome/biome-config.ts",
60062
- "line": 2207
60179
+ "line": 2245
60063
60180
  },
60064
60181
  "name": "lineEnding",
60065
60182
  "optional": true,
@@ -60081,7 +60198,7 @@
60081
60198
  "immutable": true,
60082
60199
  "locationInModule": {
60083
60200
  "filename": "src/javascript/biome/biome-config.ts",
60084
- "line": 2215
60201
+ "line": 2253
60085
60202
  },
60086
60203
  "name": "lineWidth",
60087
60204
  "optional": true,
@@ -60105,7 +60222,7 @@
60105
60222
  "kind": "interface",
60106
60223
  "locationInModule": {
60107
60224
  "filename": "src/javascript/biome/biome-config.ts",
60108
- "line": 2246
60225
+ "line": 2284
60109
60226
  },
60110
60227
  "name": "OverrideLinterConfiguration",
60111
60228
  "namespace": "javascript.biome_config",
@@ -60122,7 +60239,7 @@
60122
60239
  "immutable": true,
60123
60240
  "locationInModule": {
60124
60241
  "filename": "src/javascript/biome/biome-config.ts",
60125
- "line": 2252
60242
+ "line": 2290
60126
60243
  },
60127
60244
  "name": "domains",
60128
60245
  "optional": true,
@@ -60148,7 +60265,7 @@
60148
60265
  "immutable": true,
60149
60266
  "locationInModule": {
60150
60267
  "filename": "src/javascript/biome/biome-config.ts",
60151
- "line": 2259
60268
+ "line": 2297
60152
60269
  },
60153
60270
  "name": "enabled",
60154
60271
  "optional": true,
@@ -60168,7 +60285,7 @@
60168
60285
  "immutable": true,
60169
60286
  "locationInModule": {
60170
60287
  "filename": "src/javascript/biome/biome-config.ts",
60171
- "line": 2266
60288
+ "line": 2304
60172
60289
  },
60173
60290
  "name": "rules",
60174
60291
  "optional": true,
@@ -60463,7 +60580,7 @@
60463
60580
  "kind": "enum",
60464
60581
  "locationInModule": {
60465
60582
  "filename": "src/javascript/biome/biome-config.ts",
60466
- "line": 2416
60583
+ "line": 2464
60467
60584
  },
60468
60585
  "members": [
60469
60586
  {
@@ -60497,7 +60614,7 @@
60497
60614
  "kind": "enum",
60498
60615
  "locationInModule": {
60499
60616
  "filename": "src/javascript/biome/biome-config.ts",
60500
- "line": 2360
60617
+ "line": 2398
60501
60618
  },
60502
60619
  "members": [
60503
60620
  {
@@ -60531,7 +60648,7 @@
60531
60648
  "kind": "enum",
60532
60649
  "locationInModule": {
60533
60650
  "filename": "src/javascript/biome/biome-config.ts",
60534
- "line": 1989
60651
+ "line": 2027
60535
60652
  },
60536
60653
  "members": [
60537
60654
  {
@@ -60573,7 +60690,7 @@
60573
60690
  "kind": "interface",
60574
60691
  "locationInModule": {
60575
60692
  "filename": "src/javascript/biome/biome-config.ts",
60576
- "line": 2001
60693
+ "line": 2039
60577
60694
  },
60578
60695
  "name": "Rules",
60579
60696
  "namespace": "javascript.biome_config",
@@ -60589,7 +60706,7 @@
60589
60706
  "immutable": true,
60590
60707
  "locationInModule": {
60591
60708
  "filename": "src/javascript/biome/biome-config.ts",
60592
- "line": 2005
60709
+ "line": 2043
60593
60710
  },
60594
60711
  "name": "a11Y",
60595
60712
  "optional": true,
@@ -60608,7 +60725,7 @@
60608
60725
  "immutable": true,
60609
60726
  "locationInModule": {
60610
60727
  "filename": "src/javascript/biome/biome-config.ts",
60611
- "line": 2010
60728
+ "line": 2048
60612
60729
  },
60613
60730
  "name": "complexity",
60614
60731
  "optional": true,
@@ -60627,7 +60744,7 @@
60627
60744
  "immutable": true,
60628
60745
  "locationInModule": {
60629
60746
  "filename": "src/javascript/biome/biome-config.ts",
60630
- "line": 2015
60747
+ "line": 2053
60631
60748
  },
60632
60749
  "name": "correctness",
60633
60750
  "optional": true,
@@ -60646,7 +60763,7 @@
60646
60763
  "immutable": true,
60647
60764
  "locationInModule": {
60648
60765
  "filename": "src/javascript/biome/biome-config.ts",
60649
- "line": 2020
60766
+ "line": 2058
60650
60767
  },
60651
60768
  "name": "nursery",
60652
60769
  "optional": true,
@@ -60665,7 +60782,7 @@
60665
60782
  "immutable": true,
60666
60783
  "locationInModule": {
60667
60784
  "filename": "src/javascript/biome/biome-config.ts",
60668
- "line": 2025
60785
+ "line": 2063
60669
60786
  },
60670
60787
  "name": "performance",
60671
60788
  "optional": true,
@@ -60686,7 +60803,7 @@
60686
60803
  "immutable": true,
60687
60804
  "locationInModule": {
60688
60805
  "filename": "src/javascript/biome/biome-config.ts",
60689
- "line": 2032
60806
+ "line": 2070
60690
60807
  },
60691
60808
  "name": "recommended",
60692
60809
  "optional": true,
@@ -60705,7 +60822,7 @@
60705
60822
  "immutable": true,
60706
60823
  "locationInModule": {
60707
60824
  "filename": "src/javascript/biome/biome-config.ts",
60708
- "line": 2037
60825
+ "line": 2075
60709
60826
  },
60710
60827
  "name": "security",
60711
60828
  "optional": true,
@@ -60724,7 +60841,7 @@
60724
60841
  "immutable": true,
60725
60842
  "locationInModule": {
60726
60843
  "filename": "src/javascript/biome/biome-config.ts",
60727
- "line": 2042
60844
+ "line": 2080
60728
60845
  },
60729
60846
  "name": "style",
60730
60847
  "optional": true,
@@ -60743,7 +60860,7 @@
60743
60860
  "immutable": true,
60744
60861
  "locationInModule": {
60745
60862
  "filename": "src/javascript/biome/biome-config.ts",
60746
- "line": 2047
60863
+ "line": 2085
60747
60864
  },
60748
60865
  "name": "suspicious",
60749
60866
  "optional": true,
@@ -60767,7 +60884,7 @@
60767
60884
  "kind": "enum",
60768
60885
  "locationInModule": {
60769
60886
  "filename": "src/javascript/biome/biome-config.ts",
60770
- "line": 2372
60887
+ "line": 2410
60771
60888
  },
60772
60889
  "members": [
60773
60890
  {
@@ -60801,7 +60918,7 @@
60801
60918
  "kind": "enum",
60802
60919
  "locationInModule": {
60803
60920
  "filename": "src/javascript/biome/biome-config.ts",
60804
- "line": 2426
60921
+ "line": 2474
60805
60922
  },
60806
60923
  "members": [
60807
60924
  {
@@ -60837,7 +60954,7 @@
60837
60954
  "kind": "interface",
60838
60955
  "locationInModule": {
60839
60956
  "filename": "src/javascript/biome/biome-config.ts",
60840
- "line": 2301
60957
+ "line": 2339
60841
60958
  },
60842
60959
  "name": "Source",
60843
60960
  "namespace": "javascript.biome_config",
@@ -60854,7 +60971,7 @@
60854
60971
  "immutable": true,
60855
60972
  "locationInModule": {
60856
60973
  "filename": "src/javascript/biome/biome-config.ts",
60857
- "line": 2307
60974
+ "line": 2345
60858
60975
  },
60859
60976
  "name": "organizeImports",
60860
60977
  "optional": true,
@@ -60874,7 +60991,7 @@
60874
60991
  "immutable": true,
60875
60992
  "locationInModule": {
60876
60993
  "filename": "src/javascript/biome/biome-config.ts",
60877
- "line": 2314
60994
+ "line": 2352
60878
60995
  },
60879
60996
  "name": "recommended",
60880
60997
  "optional": true,
@@ -60894,7 +61011,7 @@
60894
61011
  "immutable": true,
60895
61012
  "locationInModule": {
60896
61013
  "filename": "src/javascript/biome/biome-config.ts",
60897
- "line": 2321
61014
+ "line": 2359
60898
61015
  },
60899
61016
  "name": "useSortedAttributes",
60900
61017
  "optional": true,
@@ -60914,7 +61031,7 @@
60914
61031
  "immutable": true,
60915
61032
  "locationInModule": {
60916
61033
  "filename": "src/javascript/biome/biome-config.ts",
60917
- "line": 2328
61034
+ "line": 2366
60918
61035
  },
60919
61036
  "name": "useSortedKeys",
60920
61037
  "optional": true,
@@ -60934,7 +61051,7 @@
60934
61051
  "immutable": true,
60935
61052
  "locationInModule": {
60936
61053
  "filename": "src/javascript/biome/biome-config.ts",
60937
- "line": 2335
61054
+ "line": 2373
60938
61055
  },
60939
61056
  "name": "useSortedProperties",
60940
61057
  "optional": true,
@@ -60958,7 +61075,7 @@
60958
61075
  "kind": "enum",
60959
61076
  "locationInModule": {
60960
61077
  "filename": "src/javascript/biome/biome-config.ts",
60961
- "line": 2438
61078
+ "line": 2486
60962
61079
  },
60963
61080
  "members": [
60964
61081
  {
@@ -60999,7 +61116,7 @@
60999
61116
  "kind": "enum",
61000
61117
  "locationInModule": {
61001
61118
  "filename": "src/javascript/biome/biome-config.ts",
61002
- "line": 2450
61119
+ "line": 2498
61003
61120
  },
61004
61121
  "members": [
61005
61122
  {
@@ -61034,7 +61151,7 @@
61034
61151
  "kind": "enum",
61035
61152
  "locationInModule": {
61036
61153
  "filename": "src/javascript/biome/biome-config.ts",
61037
- "line": 2291
61154
+ "line": 2329
61038
61155
  },
61039
61156
  "members": [
61040
61157
  {
@@ -61187,7 +61304,7 @@
61187
61304
  "kind": "enum",
61188
61305
  "locationInModule": {
61189
61306
  "filename": "src/javascript/biome/biome-config.ts",
61190
- "line": 2394
61307
+ "line": 2432
61191
61308
  },
61192
61309
  "members": [
61193
61310
  {
@@ -64436,7 +64553,7 @@
64436
64553
  "kind": "enum",
64437
64554
  "locationInModule": {
64438
64555
  "filename": "src/release/publisher.ts",
64439
- "line": 989
64556
+ "line": 1020
64440
64557
  },
64441
64558
  "members": [
64442
64559
  {
@@ -64470,7 +64587,7 @@
64470
64587
  "kind": "interface",
64471
64588
  "locationInModule": {
64472
64589
  "filename": "src/release/publisher.ts",
64473
- "line": 1007
64590
+ "line": 1038
64474
64591
  },
64475
64592
  "name": "CodeArtifactOptions",
64476
64593
  "namespace": "release",
@@ -64486,7 +64603,7 @@
64486
64603
  "immutable": true,
64487
64604
  "locationInModule": {
64488
64605
  "filename": "src/release/publisher.ts",
64489
- "line": 1023
64606
+ "line": 1054
64490
64607
  },
64491
64608
  "name": "accessKeyIdSecret",
64492
64609
  "optional": true,
@@ -64504,7 +64621,7 @@
64504
64621
  "immutable": true,
64505
64622
  "locationInModule": {
64506
64623
  "filename": "src/release/publisher.ts",
64507
- "line": 1013
64624
+ "line": 1044
64508
64625
  },
64509
64626
  "name": "authProvider",
64510
64627
  "optional": true,
@@ -64523,7 +64640,7 @@
64523
64640
  "immutable": true,
64524
64641
  "locationInModule": {
64525
64642
  "filename": "src/release/publisher.ts",
64526
- "line": 1043
64643
+ "line": 1074
64527
64644
  },
64528
64645
  "name": "roleToAssume",
64529
64646
  "optional": true,
@@ -64542,7 +64659,7 @@
64542
64659
  "immutable": true,
64543
64660
  "locationInModule": {
64544
64661
  "filename": "src/release/publisher.ts",
64545
- "line": 1034
64662
+ "line": 1065
64546
64663
  },
64547
64664
  "name": "secretAccessKeySecret",
64548
64665
  "optional": true,
@@ -64564,7 +64681,7 @@
64564
64681
  "kind": "interface",
64565
64682
  "locationInModule": {
64566
64683
  "filename": "src/release/publisher.ts",
64567
- "line": 879
64684
+ "line": 894
64568
64685
  },
64569
64686
  "name": "CommonPublishOptions",
64570
64687
  "namespace": "release",
@@ -64580,7 +64697,7 @@
64580
64697
  "immutable": true,
64581
64698
  "locationInModule": {
64582
64699
  "filename": "src/release/publisher.ts",
64583
- "line": 916
64700
+ "line": 931
64584
64701
  },
64585
64702
  "name": "githubEnvironment",
64586
64703
  "optional": true,
@@ -64598,7 +64715,7 @@
64598
64715
  "immutable": true,
64599
64716
  "locationInModule": {
64600
64717
  "filename": "src/release/publisher.ts",
64601
- "line": 898
64718
+ "line": 913
64602
64719
  },
64603
64720
  "name": "postPublishSteps",
64604
64721
  "optional": true,
@@ -64621,7 +64738,7 @@
64621
64738
  "immutable": true,
64622
64739
  "locationInModule": {
64623
64740
  "filename": "src/release/publisher.ts",
64624
- "line": 889
64741
+ "line": 904
64625
64742
  },
64626
64743
  "name": "prePublishSteps",
64627
64744
  "optional": true,
@@ -64644,7 +64761,7 @@
64644
64761
  "immutable": true,
64645
64762
  "locationInModule": {
64646
64763
  "filename": "src/release/publisher.ts",
64647
- "line": 904
64764
+ "line": 919
64648
64765
  },
64649
64766
  "name": "publishTools",
64650
64767
  "optional": true,
@@ -64709,7 +64826,7 @@
64709
64826
  "kind": "interface",
64710
64827
  "locationInModule": {
64711
64828
  "filename": "src/release/publisher.ts",
64712
- "line": 1313
64829
+ "line": 1364
64713
64830
  },
64714
64831
  "name": "GitHubReleasesPublishOptions",
64715
64832
  "namespace": "release",
@@ -64724,7 +64841,7 @@
64724
64841
  "immutable": true,
64725
64842
  "locationInModule": {
64726
64843
  "filename": "src/release/publisher.ts",
64727
- "line": 1276
64844
+ "line": 1327
64728
64845
  },
64729
64846
  "name": "changelogFile",
64730
64847
  "type": {
@@ -64741,7 +64858,7 @@
64741
64858
  "immutable": true,
64742
64859
  "locationInModule": {
64743
64860
  "filename": "src/release/publisher.ts",
64744
- "line": 1269
64861
+ "line": 1320
64745
64862
  },
64746
64863
  "name": "releaseTagFile",
64747
64864
  "type": {
@@ -64758,7 +64875,7 @@
64758
64875
  "immutable": true,
64759
64876
  "locationInModule": {
64760
64877
  "filename": "src/release/publisher.ts",
64761
- "line": 1262
64878
+ "line": 1313
64762
64879
  },
64763
64880
  "name": "versionFile",
64764
64881
  "type": {
@@ -64779,7 +64896,7 @@
64779
64896
  "kind": "interface",
64780
64897
  "locationInModule": {
64781
64898
  "filename": "src/release/publisher.ts",
64782
- "line": 1320
64899
+ "line": 1371
64783
64900
  },
64784
64901
  "name": "GitPublishOptions",
64785
64902
  "namespace": "release",
@@ -64794,7 +64911,7 @@
64794
64911
  "immutable": true,
64795
64912
  "locationInModule": {
64796
64913
  "filename": "src/release/publisher.ts",
64797
- "line": 1276
64914
+ "line": 1327
64798
64915
  },
64799
64916
  "name": "changelogFile",
64800
64917
  "type": {
@@ -64811,7 +64928,7 @@
64811
64928
  "immutable": true,
64812
64929
  "locationInModule": {
64813
64930
  "filename": "src/release/publisher.ts",
64814
- "line": 1269
64931
+ "line": 1320
64815
64932
  },
64816
64933
  "name": "releaseTagFile",
64817
64934
  "type": {
@@ -64828,7 +64945,7 @@
64828
64945
  "immutable": true,
64829
64946
  "locationInModule": {
64830
64947
  "filename": "src/release/publisher.ts",
64831
- "line": 1262
64948
+ "line": 1313
64832
64949
  },
64833
64950
  "name": "versionFile",
64834
64951
  "type": {
@@ -64845,7 +64962,7 @@
64845
64962
  "immutable": true,
64846
64963
  "locationInModule": {
64847
64964
  "filename": "src/release/publisher.ts",
64848
- "line": 1331
64965
+ "line": 1382
64849
64966
  },
64850
64967
  "name": "gitBranch",
64851
64968
  "optional": true,
@@ -64863,7 +64980,7 @@
64863
64980
  "immutable": true,
64864
64981
  "locationInModule": {
64865
64982
  "filename": "src/release/publisher.ts",
64866
- "line": 1338
64983
+ "line": 1389
64867
64984
  },
64868
64985
  "name": "gitPushCommand",
64869
64986
  "optional": true,
@@ -64880,7 +64997,7 @@
64880
64997
  "immutable": true,
64881
64998
  "locationInModule": {
64882
64999
  "filename": "src/release/publisher.ts",
64883
- "line": 1324
65000
+ "line": 1375
64884
65001
  },
64885
65002
  "name": "projectChangelogFile",
64886
65003
  "optional": true,
@@ -64905,7 +65022,7 @@
64905
65022
  "kind": "interface",
64906
65023
  "locationInModule": {
64907
65024
  "filename": "src/release/publisher.ts",
64908
- "line": 1201
65025
+ "line": 1252
64909
65026
  },
64910
65027
  "name": "GoPublishOptions",
64911
65028
  "namespace": "release",
@@ -64920,7 +65037,7 @@
64920
65037
  "immutable": true,
64921
65038
  "locationInModule": {
64922
65039
  "filename": "src/release/publisher.ts",
64923
- "line": 1234
65040
+ "line": 1285
64924
65041
  },
64925
65042
  "name": "gitBranch",
64926
65043
  "optional": true,
@@ -64938,7 +65055,7 @@
64938
65055
  "immutable": true,
64939
65056
  "locationInModule": {
64940
65057
  "filename": "src/release/publisher.ts",
64941
- "line": 1253
65058
+ "line": 1304
64942
65059
  },
64943
65060
  "name": "gitCommitMessage",
64944
65061
  "optional": true,
@@ -64957,7 +65074,7 @@
64957
65074
  "immutable": true,
64958
65075
  "locationInModule": {
64959
65076
  "filename": "src/release/publisher.ts",
64960
- "line": 1220
65077
+ "line": 1271
64961
65078
  },
64962
65079
  "name": "githubDeployKeySecret",
64963
65080
  "optional": true,
@@ -64976,7 +65093,7 @@
64976
65093
  "immutable": true,
64977
65094
  "locationInModule": {
64978
65095
  "filename": "src/release/publisher.ts",
64979
- "line": 1210
65096
+ "line": 1261
64980
65097
  },
64981
65098
  "name": "githubTokenSecret",
64982
65099
  "optional": true,
@@ -64994,7 +65111,7 @@
64994
65111
  "immutable": true,
64995
65112
  "locationInModule": {
64996
65113
  "filename": "src/release/publisher.ts",
64997
- "line": 1227
65114
+ "line": 1278
64998
65115
  },
64999
65116
  "name": "githubUseSsh",
65000
65117
  "optional": true,
@@ -65012,7 +65129,7 @@
65012
65129
  "immutable": true,
65013
65130
  "locationInModule": {
65014
65131
  "filename": "src/release/publisher.ts",
65015
- "line": 1246
65132
+ "line": 1297
65016
65133
  },
65017
65134
  "name": "gitUserEmail",
65018
65135
  "optional": true,
@@ -65030,7 +65147,7 @@
65030
65147
  "immutable": true,
65031
65148
  "locationInModule": {
65032
65149
  "filename": "src/release/publisher.ts",
65033
- "line": 1240
65150
+ "line": 1291
65034
65151
  },
65035
65152
  "name": "gitUserName",
65036
65153
  "optional": true,
@@ -65055,7 +65172,7 @@
65055
65172
  "kind": "interface",
65056
65173
  "locationInModule": {
65057
65174
  "filename": "src/release/publisher.ts",
65058
- "line": 1196
65175
+ "line": 1247
65059
65176
  },
65060
65177
  "name": "JsiiReleaseGo",
65061
65178
  "namespace": "release",
@@ -65075,7 +65192,7 @@
65075
65192
  "kind": "interface",
65076
65193
  "locationInModule": {
65077
65194
  "filename": "src/release/publisher.ts",
65078
- "line": 1107
65195
+ "line": 1158
65079
65196
  },
65080
65197
  "name": "JsiiReleaseMaven",
65081
65198
  "namespace": "release",
@@ -65095,7 +65212,7 @@
65095
65212
  "kind": "interface",
65096
65213
  "locationInModule": {
65097
65214
  "filename": "src/release/publisher.ts",
65098
- "line": 922
65215
+ "line": 937
65099
65216
  },
65100
65217
  "name": "JsiiReleaseNpm",
65101
65218
  "namespace": "release",
@@ -65115,7 +65232,7 @@
65115
65232
  "kind": "interface",
65116
65233
  "locationInModule": {
65117
65234
  "filename": "src/release/publisher.ts",
65118
- "line": 1085
65235
+ "line": 1136
65119
65236
  },
65120
65237
  "name": "JsiiReleaseNuget",
65121
65238
  "namespace": "release",
@@ -65135,7 +65252,7 @@
65135
65252
  "kind": "interface",
65136
65253
  "locationInModule": {
65137
65254
  "filename": "src/release/publisher.ts",
65138
- "line": 1049
65255
+ "line": 1080
65139
65256
  },
65140
65257
  "name": "JsiiReleasePyPi",
65141
65258
  "namespace": "release",
@@ -65228,7 +65345,7 @@
65228
65345
  "kind": "interface",
65229
65346
  "locationInModule": {
65230
65347
  "filename": "src/release/publisher.ts",
65231
- "line": 1112
65348
+ "line": 1163
65232
65349
  },
65233
65350
  "name": "MavenPublishOptions",
65234
65351
  "namespace": "release",
@@ -65244,7 +65361,7 @@
65244
65361
  "immutable": true,
65245
65362
  "locationInModule": {
65246
65363
  "filename": "src/release/publisher.ts",
65247
- "line": 1118
65364
+ "line": 1169
65248
65365
  },
65249
65366
  "name": "mavenEndpoint",
65250
65367
  "optional": true,
@@ -65264,7 +65381,7 @@
65264
65381
  "immutable": true,
65265
65382
  "locationInModule": {
65266
65383
  "filename": "src/release/publisher.ts",
65267
- "line": 1153
65384
+ "line": 1204
65268
65385
  },
65269
65386
  "name": "mavenGpgPrivateKeyPassphrase",
65270
65387
  "optional": true,
@@ -65284,7 +65401,7 @@
65284
65401
  "immutable": true,
65285
65402
  "locationInModule": {
65286
65403
  "filename": "src/release/publisher.ts",
65287
- "line": 1144
65404
+ "line": 1195
65288
65405
  },
65289
65406
  "name": "mavenGpgPrivateKeySecret",
65290
65407
  "optional": true,
@@ -65304,7 +65421,7 @@
65304
65421
  "immutable": true,
65305
65422
  "locationInModule": {
65306
65423
  "filename": "src/release/publisher.ts",
65307
- "line": 1179
65424
+ "line": 1230
65308
65425
  },
65309
65426
  "name": "mavenPassword",
65310
65427
  "optional": true,
@@ -65322,7 +65439,7 @@
65322
65439
  "immutable": true,
65323
65440
  "locationInModule": {
65324
65441
  "filename": "src/release/publisher.ts",
65325
- "line": 1134
65442
+ "line": 1185
65326
65443
  },
65327
65444
  "name": "mavenRepositoryUrl",
65328
65445
  "optional": true,
@@ -65341,7 +65458,7 @@
65341
65458
  "immutable": true,
65342
65459
  "locationInModule": {
65343
65460
  "filename": "src/release/publisher.ts",
65344
- "line": 1127
65461
+ "line": 1178
65345
65462
  },
65346
65463
  "name": "mavenServerId",
65347
65464
  "optional": true,
@@ -65359,7 +65476,7 @@
65359
65476
  "immutable": true,
65360
65477
  "locationInModule": {
65361
65478
  "filename": "src/release/publisher.ts",
65362
- "line": 1190
65479
+ "line": 1241
65363
65480
  },
65364
65481
  "name": "mavenStagingProfileId",
65365
65482
  "optional": true,
@@ -65379,7 +65496,7 @@
65379
65496
  "immutable": true,
65380
65497
  "locationInModule": {
65381
65498
  "filename": "src/release/publisher.ts",
65382
- "line": 1166
65499
+ "line": 1217
65383
65500
  },
65384
65501
  "name": "mavenUsername",
65385
65502
  "optional": true,
@@ -65404,7 +65521,7 @@
65404
65521
  "kind": "interface",
65405
65522
  "locationInModule": {
65406
65523
  "filename": "src/release/publisher.ts",
65407
- "line": 927
65524
+ "line": 942
65408
65525
  },
65409
65526
  "name": "NpmPublishOptions",
65410
65527
  "namespace": "release",
@@ -65412,14 +65529,14 @@
65412
65529
  {
65413
65530
  "abstract": true,
65414
65531
  "docs": {
65415
- "default": "- undefined",
65532
+ "default": "- package is not published to",
65416
65533
  "stability": "experimental",
65417
65534
  "summary": "Options for publishing npm package to AWS CodeArtifact."
65418
65535
  },
65419
65536
  "immutable": true,
65420
65537
  "locationInModule": {
65421
65538
  "filename": "src/release/publisher.ts",
65422
- "line": 983
65539
+ "line": 1014
65423
65540
  },
65424
65541
  "name": "codeArtifactOptions",
65425
65542
  "optional": true,
@@ -65439,7 +65556,7 @@
65439
65556
  "immutable": true,
65440
65557
  "locationInModule": {
65441
65558
  "filename": "src/release/publisher.ts",
65442
- "line": 945
65559
+ "line": 960
65443
65560
  },
65444
65561
  "name": "distTag",
65445
65562
  "optional": true,
@@ -65450,8 +65567,8 @@
65450
65567
  {
65451
65568
  "abstract": true,
65452
65569
  "docs": {
65453
- "default": "- undefined",
65454
- "remarks": "Note that this component is using `publib` to publish packages,\nwhich is using npm internally and supports provenance statements independently of the package manager used.",
65570
+ "default": "- enabled for for public packages using trusted publishing, disabled otherwise",
65571
+ "remarks": "Note that this component is using `publib` to publish packages,\nwhich is using npm internally and supports provenance statements independently of the package manager used.\n\nOnly works in supported CI/CD environments.",
65455
65572
  "see": "https://docs.npmjs.com/generating-provenance-statements",
65456
65573
  "stability": "experimental",
65457
65574
  "summary": "Should provenance statements be generated when package is published."
@@ -65459,7 +65576,7 @@
65459
65576
  "immutable": true,
65460
65577
  "locationInModule": {
65461
65578
  "filename": "src/release/publisher.ts",
65462
- "line": 976
65579
+ "line": 1007
65463
65580
  },
65464
65581
  "name": "npmProvenance",
65465
65582
  "optional": true,
@@ -65472,12 +65589,12 @@
65472
65589
  "docs": {
65473
65590
  "default": "- \"NPM_TOKEN\" or \"GITHUB_TOKEN\" if `registry` is set to `npm.pkg.github.com`.",
65474
65591
  "stability": "experimental",
65475
- "summary": "GitHub secret which contains the NPM token to use when publishing packages."
65592
+ "summary": "GitHub secret which contains the NPM token to use for publishing packages."
65476
65593
  },
65477
65594
  "immutable": true,
65478
65595
  "locationInModule": {
65479
65596
  "filename": "src/release/publisher.ts",
65480
- "line": 965
65597
+ "line": 981
65481
65598
  },
65482
65599
  "name": "npmTokenSecret",
65483
65600
  "optional": true,
@@ -65497,13 +65614,33 @@
65497
65614
  "immutable": true,
65498
65615
  "locationInModule": {
65499
65616
  "filename": "src/release/publisher.ts",
65500
- "line": 959
65617
+ "line": 974
65501
65618
  },
65502
65619
  "name": "registry",
65503
65620
  "optional": true,
65504
65621
  "type": {
65505
65622
  "primitive": "string"
65506
65623
  }
65624
+ },
65625
+ {
65626
+ "abstract": true,
65627
+ "docs": {
65628
+ "default": "- false",
65629
+ "remarks": "Requires npm CLI version 11.5.1 or later, this is NOT ensured automatically.\nWhen used, `npmTokenSecret` will be ignored.",
65630
+ "see": "https://docs.npmjs.com/trusted-publishers",
65631
+ "stability": "experimental",
65632
+ "summary": "Use trusted publishing for publishing to npmjs.com Needs to be pre-configured on npm.js to work."
65633
+ },
65634
+ "immutable": true,
65635
+ "locationInModule": {
65636
+ "filename": "src/release/publisher.ts",
65637
+ "line": 994
65638
+ },
65639
+ "name": "trustedPublishing",
65640
+ "optional": true,
65641
+ "type": {
65642
+ "primitive": "boolean"
65643
+ }
65507
65644
  }
65508
65645
  ],
65509
65646
  "symbolId": "src/release/publisher:NpmPublishOptions"
@@ -65522,7 +65659,7 @@
65522
65659
  "kind": "interface",
65523
65660
  "locationInModule": {
65524
65661
  "filename": "src/release/publisher.ts",
65525
- "line": 1090
65662
+ "line": 1141
65526
65663
  },
65527
65664
  "name": "NugetPublishOptions",
65528
65665
  "namespace": "release",
@@ -65537,7 +65674,7 @@
65537
65674
  "immutable": true,
65538
65675
  "locationInModule": {
65539
65676
  "filename": "src/release/publisher.ts",
65540
- "line": 1096
65677
+ "line": 1147
65541
65678
  },
65542
65679
  "name": "nugetApiKeySecret",
65543
65680
  "optional": true,
@@ -65554,7 +65691,7 @@
65554
65691
  "immutable": true,
65555
65692
  "locationInModule": {
65556
65693
  "filename": "src/release/publisher.ts",
65557
- "line": 1101
65694
+ "line": 1152
65558
65695
  },
65559
65696
  "name": "nugetServer",
65560
65697
  "optional": true,
@@ -65708,7 +65845,7 @@
65708
65845
  },
65709
65846
  "locationInModule": {
65710
65847
  "filename": "src/release/publisher.ts",
65711
- "line": 597
65848
+ "line": 612
65712
65849
  },
65713
65850
  "name": "publishToGo",
65714
65851
  "parameters": [
@@ -65731,7 +65868,7 @@
65731
65868
  },
65732
65869
  "locationInModule": {
65733
65870
  "filename": "src/release/publisher.ts",
65734
- "line": 447
65871
+ "line": 453
65735
65872
  },
65736
65873
  "name": "publishToMaven",
65737
65874
  "parameters": [
@@ -65777,7 +65914,7 @@
65777
65914
  },
65778
65915
  "locationInModule": {
65779
65916
  "filename": "src/release/publisher.ts",
65780
- "line": 413
65917
+ "line": 419
65781
65918
  },
65782
65919
  "name": "publishToNuget",
65783
65920
  "parameters": [
@@ -65800,7 +65937,7 @@
65800
65937
  },
65801
65938
  "locationInModule": {
65802
65939
  "filename": "src/release/publisher.ts",
65803
- "line": 519
65940
+ "line": 525
65804
65941
  },
65805
65942
  "name": "publishToPyPi",
65806
65943
  "parameters": [
@@ -66191,11 +66328,31 @@
66191
66328
  "kind": "interface",
66192
66329
  "locationInModule": {
66193
66330
  "filename": "src/release/publisher.ts",
66194
- "line": 1054
66331
+ "line": 1085
66195
66332
  },
66196
66333
  "name": "PyPiPublishOptions",
66197
66334
  "namespace": "release",
66198
66335
  "properties": [
66336
+ {
66337
+ "abstract": true,
66338
+ "docs": {
66339
+ "default": "- enabled when using trusted publishing, otherwise not applicable",
66340
+ "remarks": "Attestations provide package provenance and integrity an can be viewed on PyPI.\nThey are only available when using a Trusted Publisher for publishing.",
66341
+ "see": "https://docs.pypi.org/attestations/producing-attestations/",
66342
+ "stability": "experimental",
66343
+ "summary": "Generate and publish cryptographic attestations for files uploaded to PyPI."
66344
+ },
66345
+ "immutable": true,
66346
+ "locationInModule": {
66347
+ "filename": "src/release/publisher.ts",
66348
+ "line": 1123
66349
+ },
66350
+ "name": "attestations",
66351
+ "optional": true,
66352
+ "type": {
66353
+ "primitive": "boolean"
66354
+ }
66355
+ },
66199
66356
  {
66200
66357
  "abstract": true,
66201
66358
  "docs": {
@@ -66206,7 +66363,7 @@
66206
66363
  "immutable": true,
66207
66364
  "locationInModule": {
66208
66365
  "filename": "src/release/publisher.ts",
66209
- "line": 1079
66366
+ "line": 1130
66210
66367
  },
66211
66368
  "name": "codeArtifactOptions",
66212
66369
  "optional": true,
@@ -66214,6 +66371,25 @@
66214
66371
  "fqn": "projen.release.CodeArtifactOptions"
66215
66372
  }
66216
66373
  },
66374
+ {
66375
+ "abstract": true,
66376
+ "docs": {
66377
+ "remarks": "Needs to be setup in PyPI.",
66378
+ "see": "https://docs.pypi.org/trusted-publishers/adding-a-publisher/",
66379
+ "stability": "experimental",
66380
+ "summary": "Use PyPI trusted publishing instead of tokens or username & password."
66381
+ },
66382
+ "immutable": true,
66383
+ "locationInModule": {
66384
+ "filename": "src/release/publisher.ts",
66385
+ "line": 1112
66386
+ },
66387
+ "name": "trustedPublishing",
66388
+ "optional": true,
66389
+ "type": {
66390
+ "primitive": "boolean"
66391
+ }
66392
+ },
66217
66393
  {
66218
66394
  "abstract": true,
66219
66395
  "docs": {
@@ -66224,7 +66400,7 @@
66224
66400
  "immutable": true,
66225
66401
  "locationInModule": {
66226
66402
  "filename": "src/release/publisher.ts",
66227
- "line": 1072
66403
+ "line": 1103
66228
66404
  },
66229
66405
  "name": "twinePasswordSecret",
66230
66406
  "optional": true,
@@ -66242,7 +66418,7 @@
66242
66418
  "immutable": true,
66243
66419
  "locationInModule": {
66244
66420
  "filename": "src/release/publisher.ts",
66245
- "line": 1060
66421
+ "line": 1091
66246
66422
  },
66247
66423
  "name": "twineRegistryUrl",
66248
66424
  "optional": true,
@@ -66260,7 +66436,7 @@
66260
66436
  "immutable": true,
66261
66437
  "locationInModule": {
66262
66438
  "filename": "src/release/publisher.ts",
66263
- "line": 1066
66439
+ "line": 1097
66264
66440
  },
66265
66441
  "name": "twineUsernameSecret",
66266
66442
  "optional": true,
@@ -68250,7 +68426,7 @@
68250
68426
  },
68251
68427
  "locationInModule": {
68252
68428
  "filename": "src/typescript/typescript.ts",
68253
- "line": 836
68429
+ "line": 840
68254
68430
  },
68255
68431
  "parameters": [
68256
68432
  {
@@ -68264,7 +68440,7 @@
68264
68440
  "kind": "class",
68265
68441
  "locationInModule": {
68266
68442
  "filename": "src/typescript/typescript.ts",
68267
- "line": 835
68443
+ "line": 839
68268
68444
  },
68269
68445
  "name": "TypeScriptAppProject",
68270
68446
  "namespace": "typescript",
@@ -68298,7 +68474,7 @@
68298
68474
  "kind": "class",
68299
68475
  "locationInModule": {
68300
68476
  "filename": "src/typescript/typescript.ts",
68301
- "line": 853
68477
+ "line": 857
68302
68478
  },
68303
68479
  "name": "TypeScriptLibraryProject",
68304
68480
  "namespace": "typescript",
@@ -68318,7 +68494,7 @@
68318
68494
  "kind": "interface",
68319
68495
  "locationInModule": {
68320
68496
  "filename": "src/typescript/typescript.ts",
68321
- "line": 858
68497
+ "line": 862
68322
68498
  },
68323
68499
  "name": "TypeScriptLibraryProjectOptions",
68324
68500
  "namespace": "typescript",
@@ -71639,6 +71815,6 @@
71639
71815
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
71640
71816
  }
71641
71817
  },
71642
- "version": "0.95.2",
71643
- "fingerprint": "IYMYGLnPqrlqXVKKH4U88/WDi0GsH7/0gkZbFHn/jC0="
71818
+ "version": "0.95.4",
71819
+ "fingerprint": "Br4FXo4H0BD1Hk4txSrR2G1khrINLbl3iiVl5jrf/dM="
71644
71820
  }