projen 0.103.17 → 0.103.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (164) hide show
  1. package/.jsii +376 -255
  2. package/lib/ai-instructions.js +2 -2
  3. package/lib/awscdk/auto-discover.js +6 -6
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +1 -1
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +3 -3
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-build.js +1 -1
  22. package/lib/cdk/jsii-docgen.js +1 -1
  23. package/lib/cdk/jsii-project.js +1 -1
  24. package/lib/cdk8s/auto-discover.js +2 -2
  25. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  26. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  27. package/lib/cdk8s/cdk8s-construct.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  29. package/lib/cdk8s/cdk8s-deps.js +1 -1
  30. package/lib/cdk8s/integration-test.js +1 -1
  31. package/lib/cdktf/cdktf-construct.js +1 -1
  32. package/lib/cdktn/cdktn-app-ts.js +1 -1
  33. package/lib/cdktn/cdktn-config.js +1 -1
  34. package/lib/cdktn/cdktn-construct.js +1 -1
  35. package/lib/cdktn/cdktn-deps.js +1 -1
  36. package/lib/cdktn/cdktn-tasks.js +1 -1
  37. package/lib/circleci/circleci.js +1 -1
  38. package/lib/component.js +2 -2
  39. package/lib/dependencies.js +1 -1
  40. package/lib/dev-env.js +1 -1
  41. package/lib/docker-compose/docker-compose-service.js +1 -1
  42. package/lib/docker-compose/docker-compose.js +1 -1
  43. package/lib/file.js +1 -1
  44. package/lib/gitattributes.js +1 -1
  45. package/lib/github/actions-provider.js +1 -1
  46. package/lib/github/auto-approve.js +1 -1
  47. package/lib/github/auto-merge.js +1 -1
  48. package/lib/github/auto-queue.js +1 -1
  49. package/lib/github/dependabot.js +1 -1
  50. package/lib/github/dependency-review.js +1 -1
  51. package/lib/github/github-credentials.js +1 -1
  52. package/lib/github/github-project.js +1 -1
  53. package/lib/github/github.js +1 -1
  54. package/lib/github/merge-queue.js +1 -1
  55. package/lib/github/mergify.js +1 -1
  56. package/lib/github/pr-template.js +1 -1
  57. package/lib/github/pull-request-backport.js +1 -1
  58. package/lib/github/pull-request-lint.js +1 -1
  59. package/lib/github/stale.js +1 -1
  60. package/lib/github/task-workflow-job.js +1 -1
  61. package/lib/github/task-workflow.js +1 -1
  62. package/lib/github/workflow-actions.js +1 -1
  63. package/lib/github/workflow-jobs.js +1 -1
  64. package/lib/github/workflow-steps.js +1 -1
  65. package/lib/github/workflows.js +1 -1
  66. package/lib/gitlab/configuration.js +1 -1
  67. package/lib/gitlab/gitlab-configuration.js +1 -1
  68. package/lib/gitlab/nested-configuration.js +1 -1
  69. package/lib/gitpod.js +1 -1
  70. package/lib/ignore-file.js +1 -1
  71. package/lib/ini.js +1 -1
  72. package/lib/java/java-project.js +1 -1
  73. package/lib/java/junit.js +1 -1
  74. package/lib/java/maven-compile.js +1 -1
  75. package/lib/java/maven-packaging.js +1 -1
  76. package/lib/java/maven-sample.js +1 -1
  77. package/lib/java/pom.js +2 -2
  78. package/lib/java/projenrc.js +1 -1
  79. package/lib/javascript/biome/biome.js +1 -1
  80. package/lib/javascript/bundler.js +1 -1
  81. package/lib/javascript/eslint.js +1 -1
  82. package/lib/javascript/jest.js +4 -4
  83. package/lib/javascript/license-checker.js +1 -1
  84. package/lib/javascript/node-config-file.js +1 -1
  85. package/lib/javascript/node-package.d.ts +9 -0
  86. package/lib/javascript/node-package.js +3 -2
  87. package/lib/javascript/node-project.js +1 -1
  88. package/lib/javascript/npm-config.js +1 -1
  89. package/lib/javascript/pnpm-workspace-config.d.ts +34 -2
  90. package/lib/javascript/pnpm-workspace-config.js +22 -3
  91. package/lib/javascript/pnpm-workspace.js +1 -1
  92. package/lib/javascript/prettier.js +1 -1
  93. package/lib/javascript/projenrc.js +1 -1
  94. package/lib/javascript/typescript-config.js +2 -2
  95. package/lib/javascript/upgrade-dependencies.js +2 -2
  96. package/lib/javascript/yarnrc.js +1 -1
  97. package/lib/json-patch.js +1 -1
  98. package/lib/json.js +1 -1
  99. package/lib/license.js +1 -1
  100. package/lib/logger.js +1 -1
  101. package/lib/makefile.js +1 -1
  102. package/lib/object-file.js +1 -1
  103. package/lib/polaris/coverity-go.js +1 -1
  104. package/lib/polaris/coverity-java.js +1 -1
  105. package/lib/polaris/coverity-javascript.js +1 -1
  106. package/lib/polaris/coverity.js +1 -1
  107. package/lib/project-build.js +1 -1
  108. package/lib/project-tree.js +1 -1
  109. package/lib/project.js +1 -1
  110. package/lib/projects.js +1 -1
  111. package/lib/projenrc-json.js +1 -1
  112. package/lib/projenrc.js +1 -1
  113. package/lib/properties-file.js +1 -1
  114. package/lib/python/pip.js +1 -1
  115. package/lib/python/poetry.js +2 -2
  116. package/lib/python/projenrc.js +1 -1
  117. package/lib/python/pyproject-toml-file.js +1 -1
  118. package/lib/python/pytest-sample.js +1 -1
  119. package/lib/python/pytest.js +1 -1
  120. package/lib/python/python-project.js +1 -1
  121. package/lib/python/python-sample.js +1 -1
  122. package/lib/python/requirements-file.js +1 -1
  123. package/lib/python/setuppy.js +1 -1
  124. package/lib/python/setuptools.js +1 -1
  125. package/lib/python/uv-config.js +1 -1
  126. package/lib/python/uv.js +1 -1
  127. package/lib/python/venv.js +1 -1
  128. package/lib/readme.js +1 -1
  129. package/lib/release/publisher.js +1 -1
  130. package/lib/release/release-trigger.js +1 -1
  131. package/lib/release/release.js +1 -1
  132. package/lib/renovatebot.js +1 -1
  133. package/lib/run-task.cjs +1 -1
  134. package/lib/sample-file.js +2 -2
  135. package/lib/script-runner.js +1 -1
  136. package/lib/sonarqube/javascript.js +1 -1
  137. package/lib/sonarqube/rust.js +1 -1
  138. package/lib/sonarqube/sonarqube.js +1 -1
  139. package/lib/sonarqube/typescript.js +1 -1
  140. package/lib/source-code.js +1 -1
  141. package/lib/task-shell.js +1 -1
  142. package/lib/task.js +1 -1
  143. package/lib/tasks.js +1 -1
  144. package/lib/testing.js +1 -1
  145. package/lib/textfile.js +1 -1
  146. package/lib/toml.js +1 -1
  147. package/lib/typescript/projenrc-ts.js +1 -1
  148. package/lib/typescript/projenrc.js +1 -1
  149. package/lib/typescript/typescript-runner.js +1 -1
  150. package/lib/typescript/typescript-typedoc.js +1 -1
  151. package/lib/typescript/typescript.js +5 -5
  152. package/lib/version.js +2 -2
  153. package/lib/vscode/devcontainer.js +1 -1
  154. package/lib/vscode/extensions.js +1 -1
  155. package/lib/vscode/launch-config.js +1 -1
  156. package/lib/vscode/settings.js +1 -1
  157. package/lib/vscode/vscode.js +1 -1
  158. package/lib/web/next.js +3 -3
  159. package/lib/web/postcss.js +1 -1
  160. package/lib/web/react.js +3 -3
  161. package/lib/web/tailwind.js +1 -1
  162. package/lib/xmlfile.js +1 -1
  163. package/lib/yaml.js +1 -1
  164. package/package.json +1 -1
package/.jsii CHANGED
@@ -47407,7 +47407,7 @@
47407
47407
  "kind": "enum",
47408
47408
  "locationInModule": {
47409
47409
  "filename": "src/javascript/node-package.ts",
47410
- "line": 516
47410
+ "line": 526
47411
47411
  },
