projen 0.99.39 → 0.99.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (143) hide show
  1. package/.jsii +130 -115
  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 +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-docgen.js +1 -1
  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 +1 -1
  30. package/lib/cdktf/cdktf-construct.js +1 -1
  31. package/lib/circleci/circleci.js +1 -1
  32. package/lib/component.js +1 -1
  33. package/lib/dependencies.js +1 -1
  34. package/lib/dev-env.js +1 -1
  35. package/lib/docker-compose/docker-compose-service.js +1 -1
  36. package/lib/docker-compose/docker-compose.js +1 -1
  37. package/lib/file.js +1 -1
  38. package/lib/gitattributes.js +1 -1
  39. package/lib/github/actions-provider.js +1 -1
  40. package/lib/github/auto-approve.js +1 -1
  41. package/lib/github/auto-merge.js +1 -1
  42. package/lib/github/auto-queue.js +1 -1
  43. package/lib/github/dependabot.js +1 -1
  44. package/lib/github/github-credentials.js +1 -1
  45. package/lib/github/github-project.js +1 -1
  46. package/lib/github/github.js +1 -1
  47. package/lib/github/merge-queue.js +1 -1
  48. package/lib/github/mergify.js +1 -1
  49. package/lib/github/pr-template.js +1 -1
  50. package/lib/github/pull-request-backport.js +1 -1
  51. package/lib/github/pull-request-lint.js +1 -1
  52. package/lib/github/stale.js +1 -1
  53. package/lib/github/task-workflow-job.js +1 -1
  54. package/lib/github/task-workflow.js +1 -1
  55. package/lib/github/workflow-actions.js +1 -1
  56. package/lib/github/workflow-jobs.js +1 -1
  57. package/lib/github/workflow-steps.js +1 -1
  58. package/lib/github/workflows.js +1 -1
  59. package/lib/gitlab/configuration.js +1 -1
  60. package/lib/gitlab/gitlab-configuration.js +1 -1
  61. package/lib/gitlab/nested-configuration.js +1 -1
  62. package/lib/gitpod.js +3 -3
  63. package/lib/ignore-file.js +1 -1
  64. package/lib/ini.js +1 -1
  65. package/lib/java/java-project.js +1 -1
  66. package/lib/java/junit.js +1 -1
  67. package/lib/java/maven-compile.js +1 -1
  68. package/lib/java/maven-packaging.js +1 -1
  69. package/lib/java/maven-sample.js +1 -1
  70. package/lib/java/pom.js +2 -2
  71. package/lib/java/projenrc.js +1 -1
  72. package/lib/javascript/biome/biome.js +1 -1
  73. package/lib/javascript/bundler.js +1 -1
  74. package/lib/javascript/eslint.js +1 -1
  75. package/lib/javascript/jest.js +4 -4
  76. package/lib/javascript/license-checker.js +1 -1
  77. package/lib/javascript/node-package.d.ts +12 -1
  78. package/lib/javascript/node-package.js +27 -7
  79. package/lib/javascript/node-project.js +5 -6
  80. package/lib/javascript/npm-config.js +1 -1
  81. package/lib/javascript/prettier.js +1 -1
  82. package/lib/javascript/projenrc.js +1 -1
  83. package/lib/javascript/typescript-config.js +2 -2
  84. package/lib/javascript/upgrade-dependencies.js +2 -2
  85. package/lib/javascript/util.d.ts +5 -0
  86. package/lib/javascript/util.js +28 -1
  87. package/lib/javascript/yarnrc.js +1 -1
  88. package/lib/json-patch.js +1 -1
  89. package/lib/json.js +1 -1
  90. package/lib/license.js +1 -1
  91. package/lib/logger.js +1 -1
  92. package/lib/makefile.js +1 -1
  93. package/lib/object-file.js +1 -1
  94. package/lib/project-build.js +1 -1
  95. package/lib/project-tree.js +1 -1
  96. package/lib/project.js +1 -1
  97. package/lib/projects.js +1 -1
  98. package/lib/projenrc-json.js +2 -2
  99. package/lib/projenrc.js +1 -1
  100. package/lib/python/pip.js +1 -1
  101. package/lib/python/poetry.js +2 -2
  102. package/lib/python/projenrc.js +1 -1
  103. package/lib/python/pyproject-toml-file.js +1 -1
  104. package/lib/python/pytest-sample.js +1 -1
  105. package/lib/python/pytest.js +1 -1
  106. package/lib/python/python-project.js +1 -1
  107. package/lib/python/python-sample.js +1 -1
  108. package/lib/python/requirements-file.js +1 -1
  109. package/lib/python/setuppy.js +1 -1
  110. package/lib/python/setuptools.js +1 -1
  111. package/lib/python/uv.js +1 -1
  112. package/lib/python/venv.js +1 -1
  113. package/lib/readme.js +1 -1
  114. package/lib/release/publisher.js +1 -1
  115. package/lib/release/release-trigger.js +1 -1
  116. package/lib/release/release.js +1 -1
  117. package/lib/renovatebot.js +1 -1
  118. package/lib/sample-file.js +2 -2
  119. package/lib/semver.js +1 -1
  120. package/lib/source-code.js +1 -1
  121. package/lib/task-runtime.js +1 -1
  122. package/lib/task.js +1 -1
  123. package/lib/tasks.js +1 -1
  124. package/lib/testing.js +1 -1
  125. package/lib/textfile.js +1 -1
  126. package/lib/toml.js +1 -1
  127. package/lib/typescript/projenrc-ts.js +1 -1
  128. package/lib/typescript/projenrc.js +1 -1
  129. package/lib/typescript/typescript-typedoc.js +1 -1
  130. package/lib/typescript/typescript.js +6 -6
  131. package/lib/version.js +2 -2
  132. package/lib/vscode/devcontainer.js +3 -3
  133. package/lib/vscode/extensions.js +1 -1
  134. package/lib/vscode/launch-config.js +1 -1
  135. package/lib/vscode/settings.js +1 -1
  136. package/lib/vscode/vscode.js +1 -1
  137. package/lib/web/next.js +3 -3
  138. package/lib/web/postcss.js +1 -1
  139. package/lib/web/react.js +4 -4
  140. package/lib/web/tailwind.js +1 -1
  141. package/lib/xmlfile.js +1 -1
  142. package/lib/yaml.js +1 -1
  143. package/package.json +1 -1
