projen 0.99.40 → 0.99.41

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 (142) hide show
  1. package/.jsii +302 -159
  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 +2 -2
  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 +4 -4
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +11 -8
  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-docgen.js +7 -5
  22. package/lib/cdk/jsii-project.js +1 -1
  23. package/lib/cdk8s/auto-discover.js +2 -2
  24. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  25. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  26. package/lib/cdk8s/cdk8s-construct.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps.js +1 -1
  29. package/lib/cdk8s/integration-test.js +10 -8
  30. package/lib/cdktf/cdktf-construct.js +1 -1
  31. package/lib/circleci/circleci.js +1 -1
  32. package/lib/component.js +1 -1
  33. package/lib/dependencies.d.ts +48 -0
  34. package/lib/dependencies.js +65 -2
  35. package/lib/dev-env.js +1 -1
  36. package/lib/docker-compose/docker-compose-service.js +1 -1
  37. package/lib/docker-compose/docker-compose.js +1 -1
  38. package/lib/file.js +1 -1
  39. package/lib/gitattributes.js +1 -1
  40. package/lib/github/actions-provider.js +1 -1
  41. package/lib/github/auto-approve.js +1 -1
  42. package/lib/github/auto-merge.js +1 -1
  43. package/lib/github/auto-queue.js +1 -1
  44. package/lib/github/dependabot.js +1 -1
  45. package/lib/github/github-credentials.js +1 -1
  46. package/lib/github/github-project.js +1 -1
  47. package/lib/github/github.js +1 -1
  48. package/lib/github/merge-queue.js +1 -1
  49. package/lib/github/mergify.js +1 -1
  50. package/lib/github/pr-template.js +1 -1
  51. package/lib/github/pull-request-backport.js +1 -1
  52. package/lib/github/pull-request-lint.js +1 -1
  53. package/lib/github/stale.js +1 -1
  54. package/lib/github/task-workflow-job.js +1 -1
  55. package/lib/github/task-workflow.js +1 -1
  56. package/lib/github/workflow-actions.js +1 -1
  57. package/lib/github/workflow-jobs.js +1 -1
  58. package/lib/github/workflow-steps.js +1 -1
  59. package/lib/github/workflows.js +1 -1
  60. package/lib/gitlab/configuration.js +1 -1
  61. package/lib/gitlab/gitlab-configuration.js +1 -1
  62. package/lib/gitlab/nested-configuration.js +1 -1
  63. package/lib/gitpod.js +1 -1
  64. package/lib/ignore-file.js +1 -1
  65. package/lib/ini.js +1 -1
  66. package/lib/java/java-project.js +1 -1
  67. package/lib/java/junit.js +1 -1
  68. package/lib/java/maven-compile.js +1 -1
  69. package/lib/java/maven-packaging.js +1 -1
  70. package/lib/java/maven-sample.js +1 -1
  71. package/lib/java/pom.js +2 -2
  72. package/lib/java/projenrc.js +1 -1
  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.js +4 -4
  77. package/lib/javascript/license-checker.js +1 -1
  78. package/lib/javascript/node-package.d.ts +26 -3
  79. package/lib/javascript/node-package.js +98 -40
  80. package/lib/javascript/node-project.js +7 -5
  81. package/lib/javascript/npm-config.js +1 -1
  82. package/lib/javascript/prettier.js +1 -1
  83. package/lib/javascript/projenrc.js +1 -1
  84. package/lib/javascript/typescript-config.js +2 -2
  85. package/lib/javascript/upgrade-dependencies.js +2 -2
  86. package/lib/javascript/yarnrc.js +1 -1
  87. package/lib/json-patch.js +1 -1
  88. package/lib/json.js +1 -1
  89. package/lib/license.js +1 -1
  90. package/lib/logger.js +1 -1
  91. package/lib/makefile.js +1 -1
  92. package/lib/object-file.js +1 -1
  93. package/lib/project-build.js +1 -1
  94. package/lib/project-tree.js +1 -1
  95. package/lib/project.js +1 -1
  96. package/lib/projects.js +1 -1
  97. package/lib/projenrc-json.js +2 -2
  98. package/lib/projenrc.js +1 -1
  99. package/lib/python/pip.js +1 -1
  100. package/lib/python/poetry.js +2 -2
  101. package/lib/python/projenrc.js +1 -1
  102. package/lib/python/pyproject-toml-file.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/uv.js +1 -1
  111. package/lib/python/venv.js +1 -1
  112. package/lib/readme.js +1 -1
  113. package/lib/release/publisher.js +1 -1
  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/sample-file.js +2 -2
  118. package/lib/semver.js +1 -1
  119. package/lib/source-code.js +1 -1
  120. package/lib/task-runtime.js +1 -1
  121. package/lib/task.js +1 -1
  122. package/lib/tasks.js +1 -1
  123. package/lib/testing.js +1 -1
  124. package/lib/textfile.js +1 -1
  125. package/lib/toml.js +1 -1
  126. package/lib/typescript/projenrc-ts.js +1 -1
  127. package/lib/typescript/projenrc.js +1 -1
  128. package/lib/typescript/typescript-typedoc.js +1 -1
  129. package/lib/typescript/typescript.js +6 -6
  130. package/lib/version.js +8 -6
  131. package/lib/vscode/devcontainer.js +1 -1
  132. package/lib/vscode/extensions.js +1 -1
  133. package/lib/vscode/launch-config.js +1 -1
  134. package/lib/vscode/settings.js +1 -1
  135. package/lib/vscode/vscode.js +1 -1
  136. package/lib/web/next.js +3 -3
  137. package/lib/web/postcss.js +1 -1
  138. package/lib/web/react.js +4 -4
  139. package/lib/web/tailwind.js +1 -1
  140. package/lib/xmlfile.js +1 -1
  141. package/lib/yaml.js +1 -1
  142. package/package.json +1 -1
package/.jsii CHANGED
@@ -1131,6 +1131,35 @@
1131
1131
  }
1132
1132
  ]
1133
1133
  },