47412
47412
  "members": [
47413
47413
  {
@@ -47441,7 +47441,7 @@
47441
47441
  "kind": "interface",
47442
47442
  "locationInModule": {
47443
47443
  "filename": "src/javascript/node-package.ts",
47444
- "line": 534
47444
+ "line": 544
47445
47445
  },
47446
47446
  "name": "CodeArtifactOptions",
47447
47447
  "namespace": "javascript",
@@ -47457,7 +47457,7 @@
47457
47457
  "immutable": true,
47458
47458
  "locationInModule": {
47459
47459
  "filename": "src/javascript/node-package.ts",
47460
- "line": 551
47460
+ "line": 561
47461
47461
  },
47462
47462
  "name": "accessKeyIdSecret",
47463
47463
  "optional": true,
@@ -47475,7 +47475,7 @@
47475
47475
  "immutable": true,
47476
47476
  "locationInModule": {
47477
47477
  "filename": "src/javascript/node-package.ts",
47478
- "line": 540
47478
+ "line": 550
47479
47479
  },
47480
47480
  "name": "authProvider",
47481
47481
  "optional": true,
@@ -47494,7 +47494,7 @@
47494
47494
  "immutable": true,
47495
47495
  "locationInModule": {
47496
47496
  "filename": "src/javascript/node-package.ts",
47497
- "line": 571
47497
+ "line": 581
47498
47498
  },
47499
47499
  "name": "roleToAssume",
47500
47500
  "optional": true,
@@ -47513,7 +47513,7 @@
47513
47513
  "immutable": true,
47514
47514
  "locationInModule": {
47515
47515
  "filename": "src/javascript/node-package.ts",
47516
- "line": 562
47516
+ "line": 572
47517
47517
  },
47518
47518
  "name": "secretAccessKeySecret",
47519
47519
  "optional": true,
@@ -47617,7 +47617,7 @@
47617
47617
  "kind": "interface",
47618
47618
  "locationInModule": {
47619
47619
  "filename": "src/javascript/node-package.ts",
47620
- "line": 460
47620
+ "line": 470
47621
47621
  },
47622
47622
  "name": "DevEngineDependency",
47623
47623
  "namespace": "javascript",
@@ -47631,7 +47631,7 @@
47631
47631
  "immutable": true,
47632
47632
  "locationInModule": {
47633
47633
  "filename": "src/javascript/node-package.ts",
47634
- "line": 464
47634
+ "line": 474
47635
47635
  },
47636
47636
  "name": "name",
47637
47637
  "type": {
@@ -47648,7 +47648,7 @@
47648
47648
  "immutable": true,
47649
47649
  "locationInModule": {
47650
47650
  "filename": "src/javascript/node-package.ts",
47651
- "line": 478
47651
+ "line": 488
47652
47652
  },
47653
47653
  "name": "onFail",
47654
47654
  "optional": true,
@@ -47666,7 +47666,7 @@
47666
47666
  "immutable": true,
47667
47667
  "locationInModule": {
47668
47668
  "filename": "src/javascript/node-package.ts",
47669
- "line": 471
47669
+ "line": 481
47670
47670
  },
47671
47671
  "name": "version",
47672
47672
  "optional": true,
@@ -47689,7 +47689,7 @@
47689
47689
  "kind": "interface",
47690
47690
  "locationInModule": {
47691
47691
  "filename": "src/javascript/node-package.ts",
47692
- "line": 486
47692
+ "line": 496
47693
47693
  },
47694
47694
  "name": "DevEngines",
47695
47695
  "namespace": "javascript",
@@ -47703,7 +47703,7 @@
47703
47703
  "immutable": true,
47704
47704
  "locationInModule": {
47705
47705
  "filename": "src/javascript/node-package.ts",
47706
- "line": 495
47706
+ "line": 505
47707
47707
  },
47708
47708
  "name": "cpu",
47709
47709
  "optional": true,
@@ -47734,7 +47734,7 @@
47734
47734
  "immutable": true,
47735
47735
  "locationInModule": {
47736
47736
  "filename": "src/javascript/node-package.ts",
47737
- "line": 500
47737
+ "line": 510
47738
47738
  },
47739
47739
  "name": "libc",
47740
47740
  "optional": true,
@@ -47765,7 +47765,7 @@
47765
47765
  "immutable": true,
47766
47766
  "locationInModule": {
47767
47767
  "filename": "src/javascript/node-package.ts",
47768
- "line": 490
47768
+ "line": 500
47769
47769
  },
47770
47770
  "name": "os",
47771
47771
  "optional": true,
@@ -47796,7 +47796,7 @@
47796
47796
  "immutable": true,
47797
47797
  "locationInModule": {
47798
47798
  "filename": "src/javascript/node-package.ts",
47799
- "line": 510
47799
+ "line": 520
47800
47800
  },
47801
47801
  "name": "packageManager",
47802
47802
  "optional": true,
@@ -47827,7 +47827,7 @@
47827
47827
  "immutable": true,
47828
47828
  "locationInModule": {
47829
47829
  "filename": "src/javascript/node-package.ts",
47830
- "line": 505
47830
+ "line": 515
47831
47831
  },
47832
47832
  "name": "runtime",
47833
47833
  "optional": true,
@@ -49104,7 +49104,7 @@
49104
49104
  "kind": "enum",
49105
49105
  "locationInModule": {
49106
49106
  "filename": "src/javascript/node-package.ts",
49107
- "line": 2423
49107
+ "line": 2434
49108
49108
  },
49109
49109
  "members": [
49110
49110
  {
@@ -49144,7 +49144,7 @@
49144
49144
  "kind": "interface",
49145
49145
  "locationInModule": {
49146
49146
  "filename": "src/javascript/node-package.ts",
49147
- "line": 2435
49147
+ "line": 2446
49148
49148
  },
49149
49149
  "name": "InstallTrigger",
49150
49150
  "namespace": "javascript",
@@ -49158,7 +49158,7 @@
49158
49158
  "immutable": true,
49159
49159
  "locationInModule": {
49160
49160
  "filename": "src/javascript/node-package.ts",
49161
- "line": 2437
49161
+ "line": 2448
49162
49162
  },
49163
49163
  "name": "reason",
49164
49164
  "type": {
@@ -49174,7 +49174,7 @@
49174
49174
  "immutable": true,
49175
49175
  "locationInModule": {
49176
49176
  "filename": "src/javascript/node-package.ts",
49177
- "line": 2443
49177
+ "line": 2454
49178
49178
  },
49179
49179
  "name": "diff",
49180
49180
  "optional": true,
@@ -49197,7 +49197,7 @@
49197
49197
  "immutable": true,
49198
49198
  "locationInModule": {
49199
49199
  "filename": "src/javascript/node-package.ts",
49200
- "line": 2449
49200
+ "line": 2460
49201
49201
  },
49202
49202
  "name": "resolutions",
49203
49203
  "optional": true,
@@ -56040,7 +56040,7 @@
56040
56040
  },
56041
56041
  "locationInModule": {
56042
56042
  "filename": "src/javascript/node-package.ts",
56043
- "line": 768
56043
+ "line": 778
56044
56044
  },
56045
56045
  "parameters": [
56046
56046
  {
@@ -56061,7 +56061,7 @@
56061
56061
  "kind": "class",
56062
56062
  "locationInModule": {
56063
56063
  "filename": "src/javascript/node-package.ts",
56064
- "line": 594
56064
+ "line": 604
56065
56065
  },
56066
56066
  "methods": [
56067
56067
  {
@@ -56072,7 +56072,7 @@
56072
56072
  },
56073
56073
  "locationInModule": {
56074
56074
  "filename": "src/javascript/node-package.ts",
56075
- "line": 601
56075
+ "line": 611
56076
56076
  },
56077
56077
  "name": "of",
56078
56078
  "parameters": [
@@ -56103,7 +56103,7 @@
56103
56103
  },
56104
56104
  "locationInModule": {
56105
56105
  "filename": "src/javascript/node-package.ts",
56106
- "line": 1097
56106
+ "line": 1108
56107
56107
  },
56108
56108
  "name": "addAllowedScripts",
56109
56109
  "parameters": [
@@ -56126,7 +56126,7 @@
56126
56126
  },
56127
56127
  "locationInModule": {
56128
56128
  "filename": "src/javascript/node-package.ts",
56129
- "line": 1117
56129
+ "line": 1128
56130
56130
  },
56131
56131
  "name": "addBin",
56132
56132
  "parameters": [
@@ -56151,7 +56151,7 @@
56151
56151
  },
56152
56152
  "locationInModule": {
56153
56153
  "filename": "src/javascript/node-package.ts",
56154
- "line": 1055
56154
+ "line": 1066
56155
56155
  },
56156
56156
  "name": "addBundledDeps",
56157
56157
  "parameters": [
@@ -56176,7 +56176,7 @@
56176
56176
  },
56177
56177
  "locationInModule": {
56178
56178
  "filename": "src/javascript/node-package.ts",
56179
- "line": 995
56179
+ "line": 1006
56180
56180
  },
56181
56181
  "name": "addDeps",
56182
56182
  "parameters": [
@@ -56201,7 +56201,7 @@
56201
56201
  },
56202
56202
  "locationInModule": {
56203
56203
  "filename": "src/javascript/node-package.ts",
56204
- "line": 1010
56204
+ "line": 1021
56205
56205
  },
56206
56206
  "name": "addDevDeps",
56207
56207
  "parameters": [
@@ -56226,7 +56226,7 @@
56226
56226
  },
56227
56227
  "locationInModule": {
56228
56228
  "filename": "src/javascript/node-package.ts",
56229
- "line": 1072
56229
+ "line": 1083
56230
56230
  },
56231
56231
  "name": "addEngine",
56232
56232
  "parameters": [
@@ -56260,7 +56260,7 @@
56260
56260
  },
56261
56261
  "locationInModule": {
56262
56262
  "filename": "src/javascript/node-package.ts",
56263
- "line": 1150
56263
+ "line": 1161
56264
56264
  },
56265
56265
  "name": "addField",
56266
56266
  "parameters": [
@@ -56291,7 +56291,7 @@
56291
56291
  },
56292
56292
  "locationInModule": {
56293
56293
  "filename": "src/javascript/node-package.ts",
56294
- "line": 1080
56294
+ "line": 1091
56295
56295
  },
56296
56296
  "name": "addKeywords",
56297
56297
  "parameters": [
@@ -56315,7 +56315,7 @@
56315
56315
  },
56316
56316
  "locationInModule": {
56317
56317
  "filename": "src/javascript/node-package.ts",
56318
- "line": 1170
56318
+ "line": 1181
56319
56319
  },
56320
56320
  "name": "addPackageResolutions",
56321
56321
  "parameters": [
@@ -56341,7 +56341,7 @@
56341
56341
  },
56342
56342
  "locationInModule": {
56343
56343
  "filename": "src/javascript/node-package.ts",
56344
- "line": 1029
56344
+ "line": 1040
56345
56345
  },
56346
56346
  "name": "addPeerDeps",
56347
56347
  "parameters": [
@@ -56366,7 +56366,7 @@
56366
56366
  },
56367
56367
  "locationInModule": {
56368
56368
  "filename": "src/javascript/node-package.ts",
56369
- "line": 1158
56369
+ "line": 1169
56370
56370
  },
56371
56371
  "name": "addVersion",
56372
56372
  "parameters": [
@@ -56389,7 +56389,7 @@
56389
56389
  },
56390
56390
  "locationInModule": {
56391
56391
  "filename": "src/javascript/node-package.ts",
56392
- "line": 2169
56392
+ "line": 2180
56393
56393
  },
56394
56394
  "name": "installDependencies",
56395
56395
  "parameters": [
@@ -56413,7 +56413,7 @@
56413
56413
  },
56414
56414
  "locationInModule": {
56415
56415
  "filename": "src/javascript/node-package.ts",
56416
- "line": 1226
56416
+ "line": 1237
56417
56417
  },
56418
56418
  "name": "postSynthesize",
56419
56419
  "overrides": "projen.Component"
@@ -56426,7 +56426,7 @@
56426
56426
  },
56427
56427
  "locationInModule": {
56428
56428
  "filename": "src/javascript/node-package.ts",
56429
- "line": 1111
56429
+ "line": 1122
56430
56430
  },
56431
56431
  "name": "removeAllowedScripts",
56432
56432
  "parameters": [
@@ -56450,7 +56450,7 @@
56450
56450
  },
56451
56451
  "locationInModule": {
56452
56452
  "filename": "src/javascript/node-package.ts",
56453
- "line": 1138
56453
+ "line": 1149
56454
56454
  },
56455
56455
  "name": "removeScript",
56456
56456
  "parameters": [
@@ -56472,7 +56472,7 @@
56472
56472
  },
56473
56473
  "locationInModule": {
56474
56474
  "filename": "src/javascript/node-package.ts",
56475
- "line": 1129
56475
+ "line": 1140
56476
56476
  },
56477
56477
  "name": "setScript",
56478
56478
  "parameters": [
@@ -56503,7 +56503,7 @@
56503
56503
  },
56504
56504
  "locationInModule": {
56505
56505
  "filename": "src/javascript/node-package.ts",
56506
- "line": 1221
56506
+ "line": 1232
56507
56507
  },
56508
56508
  "name": "synthesize",
56509
56509
  "overrides": "projen.Component"
@@ -56518,7 +56518,7 @@
56518
56518
  },
56519
56519
  "locationInModule": {
56520
56520
  "filename": "src/javascript/node-package.ts",
56521
- "line": 1205
56521
+ "line": 1216
56522
56522
  },
56523
56523
  "name": "tryResolveDependencyVersion",
56524
56524
  "parameters": [
@@ -56551,7 +56551,7 @@
56551
56551
  "immutable": true,
56552
56552
  "locationInModule": {
56553
56553
  "filename": "src/javascript/node-package.ts",
56554
- "line": 619
56554
+ "line": 629
56555
56555
  },
56556
56556
  "name": "allowLibraryDependencies",
56557
56557
  "type": {
@@ -56566,7 +56566,7 @@
56566
56566
  "immutable": true,
56567
56567
  "locationInModule": {
56568
56568
  "filename": "src/javascript/node-package.ts",
56569
- "line": 614
56569
+ "line": 624
56570
56570
  },
56571
56571
  "name": "entrypoint",
56572
56572
  "type": {
@@ -56581,7 +56581,7 @@
56581
56581
  "immutable": true,
56582
56582
  "locationInModule": {
56583
56583
  "filename": "src/javascript/node-package.ts",
56584
- "line": 1301
56584
+ "line": 1312
56585
56585
  },
56586
56586
  "name": "execCommand",
56587
56587
  "type": {
@@ -56596,7 +56596,7 @@
56596
56596
  "immutable": true,
56597
56597
  "locationInModule": {
56598
56598
  "filename": "src/javascript/node-package.ts",
56599
- "line": 755
56599
+ "line": 765
56600
56600
  },
56601
56601
  "name": "file",
56602
56602
  "type": {
@@ -56612,7 +56612,7 @@
56612
56612
  "immutable": true,
56613
56613
  "locationInModule": {
56614
56614
  "filename": "src/javascript/node-package.ts",
56615
- "line": 1190
56615
+ "line": 1201
56616
56616
  },
56617
56617
  "name": "installAndUpdateLockfileCommand",
56618
56618
  "type": {
@@ -56627,7 +56627,7 @@
56627
56627
  "immutable": true,
56628
56628
  "locationInModule": {
56629
56629
  "filename": "src/javascript/node-package.ts",
56630
- "line": 745
56630
+ "line": 755
56631
56631
  },
56632
56632
  "name": "installCiTask",
56633
56633
  "type": {
@@ -56643,7 +56643,7 @@
56643
56643
  "immutable": true,
56644
56644
  "locationInModule": {
56645
56645
  "filename": "src/javascript/node-package.ts",
56646
- "line": 1181
56646
+ "line": 1192
56647
56647
  },
56648
56648
  "name": "installCommand",
56649
56649
  "type": {
@@ -56658,7 +56658,7 @@
56658
56658
  "immutable": true,
56659
56659
  "locationInModule": {
56660
56660
  "filename": "src/javascript/node-package.ts",
56661
- "line": 740
56661
+ "line": 750
56662
56662
  },
56663
56663
  "name": "installTask",
56664
56664
  "type": {
@@ -56673,7 +56673,7 @@
56673
56673
  "immutable": true,
56674
56674
  "locationInModule": {
56675
56675
  "filename": "src/javascript/node-package.ts",
56676
- "line": 735
56676
+ "line": 745
56677
56677
  },
56678
56678
  "name": "lockFile",
56679
56679
  "type": {
@@ -56688,7 +56688,7 @@
56688
56688
  "immutable": true,
56689
56689
  "locationInModule": {
56690
56690
  "filename": "src/javascript/node-package.ts",
56691
- "line": 629
56691
+ "line": 639
56692
56692
  },
56693
56693
  "name": "manifest",
56694
56694
  "type": {
@@ -56703,7 +56703,7 @@
56703
56703
  "immutable": true,
56704
56704
  "locationInModule": {
56705
56705
  "filename": "src/javascript/node-package.ts",
56706
- "line": 725
56706
+ "line": 735
56707
56707
  },
56708
56708
  "name": "npmAccess",
56709
56709
  "type": {
@@ -56718,7 +56718,7 @@
56718
56718
  "immutable": true,
56719
56719
  "locationInModule": {
56720
56720
  "filename": "src/javascript/node-package.ts",
56721
- "line": 730
56721
+ "line": 740
56722
56722
  },
56723
56723
  "name": "npmProvenance",
56724
56724
  "type": {
@@ -56733,7 +56733,7 @@
56733
56733
  "immutable": true,
56734
56734
  "locationInModule": {
56735
56735
  "filename": "src/javascript/node-package.ts",
56736
- "line": 700
56736
+ "line": 710
56737
56737
  },
56738
56738
  "name": "npmRegistry",
56739
56739
  "type": {
@@ -56748,7 +56748,7 @@
56748
56748
  "immutable": true,
56749
56749
  "locationInModule": {
56750
56750
  "filename": "src/javascript/node-package.ts",
56751
- "line": 695
56751
+ "line": 705
56752
56752
  },
56753
56753
  "name": "npmRegistryUrl",
56754
56754
  "type": {
@@ -56763,7 +56763,7 @@
56763
56763
  "immutable": true,
56764
56764
  "locationInModule": {
56765
56765
  "filename": "src/javascript/node-package.ts",
56766
- "line": 624
56766
+ "line": 634
56767
56767
  },
56768
56768
  "name": "packageManager",
56769
56769
  "type": {
@@ -56778,7 +56778,7 @@
56778
56778
  "immutable": true,
56779
56779
  "locationInModule": {
56780
56780
  "filename": "src/javascript/node-package.ts",
56781
- "line": 609
56781
+ "line": 619
56782
56782
  },
56783
56783
  "name": "packageName",
56784
56784
  "type": {
@@ -56794,7 +56794,7 @@
56794
56794
  "immutable": true,
56795
56795
  "locationInModule": {
56796
56796
  "filename": "src/javascript/node-package.ts",
56797
- "line": 661
56797
+ "line": 671
56798
56798
  },
56799
56799
  "name": "bunVersion",
56800
56800
  "optional": true,
@@ -56812,7 +56812,7 @@
56812
56812
  "immutable": true,
56813
56813
  "locationInModule": {
56814
56814
  "filename": "src/javascript/node-package.ts",
56815
- "line": 713
56815
+ "line": 723
56816
56816
  },
56817
56817
  "name": "codeArtifactOptions",
56818
56818
  "optional": true,
@@ -56828,7 +56828,7 @@
56828
56828
  "immutable": true,
56829
56829
  "locationInModule": {
56830
56830
  "filename": "src/javascript/node-package.ts",
56831
- "line": 750
56831
+ "line": 760
56832
56832
  },
56833
56833
  "name": "dedupeTask",
56834
56834
  "optional": true,
@@ -56845,7 +56845,7 @@
56845
56845
  "immutable": true,
56846
56846
  "locationInModule": {
56847
56847
  "filename": "src/javascript/node-package.ts",
56848
- "line": 690
56848
+ "line": 700
56849
56849
  },
56850
56850
  "name": "license",
56851
56851
  "optional": true,
@@ -56862,7 +56862,7 @@
56862
56862
  "immutable": true,
56863
56863
  "locationInModule": {
56864
56864
  "filename": "src/javascript/node-package.ts",
56865
- "line": 643
56865
+ "line": 653
56866
56866
  },
56867
56867
  "name": "maxNodeVersion",
56868
56868
  "optional": true,
@@ -56879,7 +56879,7 @@
56879
56879
  "immutable": true,
56880
56880
  "locationInModule": {
56881
56881
  "filename": "src/javascript/node-package.ts",
56882
- "line": 636
56882
+ "line": 646
56883
56883
  },
56884
56884
  "name": "minNodeVersion",
56885
56885
  "optional": true,
@@ -56895,7 +56895,7 @@
56895
56895
  "immutable": true,
56896
56896
  "locationInModule": {
56897
56897
  "filename": "src/javascript/node-package.ts",
56898
- "line": 705
56898
+ "line": 715
56899
56899
  },
56900
56900
  "name": "npmTokenSecret",
56901
56901
  "optional": true,
@@ -56912,7 +56912,7 @@
56912
56912
  "immutable": true,
56913
56913
  "locationInModule": {
56914
56914
  "filename": "src/javascript/node-package.ts",
56915
- "line": 650
56915
+ "line": 660
56916
56916
  },
56917
56917
  "name": "pnpmVersion",
56918
56918
  "optional": true,
@@ -56929,7 +56929,7 @@
56929
56929
  "immutable": true,
56930
56930
  "locationInModule": {
56931
56931
  "filename": "src/javascript/node-package.ts",
56932
- "line": 720
56932
+ "line": 730
56933
56933
  },
56934
56934
  "name": "scopedPackagesOptions",
56935
56935
  "optional": true,
@@ -56951,7 +56951,7 @@
56951
56951
  "immutable": true,
56952
56952
  "locationInModule": {
56953
56953
  "filename": "src/javascript/node-package.ts",
56954
- "line": 672
56954
+ "line": 682
56955
56955
  },
56956
56956
  "name": "yarnVersion",
56957
56957
  "optional": true,
@@ -56972,7 +56972,7 @@
56972
56972
  "kind": "enum",
56973
56973
  "locationInModule": {
56974
56974
  "filename": "src/javascript/node-package.ts",
56975
- "line": 2301
56975
+ "line": 2312
56976
56976
  },
56977
56977
  "members": [
56978
56978
  {
@@ -57056,7 +57056,7 @@
57056
57056
  "immutable": true,
57057
57057
  "locationInModule": {
57058
57058
  "filename": "src/javascript/node-package.ts",
57059
- "line": 409
57059
+ "line": 419
57060
57060
  },
57061
57061
  "name": "addPackageManagerToDevEngines",
57062
57062
  "optional": true,
@@ -57094,7 +57094,7 @@
57094
57094
  "immutable": true,
57095
57095
  "locationInModule": {
57096
57096
  "filename": "src/javascript/node-package.ts",
57097
- "line": 454
57097
+ "line": 464
57098
57098
  },
57099
57099
  "name": "allowScripts",
57100
57100
  "optional": true,
@@ -57116,7 +57116,7 @@
57116
57116
  "immutable": true,
57117
57117
  "locationInModule": {
57118
57118
  "filename": "src/javascript/node-package.ts",
57119
- "line": 219
57119
+ "line": 229
57120
57120
  },
57121
57121
  "name": "authorEmail",
57122
57122
  "optional": true,
@@ -57133,7 +57133,7 @@
57133
57133
  "immutable": true,
57134
57134
  "locationInModule": {
57135
57135
  "filename": "src/javascript/node-package.ts",
57136
- "line": 214
57136
+ "line": 224
57137
57137
  },
57138
57138
  "name": "authorName",
57139
57139
  "optional": true,
@@ -57150,7 +57150,7 @@
57150
57150
  "immutable": true,
57151
57151
  "locationInModule": {
57152
57152
  "filename": "src/javascript/node-package.ts",
57153
- "line": 229
57153
+ "line": 239
57154
57154
  },
57155
57155
  "name": "authorOrganization",
57156
57156
  "optional": true,
@@ -57167,7 +57167,7 @@
57167
57167
  "immutable": true,
57168
57168
  "locationInModule": {
57169
57169
  "filename": "src/javascript/node-package.ts",
57170
- "line": 224
57170
+ "line": 234
57171
57171
  },
57172
57172
  "name": "authorUrl",
57173
57173
  "optional": true,
@@ -57185,7 +57185,7 @@
57185
57185
  "immutable": true,
57186
57186
  "locationInModule": {
57187
57187
  "filename": "src/javascript/node-package.ts",
57188
- "line": 167
57188
+ "line": 177
57189
57189
  },
57190
57190
  "name": "autoDetectBin",
57191
57191
  "optional": true,
@@ -57203,7 +57203,7 @@
57203
57203
  "immutable": true,
57204
57204
  "locationInModule": {
57205
57205
  "filename": "src/javascript/node-package.ts",
57206
- "line": 159
57206
+ "line": 169
57207
57207
  },
57208
57208
  "name": "bin",
57209
57209
  "optional": true,
@@ -57225,7 +57225,7 @@
57225
57225
  "immutable": true,
57226
57226
  "locationInModule": {
57227
57227
  "filename": "src/javascript/node-package.ts",
57228
- "line": 321
57228
+ "line": 331
57229
57229
  },
57230
57230
  "name": "bugsEmail",
57231
57231
  "optional": true,
@@ -57242,7 +57242,7 @@
57242
57242
  "immutable": true,
57243
57243
  "locationInModule": {
57244
57244
  "filename": "src/javascript/node-package.ts",
57245
- "line": 316
57245
+ "line": 326
57246
57246
  },
57247
57247
  "name": "bugsUrl",
57248
57248
  "optional": true,
@@ -57283,7 +57283,7 @@
57283
57283
  "immutable": true,
57284
57284
  "locationInModule": {
57285
57285
  "filename": "src/javascript/node-package.ts",
57286
- "line": 286
57286
+ "line": 296
57287
57287
  },
57288
57288
  "name": "bunVersion",
57289
57289
  "optional": true,
@@ -57302,7 +57302,7 @@
57302
57302
  "immutable": true,
57303
57303
  "locationInModule": {
57304
57304
  "filename": "src/javascript/node-package.ts",
57305
- "line": 369
57305
+ "line": 379
57306
57306
  },
57307
57307
  "name": "codeArtifactOptions",
57308
57308
  "optional": true,
@@ -57310,6 +57310,31 @@
57310
57310
  "fqn": "projen.javascript.CodeArtifactOptions"
57311
57311
  }
57312
57312
  },
57313
+ {
57314
+ "abstract": true,
57315
+ "docs": {
57316
+ "default": "- no package configuration",
57317
+ "remarks": "Values should be JSON-serializable.",
57318
+ "see": "https://docs.npmjs.com/cli/v11/configuring-npm/package-json#config",
57319
+ "stability": "experimental",
57320
+ "summary": "Configuration values available to package scripts at runtime."
57321
+ },
57322
+ "immutable": true,
57323
+ "locationInModule": {
57324
+ "filename": "src/javascript/node-package.ts",
57325
+ "line": 151
57326
+ },
57327
+ "name": "config",
57328
+ "optional": true,
57329
+ "type": {
57330
+ "collection": {
57331
+ "elementtype": {
57332
+ "primitive": "any"
57333
+ },
57334
+ "kind": "map"
57335
+ }
57336
+ }
57337
+ },
57313
57338
  {
57314
57339
  "abstract": true,
57315
57340
  "docs": {
@@ -57321,7 +57346,7 @@
57321
57346
  "immutable": true,
57322
57347
  "locationInModule": {
57323
57348
  "filename": "src/javascript/node-package.ts",
57324
- "line": 197
57349
+ "line": 207
57325
57350
  },
57326
57351
  "name": "dedupeDeps",
57327
57352
  "optional": true,
@@ -57340,7 +57365,7 @@
57340
57365
  "immutable": true,
57341
57366
  "locationInModule": {
57342
57367
  "filename": "src/javascript/node-package.ts",
57343
- "line": 420
57368
+ "line": 430
57344
57369
  },
57345
57370
  "name": "deleteOrphanedLockFiles",
57346
57371
  "optional": true,
@@ -57436,7 +57461,7 @@
57436
57461
  "immutable": true,
57437
57462
  "locationInModule": {
57438
57463
  "filename": "src/javascript/node-package.ts",
57439
- "line": 401
57464
+ "line": 411
57440
57465
  },
57441
57466
  "name": "devEngines",
57442
57467
  "optional": true,
@@ -57455,7 +57480,7 @@
57455
57480
  "immutable": true,
57456
57481
  "locationInModule": {
57457
57482
  "filename": "src/javascript/node-package.ts",
57458
- "line": 150
57483
+ "line": 160
57459
57484
  },
57460
57485
  "name": "entrypoint",
57461
57486
  "optional": true,
@@ -57472,7 +57497,7 @@
57472
57497
  "immutable": true,
57473
57498
  "locationInModule": {
57474
57499
  "filename": "src/javascript/node-package.ts",
57475
- "line": 234
57500
+ "line": 244
57476
57501
  },
57477
57502
  "name": "homepage",
57478
57503
  "optional": true,
@@ -57513,7 +57538,7 @@
57513
57538
  "immutable": true,
57514
57539
  "locationInModule": {
57515
57540
  "filename": "src/javascript/node-package.ts",
57516
- "line": 295
57541
+ "line": 305
57517
57542
  },
57518
57543
  "name": "license",
57519
57544
  "optional": true,
@@ -57531,7 +57556,7 @@
57531
57556
  "immutable": true,
57532
57557
  "locationInModule": {
57533
57558
  "filename": "src/javascript/node-package.ts",
57534
- "line": 302
57559
+ "line": 312
57535
57560
  },
57536
57561
  "name": "licensed",
57537
57562
  "optional": true,
@@ -57550,7 +57575,7 @@
57550
57575
  "immutable": true,
57551
57576
  "locationInModule": {
57552
57577
  "filename": "src/javascript/node-package.ts",
57553
- "line": 272
57578
+ "line": 282
57554
57579
  },
57555
57580
  "name": "maxNodeVersion",
57556
57581
  "optional": true,
@@ -57569,7 +57594,7 @@
57569
57594
  "immutable": true,
57570
57595
  "locationInModule": {
57571
57596
  "filename": "src/javascript/node-package.ts",
57572
- "line": 258
57597
+ "line": 268
57573
57598
  },
57574
57599
  "name": "minNodeVersion",
57575
57600
  "optional": true,
@@ -57587,7 +57612,7 @@
57587
57612
  "immutable": true,
57588
57613
  "locationInModule": {
57589
57614
  "filename": "src/javascript/node-package.ts",
57590
- "line": 330
57615
+ "line": 340
57591
57616
  },
57592
57617
  "name": "npmAccess",
57593
57618
  "optional": true,
@@ -57607,7 +57632,7 @@
57607
57632
  "immutable": true,
57608
57633
  "locationInModule": {
57609
57634
  "filename": "src/javascript/node-package.ts",
57610
- "line": 344
57635
+ "line": 354
57611
57636
  },
57612
57637
  "name": "npmProvenance",
57613
57638
  "optional": true,
@@ -57626,7 +57651,7 @@
57626
57651
  "immutable": true,
57627
57652
  "locationInModule": {
57628
57653
  "filename": "src/javascript/node-package.ts",
57629
- "line": 311
57654
+ "line": 321
57630
57655
  },
57631
57656
  "name": "npmRegistryUrl",
57632
57657
  "optional": true,
@@ -57644,7 +57669,7 @@
57644
57669
  "immutable": true,
57645
57670
  "locationInModule": {
57646
57671
  "filename": "src/javascript/node-package.ts",
57647
- "line": 351
57672
+ "line": 361
57648
57673
  },
57649
57674
  "name": "npmTokenSecret",
57650
57675
  "optional": true,
@@ -57663,7 +57688,7 @@
57663
57688
  "immutable": true,
57664
57689
  "locationInModule": {
57665
57690
  "filename": "src/javascript/node-package.ts",
57666
- "line": 361
57691
+ "line": 371
57667
57692
  },
57668
57693
  "name": "npmTrustedPublishing",
57669
57694
  "optional": true,
@@ -57684,7 +57709,7 @@
57684
57709
  "immutable": true,
57685
57710
  "locationInModule": {
57686
57711
  "filename": "src/javascript/node-package.ts",
57687
- "line": 175
57712
+ "line": 185
57688
57713
  },
57689
57714
  "name": "packageManager",
57690
57715
  "optional": true,
@@ -57764,7 +57789,7 @@
57764
57789
  "immutable": true,
57765
57790
  "locationInModule": {
57766
57791
  "filename": "src/javascript/node-package.ts",
57767
- "line": 390
57792
+ "line": 400
57768
57793
  },
57769
57794
  "name": "pnpmOptions",
57770
57795
  "optional": true,
@@ -57782,7 +57807,7 @@
57782
57807
  "immutable": true,
57783
57808
  "locationInModule": {
57784
57809
  "filename": "src/javascript/node-package.ts",
57785
- "line": 279
57810
+ "line": 289
57786
57811
  },
57787
57812
  "name": "pnpmVersion",
57788
57813
  "optional": true,
@@ -57800,7 +57825,7 @@
57800
57825
  "immutable": true,
57801
57826
  "locationInModule": {
57802
57827
  "filename": "src/javascript/node-package.ts",
57803
- "line": 203
57828
+ "line": 213
57804
57829
  },
57805
57830
  "name": "repository",
57806
57831
  "optional": true,
@@ -57817,7 +57842,7 @@
57817
57842
  "immutable": true,
57818
57843
  "locationInModule": {
57819
57844
  "filename": "src/javascript/node-package.ts",
57820
- "line": 209
57845
+ "line": 219
57821
57846
  },
57822
57847
  "name": "repositoryDirectory",
57823
57848
  "optional": true,
@@ -57835,7 +57860,7 @@
57835
57860
  "immutable": true,
57836
57861
  "locationInModule": {
57837
57862
  "filename": "src/javascript/node-package.ts",
57838
- "line": 376
57863
+ "line": 386
57839
57864
  },
57840
57865
  "name": "scopedPackagesOptions",
57841
57866
  "optional": true,
@@ -57857,7 +57882,7 @@
57857
57882
  "immutable": true,
57858
57883
  "locationInModule": {
57859
57884
  "filename": "src/javascript/node-package.ts",
57860
- "line": 239
57885
+ "line": 249
57861
57886
  },
57862
57887
  "name": "stability",
57863
57888
  "optional": true,
@@ -57875,7 +57900,7 @@
57875
57900
  "immutable": true,
57876
57901
  "locationInModule": {
57877
57902
  "filename": "src/javascript/node-package.ts",
57878
- "line": 383
57903
+ "line": 393
57879
57904
  },
57880
57905
  "name": "yarnBerryOptions",
57881
57906
  "optional": true,
@@ -59348,7 +59373,7 @@
59348
59373
  "kind": "enum",
59349
59374
  "locationInModule": {
59350
59375
  "filename": "src/javascript/node-package.ts",
59351
- "line": 2345
59376
+ "line": 2356
59352
59377
  },
59353
59378
  "members": [
59354
59379
  {
@@ -59543,7 +59568,7 @@
59543
59568
  "kind": "interface",
59544
59569
  "locationInModule": {
59545
59570
  "filename": "src/javascript/node-package.ts",
59546
- "line": 2290
59571
+ "line": 2301
59547
59572
  },
59548
59573
  "name": "PeerDependencyOptions",
59549
59574
  "namespace": "javascript",
@@ -59558,7 +59583,7 @@
59558
59583
  "immutable": true,
59559
59584
  "locationInModule": {
59560
59585
  "filename": "src/javascript/node-package.ts",
59561
- "line": 2295
59586
+ "line": 2306
59562
59587
  },
59563
59588
  "name": "pinnedDevDependency",
59564
59589
  "optional": true,
@@ -59580,7 +59605,7 @@
59580
59605
  "kind": "interface",
59581
59606
  "locationInModule": {
59582
59607
  "filename": "src/javascript/node-package.ts",
59583
- "line": 2405
59608
+ "line": 2416
59584
59609
  },
59585
59610
  "name": "PnpmOptions",
59586
59611
  "namespace": "javascript",
@@ -59595,7 +59620,7 @@
59595
59620
  "immutable": true,
59596
59621
  "locationInModule": {
59597
59622
  "filename": "src/javascript/node-package.ts",
59598
- "line": 2411
59623
+ "line": 2422
59599
59624
  },
59600
59625
  "name": "workspaceYamlOptions",
59601
59626
  "optional": true,
@@ -59746,7 +59771,7 @@
59746
59771
  "immutable": true,
59747
59772
  "locationInModule": {
59748
59773
  "filename": "src/javascript/pnpm-workspace-config.ts",
59749
- "line": 1099
59774
+ "line": 1108
59750
59775
  },
59751
59776
  "name": "allowBuilds",
59752
59777
  "optional": true,
@@ -59871,7 +59896,7 @@
59871
59896
  "immutable": true,
59872
59897
  "locationInModule": {
59873
59898
  "filename": "src/javascript/pnpm-workspace-config.ts",
59874
- "line": 1120
59899
+ "line": 1129
59875
59900
  },
59876
59901
  "name": "auditLevel",
59877
59902
  "optional": true,
@@ -59912,7 +59937,7 @@
59912
59937
  "immutable": true,
59913
59938
  "locationInModule": {
59914
59939
  "filename": "src/javascript/pnpm-workspace-config.ts",
59915
- "line": 1106
59940
+ "line": 1115
59916
59941
  },
59917
59942
  "name": "blockExoticSubdeps",
59918
59943
  "optional": true,
@@ -59952,7 +59977,7 @@
59952
59977
  "immutable": true,
59953
59978
  "locationInModule": {
59954
59979
  "filename": "src/javascript/pnpm-workspace-config.ts",
59955
- "line": 867
59980
+ "line": 876
59956
59981
  },
59957
59982
  "name": "cacheDir",
59958
59983
  "optional": true,
@@ -60129,7 +60154,7 @@
60129
60154
  "immutable": true,
60130
60155
  "locationInModule": {
60131
60156
  "filename": "src/javascript/pnpm-workspace-config.ts",
60132
- "line": 888
60157
+ "line": 897
60133
60158
  },
60134
60159
  "name": "ci",
60135
60160
  "optional": true,
@@ -60230,7 +60255,7 @@
60230
60255
  "immutable": true,
60231
60256
  "locationInModule": {
60232
60257
  "filename": "src/javascript/pnpm-workspace-config.ts",
60233
- "line": 937
60258
+ "line": 946
60234
60259
  },
60235
60260
  "name": "dedupeDirectDeps",
60236
60261
  "optional": true,
@@ -60250,7 +60275,7 @@
60250
60275
  "immutable": true,
60251
60276
  "locationInModule": {
60252
60277
  "filename": "src/javascript/pnpm-workspace-config.ts",
60253
- "line": 944
60278
+ "line": 953
60254
60279
  },
60255
60280
  "name": "dedupeInjectedDeps",
60256
60281
  "optional": true,
@@ -60290,7 +60315,7 @@
60290
60315
  "immutable": true,
60291
60316
  "locationInModule": {
60292
60317
  "filename": "src/javascript/pnpm-workspace-config.ts",
60293
- "line": 1127
60318
+ "line": 1136
60294
60319
  },
60295
60320
  "name": "dedupePeers",
60296
60321
  "optional": true,
@@ -60310,7 +60335,7 @@
60310
60335
  "immutable": true,
60311
60336
  "locationInModule": {
60312
60337
  "filename": "src/javascript/pnpm-workspace-config.ts",
60313
- "line": 930
60338
+ "line": 939
60314
60339
  },
60315
60340
  "name": "deployAllFiles",
60316
60341
  "optional": true,
@@ -60330,7 +60355,7 @@
60330
60355
  "immutable": true,
60331
60356
  "locationInModule": {
60332
60357
  "filename": "src/javascript/pnpm-workspace-config.ts",
60333
- "line": 797
60358
+ "line": 799
60334
60359
  },
60335
60360
  "name": "disallowWorkspaceCycles",
60336
60361
  "optional": true,
@@ -60371,7 +60396,7 @@
60371
60396
  "immutable": true,
60372
60397
  "locationInModule": {
60373
60398
  "filename": "src/javascript/pnpm-workspace-config.ts",
60374
- "line": 965
60399
+ "line": 974
60375
60400
  },
60376
60401
  "name": "embedReadme",
60377
60402
  "optional": true,
@@ -60431,7 +60456,7 @@
60431
60456
  "immutable": true,
60432
60457
  "locationInModule": {
60433
60458
  "filename": "src/javascript/pnpm-workspace-config.ts",
60434
- "line": 1021
60459
+ "line": 1030
60435
60460
  },
60436
60461
  "name": "enablePrePostScripts",
60437
60462
  "optional": true,
@@ -60490,7 +60515,7 @@
60490
60515
  "immutable": true,
60491
60516
  "locationInModule": {
60492
60517
  "filename": "src/javascript/pnpm-workspace-config.ts",
60493
- "line": 923
60518
+ "line": 932
60494
60519
  },
60495
60520
  "name": "extendNodePath",
60496
60521
  "optional": true,
@@ -60510,7 +60535,7 @@
60510
60535
  "immutable": true,
60511
60536
  "locationInModule": {
60512
60537
  "filename": "src/javascript/pnpm-workspace-config.ts",
60513
- "line": 811
60538
+ "line": 820
60514
60539
  },
60515
60540
  "name": "failIfNoMatch",
60516
60541
  "optional": true,
@@ -60673,7 +60698,7 @@
60673
60698
  "immutable": true,
60674
60699
  "locationInModule": {
60675
60700
  "filename": "src/javascript/pnpm-workspace-config.ts",
60676
- "line": 818
60701
+ "line": 827
60677
60702
  },
60678
60703
  "name": "forceLegacyDeploy",
60679
60704
  "optional": true,
@@ -60734,7 +60759,7 @@
60734
60759
  "immutable": true,
60735
60760
  "locationInModule": {
60736
60761
  "filename": "src/javascript/pnpm-workspace-config.ts",
60737
- "line": 958
60762
+ "line": 967
60738
60763
  },
60739
60764
  "name": "gitChecks",
60740
60765
  "optional": true,
@@ -60779,7 +60804,7 @@
60779
60804
  "immutable": true,
60780
60805
  "locationInModule": {
60781
60806
  "filename": "src/javascript/pnpm-workspace-config.ts",
60782
- "line": 846
60807
+ "line": 855
60783
60808
  },
60784
60809
  "name": "globalBinDir",
60785
60810
  "optional": true,
@@ -60799,7 +60824,7 @@
60799
60824
  "immutable": true,
60800
60825
  "locationInModule": {
60801
60826
  "filename": "src/javascript/pnpm-workspace-config.ts",
60802
- "line": 839
60827
+ "line": 848
60803
60828
  },
60804
60829
  "name": "globalDir",
60805
60830
  "optional": true,
@@ -60820,7 +60845,7 @@
60820
60845
  "immutable": true,
60821
60846
  "locationInModule": {
60822
60847
  "filename": "src/javascript/pnpm-workspace-config.ts",
60823
- "line": 1000
60848
+ "line": 1009
60824
60849
  },
60825
60850
  "name": "globalPnpmfile",
60826
60851
  "optional": true,
@@ -60841,7 +60866,7 @@
60841
60866
  "immutable": true,
60842
60867
  "locationInModule": {
60843
60868
  "filename": "src/javascript/pnpm-workspace-config.ts",
60844
- "line": 853
60869
+ "line": 862
60845
60870
  },
60846
60871
  "name": "globalShims",
60847
60872
  "optional": true,
@@ -60882,7 +60907,7 @@
60882
60907
  "immutable": true,
60883
60908
  "locationInModule": {
60884
60909
  "filename": "src/javascript/pnpm-workspace-config.ts",
60885
- "line": 1197
60910
+ "line": 1206
60886
60911
  },
60887
60912
  "name": "hoistingLimits",
60888
60913
  "optional": true,
@@ -60990,7 +61015,7 @@
60990
61015
  "immutable": true,
60991
61016
  "locationInModule": {
60992
61017
  "filename": "src/javascript/pnpm-workspace-config.ts",
60993
- "line": 902
61018
+ "line": 911
60994
61019
  },
60995
61020
  "name": "ignoreCompatibilityDb",
60996
61021
  "optional": true,
@@ -61103,7 +61128,7 @@
61103
61128
  "immutable": true,
61104
61129
  "locationInModule": {
61105
61130
  "filename": "src/javascript/pnpm-workspace-config.ts",
61106
- "line": 1007
61131
+ "line": 1016
61107
61132
  },
61108
61133
  "name": "ignorePnpmfile",
61109
61134
  "optional": true,
@@ -61143,7 +61168,7 @@
61143
61168
  "immutable": true,
61144
61169
  "locationInModule": {
61145
61170
  "filename": "src/javascript/pnpm-workspace-config.ts",
61146
- "line": 783
61171
+ "line": 785
61147
61172
  },
61148
61173
  "name": "ignoreWorkspaceCycles",
61149
61174
  "optional": true,
@@ -61163,7 +61188,7 @@
61163
61188
  "immutable": true,
61164
61189
  "locationInModule": {
61165
61190
  "filename": "src/javascript/pnpm-workspace-config.ts",
61166
- "line": 790
61191
+ "line": 792
61167
61192
  },
61168
61193
  "name": "ignoreWorkspaceRootCheck",
61169
61194
  "optional": true,
@@ -61183,7 +61208,7 @@
61183
61208
  "immutable": true,
61184
61209
  "locationInModule": {
61185
61210
  "filename": "src/javascript/pnpm-workspace-config.ts",
61186
- "line": 776
61211
+ "line": 778
61187
61212
  },
61188
61213
  "name": "includeWorkspaceRoot",
61189
61214
  "optional": true,
@@ -61203,7 +61228,7 @@
61203
61228
  "immutable": true,
61204
61229
  "locationInModule": {
61205
61230
  "filename": "src/javascript/pnpm-workspace-config.ts",
61206
- "line": 741
61231
+ "line": 743
61207
61232
  },
61208
61233
  "name": "injectWorkspacePackages",
61209
61234
  "optional": true,
@@ -61243,7 +61268,7 @@
61243
61268
  "immutable": true,
61244
61269
  "locationInModule": {
61245
61270
  "filename": "src/javascript/pnpm-workspace-config.ts",
61246
- "line": 734
61271
+ "line": 736
61247
61272
  },
61248
61273
  "name": "linkWorkspacePackages",
61249
61274
  "optional": true,
@@ -61409,7 +61434,7 @@
61409
61434
  "immutable": true,
61410
61435
  "locationInModule": {
61411
61436
  "filename": "src/javascript/pnpm-workspace-config.ts",
61412
- "line": 1049
61437
+ "line": 1058
61413
61438
  },
61414
61439
  "name": "minimumReleaseAge",
61415
61440
  "optional": true,
@@ -61430,7 +61455,7 @@
61430
61455
  "immutable": true,
61431
61456
  "locationInModule": {
61432
61457
  "filename": "src/javascript/pnpm-workspace-config.ts",
61433
- "line": 1056
61458
+ "line": 1065
61434
61459
  },
61435
61460
  "name": "minimumReleaseAgeExclude",
61436
61461
  "optional": true,
@@ -61455,7 +61480,7 @@
61455
61480
  "immutable": true,
61456
61481
  "locationInModule": {
61457
61482
  "filename": "src/javascript/pnpm-workspace-config.ts",
61458
- "line": 1071
61483
+ "line": 1080
61459
61484
  },
61460
61485
  "name": "minimumReleaseAgeExcludePrune",
61461
61486
  "optional": true,
@@ -61476,7 +61501,7 @@
61476
61501
  "immutable": true,
61477
61502
  "locationInModule": {
61478
61503
  "filename": "src/javascript/pnpm-workspace-config.ts",
61479
- "line": 1141
61504
+ "line": 1150
61480
61505
  },
61481
61506
  "name": "minimumReleaseAgeIgnoreMissingTime",
61482
61507
  "optional": true,
@@ -61497,7 +61522,7 @@
61497
61522
  "immutable": true,
61498
61523
  "locationInModule": {
61499
61524
  "filename": "src/javascript/pnpm-workspace-config.ts",
61500
- "line": 1064
61525
+ "line": 1073
61501
61526
  },
61502
61527
  "name": "minimumReleaseAgeStrict",
61503
61528
  "optional": true,
@@ -61557,7 +61582,7 @@
61557
61582
  "immutable": true,
61558
61583
  "locationInModule": {
61559
61584
  "filename": "src/javascript/pnpm-workspace-config.ts",
61560
- "line": 1155
61585
+ "line": 1164
61561
61586
  },
61562
61587
  "name": "namedRegistries",
61563
61588
  "optional": true,
@@ -61627,7 +61652,7 @@
61627
61652
  "immutable": true,
61628
61653
  "locationInModule": {
61629
61654
  "filename": "src/javascript/pnpm-workspace-config.ts",
61630
- "line": 1183
61655
+ "line": 1192
61631
61656
  },
61632
61657
  "name": "nodeDownloadMirrors",
61633
61658
  "optional": true,
@@ -61692,7 +61717,7 @@
61692
61717
  "immutable": true,
61693
61718
  "locationInModule": {
61694
61719
  "filename": "src/javascript/pnpm-workspace-config.ts",
61695
- "line": 699
61720
+ "line": 701
61696
61721
  },
61697
61722
  "name": "nodeOptions",
61698
61723
  "optional": true,
@@ -61732,7 +61757,7 @@
61732
61757
  "immutable": true,
61733
61758
  "locationInModule": {
61734
61759
  "filename": "src/javascript/pnpm-workspace-config.ts",
61735
- "line": 727
61760
+ "line": 729
61736
61761
  },
61737
61762
  "name": "nodeVersion",
61738
61763
  "optional": true,
@@ -61793,7 +61818,7 @@
61793
61818
  "immutable": true,
61794
61819
  "locationInModule": {
61795
61820
  "filename": "src/javascript/pnpm-workspace-config.ts",
61796
- "line": 1134
61821
+ "line": 1143
61797
61822
  },
61798
61823
  "name": "npmrcAuthFile",
61799
61824
  "optional": true,
@@ -61859,7 +61884,7 @@
61859
61884
  "immutable": true,
61860
61885
  "locationInModule": {
61861
61886
  "filename": "src/javascript/pnpm-workspace-config.ts",
61862
- "line": 951
61887
+ "line": 960
61863
61888
  },
61864
61889
  "name": "optimisticRepeatInstall",
61865
61890
  "optional": true,
@@ -62050,7 +62075,7 @@
62050
62075
  "immutable": true,
62051
62076
  "locationInModule": {
62052
62077
  "filename": "src/javascript/pnpm-workspace-config.ts",
62053
- "line": 1014
62078
+ "line": 1023
62054
62079
  },
62055
62080
  "name": "patchesDir",
62056
62081
  "optional": true,
@@ -62110,7 +62135,7 @@
62110
62135
  "immutable": true,
62111
62136
  "locationInModule": {
62112
62137
  "filename": "src/javascript/pnpm-workspace-config.ts",
62113
- "line": 1169
62138
+ "line": 1178
62114
62139
  },
62115
62140
  "name": "pmOnFail",
62116
62141
  "optional": true,
@@ -62130,7 +62155,7 @@
62130
62155
  "immutable": true,
62131
62156
  "locationInModule": {
62132
62157
  "filename": "src/javascript/pnpm-workspace-config.ts",
62133
- "line": 993
62158
+ "line": 1002
62134
62159
  },
62135
62160
  "name": "pnpmfile",
62136
62161
  "optional": true,
@@ -62171,7 +62196,7 @@
62171
62196
  "immutable": true,
62172
62197
  "locationInModule": {
62173
62198
  "filename": "src/javascript/pnpm-workspace-config.ts",
62174
- "line": 1078
62199
+ "line": 1087
62175
62200
  },
62176
62201
  "name": "preferOffline",
62177
62202
  "optional": true,
@@ -62191,7 +62216,7 @@
62191
62216
  "immutable": true,
62192
62217
  "locationInModule": {
62193
62218
  "filename": "src/javascript/pnpm-workspace-config.ts",
62194
- "line": 895
62219
+ "line": 904
62195
62220
  },
62196
62221
  "name": "preferSymlinkedExecutables",
62197
62222
  "optional": true,
@@ -62211,7 +62236,7 @@
62211
62236
  "immutable": true,
62212
62237
  "locationInModule": {
62213
62238
  "filename": "src/javascript/pnpm-workspace-config.ts",
62214
- "line": 755
62239
+ "line": 757
62215
62240
  },
62216
62241
  "name": "preferWorkspacePackages",
62217
62242
  "optional": true,
@@ -62231,7 +62256,7 @@
62231
62256
  "immutable": true,
62232
62257
  "locationInModule": {
62233
62258
  "filename": "src/javascript/pnpm-workspace-config.ts",
62234
- "line": 986
62259
+ "line": 995
62235
62260
  },
62236
62261
  "name": "provenance",
62237
62262
  "optional": true,
@@ -62297,7 +62322,7 @@
62297
62322
  "immutable": true,
62298
62323
  "locationInModule": {
62299
62324
  "filename": "src/javascript/pnpm-workspace-config.ts",
62300
- "line": 972
62325
+ "line": 981
62301
62326
  },
62302
62327
  "name": "publishBranch",
62303
62328
  "optional": true,
@@ -62337,7 +62362,7 @@
62337
62362
  "immutable": true,
62338
62363
  "locationInModule": {
62339
62364
  "filename": "src/javascript/pnpm-workspace-config.ts",
62340
- "line": 1148
62365
+ "line": 1157
62341
62366
  },
62342
62367
  "name": "registries",
62343
62368
  "optional": true,
@@ -62382,7 +62407,7 @@
62382
62407
  "immutable": true,
62383
62408
  "locationInModule": {
62384
62409
  "filename": "src/javascript/pnpm-workspace-config.ts",
62385
- "line": 916
62410
+ "line": 925
62386
62411
  },
62387
62412
  "name": "registrySupportsTimeField",
62388
62413
  "optional": true,
@@ -62448,7 +62473,7 @@
62448
62473
  "immutable": true,
62449
62474
  "locationInModule": {
62450
62475
  "filename": "src/javascript/pnpm-workspace-config.ts",
62451
- "line": 909
62476
+ "line": 918
62452
62477
  },
62453
62478
  "name": "resolutionMode",
62454
62479
  "optional": true,
@@ -62488,7 +62513,7 @@
62488
62513
  "immutable": true,
62489
62514
  "locationInModule": {
62490
62515
  "filename": "src/javascript/pnpm-workspace-config.ts",
62491
- "line": 1176
62516
+ "line": 1185
62492
62517
  },
62493
62518
  "name": "runtimeOnFail",
62494
62519
  "optional": true,
@@ -62508,7 +62533,7 @@
62508
62533
  "immutable": true,
62509
62534
  "locationInModule": {
62510
62535
  "filename": "src/javascript/pnpm-workspace-config.ts",
62511
- "line": 1042
62536
+ "line": 1051
62512
62537
  },
62513
62538
  "name": "saveExact",
62514
62539
  "optional": true,
@@ -62528,7 +62553,7 @@
62528
62553
  "immutable": true,
62529
62554
  "locationInModule": {
62530
62555
  "filename": "src/javascript/pnpm-workspace-config.ts",
62531
- "line": 825
62556
+ "line": 834
62532
62557
  },
62533
62558
  "name": "savePrefix",
62534
62559
  "optional": true,
@@ -62548,7 +62573,7 @@
62548
62573
  "immutable": true,
62549
62574
  "locationInModule": {
62550
62575
  "filename": "src/javascript/pnpm-workspace-config.ts",
62551
- "line": 769
62576
+ "line": 771
62552
62577
  },
62553
62578
  "name": "saveWorkspaceProtocol",
62554
62579
  "optional": true,
@@ -62568,7 +62593,7 @@
62568
62593
  "immutable": true,
62569
62594
  "locationInModule": {
62570
62595
  "filename": "src/javascript/pnpm-workspace-config.ts",
62571
- "line": 1028
62596
+ "line": 1037
62572
62597
  },
62573
62598
  "name": "scriptShell",
62574
62599
  "optional": true,
@@ -62608,7 +62633,7 @@
62608
62633
  "immutable": true,
62609
62634
  "locationInModule": {
62610
62635
  "filename": "src/javascript/pnpm-workspace-config.ts",
62611
- "line": 762
62636
+ "line": 764
62612
62637
  },
62613
62638
  "name": "sharedWorkspaceLockfile",
62614
62639
  "optional": true,
@@ -62628,7 +62653,7 @@
62628
62653
  "immutable": true,
62629
62654
  "locationInModule": {
62630
62655
  "filename": "src/javascript/pnpm-workspace-config.ts",
62631
- "line": 1035
62656
+ "line": 1044
62632
62657
  },
62633
62658
  "name": "shellEmulator",
62634
62659
  "optional": true,
@@ -62642,18 +62667,19 @@
62642
62667
  "custom": {
62643
62668
  "schema": "PnpmWorkspaceYamlSchema#sideEffectsCache"
62644
62669
  },
62670
+ "remarks": "When a pre/post install script modify the contents of a package (e.g. build output), pnpm saves the modified package in the global store. On future installs on the same machine, pnpm reuses this cached, prebuilt version.\nAn object is the canonical way to declare the remote tier; `sideEffectsCache: true` is the shorthand for reading and writing.",
62645
62671
  "stability": "experimental",
62646
62672
  "summary": "Use and cache the results of (pre/post)install hooks."
62647
62673
  },
62648
62674
  "immutable": true,
62649
62675
  "locationInModule": {
62650
62676
  "filename": "src/javascript/pnpm-workspace-config.ts",
62651
- "line": 678
62677
+ "line": 680
62652
62678
  },
62653
62679
  "name": "sideEffectsCache",
62654
62680
  "optional": true,
62655
62681
  "type": {
62656
- "primitive": "boolean"
62682
+ "primitive": "any"
62657
62683
  }
62658
62684
  },
62659
62685
  {
@@ -62662,13 +62688,14 @@
62662
62688
  "custom": {
62663
62689
  "schema": "PnpmWorkspaceYamlSchema#sideEffectsCacheReadonly"
62664
62690
  },
62691
+ "remarks": "The older spelling of sideEffectsCache: { read: true, write: false }.",
62665
62692
  "stability": "experimental",
62666
62693
  "summary": "Only use the side effects cache if present, do not create it for new packages."
62667
62694
  },
62668
62695
  "immutable": true,
62669
62696
  "locationInModule": {
62670
62697
  "filename": "src/javascript/pnpm-workspace-config.ts",
62671
- "line": 685
62698
+ "line": 687
62672
62699
  },
62673
62700
  "name": "sideEffectsCacheReadonly",
62674
62701
  "optional": true,
@@ -62688,7 +62715,7 @@
62688
62715
  "immutable": true,
62689
62716
  "locationInModule": {
62690
62717
  "filename": "src/javascript/pnpm-workspace-config.ts",
62691
- "line": 860
62718
+ "line": 869
62692
62719
  },
62693
62720
  "name": "stateDir",
62694
62721
  "optional": true,
@@ -62728,7 +62755,7 @@
62728
62755
  "immutable": true,
62729
62756
  "locationInModule": {
62730
62757
  "filename": "src/javascript/pnpm-workspace-config.ts",
62731
- "line": 713
62758
+ "line": 715
62732
62759
  },
62733
62760
  "name": "strictDepBuilds",
62734
62761
  "optional": true,
@@ -62849,7 +62876,7 @@
62849
62876
  "immutable": true,
62850
62877
  "locationInModule": {
62851
62878
  "filename": "src/javascript/pnpm-workspace-config.ts",
62852
- "line": 748
62879
+ "line": 750
62853
62880
  },
62854
62881
  "name": "syncInjectedDepsAfterScripts",
62855
62882
  "optional": true,
@@ -62874,7 +62901,7 @@
62874
62901
  "immutable": true,
62875
62902
  "locationInModule": {
62876
62903
  "filename": "src/javascript/pnpm-workspace-config.ts",
62877
- "line": 832
62904
+ "line": 841
62878
62905
  },
62879
62906
  "name": "tag",
62880
62907
  "optional": true,
@@ -62882,6 +62909,32 @@
62882
62909
  "primitive": "string"
62883
62910
  }
62884
62911
  },
62912
+ {
62913
+ "abstract": true,
62914
+ "docs": {
62915
+ "custom": {
62916
+ "schema": "PnpmWorkspaceYamlSchema#tasks"
62917
+ },
62918
+ "remarks": "A task is a script in one workspace project; it becomes ready after every task it depends on completes successfully. A task with no entry under tasks defaults to depending on the same task in its workspace dependencies, but once a task has an entry, an omitted dependsOn is the same as `dependsOn: []`.",
62919
+ "stability": "experimental",
62920
+ "summary": "Configure dependency relationships and per-task concurrency limits for recursive runs (`pnpm -r run <script>`)."
62921
+ },
62922
+ "immutable": true,
62923
+ "locationInModule": {
62924
+ "filename": "src/javascript/pnpm-workspace-config.ts",
62925
+ "line": 813
62926
+ },
62927
+ "name": "tasks",
62928
+ "optional": true,
62929
+ "type": {
62930
+ "collection": {
62931
+ "elementtype": {
62932
+ "fqn": "projen.javascript.PnpmWorkspaceYamlSchemaTasks"
62933
+ },
62934
+ "kind": "map"
62935
+ }
62936
+ }
62937
+ },
62885
62938
  {
62886
62939
  "abstract": true,
62887
62940
  "docs": {
@@ -62895,7 +62948,7 @@
62895
62948
  "immutable": true,
62896
62949
  "locationInModule": {
62897
62950
  "filename": "src/javascript/pnpm-workspace-config.ts",
62898
- "line": 1190
62951
+ "line": 1199
62899
62952
  },
62900
62953
  "name": "trustLockfile",
62901
62954
  "optional": true,
@@ -62916,7 +62969,7 @@
62916
62969
  "immutable": true,
62917
62970
  "locationInModule": {
62918
62971
  "filename": "src/javascript/pnpm-workspace-config.ts",
62919
- "line": 1085
62972
+ "line": 1094
62920
62973
  },
62921
62974
  "name": "trustPolicy",
62922
62975
  "optional": true,
@@ -62936,7 +62989,7 @@
62936
62989
  "immutable": true,
62937
62990
  "locationInModule": {
62938
62991
  "filename": "src/javascript/pnpm-workspace-config.ts",
62939
- "line": 1092
62992
+ "line": 1101
62940
62993
  },
62941
62994
  "name": "trustPolicyExclude",
62942
62995
  "optional": true,
@@ -62962,7 +63015,7 @@
62962
63015
  "immutable": true,
62963
63016
  "locationInModule": {
62964
63017
  "filename": "src/javascript/pnpm-workspace-config.ts",
62965
- "line": 1113
63018
+ "line": 1122
62966
63019
  },
62967
63020
  "name": "trustPolicyIgnoreAfter",
62968
63021
  "optional": true,
@@ -62983,7 +63036,7 @@
62983
63036
  "immutable": true,
62984
63037
  "locationInModule": {
62985
63038
  "filename": "src/javascript/pnpm-workspace-config.ts",
62986
- "line": 692
63039
+ "line": 694
62987
63040
  },
62988
63041
  "name": "unsafePerm",
62989
63042
  "optional": true,
@@ -63041,7 +63094,7 @@
63041
63094
  "immutable": true,
63042
63095
  "locationInModule": {
63043
63096
  "filename": "src/javascript/pnpm-workspace-config.ts",
63044
- "line": 881
63097
+ "line": 890
63045
63098
  },
63046
63099
  "name": "updateNotifier",
63047
63100
  "optional": true,
@@ -63081,7 +63134,7 @@
63081
63134
  "immutable": true,
63082
63135
  "locationInModule": {
63083
63136
  "filename": "src/javascript/pnpm-workspace-config.ts",
63084
- "line": 720
63137
+ "line": 722
63085
63138
  },
63086
63139
  "name": "useNodeVersion",
63087
63140
  "optional": true,
@@ -63122,7 +63175,7 @@
63122
63175
  "immutable": true,
63123
63176
  "locationInModule": {
63124
63177
  "filename": "src/javascript/pnpm-workspace-config.ts",
63125
- "line": 874
63178
+ "line": 883
63126
63179
  },
63127
63180
  "name": "useStderr",
63128
63181
  "optional": true,
@@ -63142,7 +63195,7 @@
63142
63195
  "immutable": true,
63143
63196
  "locationInModule": {
63144
63197
  "filename": "src/javascript/pnpm-workspace-config.ts",
63145
- "line": 706
63198
+ "line": 708
63146
63199
  },
63147
63200
  "name": "verifyDepsBeforeRun",
63148
63201
  "optional": true,
@@ -63182,7 +63235,7 @@
63182
63235
  "immutable": true,
63183
63236
  "locationInModule": {
63184
63237
  "filename": "src/javascript/pnpm-workspace-config.ts",
63185
- "line": 979
63238
+ "line": 988
63186
63239
  },
63187
63240
  "name": "versioning",
63188
63241
  "optional": true,
@@ -63243,7 +63296,7 @@
63243
63296
  "immutable": true,
63244
63297
  "locationInModule": {
63245
63298
  "filename": "src/javascript/pnpm-workspace-config.ts",
63246
- "line": 1162
63299
+ "line": 1171
63247
63300
  },
63248
63301
  "name": "virtualStoreOnly",
63249
63302
  "optional": true,
@@ -63285,7 +63338,7 @@
63285
63338
  "immutable": true,
63286
63339
  "locationInModule": {
63287
63340
  "filename": "src/javascript/pnpm-workspace-config.ts",
63288
- "line": 804
63341
+ "line": 806
63289
63342
  },
63290
63343
  "name": "workspaceConcurrency",
63291
63344
  "optional": true,
@@ -63309,7 +63362,7 @@
63309
63362
  "kind": "interface",
63310
63363
  "locationInModule": {
63311
63364
  "filename": "src/javascript/pnpm-workspace-config.ts",
63312
- "line": 1523
63365
+ "line": 1533
63313
63366
  },
63314
63367
  "name": "PnpmWorkspaceYamlSchemaAudit",
63315
63368
  "namespace": "javascript",
@@ -63326,7 +63379,7 @@
63326
63379
  "immutable": true,
63327
63380
  "locationInModule": {
63328
63381
  "filename": "src/javascript/pnpm-workspace-config.ts",
63329
- "line": 1536
63382
+ "line": 1546
63330
63383
  },
63331
63384
  "name": "ignore",
63332
63385
  "optional": true,
@@ -63351,7 +63404,7 @@
63351
63404
  "immutable": true,
63352
63405
  "locationInModule": {
63353
63406
  "filename": "src/javascript/pnpm-workspace-config.ts",
63354
- "line": 1543
63407
+ "line": 1553
63355
63408
  },
63356
63409
  "name": "ignorePrune",
63357
63410
  "optional": true,
@@ -63371,7 +63424,7 @@
63371
63424
  "immutable": true,
63372
63425
  "locationInModule": {
63373
63426
  "filename": "src/javascript/pnpm-workspace-config.ts",
63374
- "line": 1529
63427
+ "line": 1539
63375
63428
  },
63376
63429
  "name": "level",
63377
63430
  "optional": true,
@@ -63395,7 +63448,7 @@
63395
63448
  "kind": "interface",
63396
63449
  "locationInModule": {
63397
63450
  "filename": "src/javascript/pnpm-workspace-config.ts",
63398
- "line": 1566
63451
+ "line": 1576
63399
63452
  },
63400
63453
  "name": "PnpmWorkspaceYamlSchemaAuditConfig",
63401
63454
  "namespace": "javascript",
@@ -63412,7 +63465,7 @@
63412
63465
  "immutable": true,
63413
63466
  "locationInModule": {
63414
63467
  "filename": "src/javascript/pnpm-workspace-config.ts",
63415
- "line": 1572
63468
+ "line": 1582
63416
63469
  },
63417
63470
  "name": "ignoreCves",
63418
63471
  "optional": true,
@@ -63437,7 +63490,7 @@
63437
63490
  "immutable": true,
63438
63491
  "locationInModule": {
63439
63492
  "filename": "src/javascript/pnpm-workspace-config.ts",
63440
- "line": 1579
63493
+ "line": 1589
63441
63494
  },
63442
63495
  "name": "ignoreGhsas",
63443
63496
  "optional": true,
@@ -63466,7 +63519,7 @@
63466
63519
  "kind": "enum",
63467
63520
  "locationInModule": {
63468
63521
  "filename": "src/javascript/pnpm-workspace-config.ts",
63469
- "line": 1913
63522
+ "line": 1958
63470
63523
  },
63471
63524
  "members": [
63472
63525
  {
@@ -63515,7 +63568,7 @@
63515
63568
  "kind": "enum",
63516
63569
  "locationInModule": {
63517
63570
  "filename": "src/javascript/pnpm-workspace-config.ts",
63518
- "line": 1390
63571
+ "line": 1400
63519
63572
  },
63520
63573
  "members": [
63521
63574
  {
@@ -63557,7 +63610,7 @@
63557
63610
  "kind": "enum",
63558
63611
  "locationInModule": {
63559
63612
  "filename": "src/javascript/pnpm-workspace-config.ts",
63560
- "line": 1725
63613
+ "line": 1735
63561
63614
  },
63562
63615
  "members": [
63563
63616
  {
@@ -63599,7 +63652,7 @@
63599
63652
  "kind": "interface",
63600
63653
  "locationInModule": {
63601
63654
  "filename": "src/javascript/pnpm-workspace-config.ts",
63602
- "line": 1640
63655
+ "line": 1650
63603
63656
  },
63604
63657
  "name": "PnpmWorkspaceYamlSchemaExecutionEnv",
63605
63658
  "namespace": "javascript",
@@ -63616,7 +63669,7 @@
63616
63669
  "immutable": true,
63617
63670
  "locationInModule": {
63618
63671
  "filename": "src/javascript/pnpm-workspace-config.ts",
63619
- "line": 1646
63672
+ "line": 1656
63620
63673
  },
63621
63674
  "name": "nodeVersion",
63622
63675
  "optional": true,
@@ -63641,7 +63694,7 @@
63641
63694
  "kind": "enum",
63642
63695
  "locationInModule": {
63643
63696
  "filename": "src/javascript/pnpm-workspace-config.ts",
63644
- "line": 1961
63697
+ "line": 2006
63645
63698
  },
63646
63699
  "members": [
63647
63700
  {
@@ -63683,7 +63736,7 @@
63683
63736
  "kind": "class",
63684
63737
  "locationInModule": {
63685
63738
  "filename": "src/javascript/pnpm-workspace-config.ts",
63686
- "line": 1772
63739
+ "line": 1782
63687
63740
  },
63688
63741
  "methods": [
63689
63742
  {
@@ -63692,7 +63745,7 @@
63692
63745
  },
63693
63746
  "locationInModule": {
63694
63747
  "filename": "src/javascript/pnpm-workspace-config.ts",
63695
- "line": 1773
63748
+ "line": 1783
63696
63749
  },
63697
63750
  "name": "fromBoolean",
63698
63751
  "parameters": [
@@ -63716,7 +63769,7 @@
63716
63769
  },
63717
63770
  "locationInModule": {
63718
63771
  "filename": "src/javascript/pnpm-workspace-config.ts",
63719
- "line": 1776
63772
+ "line": 1786
63720
63773
  },
63721
63774
  "name": "fromString",
63722
63775
  "parameters": [
@@ -63745,7 +63798,7 @@
63745
63798
  "immutable": true,
63746
63799
  "locationInModule": {
63747
63800
  "filename": "src/javascript/pnpm-workspace-config.ts",
63748
- "line": 1779
63801
+ "line": 1789
63749
63802
  },
63750
63803
  "name": "value",
63751
63804
  "type": {
@@ -63777,7 +63830,7 @@
63777
63830
  "kind": "enum",
63778
63831
  "locationInModule": {
63779
63832
  "filename": "src/javascript/pnpm-workspace-config.ts",
63780
- "line": 1739
63833
+ "line": 1749
63781
63834
  },
63782
63835
  "members": [
63783
63836
  {
@@ -63826,7 +63879,7 @@
63826
63879
  "kind": "enum",
63827
63880
  "locationInModule": {
63828
63881
  "filename": "src/javascript/pnpm-workspace-config.ts",
63829
- "line": 1669
63882
+ "line": 1679
63830
63883
  },
63831
63884
  "members": [
63832
63885
  {
@@ -63868,7 +63921,7 @@
63868
63921
  "kind": "enum",
63869
63922
  "locationInModule": {
63870
63923
  "filename": "src/javascript/pnpm-workspace-config.ts",
63871
- "line": 1683
63924
+ "line": 1693
63872
63925
  },
63873
63926
  "members": [
63874
63927
  {
@@ -63903,7 +63956,7 @@
63903
63956
  "kind": "enum",
63904
63957
  "locationInModule": {
63905
63958
  "filename": "src/javascript/pnpm-workspace-config.ts",
63906
- "line": 1707
63959
+ "line": 1717
63907
63960
  },
63908
63961
  "members": [
63909
63962
  {
@@ -63959,7 +64012,7 @@
63959
64012
  "kind": "interface",
63960
64013
  "locationInModule": {
63961
64014
  "filename": "src/javascript/pnpm-workspace-config.ts",
63962
- "line": 1402
64015
+ "line": 1412
63963
64016
  },
63964
64017
  "name": "PnpmWorkspaceYamlSchemaPeerDependencyRules",
63965
64018
  "namespace": "javascript",
@@ -63976,7 +64029,7 @@
63976
64029
  "immutable": true,
63977
64030
  "locationInModule": {
63978
64031
  "filename": "src/javascript/pnpm-workspace-config.ts",
63979
- "line": 1422
64032
+ "line": 1432
63980
64033
  },
63981
64034
  "name": "allowAny",
63982
64035
  "optional": true,
@@ -64001,7 +64054,7 @@
64001
64054
  "immutable": true,
64002
64055
  "locationInModule": {
64003
64056
  "filename": "src/javascript/pnpm-workspace-config.ts",
64004
- "line": 1415
64057
+ "line": 1425
64005
64058
  },
64006
64059
  "name": "allowedVersions",
64007
64060
  "optional": true,
@@ -64021,7 +64074,7 @@
64021
64074
  "immutable": true,
64022
64075
  "locationInModule": {
64023
64076
  "filename": "src/javascript/pnpm-workspace-config.ts",
64024
- "line": 1408
64077
+ "line": 1418
64025
64078
  },
64026
64079
  "name": "ignoreMissing",
64027
64080
  "optional": true,
@@ -64050,7 +64103,7 @@
64050
64103
  "kind": "enum",
64051
64104
  "locationInModule": {
64052
64105
  "filename": "src/javascript/pnpm-workspace-config.ts",
64053
- "line": 1929
64106
+ "line": 1974
64054
64107
  },
64055
64108
  "members": [
64056
64109
  {
@@ -64100,7 +64153,7 @@
64100
64153
  "kind": "enum",
64101
64154
  "locationInModule": {
64102
64155
  "filename": "src/javascript/pnpm-workspace-config.ts",
64103
- "line": 1756
64156
+ "line": 1766
64104
64157
  },
64105
64158
  "members": [
64106
64159
  {
@@ -64149,7 +64202,7 @@
64149
64202
  "kind": "enum",
64150
64203
  "locationInModule": {
64151
64204
  "filename": "src/javascript/pnpm-workspace-config.ts",
64152
- "line": 1818
64205
+ "line": 1863
64153
64206
  },
64154
64207
  "members": [
64155
64208
  {
@@ -64191,7 +64244,7 @@
64191
64244
  "kind": "enum",
64192
64245
  "locationInModule": {
64193
64246
  "filename": "src/javascript/pnpm-workspace-config.ts",
64194
- "line": 1945
64247
+ "line": 1990
64195
64248
  },
64196
64249
  "members": [
64197
64250
  {
@@ -64240,7 +64293,7 @@
64240
64293
  "kind": "enum",
64241
64294
  "locationInModule": {
64242
64295
  "filename": "src/javascript/pnpm-workspace-config.ts",
64243
- "line": 1804
64296
+ "line": 1849
64244
64297
  },
64245
64298
  "members": [
64246
64299
  {
@@ -64282,7 +64335,7 @@
64282
64335
  "kind": "class",
64283
64336
  "locationInModule": {
64284
64337
  "filename": "src/javascript/pnpm-workspace-config.ts",
64285
- "line": 1788
64338
+ "line": 1798
64286
64339
  },
64287
64340
  "methods": [
64288
64341
  {
@@ -64291,7 +64344,7 @@
64291
64344
  },
64292
64345
  "locationInModule": {
64293
64346
  "filename": "src/javascript/pnpm-workspace-config.ts",
64294
- "line": 1789
64347
+ "line": 1799
64295
64348
  },
64296
64349
  "name": "fromBoolean",
64297
64350
  "parameters": [
@@ -64315,7 +64368,7 @@
64315
64368
  },
64316
64369
  "locationInModule": {
64317
64370
  "filename": "src/javascript/pnpm-workspace-config.ts",
64318
- "line": 1792
64371
+ "line": 1802
64319
64372
  },
64320
64373
  "name": "fromString",
64321
64374
  "parameters": [
@@ -64344,7 +64397,7 @@
64344
64397
  "immutable": true,
64345
64398
  "locationInModule": {
64346
64399
  "filename": "src/javascript/pnpm-workspace-config.ts",
64347
- "line": 1795
64400
+ "line": 1805
64348
64401
  },
64349
64402
  "name": "value",
64350
64403
  "type": {
@@ -64377,7 +64430,7 @@
64377
64430
  "kind": "interface",
64378
64431
  "locationInModule": {
64379
64432
  "filename": "src/javascript/pnpm-workspace-config.ts",
64380
- "line": 1603
64433
+ "line": 1613
64381
64434
  },
64382
64435
  "name": "PnpmWorkspaceYamlSchemaSupportedArchitectures",
64383
64436
  "namespace": "javascript",
@@ -64393,7 +64446,7 @@
64393
64446
  "immutable": true,
64394
64447
  "locationInModule": {
64395
64448
  "filename": "src/javascript/pnpm-workspace-config.ts",
64396
- "line": 1612
64449
+ "line": 1622
64397
64450
  },
64398
64451
  "name": "cpu",
64399
64452
  "optional": true,
@@ -64417,7 +64470,7 @@
64417
64470
  "immutable": true,
64418
64471
  "locationInModule": {
64419
64472
  "filename": "src/javascript/pnpm-workspace-config.ts",
64420
- "line": 1617
64473
+ "line": 1627
64421
64474
  },
64422
64475
  "name": "libc",
64423
64476
  "optional": true,
@@ -64441,7 +64494,7 @@
64441
64494
  "immutable": true,
64442
64495
  "locationInModule": {
64443
64496
  "filename": "src/javascript/pnpm-workspace-config.ts",
64444
- "line": 1607
64497
+ "line": 1617
64445
64498
  },
64446
64499
  "name": "os",
64447
64500
  "optional": true,
@@ -64457,6 +64510,74 @@
64457
64510
  ],
64458
64511
  "symbolId": "src/javascript/pnpm-workspace-config:PnpmWorkspaceYamlSchemaSupportedArchitectures"
64459
64512
  },
64513
+ "projen.javascript.PnpmWorkspaceYamlSchemaTasks": {
64514
+ "assembly": "projen",
64515
+ "datatype": true,
64516
+ "docs": {
64517
+ "custom": {
64518
+ "schema": "PnpmWorkspaceYamlSchemaTasks"
64519
+ },
64520
+ "stability": "experimental"
64521
+ },
64522
+ "fqn": "projen.javascript.PnpmWorkspaceYamlSchemaTasks",
64523
+ "kind": "interface",
64524
+ "locationInModule": {
64525
+ "filename": "src/javascript/pnpm-workspace-config.ts",
64526
+ "line": 1812
64527
+ },
64528
+ "name": "PnpmWorkspaceYamlSchemaTasks",
64529
+ "namespace": "javascript",
64530
+ "properties": [
64531
+ {
64532
+ "abstract": true,
64533
+ "docs": {
64534
+ "custom": {
64535
+ "schema": "PnpmWorkspaceYamlSchemaTasks#concurrency"
64536
+ },
64537
+ "remarks": "This limit is separate from workspaceConcurrency.",
64538
+ "stability": "experimental",
64539
+ "summary": "A positive integer limiting how many instances of this named task may run across workspace projects at once."
64540
+ },
64541
+ "immutable": true,
64542
+ "locationInModule": {
64543
+ "filename": "src/javascript/pnpm-workspace-config.ts",
64544
+ "line": 1825
64545
+ },
64546
+ "name": "concurrency",
64547
+ "optional": true,
64548
+ "type": {
64549
+ "primitive": "number"
64550
+ }
64551
+ },
64552
+ {
64553
+ "abstract": true,
64554
+ "docs": {
64555
+ "custom": {
64556
+ "schema": "PnpmWorkspaceYamlSchemaTasks#dependsOn"
64557
+ },
64558
+ "remarks": "Each entry is either the task in the same project (e.g. `build`) or the task in each selected workspace dependency of the project (e.g. `^build`).",
64559
+ "stability": "experimental",
64560
+ "summary": "Tasks this task depends on."
64561
+ },
64562
+ "immutable": true,
64563
+ "locationInModule": {
64564
+ "filename": "src/javascript/pnpm-workspace-config.ts",
64565
+ "line": 1818
64566
+ },
64567
+ "name": "dependsOn",
64568
+ "optional": true,
64569
+ "type": {
64570
+ "collection": {
64571
+ "elementtype": {
64572
+ "primitive": "string"
64573
+ },
64574
+ "kind": "array"
64575
+ }
64576
+ }
64577
+ }
64578
+ ],
64579
+ "symbolId": "src/javascript/pnpm-workspace-config:PnpmWorkspaceYamlSchemaTasks"
64580
+ },
64460
64581
  "projen.javascript.PnpmWorkspaceYamlSchemaTrustPolicy": {
64461
64582
  "assembly": "projen",
64462
64583
  "docs": {
@@ -64471,7 +64592,7 @@
64471
64592
  "kind": "enum",
64472
64593
  "locationInModule": {
64473
64594
  "filename": "src/javascript/pnpm-workspace-config.ts",
64474
- "line": 1901
64595
+ "line": 1946
64475
64596
  },
64476
64597
  "members": [
64477
64598
  {
@@ -64506,7 +64627,7 @@
64506
64627
  "kind": "interface",
64507
64628
  "locationInModule": {
64508
64629
  "filename": "src/javascript/pnpm-workspace-config.ts",
64509
- "line": 1445
64630
+ "line": 1455
64510
64631
  },
64511
64632
  "name": "PnpmWorkspaceYamlSchemaUpdate",
64512
64633
  "namespace": "javascript",
@@ -64523,7 +64644,7 @@
64523
64644
  "immutable": true,
64524
64645
  "locationInModule": {
64525
64646
  "filename": "src/javascript/pnpm-workspace-config.ts",
64526
- "line": 1458
64647
+ "line": 1468
64527
64648
  },
64528
64649
  "name": "changeset",
64529
64650
  "optional": true,
@@ -64543,7 +64664,7 @@
64543
64664
  "immutable": true,
64544
64665
  "locationInModule": {
64545
64666
  "filename": "src/javascript/pnpm-workspace-config.ts",
64546
- "line": 1465
64667
+ "line": 1475
64547
64668
  },
64548
64669
  "name": "githubActions",
64549
64670
  "optional": true,
@@ -64563,7 +64684,7 @@
64563
64684
  "immutable": true,
64564
64685
  "locationInModule": {
64565
64686
  "filename": "src/javascript/pnpm-workspace-config.ts",
64566
- "line": 1472
64687
+ "line": 1482
64567
64688
  },
64568
64689
  "name": "githubActionsServer",
64569
64690
  "optional": true,
@@ -64583,7 +64704,7 @@
64583
64704
  "immutable": true,
64584
64705
  "locationInModule": {
64585
64706
  "filename": "src/javascript/pnpm-workspace-config.ts",
64586
- "line": 1451
64707
+ "line": 1461
64587
64708
  },
64588
64709
  "name": "ignoreDeps",
64589
64710
  "optional": true,
@@ -64612,7 +64733,7 @@
64612
64733
  "kind": "interface",
64613
64734
  "locationInModule": {
64614
64735
  "filename": "src/javascript/pnpm-workspace-config.ts",
64615
- "line": 1496
64736
+ "line": 1506
64616
64737
  },
64617
64738
  "name": "PnpmWorkspaceYamlSchemaUpdateConfig",
64618
64739
  "namespace": "javascript",
@@ -64629,7 +64750,7 @@
64629
64750
  "immutable": true,
64630
64751
  "locationInModule": {
64631
64752
  "filename": "src/javascript/pnpm-workspace-config.ts",
64632
- "line": 1502
64753
+ "line": 1512
64633
64754
  },
64634
64755
  "name": "ignoreDependencies",
64635
64756
  "optional": true,
@@ -64659,7 +64780,7 @@
64659
64780
  "kind": "interface",
64660
64781
  "locationInModule": {
64661
64782
  "filename": "src/javascript/pnpm-workspace-config.ts",
64662
- "line": 1832
64783
+ "line": 1877
64663
64784
  },
64664
64785
  "name": "PnpmWorkspaceYamlSchemaVersioning",
64665
64786
  "namespace": "javascript",
@@ -64676,7 +64797,7 @@
64676
64797
  "immutable": true,
64677
64798
  "locationInModule": {
64678
64799
  "filename": "src/javascript/pnpm-workspace-config.ts",
64679
- "line": 1873
64800
+ "line": 1918
64680
64801
  },
64681
64802
  "name": "changelog",
64682
64803
  "optional": true,
@@ -64696,7 +64817,7 @@
64696
64817
  "immutable": true,
64697
64818
  "locationInModule": {
64698
64819
  "filename": "src/javascript/pnpm-workspace-config.ts",
64699
- "line": 1866
64820
+ "line": 1911
64700
64821
  },
64701
64822
  "name": "epics",
64702
64823
  "optional": true,
@@ -64722,7 +64843,7 @@
64722
64843
  "immutable": true,
64723
64844
  "locationInModule": {
64724
64845
  "filename": "src/javascript/pnpm-workspace-config.ts",
64725
- "line": 1838
64846
+ "line": 1883
64726
64847
  },
64727
64848
  "name": "fixed",
64728
64849
  "optional": true,
@@ -64752,7 +64873,7 @@
64752
64873
  "immutable": true,
64753
64874
  "locationInModule": {
64754
64875
  "filename": "src/javascript/pnpm-workspace-config.ts",
64755
- "line": 1845
64876
+ "line": 1890
64756
64877
  },
64757
64878
  "name": "ignore",
64758
64879
  "optional": true,
@@ -64778,7 +64899,7 @@
64778
64899
  "immutable": true,
64779
64900
  "locationInModule": {
64780
64901
  "filename": "src/javascript/pnpm-workspace-config.ts",
64781
- "line": 1859
64902
+ "line": 1904
64782
64903
  },
64783
64904
  "name": "lanes",
64784
64905
  "optional": true,
@@ -64803,7 +64924,7 @@
64803
64924
  "immutable": true,
64804
64925
  "locationInModule": {
64805
64926
  "filename": "src/javascript/pnpm-workspace-config.ts",
64806
- "line": 1852
64927
+ "line": 1897
64807
64928
  },
64808
64929
  "name": "maxBump",
64809
64930
  "optional": true,
@@ -64828,7 +64949,7 @@
64828
64949
  "kind": "interface",
64829
64950
  "locationInModule": {
64830
64951
  "filename": "src/javascript/pnpm-workspace-config.ts",
64831
- "line": 2024
64952
+ "line": 2069
64832
64953
  },
64833
64954
  "name": "PnpmWorkspaceYamlSchemaVersioningChangelog",
64834
64955
  "namespace": "javascript",
@@ -64846,7 +64967,7 @@
64846
64967
  "immutable": true,
64847
64968
  "locationInModule": {
64848
64969
  "filename": "src/javascript/pnpm-workspace-config.ts",
64849
- "line": 2030
64970
+ "line": 2075
64850
64971
  },
64851
64972
  "name": "storage",
64852
64973
  "optional": true,
@@ -64871,7 +64992,7 @@
64871
64992
  "kind": "enum",
64872
64993
  "locationInModule": {
64873
64994
  "filename": "src/javascript/pnpm-workspace-config.ts",
64874
- "line": 2053
64995
+ "line": 2098
64875
64996
  },
64876
64997
  "members": [
64877
64998
  {
@@ -64906,7 +65027,7 @@
64906
65027
  "kind": "interface",
64907
65028
  "locationInModule": {
64908
65029
  "filename": "src/javascript/pnpm-workspace-config.ts",
64909
- "line": 1987
65030
+ "line": 2032
64910
65031
  },
64911
65032
  "name": "PnpmWorkspaceYamlSchemaVersioningEpics",
64912
65033
  "namespace": "javascript",
@@ -64923,7 +65044,7 @@
64923
65044
  "immutable": true,
64924
65045
  "locationInModule": {
64925
65046
  "filename": "src/javascript/pnpm-workspace-config.ts",
64926
- "line": 1993
65047
+ "line": 2038
64927
65048
  },
64928
65049
  "name": "lead",
64929
65050
  "type": {
@@ -64942,7 +65063,7 @@
64942
65063
  "immutable": true,
64943
65064
  "locationInModule": {
64944
65065
  "filename": "src/javascript/pnpm-workspace-config.ts",
64945
- "line": 2000
65066
+ "line": 2045
64946
65067
  },
64947
65068
  "name": "packages",
64948
65069
  "type": {
@@ -64970,7 +65091,7 @@
64970
65091
  "kind": "enum",
64971
65092
  "locationInModule": {
64972
65093
  "filename": "src/javascript/pnpm-workspace-config.ts",
64973
- "line": 1975
65094
+ "line": 2020
64974
65095
  },
64975
65096
  "members": [
64976
65097
  {
@@ -65013,7 +65134,7 @@
65013
65134
  "kind": "enum",
65014
65135
  "locationInModule": {
65015
65136
  "filename": "src/javascript/pnpm-workspace-config.ts",
65016
- "line": 1695
65137
+ "line": 1705
65017
65138
  },
65018
65139
  "members": [
65019
65140
  {
@@ -66221,7 +66342,7 @@
66221
66342
  "kind": "interface",
66222
66343
  "locationInModule": {
66223
66344
  "filename": "src/javascript/node-package.ts",
66224
- "line": 577
66345
+ "line": 587
66225
66346
  },
66226
66347
  "name": "ScopedPackagesOptions",
66227
66348
  "namespace": "javascript",
@@ -66235,7 +66356,7 @@
66235
66356
  "immutable": true,
66236
66357
  "locationInModule": {
66237
66358
  "filename": "src/javascript/node-package.ts",
66238
- "line": 588
66359
+ "line": 598
66239
66360
  },
66240
66361
  "name": "registryUrl",
66241
66362
  "type": {
@@ -66252,7 +66373,7 @@
66252
66373
  "immutable": true,
66253
66374
  "locationInModule": {
66254
66375
  "filename": "src/javascript/node-package.ts",
66255
- "line": 583
66376
+ "line": 593
66256
66377
  },
66257
66378
  "name": "scope",
66258
66379
  "type": {
@@ -69433,7 +69554,7 @@
69433
69554
  "kind": "interface",
69434
69555
  "locationInModule": {
69435
69556
  "filename": "src/javascript/node-package.ts",
69436
- "line": 2360
69557
+ "line": 2371
69437
69558
  },
69438
69559
  "name": "YarnBerryOptions",
69439
69560
  "namespace": "javascript",
@@ -69449,7 +69570,7 @@
69449
69570
  "immutable": true,
69450
69571
  "locationInModule": {
69451
69572
  "filename": "src/javascript/node-package.ts",
69452
- "line": 2399
69573
+ "line": 2410
69453
69574
  },
69454
69575
  "name": "dedupePackages",
69455
69576
  "optional": true,
@@ -69472,7 +69593,7 @@
69472
69593
  "immutable": true,
69473
69594
  "locationInModule": {
69474
69595
  "filename": "src/javascript/node-package.ts",
69475
- "line": 2366
69596
+ "line": 2377
69476
69597
  },
69477
69598
  "name": "version",
69478
69599
  "optional": true,
@@ -69490,7 +69611,7 @@
69490
69611
  "immutable": true,
69491
69612
  "locationInModule": {
69492
69613
  "filename": "src/javascript/node-package.ts",
69493
- "line": 2373
69614
+ "line": 2384
69494
69615
  },
69495
69616
  "name": "yarnRcOptions",
69496
69617
  "optional": true,
@@ -69509,7 +69630,7 @@
69509
69630
  "immutable": true,
69510
69631
  "locationInModule": {
69511
69632
  "filename": "src/javascript/node-package.ts",
69512
- "line": 2381
69633
+ "line": 2392
69513
69634
  },
69514
69635
  "name": "zeroInstalls",
69515
69636
  "optional": true,
@@ -103802,6 +103923,6 @@
103802
103923
  "usedFeatures": [
103803
103924
  "class-covariant-overrides"
103804
103925
  ],
103805
- "version": "0.103.17",
103806
- "fingerprint": "5bsN2nzhPB2gOQiUC2Ovo0xN2qQrgftnu/rq0mVPILM="
103926
+ "version": "0.103.19",
103927
+ "fingerprint": "bE/S+uA1pmAJR5w2bBp5xmUGzYkwk0wbMCEAzaasoI4="
103807
103928
  }