package/.jsii CHANGED
@@ -43548,7 +43548,7 @@
43548
43548
  "kind": "enum",
43549
43549
  "locationInModule": {
43550
43550
  "filename": "src/javascript/node-package.ts",
43551
- "line": 463
43551
+ "line": 464
43552
43552
  },
43553
43553
  "members": [
43554
43554
  {
@@ -43582,7 +43582,7 @@
43582
43582
  "kind": "interface",
43583
43583
  "locationInModule": {
43584
43584
  "filename": "src/javascript/node-package.ts",
43585
- "line": 481
43585
+ "line": 482
43586
43586
  },
43587
43587
  "name": "CodeArtifactOptions",
43588
43588
  "namespace": "javascript",
@@ -43598,7 +43598,7 @@
43598
43598
  "immutable": true,
43599
43599
  "locationInModule": {
43600
43600
  "filename": "src/javascript/node-package.ts",
43601
- "line": 498
43601
+ "line": 499
43602
43602
  },
43603
43603
  "name": "accessKeyIdSecret",
43604
43604
  "optional": true,
@@ -43616,7 +43616,7 @@
43616
43616
  "immutable": true,
43617
43617
  "locationInModule": {
43618
43618
  "filename": "src/javascript/node-package.ts",
43619
- "line": 487
43619
+ "line": 488
43620
43620
  },
43621
43621
  "name": "authProvider",
43622
43622
  "optional": true,
@@ -43635,7 +43635,7 @@
43635
43635
  "immutable": true,
43636
43636
  "locationInModule": {
43637
43637
  "filename": "src/javascript/node-package.ts",
43638
- "line": 518
43638
+ "line": 519
43639
43639
  },
43640
43640
  "name": "roleToAssume",
43641
43641
  "optional": true,
@@ -43654,7 +43654,7 @@
43654
43654
  "immutable": true,
43655
43655
  "locationInModule": {
43656
43656
  "filename": "src/javascript/node-package.ts",
43657
- "line": 509
43657
+ "line": 510
43658
43658
  },
43659
43659
  "name": "secretAccessKeySecret",
43660
43660
  "optional": true,
@@ -43758,7 +43758,7 @@
43758
43758
  "kind": "interface",
43759
43759
  "locationInModule": {
43760
43760
  "filename": "src/javascript/node-package.ts",
43761
- "line": 407
43761
+ "line": 408
43762
43762
  },
43763
43763
  "name": "DevEngineDependency",
43764
43764
  "namespace": "javascript",
@@ -43772,7 +43772,7 @@
43772
43772
  "immutable": true,
43773
43773
  "locationInModule": {
43774
43774
  "filename": "src/javascript/node-package.ts",
43775
- "line": 411
43775
+ "line": 412
43776
43776
  },
43777
43777
  "name": "name",
43778
43778
  "type": {
@@ -43789,7 +43789,7 @@
43789
43789
  "immutable": true,
43790
43790
  "locationInModule": {
43791
43791
  "filename": "src/javascript/node-package.ts",
43792
- "line": 425
43792
+ "line": 426
43793
43793
  },
43794
43794
  "name": "onFail",
43795
43795
  "optional": true,
@@ -43807,7 +43807,7 @@
43807
43807
  "immutable": true,
43808
43808
  "locationInModule": {
43809
43809
  "filename": "src/javascript/node-package.ts",
43810
- "line": 418
43810
+ "line": 419
43811
43811
  },
43812
43812
  "name": "version",
43813
43813
  "optional": true,
@@ -43830,7 +43830,7 @@
43830
43830
  "kind": "interface",
43831
43831
  "locationInModule": {
43832
43832
  "filename": "src/javascript/node-package.ts",
43833
- "line": 433
43833
+ "line": 434
43834
43834
  },
43835
43835
  "name": "DevEngines",
43836
43836
  "namespace": "javascript",
@@ -43844,7 +43844,7 @@
43844
43844
  "immutable": true,
43845
43845
  "locationInModule": {
43846
43846
  "filename": "src/javascript/node-package.ts",
43847
- "line": 442
43847
+ "line": 443
43848
43848
  },
43849
43849
  "name": "cpu",
43850
43850
  "optional": true,
@@ -43875,7 +43875,7 @@
43875
43875
  "immutable": true,
43876
43876
  "locationInModule": {
43877
43877
  "filename": "src/javascript/node-package.ts",
43878
- "line": 447
43878
+ "line": 448
43879
43879
  },
43880
43880
  "name": "libc",
43881
43881
  "optional": true,
@@ -43906,7 +43906,7 @@
43906
43906
  "immutable": true,
43907
43907
  "locationInModule": {
43908
43908
  "filename": "src/javascript/node-package.ts",
43909
- "line": 437
43909
+ "line": 438
43910
43910
  },
43911
43911
  "name": "os",
43912
43912
  "optional": true,
@@ -43937,7 +43937,7 @@
43937
43937
  "immutable": true,
43938
43938
  "locationInModule": {
43939
43939
  "filename": "src/javascript/node-package.ts",
43940
- "line": 457
43940
+ "line": 458
43941
43941
  },
43942
43942
  "name": "packageManager",
43943
43943
  "optional": true,
@@ -43968,7 +43968,7 @@
43968
43968
  "immutable": true,
43969
43969
  "locationInModule": {
43970
43970
  "filename": "src/javascript/node-package.ts",
43971
- "line": 452
43971
+ "line": 453
43972
43972
  },
43973
43973
  "name": "runtime",
43974
43974
  "optional": true,
@@ -47401,7 +47401,7 @@
47401
47401
  },
47402
47402
  "locationInModule": {
47403
47403
  "filename": "src/javascript/node-package.ts",
47404
- "line": 677
47404
+ "line": 678
47405
47405
  },
47406
47406
  "parameters": [
47407
47407
  {
@@ -47422,7 +47422,7 @@
47422
47422
  "kind": "class",
47423
47423
  "locationInModule": {
47424
47424
  "filename": "src/javascript/node-package.ts",
47425
- "line": 541
47425
+ "line": 542
47426
47426
  },
47427
47427
  "methods": [
47428
47428
  {
@@ -47433,7 +47433,7 @@
47433
47433
  },
47434
47434
  "locationInModule": {
47435
47435
  "filename": "src/javascript/node-package.ts",
47436
- "line": 548
47436
+ "line": 549
47437
47437
  },
47438
47438
  "name": "of",
47439
47439
  "parameters": [
@@ -47461,7 +47461,7 @@
47461
47461
  },
47462
47462
  "locationInModule": {
47463
47463
  "filename": "src/javascript/node-package.ts",
47464
- "line": 935
47464
+ "line": 933
47465
47465
  },
47466
47466
  "name": "addBin",
47467
47467
  "parameters": [
@@ -47486,7 +47486,7 @@
47486
47486
  },
47487
47487
  "locationInModule": {
47488
47488
  "filename": "src/javascript/node-package.ts",
47489
- "line": 904
47489
+ "line": 902
47490
47490
  },
47491
47491
  "name": "addBundledDeps",
47492
47492
  "parameters": [
@@ -47511,7 +47511,7 @@
47511
47511
  },
47512
47512
  "locationInModule": {
47513
47513
  "filename": "src/javascript/node-package.ts",
47514
- "line": 844
47514
+ "line": 842
47515
47515
  },
47516
47516
  "name": "addDeps",
47517
47517
  "parameters": [
@@ -47536,7 +47536,7 @@
47536
47536
  },
47537
47537
  "locationInModule": {
47538
47538
  "filename": "src/javascript/node-package.ts",
47539
- "line": 859
47539
+ "line": 857
47540
47540
  },
47541
47541
  "name": "addDevDeps",
47542
47542
  "parameters": [
@@ -47561,7 +47561,7 @@
47561
47561
  },
47562
47562
  "locationInModule": {
47563
47563
  "filename": "src/javascript/node-package.ts",
47564
- "line": 921
47564
+ "line": 919
47565
47565
  },
47566
47566
  "name": "addEngine",
47567
47567
  "parameters": [
@@ -47595,7 +47595,7 @@
47595
47595
  },
47596
47596
  "locationInModule": {
47597
47597
  "filename": "src/javascript/node-package.ts",
47598
- "line": 977
47598
+ "line": 975
47599
47599
  },
47600
47600
  "name": "addField",
47601
47601
  "parameters": [
@@ -47626,7 +47626,7 @@
47626
47626
  },
47627
47627
  "locationInModule": {
47628
47628
  "filename": "src/javascript/node-package.ts",
47629
- "line": 929
47629
+ "line": 927
47630
47630
  },
47631
47631
  "name": "addKeywords",
47632
47632
  "parameters": [
@@ -47650,7 +47650,7 @@
47650
47650
  },
47651
47651
  "locationInModule": {
47652
47652
  "filename": "src/javascript/node-package.ts",
47653
- "line": 997
47653
+ "line": 995
47654
47654
  },
47655
47655
  "name": "addPackageResolutions",
47656
47656
  "parameters": [
@@ -47676,7 +47676,7 @@
47676
47676
  },
47677
47677
  "locationInModule": {
47678
47678
  "filename": "src/javascript/node-package.ts",
47679
- "line": 878
47679
+ "line": 876
47680
47680
  },
47681
47681
  "name": "addPeerDeps",
47682
47682
  "parameters": [
@@ -47701,7 +47701,7 @@
47701
47701
  },
47702
47702
  "locationInModule": {
47703
47703
  "filename": "src/javascript/node-package.ts",
47704
- "line": 985
47704
+ "line": 983
47705
47705
  },
47706
47706
  "name": "addVersion",
47707
47707
  "parameters": [
@@ -47724,7 +47724,7 @@
47724
47724
  },
47725
47725
  "locationInModule": {
47726
47726
  "filename": "src/javascript/node-package.ts",
47727
- "line": 967
47727
+ "line": 965
47728
47728
  },
47729
47729
  "name": "hasScript",
47730
47730
  "parameters": [
@@ -47752,7 +47752,7 @@
47752
47752
  },
47753
47753
  "locationInModule": {
47754
47754
  "filename": "src/javascript/node-package.ts",
47755
- "line": 1049
47755
+ "line": 1047
47756
47756
  },
47757
47757
  "name": "postSynthesize",
47758
47758
  "overrides": "projen.Component"
@@ -47764,7 +47764,7 @@
47764
47764
  },
47765
47765
  "locationInModule": {
47766
47766
  "filename": "src/javascript/node-package.ts",
47767
- "line": 956
47767
+ "line": 954
47768
47768
  },
47769
47769
  "name": "removeScript",
47770
47770
  "parameters": [
@@ -47786,7 +47786,7 @@
47786
47786
  },
47787
47787
  "locationInModule": {
47788
47788
  "filename": "src/javascript/node-package.ts",
47789
- "line": 947
47789
+ "line": 945
47790
47790
  },
47791
47791
  "name": "setScript",
47792
47792
  "parameters": [
@@ -47817,7 +47817,7 @@
47817
47817
  },
47818
47818
  "locationInModule": {
47819
47819
  "filename": "src/javascript/node-package.ts",
47820
- "line": 1044
47820
+ "line": 1042
47821
47821
  },
47822
47822
  "name": "synthesize",
47823
47823
  "overrides": "projen.Component"
@@ -47832,7 +47832,7 @@
47832
47832
  },
47833
47833
  "locationInModule": {
47834
47834
  "filename": "src/javascript/node-package.ts",
47835
- "line": 1028
47835
+ "line": 1026
47836
47836
  },
47837
47837
  "name": "tryResolveDependencyVersion",
47838
47838
  "parameters": [
@@ -47865,7 +47865,7 @@
47865
47865
  "immutable": true,
47866
47866
  "locationInModule": {
47867
47867
  "filename": "src/javascript/node-package.ts",
47868
- "line": 566
47868
+ "line": 567
47869
47869
  },
47870
47870
  "name": "allowLibraryDependencies",
47871
47871
  "type": {
@@ -47880,13 +47880,28 @@
47880
47880
  "immutable": true,
47881
47881
  "locationInModule": {
47882
47882
  "filename": "src/javascript/node-package.ts",
47883
- "line": 561
47883
+ "line": 562
47884
47884
  },
47885
47885
  "name": "entrypoint",
47886
47886
  "type": {
47887
47887
  "primitive": "string"
47888
47888
  }
47889
47889
  },
47890
+ {
47891
+ "docs": {
47892
+ "stability": "experimental",
47893
+ "summary": "The command prefix to use when executing binary commands for this package manager (e.g. `npx`, `pnpm exec`, `yarn`, `bunx`)."
47894
+ },
47895
+ "immutable": true,
47896
+ "locationInModule": {
47897
+ "filename": "src/javascript/node-package.ts",
47898
+ "line": 1070
47899
+ },
47900
+ "name": "execCommand",
47901
+ "type": {
47902
+ "primitive": "string"
47903
+ }
47904
+ },
47890
47905
  {
47891
47906
  "docs": {
47892
47907
  "stability": "experimental",
@@ -47895,7 +47910,7 @@
47895
47910
  "immutable": true,
47896
47911
  "locationInModule": {
47897
47912
  "filename": "src/javascript/node-package.ts",
47898
- "line": 665
47913
+ "line": 666
47899
47914
  },
47900
47915
  "name": "file",
47901
47916
  "type": {
@@ -47910,7 +47925,7 @@
47910
47925
  "immutable": true,
47911
47926
  "locationInModule": {
47912
47927
  "filename": "src/javascript/node-package.ts",
47913
- "line": 1013
47928
+ "line": 1011
47914
47929
  },
47915
47930
  "name": "installAndUpdateLockfileCommand",
47916
47931
  "type": {
@@ -47925,7 +47940,7 @@
47925
47940
  "immutable": true,
47926
47941
  "locationInModule": {
47927
47942
  "filename": "src/javascript/node-package.ts",
47928
- "line": 660
47943
+ "line": 661
47929
47944
  },
47930
47945
  "name": "installCiTask",
47931
47946
  "type": {
@@ -47940,7 +47955,7 @@
47940
47955
  "immutable": true,
47941
47956
  "locationInModule": {
47942
47957
  "filename": "src/javascript/node-package.ts",
47943
- "line": 1006
47958
+ "line": 1004
47944
47959
  },
47945
47960
  "name": "installCommand",
47946
47961
  "type": {
@@ -47955,7 +47970,7 @@
47955
47970
  "immutable": true,
47956
47971
  "locationInModule": {
47957
47972
  "filename": "src/javascript/node-package.ts",
47958
- "line": 655
47973
+ "line": 656
47959
47974
  },
47960
47975
  "name": "installTask",
47961
47976
  "type": {
@@ -47970,7 +47985,7 @@
47970
47985
  "immutable": true,
47971
47986
  "locationInModule": {
47972
47987
  "filename": "src/javascript/node-package.ts",
47973
- "line": 650
47988
+ "line": 651
47974
47989
  },
47975
47990
  "name": "lockFile",
47976
47991
  "type": {
@@ -47985,7 +48000,7 @@
47985
48000
  "immutable": true,
47986
48001
  "locationInModule": {
47987
48002
  "filename": "src/javascript/node-package.ts",
47988
- "line": 576
48003
+ "line": 577
47989
48004
  },
47990
48005
  "name": "manifest",
47991
48006
  "type": {
@@ -48000,7 +48015,7 @@
48000
48015
  "immutable": true,
48001
48016
  "locationInModule": {
48002
48017
  "filename": "src/javascript/node-package.ts",
48003
- "line": 640
48018
+ "line": 641
48004
48019
  },
48005
48020
  "name": "npmAccess",
48006
48021
  "type": {
@@ -48015,7 +48030,7 @@
48015
48030
  "immutable": true,
48016
48031
  "locationInModule": {
48017
48032
  "filename": "src/javascript/node-package.ts",
48018
- "line": 645
48033
+ "line": 646
48019
48034
  },
48020
48035
  "name": "npmProvenance",
48021
48036
  "type": {
@@ -48030,7 +48045,7 @@
48030
48045
  "immutable": true,
48031
48046
  "locationInModule": {
48032
48047
  "filename": "src/javascript/node-package.ts",
48033
- "line": 615
48048
+ "line": 616
48034
48049
  },
48035
48050
  "name": "npmRegistry",
48036
48051
  "type": {
@@ -48045,7 +48060,7 @@
48045
48060
  "immutable": true,
48046
48061
  "locationInModule": {
48047
48062
  "filename": "src/javascript/node-package.ts",
48048
- "line": 610
48063
+ "line": 611
48049
48064
  },
48050
48065
  "name": "npmRegistryUrl",
48051
48066
  "type": {
@@ -48060,7 +48075,7 @@
48060
48075
  "immutable": true,
48061
48076
  "locationInModule": {
48062
48077
  "filename": "src/javascript/node-package.ts",
48063
- "line": 571
48078
+ "line": 572
48064
48079
  },
48065
48080
  "name": "packageManager",
48066
48081
  "type": {
@@ -48075,7 +48090,7 @@
48075
48090
  "immutable": true,
48076
48091
  "locationInModule": {
48077
48092
  "filename": "src/javascript/node-package.ts",
48078
- "line": 556
48093
+ "line": 557
48079
48094
  },
48080
48095
  "name": "packageName",
48081
48096
  "type": {
@@ -48091,7 +48106,7 @@
48091
48106
  "immutable": true,
48092
48107
  "locationInModule": {
48093
48108
  "filename": "src/javascript/node-package.ts",
48094
- "line": 1072
48109
+ "line": 1078
48095
48110
  },
48096
48111
  "name": "projenCommand",
48097
48112
  "type": {
@@ -48106,7 +48121,7 @@
48106
48121
  "immutable": true,
48107
48122
  "locationInModule": {
48108
48123
  "filename": "src/javascript/node-package.ts",
48109
- "line": 600
48124
+ "line": 601
48110
48125
  },
48111
48126
  "name": "bunVersion",
48112
48127
  "optional": true,
@@ -48124,7 +48139,7 @@
48124
48139
  "immutable": true,
48125
48140
  "locationInModule": {
48126
48141
  "filename": "src/javascript/node-package.ts",
48127
- "line": 628
48142
+ "line": 629
48128
48143
  },
48129
48144
  "name": "codeArtifactOptions",
48130
48145
  "optional": true,
@@ -48141,7 +48156,7 @@
48141
48156
  "immutable": true,
48142
48157
  "locationInModule": {
48143
48158
  "filename": "src/javascript/node-package.ts",
48144
- "line": 605
48159
+ "line": 606
48145
48160
  },
48146
48161
  "name": "license",
48147
48162
  "optional": true,
@@ -48158,7 +48173,7 @@
48158
48173
  "immutable": true,
48159
48174
  "locationInModule": {
48160
48175
  "filename": "src/javascript/node-package.ts",
48161
- "line": 590
48176
+ "line": 591
48162
48177
  },
48163
48178
  "name": "maxNodeVersion",
48164
48179
  "optional": true,
@@ -48175,7 +48190,7 @@
48175
48190
  "immutable": true,
48176
48191
  "locationInModule": {
48177
48192
  "filename": "src/javascript/node-package.ts",
48178
- "line": 583
48193
+ "line": 584
48179
48194
  },
48180
48195
  "name": "minNodeVersion",
48181
48196
  "optional": true,
@@ -48191,7 +48206,7 @@
48191
48206
  "immutable": true,
48192
48207
  "locationInModule": {
48193
48208
  "filename": "src/javascript/node-package.ts",
48194
- "line": 620
48209
+ "line": 621
48195
48210
  },
48196
48211
  "name": "npmTokenSecret",
48197
48212
  "optional": true,
@@ -48207,7 +48222,7 @@
48207
48222
  "immutable": true,
48208
48223
  "locationInModule": {
48209
48224
  "filename": "src/javascript/node-package.ts",
48210
- "line": 595
48225
+ "line": 596
48211
48226
  },
48212
48227
  "name": "pnpmVersion",
48213
48228
  "optional": true,
@@ -48224,7 +48239,7 @@
48224
48239
  "immutable": true,
48225
48240
  "locationInModule": {
48226
48241
  "filename": "src/javascript/node-package.ts",
48227
- "line": 635
48242
+ "line": 636
48228
48243
  },
48229
48244
  "name": "scopedPackagesOptions",
48230
48245
  "optional": true,
@@ -48250,7 +48265,7 @@
48250
48265
  "kind": "enum",
48251
48266
  "locationInModule": {
48252
48267
  "filename": "src/javascript/node-package.ts",
48253
- "line": 1863
48268
+ "line": 1883
48254
48269
  },
48255
48270
  "members": [
48256
48271
  {
@@ -48319,7 +48334,7 @@
48319
48334
  "kind": "interface",
48320
48335
  "locationInModule": {
48321
48336
  "filename": "src/javascript/node-package.ts",
48322
- "line": 35
48337
+ "line": 36
48323
48338
  },
48324
48339
  "name": "NodePackageOptions",
48325
48340
  "namespace": "javascript",
@@ -48334,7 +48349,7 @@
48334
48349
  "immutable": true,
48335
48350
  "locationInModule": {
48336
48351
  "filename": "src/javascript/node-package.ts",
48337
- "line": 390
48352
+ "line": 391
48338
48353
  },
48339
48354
  "name": "addPackageManagerToDevEngines",
48340
48355
  "optional": true,
@@ -48353,7 +48368,7 @@
48353
48368
  "immutable": true,
48354
48369
  "locationInModule": {
48355
48370
  "filename": "src/javascript/node-package.ts",
48356
- "line": 129
48371
+ "line": 130
48357
48372
  },
48358
48373
  "name": "allowLibraryDependencies",
48359
48374
  "optional": true,
@@ -48370,7 +48385,7 @@
48370
48385
  "immutable": true,
48371
48386
  "locationInModule": {
48372
48387
  "filename": "src/javascript/node-package.ts",
48373
- "line": 200
48388
+ "line": 201
48374
48389
  },
48375
48390
  "name": "authorEmail",
48376
48391
  "optional": true,
@@ -48387,7 +48402,7 @@
48387
48402
  "immutable": true,
48388
48403
  "locationInModule": {
48389
48404
  "filename": "src/javascript/node-package.ts",
48390
- "line": 195
48405
+ "line": 196
48391
48406
  },
48392
48407
  "name": "authorName",
48393
48408
  "optional": true,
@@ -48404,7 +48419,7 @@
48404
48419
  "immutable": true,
48405
48420
  "locationInModule": {
48406
48421
  "filename": "src/javascript/node-package.ts",
48407
- "line": 210
48422
+ "line": 211
48408
48423
  },
48409
48424
  "name": "authorOrganization",
48410
48425
  "optional": true,
@@ -48421,7 +48436,7 @@
48421
48436
  "immutable": true,
48422
48437
  "locationInModule": {
48423
48438
  "filename": "src/javascript/node-package.ts",
48424
- "line": 205
48439
+ "line": 206
48425
48440
  },
48426
48441
  "name": "authorUrl",
48427
48442
  "optional": true,
@@ -48439,7 +48454,7 @@
48439
48454
  "immutable": true,
48440
48455
  "locationInModule": {
48441
48456
  "filename": "src/javascript/node-package.ts",
48442
- "line": 160
48457
+ "line": 161
48443
48458
  },
48444
48459
  "name": "autoDetectBin",
48445
48460
  "optional": true,
@@ -48457,7 +48472,7 @@
48457
48472
  "immutable": true,
48458
48473
  "locationInModule": {
48459
48474
  "filename": "src/javascript/node-package.ts",
48460
- "line": 152
48475
+ "line": 153
48461
48476
  },
48462
48477
  "name": "bin",
48463
48478
  "optional": true,
@@ -48479,7 +48494,7 @@
48479
48494
  "immutable": true,
48480
48495
  "locationInModule": {
48481
48496
  "filename": "src/javascript/node-package.ts",
48482
- "line": 309
48497
+ "line": 310
48483
48498
  },
48484
48499
  "name": "bugsEmail",
48485
48500
  "optional": true,
@@ -48496,7 +48511,7 @@
48496
48511
  "immutable": true,
48497
48512
  "locationInModule": {
48498
48513
  "filename": "src/javascript/node-package.ts",
48499
- "line": 304
48514
+ "line": 305
48500
48515
  },
48501
48516
  "name": "bugsUrl",
48502
48517
  "optional": true,
@@ -48514,7 +48529,7 @@
48514
48529
  "immutable": true,
48515
48530
  "locationInModule": {
48516
48531
  "filename": "src/javascript/node-package.ts",
48517
- "line": 115
48532
+ "line": 116
48518
48533
  },
48519
48534
  "name": "bundledDeps",
48520
48535
  "optional": true,
@@ -48537,7 +48552,7 @@
48537
48552
  "immutable": true,
48538
48553
  "locationInModule": {
48539
48554
  "filename": "src/javascript/node-package.ts",
48540
- "line": 267
48555
+ "line": 268
48541
48556
  },
48542
48557
  "name": "bunVersion",
48543
48558
  "optional": true,
@@ -48556,7 +48571,7 @@
48556
48571
  "immutable": true,
48557
48572
  "locationInModule": {
48558
48573
  "filename": "src/javascript/node-package.ts",
48559
- "line": 357
48574
+ "line": 358
48560
48575
  },
48561
48576
  "name": "codeArtifactOptions",
48562
48577
  "optional": true,
@@ -48575,7 +48590,7 @@
48575
48590
  "immutable": true,
48576
48591
  "locationInModule": {
48577
48592
  "filename": "src/javascript/node-package.ts",
48578
- "line": 401
48593
+ "line": 402
48579
48594
  },
48580
48595
  "name": "deleteOrphanedLockFiles",
48581
48596
  "optional": true,
@@ -48598,7 +48613,7 @@
48598
48613
  "immutable": true,
48599
48614
  "locationInModule": {
48600
48615
  "filename": "src/javascript/node-package.ts",
48601
- "line": 64
48616
+ "line": 65
48602
48617
  },
48603
48618
  "name": "deps",
48604
48619
  "optional": true,
@@ -48624,7 +48639,7 @@
48624
48639
  "immutable": true,
48625
48640
  "locationInModule": {
48626
48641
  "filename": "src/javascript/node-package.ts",
48627
- "line": 48
48642
+ "line": 49
48628
48643
  },
48629
48644
  "name": "description",
48630
48645
  "optional": true,
@@ -48647,7 +48662,7 @@
48647
48662
  "immutable": true,
48648
48663
  "locationInModule": {
48649
48664
  "filename": "src/javascript/node-package.ts",
48650
- "line": 82
48665
+ "line": 83
48651
48666
  },
48652
48667
  "name": "devDeps",
48653
48668
  "optional": true,
@@ -48671,7 +48686,7 @@
48671
48686
  "immutable": true,
48672
48687
  "locationInModule": {
48673
48688
  "filename": "src/javascript/node-package.ts",
48674
- "line": 382
48689
+ "line": 383
48675
48690
  },
48676
48691
  "name": "devEngines",
48677
48692
  "optional": true,
@@ -48690,7 +48705,7 @@
48690
48705
  "immutable": true,
48691
48706
  "locationInModule": {
48692
48707
  "filename": "src/javascript/node-package.ts",
48693
- "line": 143
48708
+ "line": 144
48694
48709
  },
48695
48710
  "name": "entrypoint",
48696
48711
  "optional": true,
@@ -48707,7 +48722,7 @@
48707
48722
  "immutable": true,
48708
48723
  "locationInModule": {
48709
48724
  "filename": "src/javascript/node-package.ts",
48710
- "line": 215
48725
+ "line": 216
48711
48726
  },
48712
48727
  "name": "homepage",
48713
48728
  "optional": true,
@@ -48724,7 +48739,7 @@
48724
48739
  "immutable": true,
48725
48740
  "locationInModule": {
48726
48741
  "filename": "src/javascript/node-package.ts",
48727
- "line": 134
48742
+ "line": 135
48728
48743
  },
48729
48744
  "name": "keywords",
48730
48745
  "optional": true,
@@ -48748,7 +48763,7 @@
48748
48763
  "immutable": true,
48749
48764
  "locationInModule": {
48750
48765
  "filename": "src/javascript/node-package.ts",
48751
- "line": 276
48766
+ "line": 277
48752
48767
  },
48753
48768
  "name": "license",
48754
48769
  "optional": true,
@@ -48766,7 +48781,7 @@
48766
48781
  "immutable": true,
48767
48782
  "locationInModule": {
48768
48783
  "filename": "src/javascript/node-package.ts",
48769
- "line": 283
48784
+ "line": 284
48770
48785
  },
48771
48786
  "name": "licensed",
48772
48787
  "optional": true,
@@ -48785,7 +48800,7 @@
48785
48800
  "immutable": true,
48786
48801
  "locationInModule": {
48787
48802
  "filename": "src/javascript/node-package.ts",
48788
- "line": 253
48803
+ "line": 254
48789
48804
  },
48790
48805
  "name": "maxNodeVersion",
48791
48806
  "optional": true,
@@ -48804,7 +48819,7 @@
48804
48819
  "immutable": true,
48805
48820
  "locationInModule": {
48806
48821
  "filename": "src/javascript/node-package.ts",
48807
- "line": 239
48822
+ "line": 240
48808
48823
  },
48809
48824
  "name": "minNodeVersion",
48810
48825
  "optional": true,
@@ -48822,7 +48837,7 @@
48822
48837
  "immutable": true,
48823
48838
  "locationInModule": {
48824
48839
  "filename": "src/javascript/node-package.ts",
48825
- "line": 318
48840
+ "line": 319
48826
48841
  },
48827
48842
  "name": "npmAccess",
48828
48843
  "optional": true,
@@ -48842,7 +48857,7 @@
48842
48857
  "immutable": true,
48843
48858
  "locationInModule": {
48844
48859
  "filename": "src/javascript/node-package.ts",
48845
- "line": 332
48860
+ "line": 333
48846
48861
  },
48847
48862
  "name": "npmProvenance",
48848
48863
  "optional": true,
@@ -48861,7 +48876,7 @@
48861
48876
  "immutable": true,
48862
48877
  "locationInModule": {
48863
48878
  "filename": "src/javascript/node-package.ts",
48864
- "line": 299
48879
+ "line": 300
48865
48880
  },
48866
48881
  "name": "npmRegistry",
48867
48882
  "optional": true,
@@ -48880,7 +48895,7 @@
48880
48895
  "immutable": true,
48881
48896
  "locationInModule": {
48882
48897
  "filename": "src/javascript/node-package.ts",
48883
- "line": 292
48898
+ "line": 293
48884
48899
  },
48885
48900
  "name": "npmRegistryUrl",
48886
48901
  "optional": true,
@@ -48898,7 +48913,7 @@
48898
48913
  "immutable": true,
48899
48914
  "locationInModule": {
48900
48915
  "filename": "src/javascript/node-package.ts",
48901
- "line": 339
48916
+ "line": 340
48902
48917
  },
48903
48918
  "name": "npmTokenSecret",
48904
48919
  "optional": true,
@@ -48917,7 +48932,7 @@
48917
48932
  "immutable": true,
48918
48933
  "locationInModule": {
48919
48934
  "filename": "src/javascript/node-package.ts",
48920
- "line": 349
48935
+ "line": 350
48921
48936
  },
48922
48937
  "name": "npmTrustedPublishing",
48923
48938
  "optional": true,
@@ -48938,7 +48953,7 @@
48938
48953
  "immutable": true,
48939
48954
  "locationInModule": {
48940
48955
  "filename": "src/javascript/node-package.ts",
48941
- "line": 178
48956
+ "line": 179
48942
48957
  },
48943
48958
  "name": "packageManager",
48944
48959
  "optional": true,
@@ -48959,7 +48974,7 @@
48959
48974
  "immutable": true,
48960
48975
  "locationInModule": {
48961
48976
  "filename": "src/javascript/node-package.ts",
48962
- "line": 41
48977
+ "line": 42
48963
48978
  },
48964
48979
  "name": "packageName",
48965
48980
  "optional": true,
@@ -48976,7 +48991,7 @@
48976
48991
  "immutable": true,
48977
48992
  "locationInModule": {
48978
48993
  "filename": "src/javascript/node-package.ts",
48979
- "line": 120
48994
+ "line": 121
48980
48995
  },
48981
48996
  "name": "peerDependencyOptions",
48982
48997
  "optional": true,
@@ -48995,7 +49010,7 @@
48995
49010
  "immutable": true,
48996
49011
  "locationInModule": {
48997
49012
  "filename": "src/javascript/node-package.ts",
48998
- "line": 101
49013
+ "line": 102
48999
49014
  },
49000
49015
  "name": "peerDeps",
49001
49016
  "optional": true,
@@ -49018,7 +49033,7 @@
49018
49033
  "immutable": true,
49019
49034
  "locationInModule": {
49020
49035
  "filename": "src/javascript/node-package.ts",
49021
- "line": 260
49036
+ "line": 261
49022
49037
  },
49023
49038
  "name": "pnpmVersion",
49024
49039
  "optional": true,
@@ -49036,7 +49051,7 @@
49036
49051
  "immutable": true,
49037
49052
  "locationInModule": {
49038
49053
  "filename": "src/javascript/node-package.ts",
49039
- "line": 184
49054
+ "line": 185
49040
49055
  },
49041
49056
  "name": "repository",
49042
49057
  "optional": true,
@@ -49053,7 +49068,7 @@
49053
49068
  "immutable": true,
49054
49069
  "locationInModule": {
49055
49070
  "filename": "src/javascript/node-package.ts",
49056
- "line": 190
49071
+ "line": 191
49057
49072
  },
49058
49073
  "name": "repositoryDirectory",
49059
49074
  "optional": true,
@@ -49071,7 +49086,7 @@
49071
49086
  "immutable": true,
49072
49087
  "locationInModule": {
49073
49088
  "filename": "src/javascript/node-package.ts",
49074
- "line": 364
49089
+ "line": 365
49075
49090
  },
49076
49091
  "name": "scopedPackagesOptions",
49077
49092
  "optional": true,
@@ -49096,7 +49111,7 @@
49096
49111
  "immutable": true,
49097
49112
  "locationInModule": {
49098
49113
  "filename": "src/javascript/node-package.ts",
49099
- "line": 170
49114
+ "line": 171
49100
49115
  },
49101
49116
  "name": "scripts",
49102
49117
  "optional": true,
@@ -49118,7 +49133,7 @@
49118
49133
  "immutable": true,
49119
49134
  "locationInModule": {
49120
49135
  "filename": "src/javascript/node-package.ts",
49121
- "line": 220
49136
+ "line": 221
49122
49137
  },
49123
49138
  "name": "stability",
49124
49139
  "optional": true,
@@ -49136,7 +49151,7 @@
49136
49151
  "immutable": true,
49137
49152
  "locationInModule": {
49138
49153
  "filename": "src/javascript/node-package.ts",
49139
- "line": 371
49154
+ "line": 372
49140
49155
  },
49141
49156
  "name": "yarnBerryOptions",
49142
49157
  "optional": true,
@@ -50834,7 +50849,7 @@
50834
50849
  "kind": "enum",
50835
50850
  "locationInModule": {
50836
50851
  "filename": "src/javascript/node-package.ts",
50837
- "line": 1907
50852
+ "line": 1927
50838
50853
  },
50839
50854
  "members": [
50840
50855
  {
@@ -51029,7 +51044,7 @@
51029
51044
  "kind": "interface",
51030
51045
  "locationInModule": {
51031
51046
  "filename": "src/javascript/node-package.ts",
51032
- "line": 1852
51047
+ "line": 1872
51033
51048
  },
51034
51049
  "name": "PeerDependencyOptions",
51035
51050
  "namespace": "javascript",
@@ -51044,7 +51059,7 @@
51044
51059
  "immutable": true,
51045
51060
  "locationInModule": {
51046
51061
  "filename": "src/javascript/node-package.ts",
51047
- "line": 1857
51062
+ "line": 1877
51048
51063
  },
51049
51064
  "name": "pinnedDevDependency",
51050
51065
  "optional": true,
@@ -52220,7 +52235,7 @@
52220
52235
  "kind": "interface",
52221
52236
  "locationInModule": {
52222
52237
  "filename": "src/javascript/node-package.ts",
52223
- "line": 524
52238
+ "line": 525
52224
52239
  },
52225
52240
  "name": "ScopedPackagesOptions",
52226
52241
  "namespace": "javascript",
@@ -52234,7 +52249,7 @@
52234
52249
  "immutable": true,
52235
52250
  "locationInModule": {
52236
52251
  "filename": "src/javascript/node-package.ts",
52237
- "line": 535
52252
+ "line": 536
52238
52253
  },
52239
52254
  "name": "registryUrl",
52240
52255
  "type": {
@@ -52251,7 +52266,7 @@
52251
52266
  "immutable": true,
52252
52267
  "locationInModule": {
52253
52268
  "filename": "src/javascript/node-package.ts",
52254
- "line": 530
52269
+ "line": 531
52255
52270
  },
52256
52271
  "name": "scope",
52257
52272
  "type": {
@@ -55211,7 +55226,7 @@
55211
55226
  "kind": "interface",
55212
55227
  "locationInModule": {
55213
55228
  "filename": "src/javascript/node-package.ts",
55214
- "line": 1922
55229
+ "line": 1942
55215
55230
  },
55216
55231
  "name": "YarnBerryOptions",
55217
55232
  "namespace": "javascript",
@@ -55226,7 +55241,7 @@
55226
55241
  "immutable": true,
55227
55242
  "locationInModule": {
55228
55243
  "filename": "src/javascript/node-package.ts",
55229
- "line": 1928
55244
+ "line": 1948
55230
55245
  },
55231
55246
  "name": "version",
55232
55247
  "optional": true,
@@ -55244,7 +55259,7 @@
55244
55259
  "immutable": true,
55245
55260
  "locationInModule": {
55246
55261
  "filename": "src/javascript/node-package.ts",
55247
- "line": 1935
55262
+ "line": 1955
55248
55263
  },
55249
55264
  "name": "yarnRcOptions",
55250
55265
  "optional": true,
@@ -55263,7 +55278,7 @@
55263
55278
  "immutable": true,
55264
55279
  "locationInModule": {
55265
55280
  "filename": "src/javascript/node-package.ts",
55266
- "line": 1943
55281
+ "line": 1963
55267
55282
  },
55268
55283
  "name": "zeroInstalls",
55269
55284
  "optional": true,
@@ -81289,6 +81304,6 @@
81289
81304
  "usedFeatures": [
81290
81305
  "class-covariant-overrides"
81291
81306
  ],
81292
- "version": "0.99.39",
81293
- "fingerprint": "3rn04RyySPZKRGFTBduO5V6Z/wVLYzPgFq59zLAq/mE="
81307
+ "version": "0.99.40",
81308
+ "fingerprint": "O8K716h4G+GXIfkEl2jKOmvq/jjpfJrXxhBTNSt9/g8="
81294
81309
  }