1134
+ {
1135
+ "docs": {
1136
+ "remarks": "- If the dep exists with a version that already satisfies the request,\n the version is not changed.\n- If the dep doesn't exist, it is added with the requested type/version.\n- If the dep exists but the versions don't intersect, an error is thrown.\n- If no type is provided, an existing dependency of any type will satisfy\n the request. If none exists, it is added as BUILD.",
1137
+ "returns": "The resulting dependency after merging.",
1138
+ "stability": "experimental",
1139
+ "summary": "Request a dependency. Unlike `addDependency`, this merges intelligently with existing dependencies of the same name and type:."
1140
+ },
1141
+ "locationInModule": {
1142
+ "filename": "src/dependencies.ts",
1143
+ "line": 209
1144
+ },
1145
+ "name": "requestDependency",
1146
+ "parameters": [
1147
+ {
1148
+ "docs": {
1149
+ "summary": "The dependency request."
1150
+ },
1151
+ "name": "request",
1152
+ "type": {
1153
+ "fqn": "projen.DependencyRequest"
1154
+ }
1155
+ }
1156
+ ],
1157
+ "returns": {
1158
+ "type": {
1159
+ "fqn": "projen.Dependency"
1160
+ }
1161
+ }
1162
+ },
1134
1163
  {
1135
1164
  "docs": {
1136
1165
  "remarks": "Returns `undefined` if there is no dependency defined by that name or if\n`type` is not provided and there is more then one dependency type for this\ndependency.",
@@ -1230,7 +1259,7 @@
1230
1259
  "kind": "interface",
1231
1260
  "locationInModule": {
1232
1261
  "filename": "src/dependencies.ts",
1233
- "line": 288
1262
+ "line": 363
1234
1263
  },
1235
1264
  "name": "Dependency",
1236
1265
  "properties": [
@@ -1243,7 +1272,7 @@
1243
1272
  "immutable": true,
1244
1273
  "locationInModule": {
1245
1274
  "filename": "src/dependencies.ts",
1246
- "line": 292
1275
+ "line": 367
1247
1276
  },
1248
1277
  "name": "type",
1249
1278
  "type": {
@@ -1260,7 +1289,7 @@
1260
1289
  "immutable": true,
1261
1290
  "locationInModule": {
1262
1291
  "filename": "src/dependencies.ts",
1263
- "line": 299
1292
+ "line": 374
1264
1293
  },
1265
1294
  "name": "metadata",
1266
1295
  "optional": true,
@@ -1287,7 +1316,7 @@
1287
1316
  "kind": "interface",
1288
1317
  "locationInModule": {
1289
1318
  "filename": "src/dependencies.ts",
1290
- "line": 268
1319
+ "line": 343
1291
1320
  },
1292
1321
  "name": "DependencyCoordinates",
1293
1322
  "properties": [
@@ -1301,7 +1330,7 @@
1301
1330
  "immutable": true,
1302
1331
  "locationInModule": {
1303
1332
  "filename": "src/dependencies.ts",
1304
- "line": 275
1333
+ "line": 350
1305
1334
  },
1306
1335
  "name": "name",
1307
1336
  "type": {
@@ -1318,7 +1347,7 @@
1318
1347
  "immutable": true,
1319
1348
  "locationInModule": {
1320
1349
  "filename": "src/dependencies.ts",
1321
- "line": 282
1350
+ "line": 357
1322
1351
  },
1323
1352
  "name": "version",
1324
1353
  "optional": true,
@@ -1329,6 +1358,101 @@
1329
1358
  ],
1330
1359
  "symbolId": "src/dependencies:DependencyCoordinates"
1331
1360
  },
1361
+ "projen.DependencyRequest": {
1362
+ "assembly": "projen",
1363
+ "datatype": true,
1364
+ "docs": {
1365
+ "remarks": "Unlike adding a dependency directly,\nrequesting a dependency will intelligently merge with existing\ndependencies of the same name and type.",
1366
+ "stability": "experimental",
1367
+ "summary": "A request for a dependency."
1368
+ },
1369
+ "fqn": "projen.DependencyRequest",
1370
+ "kind": "interface",
1371
+ "locationInModule": {
1372
+ "filename": "src/dependencies.ts",
1373
+ "line": 432
1374
+ },
1375
+ "name": "DependencyRequest",
1376
+ "properties": [
1377
+ {
1378
+ "abstract": true,
1379
+ "docs": {
1380
+ "stability": "experimental",
1381
+ "summary": "The package name."
1382
+ },
1383
+ "immutable": true,
1384
+ "locationInModule": {
1385
+ "filename": "src/dependencies.ts",
1386
+ "line": 436
1387
+ },
1388
+ "name": "name",
1389
+ "type": {
1390
+ "primitive": "string"
1391
+ }
1392
+ },
1393
+ {
1394
+ "abstract": true,
1395
+ "docs": {
1396
+ "default": "- none",
1397
+ "stability": "experimental",
1398
+ "summary": "Additional metadata."
1399
+ },
1400
+ "immutable": true,
1401
+ "locationInModule": {
1402
+ "filename": "src/dependencies.ts",
1403
+ "line": 455
1404
+ },
1405
+ "name": "metadata",
1406
+ "optional": true,
1407
+ "type": {
1408
+ "collection": {
1409
+ "elementtype": {
1410
+ "primitive": "any"
1411
+ },
1412
+ "kind": "map"
1413
+ }
1414
+ }
1415
+ },
1416
+ {
1417
+ "abstract": true,
1418
+ "docs": {
1419
+ "default": "- any existing type, or DependencyType.BUILD",
1420
+ "remarks": "If not provided, an existing dependency of any type\nwill satisfy the request. If none exists, it is added as BUILD.",
1421
+ "stability": "experimental",
1422
+ "summary": "Dependency type."
1423
+ },
1424
+ "immutable": true,
1425
+ "locationInModule": {
1426
+ "filename": "src/dependencies.ts",
1427
+ "line": 449
1428
+ },
1429
+ "name": "type",
1430
+ "optional": true,
1431
+ "type": {
1432
+ "fqn": "projen.DependencyType"
1433
+ }
1434
+ },
1435
+ {
1436
+ "abstract": true,
1437
+ "docs": {
1438
+ "default": "- any version",
1439
+ "stability": "experimental",
1440
+ "summary": "Semantic version constraint."
1441
+ },
1442
+ "immutable": true,
1443
+ "locationInModule": {
1444
+ "filename": "src/dependencies.ts",
1445
+ "line": 442
1446
+ },
1447
+ "name": "version",
1448
+ "optional": true,
1449
+ "type": {
1450
+ "primitive": "string"
1451
+ }
1452
+ }
1453
+ ],
1454
+ "symbolId": "src/dependencies:DependencyRequest"
1455
+ },
1332
1456
  "projen.DependencyType": {
1333
1457
  "assembly": "projen",
1334
1458
  "docs": {
@@ -1339,7 +1463,7 @@
1339
1463
  "kind": "enum",
1340
1464
  "locationInModule": {
1341
1465
  "filename": "src/dependencies.ts",
1342
- "line": 305
1466
+ "line": 380
1343
1467
  },
1344
1468
  "members": [
1345
1469
  {
@@ -1414,7 +1538,7 @@
1414
1538
  "kind": "interface",
1415
1539
  "locationInModule": {
1416
1540
  "filename": "src/dependencies.ts",
1417
- "line": 258
1541
+ "line": 333
1418
1542
  },
1419
1543
  "name": "DepsManifest",
1420
1544
  "properties": [
@@ -1427,7 +1551,7 @@
1427
1551
  "immutable": true,
1428
1552
  "locationInModule": {
1429
1553
  "filename": "src/dependencies.ts",
1430
- "line": 262
1554
+ "line": 337
1431
1555
  },
1432
1556
  "name": "dependencies",
1433
1557
  "type": {
@@ -8930,7 +9054,7 @@
8930
9054
  "kind": "class",
8931
9055
  "locationInModule": {
8932
9056
  "filename": "src/version.ts",
8933
- "line": 301
9057
+ "line": 297
8934
9058
  },
8935
9059
  "methods": [
8936
9060
  {
@@ -8941,7 +9065,7 @@
8941
9065
  },
8942
9066
  "locationInModule": {
8943
9067
  "filename": "src/version.ts",
8944
- "line": 310
9068
+ "line": 306
8945
9069
  },
8946
9070
  "name": "everyCommit",
8947
9071
  "parameters": [
@@ -8973,7 +9097,7 @@
8973
9097
  },
8974
9098
  "locationInModule": {
8975
9099
  "filename": "src/version.ts",
8976
- "line": 357
9100
+ "line": 353
8977
9101
  },
8978
9102
  "name": "exec",
8979
9103
  "parameters": [
@@ -8999,7 +9123,7 @@
8999
9123
  },
9000
9124
  "locationInModule": {
9001
9125
  "filename": "src/version.ts",
9002
- "line": 344
9126
+ "line": 340
9003
9127
  },
9004
9128
  "name": "featuresAndFixes",
9005
9129
  "parameters": [
@@ -9030,7 +9154,7 @@
9030
9154
  },
9031
9155
  "locationInModule": {
9032
9156
  "filename": "src/version.ts",
9033
- "line": 325
9157
+ "line": 321
9034
9158
  },
9035
9159
  "name": "ofType",
9036
9160
  "parameters": [
@@ -9076,7 +9200,7 @@
9076
9200
  },
9077
9201
  "locationInModule": {
9078
9202
  "filename": "src/version.ts",
9079
- "line": 361
9203
+ "line": 357
9080
9204
  },
9081
9205
  "name": "cmd",
9082
9206
  "type": {
@@ -12229,7 +12353,7 @@
12229
12353
  },
12230
12354
  "locationInModule": {
12231
12355
  "filename": "src/version.ts",
12232
- "line": 217
12356
+ "line": 213
12233
12357
  },
12234
12358
  "name": "envForBranch",
12235
12359
  "parameters": [
@@ -12374,7 +12498,7 @@
12374
12498
  "kind": "interface",
12375
12499
  "locationInModule": {
12376
12500
  "filename": "src/version.ts",
12377
- "line": 256
12501
+ "line": 252
12378
12502
  },
12379
12503
  "name": "VersionBranchOptions",
12380
12504
  "properties": [
@@ -12387,7 +12511,7 @@
12387
12511
  "immutable": true,
12388
12512
  "locationInModule": {
12389
12513
  "filename": "src/version.ts",
12390
- "line": 260
12514
+ "line": 256
12391
12515
  },
12392
12516
  "name": "majorVersion",
12393
12517
  "optional": true,
@@ -12404,7 +12528,7 @@
12404
12528
  "immutable": true,
12405
12529
  "locationInModule": {
12406
12530
  "filename": "src/version.ts",
12407
- "line": 265
12531
+ "line": 261
12408
12532
  },
12409
12533
  "name": "minMajorVersion",
12410
12534
  "optional": true,
@@ -12421,7 +12545,7 @@
12421
12545
  "immutable": true,
12422
12546
  "locationInModule": {
12423
12547
  "filename": "src/version.ts",
12424
- "line": 270
12548
+ "line": 266
12425
12549
  },
12426
12550
  "name": "minorVersion",
12427
12551
  "optional": true,
@@ -12439,7 +12563,7 @@
12439
12563
  "immutable": true,
12440
12564
  "locationInModule": {
12441
12565
  "filename": "src/version.ts",
12442
- "line": 277
12566
+ "line": 273
12443
12567
  },
12444
12568
  "name": "prerelease",
12445
12569
  "optional": true,
@@ -12458,7 +12582,7 @@
12458
12582
  "immutable": true,
12459
12583
  "locationInModule": {
12460
12584
  "filename": "src/version.ts",
12461
- "line": 291
12585
+ "line": 287
12462
12586
  },
12463
12587
  "name": "tagPrefix",
12464
12588
  "optional": true,
@@ -43548,7 +43672,7 @@
43548
43672
  "kind": "enum",
43549
43673
  "locationInModule": {
43550
43674
  "filename": "src/javascript/node-package.ts",
43551
- "line": 464
43675
+ "line": 468
43552
43676
  },
43553
43677
  "members": [
43554
43678
  {
@@ -43582,7 +43706,7 @@
43582
43706
  "kind": "interface",
43583
43707
  "locationInModule": {
43584
43708
  "filename": "src/javascript/node-package.ts",
43585
- "line": 482
43709
+ "line": 486
43586
43710
  },
43587
43711
  "name": "CodeArtifactOptions",
43588
43712
  "namespace": "javascript",
@@ -43598,7 +43722,7 @@
43598
43722
  "immutable": true,
43599
43723
  "locationInModule": {
43600
43724
  "filename": "src/javascript/node-package.ts",
43601
- "line": 499
43725
+ "line": 503
43602
43726
  },
43603
43727
  "name": "accessKeyIdSecret",
43604
43728
  "optional": true,
@@ -43616,7 +43740,7 @@
43616
43740
  "immutable": true,
43617
43741
  "locationInModule": {
43618
43742
  "filename": "src/javascript/node-package.ts",
43619
- "line": 488
43743
+ "line": 492
43620
43744
  },
43621
43745
  "name": "authProvider",
43622
43746
  "optional": true,
@@ -43635,7 +43759,7 @@
43635
43759
  "immutable": true,
43636
43760
  "locationInModule": {
43637
43761
  "filename": "src/javascript/node-package.ts",
43638
- "line": 519
43762
+ "line": 523
43639
43763
  },
43640
43764
  "name": "roleToAssume",
43641
43765
  "optional": true,
@@ -43654,7 +43778,7 @@
43654
43778
  "immutable": true,
43655
43779
  "locationInModule": {
43656
43780
  "filename": "src/javascript/node-package.ts",
43657
- "line": 510
43781
+ "line": 514
43658
43782
  },
43659
43783
  "name": "secretAccessKeySecret",
43660
43784
  "optional": true,
@@ -43758,7 +43882,7 @@
43758
43882
  "kind": "interface",
43759
43883
  "locationInModule": {
43760
43884
  "filename": "src/javascript/node-package.ts",
43761
- "line": 408
43885
+ "line": 412
43762
43886
  },
43763
43887
  "name": "DevEngineDependency",
43764
43888
  "namespace": "javascript",
@@ -43772,7 +43896,7 @@
43772
43896
  "immutable": true,
43773
43897
  "locationInModule": {
43774
43898
  "filename": "src/javascript/node-package.ts",
43775
- "line": 412
43899
+ "line": 416
43776
43900
  },
43777
43901
  "name": "name",
43778
43902
  "type": {
@@ -43789,7 +43913,7 @@
43789
43913
  "immutable": true,
43790
43914
  "locationInModule": {
43791
43915
  "filename": "src/javascript/node-package.ts",
43792
- "line": 426
43916
+ "line": 430
43793
43917
  },
43794
43918
  "name": "onFail",
43795
43919
  "optional": true,
@@ -43807,7 +43931,7 @@
43807
43931
  "immutable": true,
43808
43932
  "locationInModule": {
43809
43933
  "filename": "src/javascript/node-package.ts",
43810
- "line": 419
43934
+ "line": 423
43811
43935
  },
43812
43936
  "name": "version",
43813
43937
  "optional": true,
@@ -43830,7 +43954,7 @@
43830
43954
  "kind": "interface",
43831
43955
  "locationInModule": {
43832
43956
  "filename": "src/javascript/node-package.ts",
43833
- "line": 434
43957
+ "line": 438
43834
43958
  },
43835
43959
  "name": "DevEngines",
43836
43960
  "namespace": "javascript",
@@ -43844,7 +43968,7 @@
43844
43968
  "immutable": true,
43845
43969
  "locationInModule": {
43846
43970
  "filename": "src/javascript/node-package.ts",
43847
- "line": 443
43971
+ "line": 447
43848
43972
  },
43849
43973
  "name": "cpu",
43850
43974
  "optional": true,
@@ -43875,7 +43999,7 @@
43875
43999
  "immutable": true,
43876
44000
  "locationInModule": {
43877
44001
  "filename": "src/javascript/node-package.ts",
43878
- "line": 448
44002
+ "line": 452
43879
44003
  },
43880
44004
  "name": "libc",
43881
44005
  "optional": true,
@@ -43906,7 +44030,7 @@
43906
44030
  "immutable": true,
43907
44031
  "locationInModule": {
43908
44032
  "filename": "src/javascript/node-package.ts",
43909
- "line": 438
44033
+ "line": 442
43910
44034
  },
43911
44035
  "name": "os",
43912
44036
  "optional": true,
@@ -43937,7 +44061,7 @@
43937
44061
  "immutable": true,
43938
44062
  "locationInModule": {
43939
44063
  "filename": "src/javascript/node-package.ts",
43940
- "line": 458
44064
+ "line": 462
43941
44065
  },
43942
44066
  "name": "packageManager",
43943
44067
  "optional": true,
@@ -43968,7 +44092,7 @@
43968
44092
  "immutable": true,
43969
44093
  "locationInModule": {
43970
44094
  "filename": "src/javascript/node-package.ts",
43971
- "line": 453
44095
+ "line": 457
43972
44096
  },
43973
44097
  "name": "runtime",
43974
44098
  "optional": true,
@@ -47401,7 +47525,7 @@
47401
47525
  },
47402
47526
  "locationInModule": {
47403
47527
  "filename": "src/javascript/node-package.ts",
47404
- "line": 678
47528
+ "line": 714
47405
47529
  },
47406
47530
  "parameters": [
47407
47531
  {
@@ -47422,7 +47546,7 @@
47422
47546
  "kind": "class",
47423
47547
  "locationInModule": {
47424
47548
  "filename": "src/javascript/node-package.ts",
47425
- "line": 542
47549
+ "line": 546
47426
47550
  },
47427
47551
  "methods": [
47428
47552
  {
@@ -47433,7 +47557,7 @@
47433
47557
  },
47434
47558
  "locationInModule": {
47435
47559
  "filename": "src/javascript/node-package.ts",
47436
- "line": 549
47560
+ "line": 553
47437
47561
  },
47438
47562
  "name": "of",
47439
47563
  "parameters": [
@@ -47461,7 +47585,7 @@
47461
47585
  },
47462
47586
  "locationInModule": {
47463
47587
  "filename": "src/javascript/node-package.ts",
47464
- "line": 933
47588
+ "line": 976
47465
47589
  },
47466
47590
  "name": "addBin",
47467
47591
  "parameters": [
@@ -47486,7 +47610,7 @@
47486
47610
  },
47487
47611
  "locationInModule": {
47488
47612
  "filename": "src/javascript/node-package.ts",
47489
- "line": 902
47613
+ "line": 945
47490
47614
  },
47491
47615
  "name": "addBundledDeps",
47492
47616
  "parameters": [
@@ -47511,7 +47635,7 @@
47511
47635
  },
47512
47636
  "locationInModule": {
47513
47637
  "filename": "src/javascript/node-package.ts",
47514
- "line": 842
47638
+ "line": 885
47515
47639
  },
47516
47640
  "name": "addDeps",
47517
47641
  "parameters": [
@@ -47536,7 +47660,7 @@
47536
47660
  },
47537
47661
  "locationInModule": {
47538
47662
  "filename": "src/javascript/node-package.ts",
47539
- "line": 857
47663
+ "line": 900
47540
47664
  },
47541
47665
  "name": "addDevDeps",
47542
47666
  "parameters": [
@@ -47561,7 +47685,7 @@
47561
47685
  },
47562
47686
  "locationInModule": {
47563
47687
  "filename": "src/javascript/node-package.ts",
47564
- "line": 919
47688
+ "line": 962
47565
47689
  },
47566
47690
  "name": "addEngine",
47567
47691
  "parameters": [
@@ -47595,7 +47719,7 @@
47595
47719
  },
47596
47720
  "locationInModule": {
47597
47721
  "filename": "src/javascript/node-package.ts",
47598
- "line": 975
47722
+ "line": 1018
47599
47723
  },
47600
47724
  "name": "addField",
47601
47725
  "parameters": [
@@ -47626,7 +47750,7 @@
47626
47750
  },
47627
47751
  "locationInModule": {
47628
47752
  "filename": "src/javascript/node-package.ts",
47629
- "line": 927
47753
+ "line": 970
47630
47754
  },
47631
47755
  "name": "addKeywords",
47632
47756
  "parameters": [
@@ -47650,7 +47774,7 @@
47650
47774
  },
47651
47775
  "locationInModule": {
47652
47776
  "filename": "src/javascript/node-package.ts",
47653
- "line": 995
47777
+ "line": 1038
47654
47778
  },
47655
47779
  "name": "addPackageResolutions",
47656
47780
  "parameters": [
@@ -47676,7 +47800,7 @@
47676
47800
  },
47677
47801
  "locationInModule": {
47678
47802
  "filename": "src/javascript/node-package.ts",
47679
- "line": 876
47803
+ "line": 919
47680
47804
  },
47681
47805
  "name": "addPeerDeps",
47682
47806
  "parameters": [
@@ -47701,7 +47825,7 @@
47701
47825
  },
47702
47826
  "locationInModule": {
47703
47827
  "filename": "src/javascript/node-package.ts",
47704
- "line": 983
47828
+ "line": 1026
47705
47829
  },
47706
47830
  "name": "addVersion",
47707
47831
  "parameters": [
@@ -47724,7 +47848,7 @@
47724
47848
  },
47725
47849
  "locationInModule": {
47726
47850
  "filename": "src/javascript/node-package.ts",
47727
- "line": 965
47851
+ "line": 1008
47728
47852
  },
47729
47853
  "name": "hasScript",
47730
47854
  "parameters": [
@@ -47752,7 +47876,7 @@
47752
47876
  },
47753
47877
  "locationInModule": {
47754
47878
  "filename": "src/javascript/node-package.ts",
47755
- "line": 1047
47879
+ "line": 1090
47756
47880
  },
47757
47881
  "name": "postSynthesize",
47758
47882
  "overrides": "projen.Component"
@@ -47764,7 +47888,7 @@
47764
47888
  },
47765
47889
  "locationInModule": {
47766
47890
  "filename": "src/javascript/node-package.ts",
47767
- "line": 954
47891
+ "line": 997
47768
47892
  },
47769
47893
  "name": "removeScript",
47770
47894
  "parameters": [
@@ -47786,7 +47910,7 @@
47786
47910
  },
47787
47911
  "locationInModule": {
47788
47912
  "filename": "src/javascript/node-package.ts",
47789
- "line": 945
47913
+ "line": 988
47790
47914
  },
47791
47915
  "name": "setScript",
47792
47916
  "parameters": [
@@ -47817,7 +47941,7 @@
47817
47941
  },
47818
47942
  "locationInModule": {
47819
47943
  "filename": "src/javascript/node-package.ts",
47820
- "line": 1042
47944
+ "line": 1085
47821
47945
  },
47822
47946
  "name": "synthesize",
47823
47947
  "overrides": "projen.Component"
@@ -47832,7 +47956,7 @@
47832
47956
  },
47833
47957
  "locationInModule": {
47834
47958
  "filename": "src/javascript/node-package.ts",
47835
- "line": 1026
47959
+ "line": 1069
47836
47960
  },
47837
47961
  "name": "tryResolveDependencyVersion",
47838
47962
  "parameters": [
@@ -47865,7 +47989,7 @@
47865
47989
  "immutable": true,
47866
47990
  "locationInModule": {
47867
47991
  "filename": "src/javascript/node-package.ts",
47868
- "line": 567
47992
+ "line": 571
47869
47993
  },
47870
47994
  "name": "allowLibraryDependencies",
47871
47995
  "type": {
@@ -47880,7 +48004,7 @@
47880
48004
  "immutable": true,
47881
48005
  "locationInModule": {
47882
48006
  "filename": "src/javascript/node-package.ts",
47883
- "line": 562
48007
+ "line": 566
47884
48008
  },
47885
48009
  "name": "entrypoint",
47886
48010
  "type": {
@@ -47895,7 +48019,7 @@
47895
48019
  "immutable": true,
47896
48020
  "locationInModule": {
47897
48021
  "filename": "src/javascript/node-package.ts",
47898
- "line": 1070
48022
+ "line": 1113
47899
48023
  },
47900
48024
  "name": "execCommand",
47901
48025
  "type": {
@@ -47910,7 +48034,7 @@
47910
48034
  "immutable": true,
47911
48035
  "locationInModule": {
47912
48036
  "filename": "src/javascript/node-package.ts",
47913
- "line": 666
48037
+ "line": 702
47914
48038
  },
47915
48039
  "name": "file",
47916
48040
  "type": {
@@ -47925,7 +48049,7 @@
47925
48049
  "immutable": true,
47926
48050
  "locationInModule": {
47927
48051
  "filename": "src/javascript/node-package.ts",
47928
- "line": 1011
48052
+ "line": 1054
47929
48053
  },
47930
48054
  "name": "installAndUpdateLockfileCommand",
47931
48055
  "type": {
@@ -47940,7 +48064,7 @@
47940
48064
  "immutable": true,
47941
48065
  "locationInModule": {
47942
48066
  "filename": "src/javascript/node-package.ts",
47943
- "line": 661
48067
+ "line": 697
47944
48068
  },
47945
48069
  "name": "installCiTask",
47946
48070
  "type": {
@@ -47955,7 +48079,7 @@
47955
48079
  "immutable": true,
47956
48080
  "locationInModule": {
47957
48081
  "filename": "src/javascript/node-package.ts",
47958
- "line": 1004
48082
+ "line": 1047
47959
48083
  },
47960
48084
  "name": "installCommand",
47961
48085
  "type": {
@@ -47970,7 +48094,7 @@
47970
48094
  "immutable": true,
47971
48095
  "locationInModule": {
47972
48096
  "filename": "src/javascript/node-package.ts",
47973
- "line": 656
48097
+ "line": 692
47974
48098
  },
47975
48099
  "name": "installTask",
47976
48100
  "type": {
@@ -47985,7 +48109,7 @@
47985
48109
  "immutable": true,
47986
48110
  "locationInModule": {
47987
48111
  "filename": "src/javascript/node-package.ts",
47988
- "line": 651
48112
+ "line": 687
47989
48113
  },
47990
48114
  "name": "lockFile",
47991
48115
  "type": {
@@ -48000,7 +48124,7 @@
48000
48124
  "immutable": true,
48001
48125
  "locationInModule": {
48002
48126
  "filename": "src/javascript/node-package.ts",
48003
- "line": 577
48127
+ "line": 581
48004
48128
  },
48005
48129
  "name": "manifest",
48006
48130
  "type": {
@@ -48015,7 +48139,7 @@
48015
48139
  "immutable": true,
48016
48140
  "locationInModule": {
48017
48141
  "filename": "src/javascript/node-package.ts",
48018
- "line": 641
48142
+ "line": 677
48019
48143
  },
48020
48144
  "name": "npmAccess",
48021
48145
  "type": {
@@ -48030,7 +48154,7 @@
48030
48154
  "immutable": true,
48031
48155
  "locationInModule": {
48032
48156
  "filename": "src/javascript/node-package.ts",
48033
- "line": 646
48157
+ "line": 682
48034
48158
  },
48035
48159
  "name": "npmProvenance",
48036
48160
  "type": {
@@ -48045,7 +48169,7 @@
48045
48169
  "immutable": true,
48046
48170
  "locationInModule": {
48047
48171
  "filename": "src/javascript/node-package.ts",
48048
- "line": 616
48172
+ "line": 652
48049
48173
  },
48050
48174
  "name": "npmRegistry",
48051
48175
  "type": {
@@ -48060,7 +48184,7 @@
48060
48184
  "immutable": true,
48061
48185
  "locationInModule": {
48062
48186
  "filename": "src/javascript/node-package.ts",
48063
- "line": 611
48187
+ "line": 647
48064
48188
  },
48065
48189
  "name": "npmRegistryUrl",
48066
48190
  "type": {
@@ -48075,7 +48199,7 @@
48075
48199
  "immutable": true,
48076
48200
  "locationInModule": {
48077
48201
  "filename": "src/javascript/node-package.ts",
48078
- "line": 572
48202
+ "line": 576
48079
48203
  },
48080
48204
  "name": "packageManager",
48081
48205
  "type": {
@@ -48090,7 +48214,7 @@
48090
48214
  "immutable": true,
48091
48215
  "locationInModule": {
48092
48216
  "filename": "src/javascript/node-package.ts",
48093
- "line": 557
48217
+ "line": 561
48094
48218
  },
48095
48219
  "name": "packageName",
48096
48220
  "type": {
@@ -48106,7 +48230,7 @@
48106
48230
  "immutable": true,
48107
48231
  "locationInModule": {
48108
48232
  "filename": "src/javascript/node-package.ts",
48109
- "line": 1078
48233
+ "line": 1121
48110
48234
  },
48111
48235
  "name": "projenCommand",
48112
48236
  "type": {
@@ -48115,13 +48239,14 @@
48115
48239
  },
48116
48240
  {
48117
48241
  "docs": {
48242
+ "returns": "`undefined` if the package manager is not Bun.",
48118
48243
  "stability": "experimental",
48119
48244
  "summary": "The version of Bun to use if using Bun as a package manager."
48120
48245
  },
48121
48246
  "immutable": true,
48122
48247
  "locationInModule": {
48123
48248
  "filename": "src/javascript/node-package.ts",
48124
- "line": 601
48249
+ "line": 613
48125
48250
  },
48126
48251
  "name": "bunVersion",
48127
48252
  "optional": true,
@@ -48139,7 +48264,7 @@
48139
48264
  "immutable": true,
48140
48265
  "locationInModule": {
48141
48266
  "filename": "src/javascript/node-package.ts",
48142
- "line": 629
48267
+ "line": 665
48143
48268
  },
48144
48269
  "name": "codeArtifactOptions",
48145
48270
  "optional": true,
@@ -48156,7 +48281,7 @@
48156
48281
  "immutable": true,
48157
48282
  "locationInModule": {
48158
48283
  "filename": "src/javascript/node-package.ts",
48159
- "line": 606
48284
+ "line": 642
48160
48285
  },
48161
48286
  "name": "license",
48162
48287
  "optional": true,
@@ -48173,7 +48298,7 @@
48173
48298
  "immutable": true,
48174
48299
  "locationInModule": {
48175
48300
  "filename": "src/javascript/node-package.ts",
48176
- "line": 591
48301
+ "line": 595
48177
48302
  },
48178
48303
  "name": "maxNodeVersion",
48179
48304
  "optional": true,
@@ -48190,7 +48315,7 @@
48190
48315
  "immutable": true,
48191
48316
  "locationInModule": {
48192
48317
  "filename": "src/javascript/node-package.ts",
48193
- "line": 584
48318
+ "line": 588
48194
48319
  },
48195
48320
  "name": "minNodeVersion",
48196
48321
  "optional": true,
@@ -48206,7 +48331,7 @@
48206
48331
  "immutable": true,
48207
48332
  "locationInModule": {
48208
48333
  "filename": "src/javascript/node-package.ts",
48209
- "line": 621
48334
+ "line": 657
48210
48335
  },
48211
48336
  "name": "npmTokenSecret",
48212
48337
  "optional": true,
@@ -48216,13 +48341,14 @@
48216
48341
  },
48217
48342
  {
48218
48343
  "docs": {
48344
+ "returns": "`undefined` if the package manager is not PNPM.",
48219
48345
  "stability": "experimental",
48220
48346
  "summary": "The version of PNPM to use if using PNPM as a package manager."
48221
48347
  },
48222
48348
  "immutable": true,
48223
48349
  "locationInModule": {
48224
48350
  "filename": "src/javascript/node-package.ts",
48225
- "line": 596
48351
+ "line": 602
48226
48352
  },
48227
48353
  "name": "pnpmVersion",
48228
48354
  "optional": true,
@@ -48239,7 +48365,7 @@
48239
48365
  "immutable": true,
48240
48366
  "locationInModule": {
48241
48367
  "filename": "src/javascript/node-package.ts",
48242
- "line": 636
48368
+ "line": 672
48243
48369
  },
48244
48370
  "name": "scopedPackagesOptions",
48245
48371
  "optional": true,
@@ -48251,6 +48377,23 @@
48251
48377
  "kind": "array"
48252
48378
  }
48253
48379
  }
48380
+ },
48381
+ {
48382
+ "docs": {
48383
+ "returns": "`undefined` if the package manager is not Yarn.",
48384
+ "stability": "experimental",
48385
+ "summary": "The version of Yarn to use if using Yarn as a package manager."
48386
+ },
48387
+ "immutable": true,
48388
+ "locationInModule": {
48389
+ "filename": "src/javascript/node-package.ts",
48390
+ "line": 624
48391
+ },
48392
+ "name": "yarnVersion",
48393
+ "optional": true,
48394
+ "type": {
48395
+ "primitive": "string"
48396
+ }
48254
48397
  }
48255
48398
  ],
48256
48399
  "symbolId": "src/javascript/node-package:NodePackage"
@@ -48265,7 +48408,7 @@
48265
48408
  "kind": "enum",
48266
48409
  "locationInModule": {
48267
48410
  "filename": "src/javascript/node-package.ts",
48268
- "line": 1883
48411
+ "line": 1961
48269
48412
  },
48270
48413
  "members": [
48271
48414
  {
@@ -48334,7 +48477,7 @@
48334
48477
  "kind": "interface",
48335
48478
  "locationInModule": {
48336
48479
  "filename": "src/javascript/node-package.ts",
48337
- "line": 36
48480
+ "line": 40
48338
48481
  },
48339
48482
  "name": "NodePackageOptions",
48340
48483
  "namespace": "javascript",
@@ -48349,7 +48492,7 @@
48349
48492
  "immutable": true,
48350
48493
  "locationInModule": {
48351
48494
  "filename": "src/javascript/node-package.ts",
48352
- "line": 391
48495
+ "line": 395
48353
48496
  },
48354
48497
  "name": "addPackageManagerToDevEngines",
48355
48498
  "optional": true,
@@ -48368,7 +48511,7 @@
48368
48511
  "immutable": true,
48369
48512
  "locationInModule": {
48370
48513
  "filename": "src/javascript/node-package.ts",
48371
- "line": 130
48514
+ "line": 134
48372
48515
  },
48373
48516
  "name": "allowLibraryDependencies",
48374
48517
  "optional": true,
@@ -48385,7 +48528,7 @@
48385
48528
  "immutable": true,
48386
48529
  "locationInModule": {
48387
48530
  "filename": "src/javascript/node-package.ts",
48388
- "line": 201
48531
+ "line": 205
48389
48532
  },
48390
48533
  "name": "authorEmail",
48391
48534
  "optional": true,
@@ -48402,7 +48545,7 @@
48402
48545
  "immutable": true,
48403
48546
  "locationInModule": {
48404
48547
  "filename": "src/javascript/node-package.ts",
48405
- "line": 196
48548
+ "line": 200
48406
48549
  },
48407
48550
  "name": "authorName",
48408
48551
  "optional": true,
@@ -48419,7 +48562,7 @@
48419
48562
  "immutable": true,
48420
48563
  "locationInModule": {
48421
48564
  "filename": "src/javascript/node-package.ts",
48422
- "line": 211
48565
+ "line": 215
48423
48566
  },
48424
48567
  "name": "authorOrganization",
48425
48568
  "optional": true,
@@ -48436,7 +48579,7 @@
48436
48579
  "immutable": true,
48437
48580
  "locationInModule": {
48438
48581
  "filename": "src/javascript/node-package.ts",
48439
- "line": 206
48582
+ "line": 210
48440
48583
  },
48441
48584
  "name": "authorUrl",
48442
48585
  "optional": true,
@@ -48454,7 +48597,7 @@
48454
48597
  "immutable": true,
48455
48598
  "locationInModule": {
48456
48599
  "filename": "src/javascript/node-package.ts",
48457
- "line": 161
48600
+ "line": 165
48458
48601
  },
48459
48602
  "name": "autoDetectBin",
48460
48603
  "optional": true,
@@ -48472,7 +48615,7 @@
48472
48615
  "immutable": true,
48473
48616
  "locationInModule": {
48474
48617
  "filename": "src/javascript/node-package.ts",
48475
- "line": 153
48618
+ "line": 157
48476
48619
  },
48477
48620
  "name": "bin",
48478
48621
  "optional": true,
@@ -48494,7 +48637,7 @@
48494
48637
  "immutable": true,
48495
48638
  "locationInModule": {
48496
48639
  "filename": "src/javascript/node-package.ts",
48497
- "line": 310
48640
+ "line": 314
48498
48641
  },
48499
48642
  "name": "bugsEmail",
48500
48643
  "optional": true,
@@ -48511,7 +48654,7 @@
48511
48654
  "immutable": true,
48512
48655
  "locationInModule": {
48513
48656
  "filename": "src/javascript/node-package.ts",
48514
- "line": 305
48657
+ "line": 309
48515
48658
  },
48516
48659
  "name": "bugsUrl",
48517
48660
  "optional": true,
@@ -48529,7 +48672,7 @@
48529
48672
  "immutable": true,
48530
48673
  "locationInModule": {
48531
48674
  "filename": "src/javascript/node-package.ts",
48532
- "line": 116
48675
+ "line": 120
48533
48676
  },
48534
48677
  "name": "bundledDeps",
48535
48678
  "optional": true,
@@ -48552,7 +48695,7 @@
48552
48695
  "immutable": true,
48553
48696
  "locationInModule": {
48554
48697
  "filename": "src/javascript/node-package.ts",
48555
- "line": 268
48698
+ "line": 272
48556
48699
  },
48557
48700
  "name": "bunVersion",
48558
48701
  "optional": true,
@@ -48571,7 +48714,7 @@
48571
48714
  "immutable": true,
48572
48715
  "locationInModule": {
48573
48716
  "filename": "src/javascript/node-package.ts",
48574
- "line": 358
48717
+ "line": 362
48575
48718
  },
48576
48719
  "name": "codeArtifactOptions",
48577
48720
  "optional": true,
@@ -48590,7 +48733,7 @@
48590
48733
  "immutable": true,
48591
48734
  "locationInModule": {
48592
48735
  "filename": "src/javascript/node-package.ts",
48593
- "line": 402
48736
+ "line": 406
48594
48737
  },
48595
48738
  "name": "deleteOrphanedLockFiles",
48596
48739
  "optional": true,
@@ -48613,7 +48756,7 @@
48613
48756
  "immutable": true,
48614
48757
  "locationInModule": {
48615
48758
  "filename": "src/javascript/node-package.ts",
48616
- "line": 65
48759
+ "line": 69
48617
48760
  },
48618
48761
  "name": "deps",
48619
48762
  "optional": true,
@@ -48639,7 +48782,7 @@
48639
48782
  "immutable": true,
48640
48783
  "locationInModule": {
48641
48784
  "filename": "src/javascript/node-package.ts",
48642
- "line": 49
48785
+ "line": 53
48643
48786
  },
48644
48787
  "name": "description",
48645
48788
  "optional": true,
@@ -48662,7 +48805,7 @@
48662
48805
  "immutable": true,
48663
48806
  "locationInModule": {
48664
48807
  "filename": "src/javascript/node-package.ts",
48665
- "line": 83
48808
+ "line": 87
48666
48809
  },
48667
48810
  "name": "devDeps",
48668
48811
  "optional": true,
@@ -48686,7 +48829,7 @@
48686
48829
  "immutable": true,
48687
48830
  "locationInModule": {
48688
48831
  "filename": "src/javascript/node-package.ts",
48689
- "line": 383
48832
+ "line": 387
48690
48833
  },
48691
48834
  "name": "devEngines",
48692
48835
  "optional": true,
@@ -48705,7 +48848,7 @@
48705
48848
  "immutable": true,
48706
48849
  "locationInModule": {
48707
48850
  "filename": "src/javascript/node-package.ts",
48708
- "line": 144
48851
+ "line": 148
48709
48852
  },
48710
48853
  "name": "entrypoint",
48711
48854
  "optional": true,
@@ -48722,7 +48865,7 @@
48722
48865
  "immutable": true,
48723
48866
  "locationInModule": {
48724
48867
  "filename": "src/javascript/node-package.ts",
48725
- "line": 216
48868
+ "line": 220
48726
48869
  },
48727
48870
  "name": "homepage",
48728
48871
  "optional": true,
@@ -48739,7 +48882,7 @@
48739
48882
  "immutable": true,
48740
48883
  "locationInModule": {
48741
48884
  "filename": "src/javascript/node-package.ts",
48742
- "line": 135
48885
+ "line": 139
48743
48886
  },
48744
48887
  "name": "keywords",
48745
48888
  "optional": true,
@@ -48763,7 +48906,7 @@
48763
48906
  "immutable": true,
48764
48907
  "locationInModule": {
48765
48908
  "filename": "src/javascript/node-package.ts",
48766
- "line": 277
48909
+ "line": 281
48767
48910
  },
48768
48911
  "name": "license",
48769
48912
  "optional": true,
@@ -48781,7 +48924,7 @@
48781
48924
  "immutable": true,
48782
48925
  "locationInModule": {
48783
48926
  "filename": "src/javascript/node-package.ts",
48784
- "line": 284
48927
+ "line": 288
48785
48928
  },
48786
48929
  "name": "licensed",
48787
48930
  "optional": true,
@@ -48800,7 +48943,7 @@
48800
48943
  "immutable": true,
48801
48944
  "locationInModule": {
48802
48945
  "filename": "src/javascript/node-package.ts",
48803
- "line": 254
48946
+ "line": 258
48804
48947
  },
48805
48948
  "name": "maxNodeVersion",
48806
48949
  "optional": true,
@@ -48819,7 +48962,7 @@
48819
48962
  "immutable": true,
48820
48963
  "locationInModule": {
48821
48964
  "filename": "src/javascript/node-package.ts",
48822
- "line": 240
48965
+ "line": 244
48823
48966
  },
48824
48967
  "name": "minNodeVersion",
48825
48968
  "optional": true,
@@ -48837,7 +48980,7 @@
48837
48980
  "immutable": true,
48838
48981
  "locationInModule": {
48839
48982
  "filename": "src/javascript/node-package.ts",
48840
- "line": 319
48983
+ "line": 323
48841
48984
  },
48842
48985
  "name": "npmAccess",
48843
48986
  "optional": true,
@@ -48857,7 +49000,7 @@
48857
49000
  "immutable": true,
48858
49001
  "locationInModule": {
48859
49002
  "filename": "src/javascript/node-package.ts",
48860
- "line": 333
49003
+ "line": 337
48861
49004
  },
48862
49005
  "name": "npmProvenance",
48863
49006
  "optional": true,
@@ -48876,7 +49019,7 @@
48876
49019
  "immutable": true,
48877
49020
  "locationInModule": {
48878
49021
  "filename": "src/javascript/node-package.ts",
48879
- "line": 300
49022
+ "line": 304
48880
49023
  },
48881
49024
  "name": "npmRegistry",
48882
49025
  "optional": true,
@@ -48895,7 +49038,7 @@
48895
49038
  "immutable": true,
48896
49039
  "locationInModule": {
48897
49040
  "filename": "src/javascript/node-package.ts",
48898
- "line": 293
49041
+ "line": 297
48899
49042
  },
48900
49043
  "name": "npmRegistryUrl",
48901
49044
  "optional": true,
@@ -48913,7 +49056,7 @@
48913
49056
  "immutable": true,
48914
49057
  "locationInModule": {
48915
49058
  "filename": "src/javascript/node-package.ts",
48916
- "line": 340
49059
+ "line": 344
48917
49060
  },
48918
49061
  "name": "npmTokenSecret",
48919
49062
  "optional": true,
@@ -48932,7 +49075,7 @@
48932
49075
  "immutable": true,
48933
49076
  "locationInModule": {
48934
49077
  "filename": "src/javascript/node-package.ts",
48935
- "line": 350
49078
+ "line": 354
48936
49079
  },
48937
49080
  "name": "npmTrustedPublishing",
48938
49081
  "optional": true,
@@ -48953,7 +49096,7 @@
48953
49096
  "immutable": true,
48954
49097
  "locationInModule": {
48955
49098
  "filename": "src/javascript/node-package.ts",
48956
- "line": 179
49099
+ "line": 183
48957
49100
  },
48958
49101
  "name": "packageManager",
48959
49102
  "optional": true,
@@ -48974,7 +49117,7 @@
48974
49117
  "immutable": true,
48975
49118
  "locationInModule": {
48976
49119
  "filename": "src/javascript/node-package.ts",
48977
- "line": 42
49120
+ "line": 46
48978
49121
  },
48979
49122
  "name": "packageName",
48980
49123
  "optional": true,
@@ -48991,7 +49134,7 @@
48991
49134
  "immutable": true,
48992
49135
  "locationInModule": {
48993
49136
  "filename": "src/javascript/node-package.ts",
48994
- "line": 121
49137
+ "line": 125
48995
49138
  },
48996
49139
  "name": "peerDependencyOptions",
48997
49140
  "optional": true,
@@ -49010,7 +49153,7 @@
49010
49153
  "immutable": true,
49011
49154
  "locationInModule": {
49012
49155
  "filename": "src/javascript/node-package.ts",
49013
- "line": 102
49156
+ "line": 106
49014
49157
  },
49015
49158
  "name": "peerDeps",
49016
49159
  "optional": true,
@@ -49026,14 +49169,14 @@
49026
49169
  {
49027
49170
  "abstract": true,
49028
49171
  "docs": {
49029
- "default": "\"9\"",
49172
+ "default": "\"10.33.0\"",
49030
49173
  "stability": "experimental",
49031
49174
  "summary": "The version of PNPM to use if using PNPM as a package manager."
49032
49175
  },
49033
49176
  "immutable": true,
49034
49177
  "locationInModule": {
49035
49178
  "filename": "src/javascript/node-package.ts",
49036
- "line": 261
49179
+ "line": 265
49037
49180
  },
49038
49181
  "name": "pnpmVersion",
49039
49182
  "optional": true,
@@ -49051,7 +49194,7 @@
49051
49194
  "immutable": true,
49052
49195
  "locationInModule": {
49053
49196
  "filename": "src/javascript/node-package.ts",
49054
- "line": 185
49197
+ "line": 189
49055
49198
  },
49056
49199
  "name": "repository",
49057
49200
  "optional": true,
@@ -49068,7 +49211,7 @@
49068
49211
  "immutable": true,
49069
49212
  "locationInModule": {
49070
49213
  "filename": "src/javascript/node-package.ts",
49071
- "line": 191
49214
+ "line": 195
49072
49215
  },
49073
49216
  "name": "repositoryDirectory",
49074
49217
  "optional": true,
@@ -49086,7 +49229,7 @@
49086
49229
  "immutable": true,
49087
49230
  "locationInModule": {
49088
49231
  "filename": "src/javascript/node-package.ts",
49089
- "line": 365
49232
+ "line": 369
49090
49233
  },
49091
49234
  "name": "scopedPackagesOptions",
49092
49235
  "optional": true,
@@ -49111,7 +49254,7 @@
49111
49254
  "immutable": true,
49112
49255
  "locationInModule": {
49113
49256
  "filename": "src/javascript/node-package.ts",
49114
- "line": 171
49257
+ "line": 175
49115
49258
  },
49116
49259
  "name": "scripts",
49117
49260
  "optional": true,
@@ -49133,7 +49276,7 @@
49133
49276
  "immutable": true,
49134
49277
  "locationInModule": {
49135
49278
  "filename": "src/javascript/node-package.ts",
49136
- "line": 221
49279
+ "line": 225
49137
49280
  },
49138
49281
  "name": "stability",
49139
49282
  "optional": true,
@@ -49151,7 +49294,7 @@
49151
49294
  "immutable": true,
49152
49295
  "locationInModule": {
49153
49296
  "filename": "src/javascript/node-package.ts",
49154
- "line": 372
49297
+ "line": 376
49155
49298
  },
49156
49299
  "name": "yarnBerryOptions",
49157
49300
  "optional": true,
@@ -49202,7 +49345,7 @@
49202
49345
  },
49203
49346
  "locationInModule": {
49204
49347
  "filename": "src/javascript/node-project.ts",
49205
- "line": 1040
49348
+ "line": 1036
49206
49349
  },
49207
49350
  "name": "addBins",
49208
49351
  "parameters": [
@@ -49227,7 +49370,7 @@
49227
49370
  },
49228
49371
  "locationInModule": {
49229
49372
  "filename": "src/javascript/node-project.ts",
49230
- "line": 1331
49373
+ "line": 1327
49231
49374
  },
49232
49375
  "name": "addBundledDeps",
49233
49376
  "parameters": [
@@ -49253,7 +49396,7 @@
49253
49396
  },
49254
49397
  "locationInModule": {
49255
49398
  "filename": "src/javascript/node-project.ts",
49256
- "line": 1085
49399
+ "line": 1081
49257
49400
  },
49258
49401
  "name": "addCompileCommand",
49259
49402
  "parameters": [
@@ -49274,7 +49417,7 @@
49274
49417
  },
49275
49418
  "locationInModule": {
49276
49419
  "filename": "src/javascript/node-project.ts",
49277
- "line": 1285
49420
+ "line": 1281
49278
49421
  },
49279
49422
  "name": "addDeps",
49280
49423
  "parameters": [
@@ -49299,7 +49442,7 @@
49299
49442
  },
49300
49443
  "locationInModule": {
49301
49444
  "filename": "src/javascript/node-project.ts",
49302
- "line": 1298
49445
+ "line": 1294
49303
49446
  },
49304
49447
  "name": "addDevDeps",
49305
49448
  "parameters": [
@@ -49324,7 +49467,7 @@
49324
49467
  },
49325
49468
  "locationInModule": {
49326
49469
  "filename": "src/javascript/node-project.ts",
49327
- "line": 1105
49470
+ "line": 1101
49328
49471
  },
49329
49472
  "name": "addFields",
49330
49473
  "parameters": [
@@ -49351,7 +49494,7 @@
49351
49494
  },
49352
49495
  "locationInModule": {
49353
49496
  "filename": "src/javascript/node-project.ts",
49354
- "line": 1115
49497
+ "line": 1111
49355
49498
  },
49356
49499
  "name": "addKeywords",
49357
49500
  "parameters": [
@@ -49378,7 +49521,7 @@
49378
49521
  },
49379
49522
  "locationInModule": {
49380
49523
  "filename": "src/javascript/node-project.ts",
49381
- "line": 1343
49524
+ "line": 1339
49382
49525
  },
49383
49526
  "name": "addPackageIgnore",
49384
49527
  "overrides": "projen.Project",
@@ -49402,7 +49545,7 @@
49402
49545
  },
49403
49546
  "locationInModule": {
49404
49547
  "filename": "src/javascript/node-project.ts",
49405
- "line": 1315
49548
+ "line": 1311
49406
49549
  },
49407
49550
  "name": "addPeerDeps",
49408
49551
  "parameters": [
@@ -49427,7 +49570,7 @@
49427
49570
  },
49428
49571
  "locationInModule": {
49429
49572
  "filename": "src/javascript/node-project.ts",
49430
- "line": 1058
49573
+ "line": 1054
49431
49574
  },
49432
49575
  "name": "addScripts",
49433
49576
  "parameters": [
@@ -49455,7 +49598,7 @@
49455
49598
  },
49456
49599
  "locationInModule": {
49457
49600
  "filename": "src/javascript/node-project.ts",
49458
- "line": 1095
49601
+ "line": 1091
49459
49602
  },
49460
49603
  "name": "addTestCommand",
49461
49604
  "parameters": [
@@ -49477,7 +49620,7 @@
49477
49620
  },
49478
49621
  "locationInModule": {
49479
49622
  "filename": "src/javascript/node-project.ts",
49480
- "line": 1077
49623
+ "line": 1073
49481
49624
  },
49482
49625
  "name": "hasScript",
49483
49626
  "parameters": [
@@ -49504,7 +49647,7 @@
49504
49647
  },
49505
49648
  "locationInModule": {
49506
49649
  "filename": "src/javascript/node-project.ts",
49507
- "line": 1068
49650
+ "line": 1064
49508
49651
  },
49509
49652
  "name": "removeScript",
49510
49653
  "parameters": [
@@ -49527,7 +49670,7 @@
49527
49670
  },
49528
49671
  "locationInModule": {
49529
49672
  "filename": "src/javascript/node-project.ts",
49530
- "line": 1205
49673
+ "line": 1201
49531
49674
  },
49532
49675
  "name": "renderWorkflowSetup",
49533
49676
  "parameters": [
@@ -49561,7 +49704,7 @@
49561
49704
  },
49562
49705
  "locationInModule": {
49563
49706
  "filename": "src/javascript/node-project.ts",
49564
- "line": 1416
49707
+ "line": 1412
49565
49708
  },
49566
49709
  "name": "runTaskCommand",
49567
49710
  "overrides": "projen.Project",
@@ -49589,7 +49732,7 @@
49589
49732
  },
49590
49733
  "locationInModule": {
49591
49734
  "filename": "src/javascript/node-project.ts",
49592
- "line": 1050
49735
+ "line": 1046
49593
49736
  },
49594
49737
  "name": "setScript",
49595
49738
  "parameters": [
@@ -49859,7 +50002,7 @@
49859
50002
  "immutable": true,
49860
50003
  "locationInModule": {
49861
50004
  "filename": "src/javascript/node-project.ts",
49862
- "line": 1423
50005
+ "line": 1419
49863
50006
  },
49864
50007
  "name": "buildWorkflowJobId",
49865
50008
  "optional": true,
@@ -50849,7 +50992,7 @@
50849
50992
  "kind": "enum",
50850
50993
  "locationInModule": {
50851
50994
  "filename": "src/javascript/node-package.ts",
50852
- "line": 1927
50995
+ "line": 2005
50853
50996
  },
50854
50997
  "members": [
50855
50998
  {
@@ -51044,7 +51187,7 @@
51044
51187
  "kind": "interface",
51045
51188
  "locationInModule": {
51046
51189
  "filename": "src/javascript/node-package.ts",
51047
- "line": 1872
51190
+ "line": 1950
51048
51191
  },
51049
51192
  "name": "PeerDependencyOptions",
51050
51193
  "namespace": "javascript",
@@ -51059,7 +51202,7 @@
51059
51202
  "immutable": true,
51060
51203
  "locationInModule": {
51061
51204
  "filename": "src/javascript/node-package.ts",
51062
- "line": 1877
51205
+ "line": 1955
51063
51206
  },
51064
51207
  "name": "pinnedDevDependency",
51065
51208
  "optional": true,
@@ -52139,7 +52282,7 @@
52139
52282
  "kind": "interface",
52140
52283
  "locationInModule": {
52141
52284
  "filename": "src/javascript/node-project.ts",
52142
- "line": 1539
52285
+ "line": 1535
52143
52286
  },
52144
52287
  "name": "RenderWorkflowSetupOptions",
52145
52288
  "namespace": "javascript",
@@ -52155,7 +52298,7 @@
52155
52298
  "immutable": true,
52156
52299
  "locationInModule": {
52157
52300
  "filename": "src/javascript/node-project.ts",
52158
- "line": 1548
52301
+ "line": 1544
52159
52302
  },
52160
52303
  "name": "installStepConfiguration",
52161
52304
  "optional": true,
@@ -52173,7 +52316,7 @@
52173
52316
  "immutable": true,
52174
52317
  "locationInModule": {
52175
52318
  "filename": "src/javascript/node-project.ts",
52176
- "line": 1553
52319
+ "line": 1549
52177
52320
  },
52178
52321
  "name": "mutable",
52179
52322
  "optional": true,
@@ -52235,7 +52378,7 @@
52235
52378
  "kind": "interface",
52236
52379
  "locationInModule": {
52237
52380
  "filename": "src/javascript/node-package.ts",
52238
- "line": 525
52381
+ "line": 529
52239
52382
  },
52240
52383
  "name": "ScopedPackagesOptions",
52241
52384
  "namespace": "javascript",
@@ -52249,7 +52392,7 @@
52249
52392
  "immutable": true,
52250
52393
  "locationInModule": {
52251
52394
  "filename": "src/javascript/node-package.ts",
52252
- "line": 536
52395
+ "line": 540
52253
52396
  },
52254
52397
  "name": "registryUrl",
52255
52398
  "type": {
@@ -52266,7 +52409,7 @@
52266
52409
  "immutable": true,
52267
52410
  "locationInModule": {
52268
52411
  "filename": "src/javascript/node-package.ts",
52269
- "line": 531
52412
+ "line": 535
52270
52413
  },
52271
52414
  "name": "scope",
52272
52415
  "type": {
@@ -55226,7 +55369,7 @@
55226
55369
  "kind": "interface",
55227
55370
  "locationInModule": {
55228
55371
  "filename": "src/javascript/node-package.ts",
55229
- "line": 1942
55372
+ "line": 2020
55230
55373
  },
55231
55374
  "name": "YarnBerryOptions",
55232
55375
  "namespace": "javascript",
@@ -55241,7 +55384,7 @@
55241
55384
  "immutable": true,
55242
55385
  "locationInModule": {
55243
55386
  "filename": "src/javascript/node-package.ts",
55244
- "line": 1948
55387
+ "line": 2026
55245
55388
  },
55246
55389
  "name": "version",
55247
55390
  "optional": true,
@@ -55259,7 +55402,7 @@
55259
55402
  "immutable": true,
55260
55403
  "locationInModule": {
55261
55404
  "filename": "src/javascript/node-package.ts",
55262
- "line": 1955
55405
+ "line": 2033
55263
55406
  },
55264
55407
  "name": "yarnRcOptions",
55265
55408
  "optional": true,
@@ -55278,7 +55421,7 @@
55278
55421
  "immutable": true,
55279
55422
  "locationInModule": {
55280
55423
  "filename": "src/javascript/node-package.ts",
55281
- "line": 1963
55424
+ "line": 2041
55282
55425
  },
55283
55426
  "name": "zeroInstalls",
55284
55427
  "optional": true,
@@ -81304,6 +81447,6 @@
81304
81447
  "usedFeatures": [
81305
81448
  "class-covariant-overrides"
81306
81449
  ],
81307
- "version": "0.99.40",
81308
- "fingerprint": "O8K716h4G+GXIfkEl2jKOmvq/jjpfJrXxhBTNSt9/g8="
81450
+ "version": "0.99.41",
81451
+ "fingerprint": "/vh31ziTi2XG7u+9gU0LYIcAxdFXf+1xjYAL8DwAsnA="
81309
81452
  }