projen 0.99.39 → 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 (144) hide show
  1. package/.jsii +316 -158
  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 +3 -3
  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 +38 -4
  79. package/lib/javascript/node-package.js +123 -45
  80. package/lib/javascript/node-project.js +10 -9
  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/util.d.ts +5 -0
  87. package/lib/javascript/util.js +28 -1
  88. package/lib/javascript/yarnrc.js +1 -1
  89. package/lib/json-patch.js +1 -1
  90. package/lib/json.js +1 -1
  91. package/lib/license.js +1 -1
  92. package/lib/logger.js +1 -1
  93. package/lib/makefile.js +1 -1
  94. package/lib/object-file.js +1 -1
  95. package/lib/project-build.js +1 -1
  96. package/lib/project-tree.js +1 -1
  97. package/lib/project.js +1 -1
  98. package/lib/projects.js +1 -1
  99. package/lib/projenrc-json.js +2 -2
  100. package/lib/projenrc.js +1 -1
  101. package/lib/python/pip.js +1 -1
  102. package/lib/python/poetry.js +2 -2
  103. package/lib/python/projenrc.js +1 -1
  104. package/lib/python/pyproject-toml-file.js +1 -1
  105. package/lib/python/pytest-sample.js +1 -1
  106. package/lib/python/pytest.js +1 -1
  107. package/lib/python/python-project.js +1 -1
  108. package/lib/python/python-sample.js +1 -1
  109. package/lib/python/requirements-file.js +1 -1
  110. package/lib/python/setuppy.js +1 -1
  111. package/lib/python/setuptools.js +1 -1
  112. package/lib/python/uv.js +1 -1
  113. package/lib/python/venv.js +1 -1
  114. package/lib/readme.js +1 -1
  115. package/lib/release/publisher.js +1 -1
  116. package/lib/release/release-trigger.js +1 -1
  117. package/lib/release/release.js +1 -1
  118. package/lib/renovatebot.js +1 -1
  119. package/lib/sample-file.js +2 -2
  120. package/lib/semver.js +1 -1
  121. package/lib/source-code.js +1 -1
  122. package/lib/task-runtime.js +1 -1
  123. package/lib/task.js +1 -1
  124. package/lib/tasks.js +1 -1
  125. package/lib/testing.js +1 -1
  126. package/lib/textfile.js +1 -1
  127. package/lib/toml.js +1 -1
  128. package/lib/typescript/projenrc-ts.js +1 -1
  129. package/lib/typescript/projenrc.js +1 -1
  130. package/lib/typescript/typescript-typedoc.js +1 -1
  131. package/lib/typescript/typescript.js +6 -6
  132. package/lib/version.js +8 -6
  133. package/lib/vscode/devcontainer.js +3 -3
  134. package/lib/vscode/extensions.js +1 -1
  135. package/lib/vscode/launch-config.js +1 -1
  136. package/lib/vscode/settings.js +1 -1
  137. package/lib/vscode/vscode.js +1 -1
  138. package/lib/web/next.js +3 -3
  139. package/lib/web/postcss.js +1 -1
  140. package/lib/web/react.js +4 -4
  141. package/lib/web/tailwind.js +1 -1
  142. package/lib/xmlfile.js +1 -1
  143. package/lib/yaml.js +1 -1
  144. 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": 463
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": 481
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": 498
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": 487
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": 518
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": 509
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": 407
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": 411
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": 425
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": 418
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": 433
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": 442
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": 447
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": 437
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": 457
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": 452
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": 677
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": 541
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": 548
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": 935
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": 904
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": 844
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": 859
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": 921
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": 977
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": 929
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": 997
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": 878
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": 985
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": 967
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": 1049
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": 956
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": 947
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": 1044
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": 1028
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": 566
47992
+ "line": 571
47869
47993
  },
47870
47994
  "name": "allowLibraryDependencies",
47871
47995
  "type": {
@@ -47880,13 +48004,28 @@
47880
48004
  "immutable": true,
47881
48005
  "locationInModule": {
47882
48006
  "filename": "src/javascript/node-package.ts",
47883
- "line": 561
48007
+ "line": 566
47884
48008
  },
47885
48009
  "name": "entrypoint",
47886
48010
  "type": {
47887
48011
  "primitive": "string"
47888
48012
  }
47889
48013
  },
48014
+ {
48015
+ "docs": {
48016
+ "stability": "experimental",
48017
+ "summary": "The command prefix to use when executing binary commands for this package manager (e.g. `npx`, `pnpm exec`, `yarn`, `bunx`)."
48018
+ },
48019
+ "immutable": true,
48020
+ "locationInModule": {
48021
+ "filename": "src/javascript/node-package.ts",
48022
+ "line": 1113
48023
+ },
48024
+ "name": "execCommand",
48025
+ "type": {
48026
+ "primitive": "string"
48027
+ }
48028
+ },
47890
48029
  {
47891
48030
  "docs": {
47892
48031
  "stability": "experimental",
@@ -47895,7 +48034,7 @@
47895
48034
  "immutable": true,
47896
48035
  "locationInModule": {
47897
48036
  "filename": "src/javascript/node-package.ts",
47898
- "line": 665
48037
+ "line": 702
47899
48038
  },
47900
48039
  "name": "file",
47901
48040
  "type": {
@@ -47910,7 +48049,7 @@
47910
48049
  "immutable": true,
47911
48050
  "locationInModule": {
47912
48051
  "filename": "src/javascript/node-package.ts",
47913
- "line": 1013
48052
+ "line": 1054
47914
48053
  },
47915
48054
  "name": "installAndUpdateLockfileCommand",
47916
48055
  "type": {
@@ -47925,7 +48064,7 @@
47925
48064
  "immutable": true,
47926
48065
  "locationInModule": {
47927
48066
  "filename": "src/javascript/node-package.ts",
47928
- "line": 660
48067
+ "line": 697
47929
48068
  },
47930
48069
  "name": "installCiTask",
47931
48070
  "type": {
@@ -47940,7 +48079,7 @@
47940
48079
  "immutable": true,
47941
48080
  "locationInModule": {
47942
48081
  "filename": "src/javascript/node-package.ts",
47943
- "line": 1006
48082
+ "line": 1047
47944
48083
  },
47945
48084
  "name": "installCommand",
47946
48085
  "type": {
@@ -47955,7 +48094,7 @@
47955
48094
  "immutable": true,
47956
48095
  "locationInModule": {
47957
48096
  "filename": "src/javascript/node-package.ts",
47958
- "line": 655
48097
+ "line": 692
47959
48098
  },
47960
48099
  "name": "installTask",
47961
48100
  "type": {
@@ -47970,7 +48109,7 @@
47970
48109
  "immutable": true,
47971
48110
  "locationInModule": {
47972
48111
  "filename": "src/javascript/node-package.ts",
47973
- "line": 650
48112
+ "line": 687
47974
48113
  },
47975
48114
  "name": "lockFile",
47976
48115
  "type": {
@@ -47985,7 +48124,7 @@
47985
48124
  "immutable": true,
47986
48125
  "locationInModule": {
47987
48126
  "filename": "src/javascript/node-package.ts",
47988
- "line": 576
48127
+ "line": 581
47989
48128
  },
47990
48129
  "name": "manifest",
47991
48130
  "type": {
@@ -48000,7 +48139,7 @@
48000
48139
  "immutable": true,
48001
48140
  "locationInModule": {
48002
48141
  "filename": "src/javascript/node-package.ts",
48003
- "line": 640
48142
+ "line": 677
48004
48143
  },
48005
48144
  "name": "npmAccess",
48006
48145
  "type": {
@@ -48015,7 +48154,7 @@
48015
48154
  "immutable": true,
48016
48155
  "locationInModule": {
48017
48156
  "filename": "src/javascript/node-package.ts",
48018
- "line": 645
48157
+ "line": 682
48019
48158
  },
48020
48159
  "name": "npmProvenance",
48021
48160
  "type": {
@@ -48030,7 +48169,7 @@
48030
48169
  "immutable": true,
48031
48170
  "locationInModule": {
48032
48171
  "filename": "src/javascript/node-package.ts",
48033
- "line": 615
48172
+ "line": 652
48034
48173
  },
48035
48174
  "name": "npmRegistry",
48036
48175
  "type": {
@@ -48045,7 +48184,7 @@
48045
48184
  "immutable": true,
48046
48185
  "locationInModule": {
48047
48186
  "filename": "src/javascript/node-package.ts",
48048
- "line": 610
48187
+ "line": 647
48049
48188
  },
48050
48189
  "name": "npmRegistryUrl",
48051
48190
  "type": {
@@ -48060,7 +48199,7 @@
48060
48199
  "immutable": true,
48061
48200
  "locationInModule": {
48062
48201
  "filename": "src/javascript/node-package.ts",
48063
- "line": 571
48202
+ "line": 576
48064
48203
  },
48065
48204
  "name": "packageManager",
48066
48205
  "type": {
@@ -48075,7 +48214,7 @@
48075
48214
  "immutable": true,
48076
48215
  "locationInModule": {
48077
48216
  "filename": "src/javascript/node-package.ts",
48078
- "line": 556
48217
+ "line": 561
48079
48218
  },
48080
48219
  "name": "packageName",
48081
48220
  "type": {
@@ -48091,7 +48230,7 @@
48091
48230
  "immutable": true,
48092
48231
  "locationInModule": {
48093
48232
  "filename": "src/javascript/node-package.ts",
48094
- "line": 1072
48233
+ "line": 1121
48095
48234
  },
48096
48235
  "name": "projenCommand",
48097
48236
  "type": {
@@ -48100,13 +48239,14 @@
48100
48239
  },
48101
48240
  {
48102
48241
  "docs": {
48242
+ "returns": "`undefined` if the package manager is not Bun.",
48103
48243
  "stability": "experimental",
48104
48244
  "summary": "The version of Bun to use if using Bun as a package manager."
48105
48245
  },
48106
48246
  "immutable": true,
48107
48247
  "locationInModule": {
48108
48248
  "filename": "src/javascript/node-package.ts",
48109
- "line": 600
48249
+ "line": 613
48110
48250
  },
48111
48251
  "name": "bunVersion",
48112
48252
  "optional": true,
@@ -48124,7 +48264,7 @@
48124
48264
  "immutable": true,
48125
48265
  "locationInModule": {
48126
48266
  "filename": "src/javascript/node-package.ts",
48127
- "line": 628
48267
+ "line": 665
48128
48268
  },
48129
48269
  "name": "codeArtifactOptions",
48130
48270
  "optional": true,
@@ -48141,7 +48281,7 @@
48141
48281
  "immutable": true,
48142
48282
  "locationInModule": {
48143
48283
  "filename": "src/javascript/node-package.ts",
48144
- "line": 605
48284
+ "line": 642
48145
48285
  },
48146
48286
  "name": "license",
48147
48287
  "optional": true,
@@ -48158,7 +48298,7 @@
48158
48298
  "immutable": true,
48159
48299
  "locationInModule": {
48160
48300
  "filename": "src/javascript/node-package.ts",
48161
- "line": 590
48301
+ "line": 595
48162
48302
  },
48163
48303
  "name": "maxNodeVersion",
48164
48304
  "optional": true,
@@ -48175,7 +48315,7 @@
48175
48315
  "immutable": true,
48176
48316
  "locationInModule": {
48177
48317
  "filename": "src/javascript/node-package.ts",
48178
- "line": 583
48318
+ "line": 588
48179
48319
  },
48180
48320
  "name": "minNodeVersion",
48181
48321
  "optional": true,
@@ -48191,7 +48331,7 @@
48191
48331
  "immutable": true,
48192
48332
  "locationInModule": {
48193
48333
  "filename": "src/javascript/node-package.ts",
48194
- "line": 620
48334
+ "line": 657
48195
48335
  },
48196
48336
  "name": "npmTokenSecret",
48197
48337
  "optional": true,
@@ -48201,13 +48341,14 @@
48201
48341
  },
48202
48342
  {
48203
48343
  "docs": {
48344
+ "returns": "`undefined` if the package manager is not PNPM.",
48204
48345
  "stability": "experimental",
48205
48346
  "summary": "The version of PNPM to use if using PNPM as a package manager."
48206
48347
  },
48207
48348
  "immutable": true,
48208
48349
  "locationInModule": {
48209
48350
  "filename": "src/javascript/node-package.ts",
48210
- "line": 595
48351
+ "line": 602
48211
48352
  },
48212
48353
  "name": "pnpmVersion",
48213
48354
  "optional": true,
@@ -48224,7 +48365,7 @@
48224
48365
  "immutable": true,
48225
48366
  "locationInModule": {
48226
48367
  "filename": "src/javascript/node-package.ts",
48227
- "line": 635
48368
+ "line": 672
48228
48369
  },
48229
48370
  "name": "scopedPackagesOptions",
48230
48371
  "optional": true,
@@ -48236,6 +48377,23 @@
48236
48377
  "kind": "array"
48237
48378
  }
48238
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
+ }
48239
48397
  }
48240
48398
  ],
48241
48399
  "symbolId": "src/javascript/node-package:NodePackage"
@@ -48250,7 +48408,7 @@
48250
48408
  "kind": "enum",
48251
48409
  "locationInModule": {
48252
48410
  "filename": "src/javascript/node-package.ts",
48253
- "line": 1863
48411
+ "line": 1961
48254
48412
  },
48255
48413
  "members": [
48256
48414
  {
@@ -48319,7 +48477,7 @@
48319
48477
  "kind": "interface",
48320
48478
  "locationInModule": {
48321
48479
  "filename": "src/javascript/node-package.ts",
48322
- "line": 35
48480
+ "line": 40
48323
48481
  },
48324
48482
  "name": "NodePackageOptions",
48325
48483
  "namespace": "javascript",
@@ -48334,7 +48492,7 @@
48334
48492
  "immutable": true,
48335
48493
  "locationInModule": {
48336
48494
  "filename": "src/javascript/node-package.ts",
48337
- "line": 390
48495
+ "line": 395
48338
48496
  },
48339
48497
  "name": "addPackageManagerToDevEngines",
48340
48498
  "optional": true,
@@ -48353,7 +48511,7 @@
48353
48511
  "immutable": true,
48354
48512
  "locationInModule": {
48355
48513
  "filename": "src/javascript/node-package.ts",
48356
- "line": 129
48514
+ "line": 134
48357
48515
  },
48358
48516
  "name": "allowLibraryDependencies",
48359
48517
  "optional": true,
@@ -48370,7 +48528,7 @@
48370
48528
  "immutable": true,
48371
48529
  "locationInModule": {
48372
48530
  "filename": "src/javascript/node-package.ts",
48373
- "line": 200
48531
+ "line": 205
48374
48532
  },
48375
48533
  "name": "authorEmail",
48376
48534
  "optional": true,
@@ -48387,7 +48545,7 @@
48387
48545
  "immutable": true,
48388
48546
  "locationInModule": {
48389
48547
  "filename": "src/javascript/node-package.ts",
48390
- "line": 195
48548
+ "line": 200
48391
48549
  },
48392
48550
  "name": "authorName",
48393
48551
  "optional": true,
@@ -48404,7 +48562,7 @@
48404
48562
  "immutable": true,
48405
48563
  "locationInModule": {
48406
48564
  "filename": "src/javascript/node-package.ts",
48407
- "line": 210
48565
+ "line": 215
48408
48566
  },
48409
48567
  "name": "authorOrganization",
48410
48568
  "optional": true,
@@ -48421,7 +48579,7 @@
48421
48579
  "immutable": true,
48422
48580
  "locationInModule": {
48423
48581
  "filename": "src/javascript/node-package.ts",
48424
- "line": 205
48582
+ "line": 210
48425
48583
  },
48426
48584
  "name": "authorUrl",
48427
48585
  "optional": true,
@@ -48439,7 +48597,7 @@
48439
48597
  "immutable": true,
48440
48598
  "locationInModule": {
48441
48599
  "filename": "src/javascript/node-package.ts",
48442
- "line": 160
48600
+ "line": 165
48443
48601
  },
48444
48602
  "name": "autoDetectBin",
48445
48603
  "optional": true,
@@ -48457,7 +48615,7 @@
48457
48615
  "immutable": true,
48458
48616
  "locationInModule": {
48459
48617
  "filename": "src/javascript/node-package.ts",
48460
- "line": 152
48618
+ "line": 157
48461
48619
  },
48462
48620
  "name": "bin",
48463
48621
  "optional": true,
@@ -48479,7 +48637,7 @@
48479
48637
  "immutable": true,
48480
48638
  "locationInModule": {
48481
48639
  "filename": "src/javascript/node-package.ts",
48482
- "line": 309
48640
+ "line": 314
48483
48641
  },
48484
48642
  "name": "bugsEmail",
48485
48643
  "optional": true,
@@ -48496,7 +48654,7 @@
48496
48654
  "immutable": true,
48497
48655
  "locationInModule": {
48498
48656
  "filename": "src/javascript/node-package.ts",
48499
- "line": 304
48657
+ "line": 309
48500
48658
  },
48501
48659
  "name": "bugsUrl",
48502
48660
  "optional": true,
@@ -48514,7 +48672,7 @@
48514
48672
  "immutable": true,
48515
48673
  "locationInModule": {
48516
48674
  "filename": "src/javascript/node-package.ts",
48517
- "line": 115
48675
+ "line": 120
48518
48676
  },
48519
48677
  "name": "bundledDeps",
48520
48678
  "optional": true,
@@ -48537,7 +48695,7 @@
48537
48695
  "immutable": true,
48538
48696
  "locationInModule": {
48539
48697
  "filename": "src/javascript/node-package.ts",
48540
- "line": 267
48698
+ "line": 272
48541
48699
  },
48542
48700
  "name": "bunVersion",
48543
48701
  "optional": true,
@@ -48556,7 +48714,7 @@
48556
48714
  "immutable": true,
48557
48715
  "locationInModule": {
48558
48716
  "filename": "src/javascript/node-package.ts",
48559
- "line": 357
48717
+ "line": 362
48560
48718
  },
48561
48719
  "name": "codeArtifactOptions",
48562
48720
  "optional": true,
@@ -48575,7 +48733,7 @@
48575
48733
  "immutable": true,
48576
48734
  "locationInModule": {
48577
48735
  "filename": "src/javascript/node-package.ts",
48578
- "line": 401
48736
+ "line": 406
48579
48737
  },
48580
48738
  "name": "deleteOrphanedLockFiles",
48581
48739
  "optional": true,
@@ -48598,7 +48756,7 @@
48598
48756
  "immutable": true,
48599
48757
  "locationInModule": {
48600
48758
  "filename": "src/javascript/node-package.ts",
48601
- "line": 64
48759
+ "line": 69
48602
48760
  },
48603
48761
  "name": "deps",
48604
48762
  "optional": true,
@@ -48624,7 +48782,7 @@
48624
48782
  "immutable": true,
48625
48783
  "locationInModule": {
48626
48784
  "filename": "src/javascript/node-package.ts",
48627
- "line": 48
48785
+ "line": 53
48628
48786
  },
48629
48787
  "name": "description",
48630
48788
  "optional": true,
@@ -48647,7 +48805,7 @@
48647
48805
  "immutable": true,
48648
48806
  "locationInModule": {
48649
48807
  "filename": "src/javascript/node-package.ts",
48650
- "line": 82
48808
+ "line": 87
48651
48809
  },
48652
48810
  "name": "devDeps",
48653
48811
  "optional": true,
@@ -48671,7 +48829,7 @@
48671
48829
  "immutable": true,
48672
48830
  "locationInModule": {
48673
48831
  "filename": "src/javascript/node-package.ts",
48674
- "line": 382
48832
+ "line": 387
48675
48833
  },
48676
48834
  "name": "devEngines",
48677
48835
  "optional": true,
@@ -48690,7 +48848,7 @@
48690
48848
  "immutable": true,
48691
48849
  "locationInModule": {
48692
48850
  "filename": "src/javascript/node-package.ts",
48693
- "line": 143
48851
+ "line": 148
48694
48852
  },
48695
48853
  "name": "entrypoint",
48696
48854
  "optional": true,
@@ -48707,7 +48865,7 @@
48707
48865
  "immutable": true,
48708
48866
  "locationInModule": {
48709
48867
  "filename": "src/javascript/node-package.ts",
48710
- "line": 215
48868
+ "line": 220
48711
48869
  },
48712
48870
  "name": "homepage",
48713
48871
  "optional": true,
@@ -48724,7 +48882,7 @@
48724
48882
  "immutable": true,
48725
48883
  "locationInModule": {
48726
48884
  "filename": "src/javascript/node-package.ts",
48727
- "line": 134
48885
+ "line": 139
48728
48886
  },
48729
48887
  "name": "keywords",
48730
48888
  "optional": true,
@@ -48748,7 +48906,7 @@
48748
48906
  "immutable": true,
48749
48907
  "locationInModule": {
48750
48908
  "filename": "src/javascript/node-package.ts",
48751
- "line": 276
48909
+ "line": 281
48752
48910
  },
48753
48911
  "name": "license",
48754
48912
  "optional": true,
@@ -48766,7 +48924,7 @@
48766
48924
  "immutable": true,
48767
48925
  "locationInModule": {
48768
48926
  "filename": "src/javascript/node-package.ts",
48769
- "line": 283
48927
+ "line": 288
48770
48928
  },
48771
48929
  "name": "licensed",
48772
48930
  "optional": true,
@@ -48785,7 +48943,7 @@
48785
48943
  "immutable": true,
48786
48944
  "locationInModule": {
48787
48945
  "filename": "src/javascript/node-package.ts",
48788
- "line": 253
48946
+ "line": 258
48789
48947
  },
48790
48948
  "name": "maxNodeVersion",
48791
48949
  "optional": true,
@@ -48804,7 +48962,7 @@
48804
48962
  "immutable": true,
48805
48963
  "locationInModule": {
48806
48964
  "filename": "src/javascript/node-package.ts",
48807
- "line": 239
48965
+ "line": 244
48808
48966
  },
48809
48967
  "name": "minNodeVersion",
48810
48968
  "optional": true,
@@ -48822,7 +48980,7 @@
48822
48980
  "immutable": true,
48823
48981
  "locationInModule": {
48824
48982
  "filename": "src/javascript/node-package.ts",
48825
- "line": 318
48983
+ "line": 323
48826
48984
  },
48827
48985
  "name": "npmAccess",
48828
48986
  "optional": true,
@@ -48842,7 +49000,7 @@
48842
49000
  "immutable": true,
48843
49001
  "locationInModule": {
48844
49002
  "filename": "src/javascript/node-package.ts",
48845
- "line": 332
49003
+ "line": 337
48846
49004
  },
48847
49005
  "name": "npmProvenance",
48848
49006
  "optional": true,
@@ -48861,7 +49019,7 @@
48861
49019
  "immutable": true,
48862
49020
  "locationInModule": {
48863
49021
  "filename": "src/javascript/node-package.ts",
48864
- "line": 299
49022
+ "line": 304
48865
49023
  },
48866
49024
  "name": "npmRegistry",
48867
49025
  "optional": true,
@@ -48880,7 +49038,7 @@
48880
49038
  "immutable": true,
48881
49039
  "locationInModule": {
48882
49040
  "filename": "src/javascript/node-package.ts",
48883
- "line": 292
49041
+ "line": 297
48884
49042
  },
48885
49043
  "name": "npmRegistryUrl",
48886
49044
  "optional": true,
@@ -48898,7 +49056,7 @@
48898
49056
  "immutable": true,
48899
49057
  "locationInModule": {
48900
49058
  "filename": "src/javascript/node-package.ts",
48901
- "line": 339
49059
+ "line": 344
48902
49060
  },
48903
49061
  "name": "npmTokenSecret",
48904
49062
  "optional": true,
@@ -48917,7 +49075,7 @@
48917
49075
  "immutable": true,
48918
49076
  "locationInModule": {
48919
49077
  "filename": "src/javascript/node-package.ts",
48920
- "line": 349
49078
+ "line": 354
48921
49079
  },
48922
49080
  "name": "npmTrustedPublishing",
48923
49081
  "optional": true,
@@ -48938,7 +49096,7 @@
48938
49096
  "immutable": true,
48939
49097
  "locationInModule": {
48940
49098
  "filename": "src/javascript/node-package.ts",
48941
- "line": 178
49099
+ "line": 183
48942
49100
  },
48943
49101
  "name": "packageManager",
48944
49102
  "optional": true,
@@ -48959,7 +49117,7 @@
48959
49117
  "immutable": true,
48960
49118
  "locationInModule": {
48961
49119
  "filename": "src/javascript/node-package.ts",
48962
- "line": 41
49120
+ "line": 46
48963
49121
  },
48964
49122
  "name": "packageName",
48965
49123
  "optional": true,
@@ -48976,7 +49134,7 @@
48976
49134
  "immutable": true,
48977
49135
  "locationInModule": {
48978
49136
  "filename": "src/javascript/node-package.ts",
48979
- "line": 120
49137
+ "line": 125
48980
49138
  },
48981
49139
  "name": "peerDependencyOptions",
48982
49140
  "optional": true,
@@ -48995,7 +49153,7 @@
48995
49153
  "immutable": true,
48996
49154
  "locationInModule": {
48997
49155
  "filename": "src/javascript/node-package.ts",
48998
- "line": 101
49156
+ "line": 106
48999
49157
  },
49000
49158
  "name": "peerDeps",
49001
49159
  "optional": true,
@@ -49011,14 +49169,14 @@
49011
49169
  {
49012
49170
  "abstract": true,
49013
49171
  "docs": {
49014
- "default": "\"9\"",
49172
+ "default": "\"10.33.0\"",
49015
49173
  "stability": "experimental",
49016
49174
  "summary": "The version of PNPM to use if using PNPM as a package manager."
49017
49175
  },
49018
49176
  "immutable": true,
49019
49177
  "locationInModule": {
49020
49178
  "filename": "src/javascript/node-package.ts",
49021
- "line": 260
49179
+ "line": 265
49022
49180
  },
49023
49181
  "name": "pnpmVersion",
49024
49182
  "optional": true,
@@ -49036,7 +49194,7 @@
49036
49194
  "immutable": true,
49037
49195
  "locationInModule": {
49038
49196
  "filename": "src/javascript/node-package.ts",
49039
- "line": 184
49197
+ "line": 189
49040
49198
  },
49041
49199
  "name": "repository",
49042
49200
  "optional": true,
@@ -49053,7 +49211,7 @@
49053
49211
  "immutable": true,
49054
49212
  "locationInModule": {
49055
49213
  "filename": "src/javascript/node-package.ts",
49056
- "line": 190
49214
+ "line": 195
49057
49215
  },
49058
49216
  "name": "repositoryDirectory",
49059
49217
  "optional": true,
@@ -49071,7 +49229,7 @@
49071
49229
  "immutable": true,
49072
49230
  "locationInModule": {
49073
49231
  "filename": "src/javascript/node-package.ts",
49074
- "line": 364
49232
+ "line": 369
49075
49233
  },
49076
49234
  "name": "scopedPackagesOptions",
49077
49235
  "optional": true,
@@ -49096,7 +49254,7 @@
49096
49254
  "immutable": true,
49097
49255
  "locationInModule": {
49098
49256
  "filename": "src/javascript/node-package.ts",
49099
- "line": 170
49257
+ "line": 175
49100
49258
  },
49101
49259
  "name": "scripts",
49102
49260
  "optional": true,
@@ -49118,7 +49276,7 @@
49118
49276
  "immutable": true,
49119
49277
  "locationInModule": {
49120
49278
  "filename": "src/javascript/node-package.ts",
49121
- "line": 220
49279
+ "line": 225
49122
49280
  },
49123
49281
  "name": "stability",
49124
49282
  "optional": true,
@@ -49136,7 +49294,7 @@
49136
49294
  "immutable": true,
49137
49295
  "locationInModule": {
49138
49296
  "filename": "src/javascript/node-package.ts",
49139
- "line": 371
49297
+ "line": 376
49140
49298
  },
49141
49299
  "name": "yarnBerryOptions",
49142
49300
  "optional": true,
@@ -49187,7 +49345,7 @@
49187
49345
  },
49188
49346
  "locationInModule": {
49189
49347
  "filename": "src/javascript/node-project.ts",
49190
- "line": 1040
49348
+ "line": 1036
49191
49349
  },
49192
49350
  "name": "addBins",
49193
49351
  "parameters": [
@@ -49212,7 +49370,7 @@
49212
49370
  },
49213
49371
  "locationInModule": {
49214
49372
  "filename": "src/javascript/node-project.ts",
49215
- "line": 1331
49373
+ "line": 1327
49216
49374
  },
49217
49375
  "name": "addBundledDeps",
49218
49376
  "parameters": [
@@ -49238,7 +49396,7 @@
49238
49396
  },
49239
49397
  "locationInModule": {
49240
49398
  "filename": "src/javascript/node-project.ts",
49241
- "line": 1085
49399
+ "line": 1081
49242
49400
  },
49243
49401
  "name": "addCompileCommand",
49244
49402
  "parameters": [
@@ -49259,7 +49417,7 @@
49259
49417
  },
49260
49418
  "locationInModule": {
49261
49419
  "filename": "src/javascript/node-project.ts",
49262
- "line": 1285
49420
+ "line": 1281
49263
49421
  },
49264
49422
  "name": "addDeps",
49265
49423
  "parameters": [
@@ -49284,7 +49442,7 @@
49284
49442
  },
49285
49443
  "locationInModule": {
49286
49444
  "filename": "src/javascript/node-project.ts",
49287
- "line": 1298
49445
+ "line": 1294
49288
49446
  },
49289
49447
  "name": "addDevDeps",
49290
49448
  "parameters": [
@@ -49309,7 +49467,7 @@
49309
49467
  },
49310
49468
  "locationInModule": {
49311
49469
  "filename": "src/javascript/node-project.ts",
49312
- "line": 1105
49470
+ "line": 1101
49313
49471
  },
49314
49472
  "name": "addFields",
49315
49473
  "parameters": [
@@ -49336,7 +49494,7 @@
49336
49494
  },
49337
49495
  "locationInModule": {
49338
49496
  "filename": "src/javascript/node-project.ts",
49339
- "line": 1115
49497
+ "line": 1111
49340
49498
  },
49341
49499
  "name": "addKeywords",
49342
49500
  "parameters": [
@@ -49363,7 +49521,7 @@
49363
49521
  },
49364
49522
  "locationInModule": {
49365
49523
  "filename": "src/javascript/node-project.ts",
49366
- "line": 1343
49524
+ "line": 1339
49367
49525
  },
49368
49526
  "name": "addPackageIgnore",
49369
49527
  "overrides": "projen.Project",
@@ -49387,7 +49545,7 @@
49387
49545
  },
49388
49546
  "locationInModule": {
49389
49547
  "filename": "src/javascript/node-project.ts",
49390
- "line": 1315
49548
+ "line": 1311
49391
49549
  },
49392
49550
  "name": "addPeerDeps",
49393
49551
  "parameters": [
@@ -49412,7 +49570,7 @@
49412
49570
  },
49413
49571
  "locationInModule": {
49414
49572
  "filename": "src/javascript/node-project.ts",
49415
- "line": 1058
49573
+ "line": 1054
49416
49574
  },
49417
49575
  "name": "addScripts",
49418
49576
  "parameters": [
@@ -49440,7 +49598,7 @@
49440
49598
  },
49441
49599
  "locationInModule": {
49442
49600
  "filename": "src/javascript/node-project.ts",
49443
- "line": 1095
49601
+ "line": 1091
49444
49602
  },
49445
49603
  "name": "addTestCommand",
49446
49604
  "parameters": [
@@ -49462,7 +49620,7 @@
49462
49620
  },
49463
49621
  "locationInModule": {
49464
49622
  "filename": "src/javascript/node-project.ts",
49465
- "line": 1077
49623
+ "line": 1073
49466
49624
  },
49467
49625
  "name": "hasScript",
49468
49626
  "parameters": [
@@ -49489,7 +49647,7 @@
49489
49647
  },
49490
49648
  "locationInModule": {
49491
49649
  "filename": "src/javascript/node-project.ts",
49492
- "line": 1068
49650
+ "line": 1064
49493
49651
  },
49494
49652
  "name": "removeScript",
49495
49653
  "parameters": [
@@ -49512,7 +49670,7 @@
49512
49670
  },
49513
49671
  "locationInModule": {
49514
49672
  "filename": "src/javascript/node-project.ts",
49515
- "line": 1205
49673
+ "line": 1201
49516
49674
  },
49517
49675
  "name": "renderWorkflowSetup",
49518
49676
  "parameters": [
@@ -49546,7 +49704,7 @@
49546
49704
  },
49547
49705
  "locationInModule": {
49548
49706
  "filename": "src/javascript/node-project.ts",
49549
- "line": 1416
49707
+ "line": 1412
49550
49708
  },
49551
49709
  "name": "runTaskCommand",
49552
49710
  "overrides": "projen.Project",
@@ -49574,7 +49732,7 @@
49574
49732
  },
49575
49733
  "locationInModule": {
49576
49734
  "filename": "src/javascript/node-project.ts",
49577
- "line": 1050
49735
+ "line": 1046
49578
49736
  },
49579
49737
  "name": "setScript",
49580
49738
  "parameters": [
@@ -49844,7 +50002,7 @@
49844
50002
  "immutable": true,
49845
50003
  "locationInModule": {
49846
50004
  "filename": "src/javascript/node-project.ts",
49847
- "line": 1423
50005
+ "line": 1419
49848
50006
  },
49849
50007
  "name": "buildWorkflowJobId",
49850
50008
  "optional": true,
@@ -50834,7 +50992,7 @@
50834
50992
  "kind": "enum",
50835
50993
  "locationInModule": {
50836
50994
  "filename": "src/javascript/node-package.ts",
50837
- "line": 1907
50995
+ "line": 2005
50838
50996
  },
50839
50997
  "members": [
50840
50998
  {
@@ -51029,7 +51187,7 @@
51029
51187
  "kind": "interface",
51030
51188
  "locationInModule": {
51031
51189
  "filename": "src/javascript/node-package.ts",
51032
- "line": 1852
51190
+ "line": 1950
51033
51191
  },
51034
51192
  "name": "PeerDependencyOptions",
51035
51193
  "namespace": "javascript",
@@ -51044,7 +51202,7 @@
51044
51202
  "immutable": true,
51045
51203
  "locationInModule": {
51046
51204
  "filename": "src/javascript/node-package.ts",
51047
- "line": 1857
51205
+ "line": 1955
51048
51206
  },
51049
51207
  "name": "pinnedDevDependency",
51050
51208
  "optional": true,
@@ -52124,7 +52282,7 @@
52124
52282
  "kind": "interface",
52125
52283
  "locationInModule": {
52126
52284
  "filename": "src/javascript/node-project.ts",
52127
- "line": 1539
52285
+ "line": 1535
52128
52286
  },
52129
52287
  "name": "RenderWorkflowSetupOptions",
52130
52288
  "namespace": "javascript",
@@ -52140,7 +52298,7 @@
52140
52298
  "immutable": true,
52141
52299
  "locationInModule": {
52142
52300
  "filename": "src/javascript/node-project.ts",
52143
- "line": 1548
52301
+ "line": 1544
52144
52302
  },
52145
52303
  "name": "installStepConfiguration",
52146
52304
  "optional": true,
@@ -52158,7 +52316,7 @@
52158
52316
  "immutable": true,
52159
52317
  "locationInModule": {
52160
52318
  "filename": "src/javascript/node-project.ts",
52161
- "line": 1553
52319
+ "line": 1549
52162
52320
  },
52163
52321
  "name": "mutable",
52164
52322
  "optional": true,
@@ -52220,7 +52378,7 @@
52220
52378
  "kind": "interface",
52221
52379
  "locationInModule": {
52222
52380
  "filename": "src/javascript/node-package.ts",
52223
- "line": 524
52381
+ "line": 529
52224
52382
  },
52225
52383
  "name": "ScopedPackagesOptions",
52226
52384
  "namespace": "javascript",
@@ -52234,7 +52392,7 @@
52234
52392
  "immutable": true,
52235
52393
  "locationInModule": {
52236
52394
  "filename": "src/javascript/node-package.ts",
52237
- "line": 535
52395
+ "line": 540
52238
52396
  },
52239
52397
  "name": "registryUrl",
52240
52398
  "type": {
@@ -52251,7 +52409,7 @@
52251
52409
  "immutable": true,
52252
52410
  "locationInModule": {
52253
52411
  "filename": "src/javascript/node-package.ts",
52254
- "line": 530
52412
+ "line": 535
52255
52413
  },
52256
52414
  "name": "scope",
52257
52415
  "type": {
@@ -55211,7 +55369,7 @@
55211
55369
  "kind": "interface",
55212
55370
  "locationInModule": {
55213
55371
  "filename": "src/javascript/node-package.ts",
55214
- "line": 1922
55372
+ "line": 2020
55215
55373
  },
55216
55374
  "name": "YarnBerryOptions",
55217
55375
  "namespace": "javascript",
@@ -55226,7 +55384,7 @@
55226
55384
  "immutable": true,
55227
55385
  "locationInModule": {
55228
55386
  "filename": "src/javascript/node-package.ts",
55229
- "line": 1928
55387
+ "line": 2026
55230
55388
  },
55231
55389
  "name": "version",
55232
55390
  "optional": true,
@@ -55244,7 +55402,7 @@
55244
55402
  "immutable": true,
55245
55403
  "locationInModule": {
55246
55404
  "filename": "src/javascript/node-package.ts",
55247
- "line": 1935
55405
+ "line": 2033
55248
55406
  },
55249
55407
  "name": "yarnRcOptions",
55250
55408
  "optional": true,
@@ -55263,7 +55421,7 @@
55263
55421
  "immutable": true,
55264
55422
  "locationInModule": {
55265
55423
  "filename": "src/javascript/node-package.ts",
55266
- "line": 1943
55424
+ "line": 2041
55267
55425
  },
55268
55426
  "name": "zeroInstalls",
55269
55427
  "optional": true,
@@ -81289,6 +81447,6 @@
81289
81447
  "usedFeatures": [
81290
81448
  "class-covariant-overrides"
81291
81449
  ],
81292
- "version": "0.99.39",
81293
- "fingerprint": "3rn04RyySPZKRGFTBduO5V6Z/wVLYzPgFq59zLAq/mE="
81450
+ "version": "0.99.41",
81451
+ "fingerprint": "/vh31ziTi2XG7u+9gU0LYIcAxdFXf+1xjYAL8DwAsnA="
81294
81452
  }