projen 0.67.75 → 0.67.77

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 (127) hide show
  1. package/.jsii +98 -63
  2. package/docs/api/API.md +36 -2
  3. package/lib/awscdk/auto-discover.js +5 -5
  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 +1 -1
  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 +3 -3
  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/dependabot.js +1 -1
  43. package/lib/github/github-credentials.js +1 -1
  44. package/lib/github/github-project.js +1 -1
  45. package/lib/github/github.js +1 -1
  46. package/lib/github/mergify.js +1 -1
  47. package/lib/github/pr-template.js +1 -1
  48. package/lib/github/pull-request-lint.js +1 -1
  49. package/lib/github/stale.js +1 -1
  50. package/lib/github/task-workflow.js +1 -1
  51. package/lib/github/workflows.js +1 -1
  52. package/lib/gitlab/configuration.js +1 -1
  53. package/lib/gitlab/gitlab-configuration.js +1 -1
  54. package/lib/gitlab/nested-configuration.js +1 -1
  55. package/lib/gitpod.js +1 -1
  56. package/lib/ignore-file.js +1 -1
  57. package/lib/ini.js +1 -1
  58. package/lib/java/java-project.js +1 -1
  59. package/lib/java/junit.js +1 -1
  60. package/lib/java/maven-compile.js +1 -1
  61. package/lib/java/maven-packaging.js +1 -1
  62. package/lib/java/maven-sample.js +1 -1
  63. package/lib/java/pom.js +1 -1
  64. package/lib/java/projenrc.js +1 -1
  65. package/lib/javascript/bundler.js +1 -1
  66. package/lib/javascript/eslint.js +1 -1
  67. package/lib/javascript/jest.js +1 -1
  68. package/lib/javascript/node-package.d.ts +13 -1
  69. package/lib/javascript/node-package.js +3 -2
  70. package/lib/javascript/node-project.d.ts +1 -1
  71. package/lib/javascript/node-project.js +4 -4
  72. package/lib/javascript/npm-config.js +1 -1
  73. package/lib/javascript/prettier.js +1 -1
  74. package/lib/javascript/projenrc.js +1 -1
  75. package/lib/javascript/typescript-config.js +1 -1
  76. package/lib/javascript/upgrade-dependencies.js +2 -2
  77. package/lib/json-patch.js +1 -1
  78. package/lib/json.js +1 -1
  79. package/lib/license.js +1 -1
  80. package/lib/logger.js +1 -1
  81. package/lib/makefile.js +1 -1
  82. package/lib/object-file.js +1 -1
  83. package/lib/project-build.js +1 -1
  84. package/lib/project.js +1 -1
  85. package/lib/projects.js +1 -1
  86. package/lib/projenrc-json.js +1 -1
  87. package/lib/python/pip.js +1 -1
  88. package/lib/python/poetry.js +2 -2
  89. package/lib/python/projenrc.js +1 -1
  90. package/lib/python/pytest-sample.js +1 -1
  91. package/lib/python/pytest.js +1 -1
  92. package/lib/python/python-project.js +1 -1
  93. package/lib/python/python-sample.js +1 -1
  94. package/lib/python/requirements-file.js +1 -1
  95. package/lib/python/setuppy.js +1 -1
  96. package/lib/python/setuptools.js +1 -1
  97. package/lib/python/venv.js +1 -1
  98. package/lib/readme.js +1 -1
  99. package/lib/release/publisher.js +1 -1
  100. package/lib/release/release-trigger.js +1 -1
  101. package/lib/release/release.js +1 -1
  102. package/lib/renovatebot.js +1 -1
  103. package/lib/sample-file.js +2 -2
  104. package/lib/semver.js +1 -1
  105. package/lib/source-code.js +1 -1
  106. package/lib/task-runtime.js +1 -1
  107. package/lib/task.js +1 -1
  108. package/lib/tasks.js +1 -1
  109. package/lib/testing.js +1 -1
  110. package/lib/textfile.js +1 -1
  111. package/lib/toml.js +1 -1
  112. package/lib/typescript/projenrc.js +1 -1
  113. package/lib/typescript/typescript-typedoc.js +1 -1
  114. package/lib/typescript/typescript.js +3 -3
  115. package/lib/version.js +1 -1
  116. package/lib/vscode/devcontainer.js +1 -1
  117. package/lib/vscode/extensions.js +1 -1
  118. package/lib/vscode/launch-config.js +1 -1
  119. package/lib/vscode/settings.js +1 -1
  120. package/lib/vscode/vscode.js +1 -1
  121. package/lib/web/next.js +3 -3
  122. package/lib/web/postcss.js +1 -1
  123. package/lib/web/react.js +4 -4
  124. package/lib/web/tailwind.js +1 -1
  125. package/lib/xmlfile.js +1 -1
  126. package/lib/yaml.js +1 -1
  127. package/package.json +1 -1
package/.jsii CHANGED
@@ -34543,7 +34543,7 @@
34543
34543
  "kind": "enum",
34544
34544
  "locationInModule": {
34545
34545
  "filename": "src/javascript/node-package.ts",
34546
- "line": 306
34546
+ "line": 313
34547
34547
  },
34548
34548
  "members": [
34549
34549
  {
@@ -34577,7 +34577,7 @@
34577
34577
  "kind": "interface",
34578
34578
  "locationInModule": {
34579
34579
  "filename": "src/javascript/node-package.ts",
34580
- "line": 324
34580
+ "line": 331
34581
34581
  },
34582
34582
  "name": "CodeArtifactOptions",
34583
34583
  "namespace": "javascript",
@@ -34593,7 +34593,7 @@
34593
34593
  "immutable": true,
34594
34594
  "locationInModule": {
34595
34595
  "filename": "src/javascript/node-package.ts",
34596
- "line": 341
34596
+ "line": 348
34597
34597
  },
34598
34598
  "name": "accessKeyIdSecret",
34599
34599
  "optional": true,
@@ -34611,7 +34611,7 @@
34611
34611
  "immutable": true,
34612
34612
  "locationInModule": {
34613
34613
  "filename": "src/javascript/node-package.ts",
34614
- "line": 330
34614
+ "line": 337
34615
34615
  },
34616
34616
  "name": "authProvider",
34617
34617
  "optional": true,
@@ -34630,7 +34630,7 @@
34630
34630
  "immutable": true,
34631
34631
  "locationInModule": {
34632
34632
  "filename": "src/javascript/node-package.ts",
34633
- "line": 361
34633
+ "line": 368
34634
34634
  },
34635
34635
  "name": "roleToAssume",
34636
34636
  "optional": true,
@@ -34649,7 +34649,7 @@
34649
34649
  "immutable": true,
34650
34650
  "locationInModule": {
34651
34651
  "filename": "src/javascript/node-package.ts",
34652
- "line": 352
34652
+ "line": 359
34653
34653
  },
34654
34654
  "name": "secretAccessKeySecret",
34655
34655
  "optional": true,
@@ -37476,7 +37476,7 @@
37476
37476
  },
37477
37477
  "locationInModule": {
37478
37478
  "filename": "src/javascript/node-package.ts",
37479
- "line": 474
37479
+ "line": 488
37480
37480
  },
37481
37481
  "parameters": [
37482
37482
  {
@@ -37497,7 +37497,7 @@
37497
37497
  "kind": "class",
37498
37498
  "locationInModule": {
37499
37499
  "filename": "src/javascript/node-package.ts",
37500
- "line": 384
37500
+ "line": 391
37501
37501
  },
37502
37502
  "methods": [
37503
37503
  {
@@ -37506,7 +37506,7 @@
37506
37506
  },
37507
37507
  "locationInModule": {
37508
37508
  "filename": "src/javascript/node-package.ts",
37509
- "line": 678
37509
+ "line": 693
37510
37510
  },
37511
37511
  "name": "addBin",
37512
37512
  "parameters": [
@@ -37531,7 +37531,7 @@
37531
37531
  },
37532
37532
  "locationInModule": {
37533
37533
  "filename": "src/javascript/node-package.ts",
37534
- "line": 647
37534
+ "line": 662
37535
37535
  },
37536
37536
  "name": "addBundledDeps",
37537
37537
  "parameters": [
@@ -37556,7 +37556,7 @@
37556
37556
  },
37557
37557
  "locationInModule": {
37558
37558
  "filename": "src/javascript/node-package.ts",
37559
- "line": 587
37559
+ "line": 602
37560
37560
  },
37561
37561
  "name": "addDeps",
37562
37562
  "parameters": [
@@ -37581,7 +37581,7 @@
37581
37581
  },
37582
37582
  "locationInModule": {
37583
37583
  "filename": "src/javascript/node-package.ts",
37584
- "line": 602
37584
+ "line": 617
37585
37585
  },
37586
37586
  "name": "addDevDeps",
37587
37587
  "parameters": [
@@ -37606,7 +37606,7 @@
37606
37606
  },
37607
37607
  "locationInModule": {
37608
37608
  "filename": "src/javascript/node-package.ts",
37609
- "line": 664
37609
+ "line": 679
37610
37610
  },
37611
37611
  "name": "addEngine",
37612
37612
  "parameters": [
@@ -37640,7 +37640,7 @@
37640
37640
  },
37641
37641
  "locationInModule": {
37642
37642
  "filename": "src/javascript/node-package.ts",
37643
- "line": 717
37643
+ "line": 732
37644
37644
  },
37645
37645
  "name": "addField",
37646
37646
  "parameters": [
@@ -37671,7 +37671,7 @@
37671
37671
  },
37672
37672
  "locationInModule": {
37673
37673
  "filename": "src/javascript/node-package.ts",
37674
- "line": 672
37674
+ "line": 687
37675
37675
  },
37676
37676
  "name": "addKeywords",
37677
37677
  "parameters": [
@@ -37695,7 +37695,7 @@
37695
37695
  },
37696
37696
  "locationInModule": {
37697
37697
  "filename": "src/javascript/node-package.ts",
37698
- "line": 737
37698
+ "line": 752
37699
37699
  },
37700
37700
  "name": "addPackageResolutions",
37701
37701
  "parameters": [
@@ -37721,7 +37721,7 @@
37721
37721
  },
37722
37722
  "locationInModule": {
37723
37723
  "filename": "src/javascript/node-package.ts",
37724
- "line": 621
37724
+ "line": 636
37725
37725
  },
37726
37726
  "name": "addPeerDeps",
37727
37727
  "parameters": [
@@ -37746,7 +37746,7 @@
37746
37746
  },
37747
37747
  "locationInModule": {
37748
37748
  "filename": "src/javascript/node-package.ts",
37749
- "line": 725
37749
+ "line": 740
37750
37750
  },
37751
37751
  "name": "addVersion",
37752
37752
  "parameters": [
@@ -37769,7 +37769,7 @@
37769
37769
  },
37770
37770
  "locationInModule": {
37771
37771
  "filename": "src/javascript/node-package.ts",
37772
- "line": 707
37772
+ "line": 722
37773
37773
  },
37774
37774
  "name": "hasScript",
37775
37775
  "parameters": [
@@ -37797,7 +37797,7 @@
37797
37797
  },
37798
37798
  "locationInModule": {
37799
37799
  "filename": "src/javascript/node-package.ts",
37800
- "line": 815
37800
+ "line": 830
37801
37801
  },
37802
37802
  "name": "postSynthesize",
37803
37803
  "overrides": "projen.Component"
@@ -37809,7 +37809,7 @@
37809
37809
  },
37810
37810
  "locationInModule": {
37811
37811
  "filename": "src/javascript/node-package.ts",
37812
- "line": 810
37812
+ "line": 825
37813
37813
  },
37814
37814
  "name": "preSynthesize",
37815
37815
  "overrides": "projen.Component"
@@ -37821,7 +37821,7 @@
37821
37821
  },
37822
37822
  "locationInModule": {
37823
37823
  "filename": "src/javascript/node-package.ts",
37824
- "line": 698
37824
+ "line": 713
37825
37825
  },
37826
37826
  "name": "removeScript",
37827
37827
  "parameters": [
@@ -37843,7 +37843,7 @@
37843
37843
  },
37844
37844
  "locationInModule": {
37845
37845
  "filename": "src/javascript/node-package.ts",
37846
- "line": 764
37846
+ "line": 779
37847
37847
  },
37848
37848
  "name": "renderUpgradePackagesCommand",
37849
37849
  "parameters": [
@@ -37884,7 +37884,7 @@
37884
37884
  },
37885
37885
  "locationInModule": {
37886
37886
  "filename": "src/javascript/node-package.ts",
37887
- "line": 690
37887
+ "line": 705
37888
37888
  },
37889
37889
  "name": "setScript",
37890
37890
  "parameters": [
@@ -37920,7 +37920,7 @@
37920
37920
  "immutable": true,
37921
37921
  "locationInModule": {
37922
37922
  "filename": "src/javascript/node-package.ts",
37923
- "line": 398
37923
+ "line": 405
37924
37924
  },
37925
37925
  "name": "allowLibraryDependencies",
37926
37926
  "type": {
@@ -37935,7 +37935,7 @@
37935
37935
  "immutable": true,
37936
37936
  "locationInModule": {
37937
37937
  "filename": "src/javascript/node-package.ts",
37938
- "line": 393
37938
+ "line": 400
37939
37939
  },
37940
37940
  "name": "entrypoint",
37941
37941
  "type": {
@@ -37950,7 +37950,7 @@
37950
37950
  "immutable": true,
37951
37951
  "locationInModule": {
37952
37952
  "filename": "src/javascript/node-package.ts",
37953
- "line": 757
37953
+ "line": 772
37954
37954
  },
37955
37955
  "name": "installAndUpdateLockfileCommand",
37956
37956
  "type": {
@@ -37965,7 +37965,7 @@
37965
37965
  "immutable": true,
37966
37966
  "locationInModule": {
37967
37967
  "filename": "src/javascript/node-package.ts",
37968
- "line": 750
37968
+ "line": 765
37969
37969
  },
37970
37970
  "name": "installCommand",
37971
37971
  "type": {
@@ -37980,7 +37980,7 @@
37980
37980
  "immutable": true,
37981
37981
  "locationInModule": {
37982
37982
  "filename": "src/javascript/node-package.ts",
37983
- "line": 465
37983
+ "line": 479
37984
37984
  },
37985
37985
  "name": "lockFile",
37986
37986
  "type": {
@@ -37995,7 +37995,7 @@
37995
37995
  "immutable": true,
37996
37996
  "locationInModule": {
37997
37997
  "filename": "src/javascript/node-package.ts",
37998
- "line": 408
37998
+ "line": 415
37999
37999
  },
38000
38000
  "name": "manifest",
38001
38001
  "type": {
@@ -38010,7 +38010,7 @@
38010
38010
  "immutable": true,
38011
38011
  "locationInModule": {
38012
38012
  "filename": "src/javascript/node-package.ts",
38013
- "line": 460
38013
+ "line": 474
38014
38014
  },
38015
38015
  "name": "npmAccess",
38016
38016
  "type": {
@@ -38025,7 +38025,7 @@
38025
38025
  "immutable": true,
38026
38026
  "locationInModule": {
38027
38027
  "filename": "src/javascript/node-package.ts",
38028
- "line": 435
38028
+ "line": 449
38029
38029
  },
38030
38030
  "name": "npmRegistry",
38031
38031
  "type": {
@@ -38040,7 +38040,7 @@
38040
38040
  "immutable": true,
38041
38041
  "locationInModule": {
38042
38042
  "filename": "src/javascript/node-package.ts",
38043
- "line": 430
38043
+ "line": 444
38044
38044
  },
38045
38045
  "name": "npmRegistryUrl",
38046
38046
  "type": {
@@ -38055,7 +38055,7 @@
38055
38055
  "immutable": true,
38056
38056
  "locationInModule": {
38057
38057
  "filename": "src/javascript/node-package.ts",
38058
- "line": 403
38058
+ "line": 410
38059
38059
  },
38060
38060
  "name": "packageManager",
38061
38061
  "type": {
@@ -38070,7 +38070,7 @@
38070
38070
  "immutable": true,
38071
38071
  "locationInModule": {
38072
38072
  "filename": "src/javascript/node-package.ts",
38073
- "line": 388
38073
+ "line": 395
38074
38074
  },
38075
38075
  "name": "packageName",
38076
38076
  "type": {
@@ -38085,7 +38085,7 @@
38085
38085
  "immutable": true,
38086
38086
  "locationInModule": {
38087
38087
  "filename": "src/javascript/node-package.ts",
38088
- "line": 837
38088
+ "line": 852
38089
38089
  },
38090
38090
  "name": "projenCommand",
38091
38091
  "type": {
@@ -38102,7 +38102,7 @@
38102
38102
  "immutable": true,
38103
38103
  "locationInModule": {
38104
38104
  "filename": "src/javascript/node-package.ts",
38105
- "line": 448
38105
+ "line": 462
38106
38106
  },
38107
38107
  "name": "codeArtifactOptions",
38108
38108
  "optional": true,
@@ -38119,7 +38119,7 @@
38119
38119
  "immutable": true,
38120
38120
  "locationInModule": {
38121
38121
  "filename": "src/javascript/node-package.ts",
38122
- "line": 425
38122
+ "line": 439
38123
38123
  },
38124
38124
  "name": "license",
38125
38125
  "optional": true,
@@ -38131,12 +38131,12 @@
38131
38131
  "docs": {
38132
38132
  "default": "- no maximum.",
38133
38133
  "stability": "experimental",
38134
- "summary": "Maximum node version required by this pacakge."
38134
+ "summary": "Maximum node version required by this package."
38135
38135
  },
38136
38136
  "immutable": true,
38137
38137
  "locationInModule": {
38138
38138
  "filename": "src/javascript/node-package.ts",
38139
- "line": 420
38139
+ "line": 427
38140
38140
  },
38141
38141
  "name": "maxNodeVersion",
38142
38142
  "optional": true,
@@ -38153,7 +38153,7 @@
38153
38153
  "immutable": true,
38154
38154
  "locationInModule": {
38155
38155
  "filename": "src/javascript/node-package.ts",
38156
- "line": 414
38156
+ "line": 421
38157
38157
  },
38158
38158
  "name": "minNodeVersion",
38159
38159
  "optional": true,
@@ -38169,7 +38169,7 @@
38169
38169
  "immutable": true,
38170
38170
  "locationInModule": {
38171
38171
  "filename": "src/javascript/node-package.ts",
38172
- "line": 440
38172
+ "line": 454
38173
38173
  },
38174
38174
  "name": "npmTokenSecret",
38175
38175
  "optional": true,
@@ -38177,6 +38177,23 @@
38177
38177
  "primitive": "string"
38178
38178
  }
38179
38179
  },
38180
+ {
38181
+ "docs": {
38182
+ "default": "\"7\"",
38183
+ "stability": "experimental",
38184
+ "summary": "The version of PNPM to use if using PNPM as a package manager."
38185
+ },
38186
+ "immutable": true,
38187
+ "locationInModule": {
38188
+ "filename": "src/javascript/node-package.ts",
38189
+ "line": 434
38190
+ },
38191
+ "name": "pnpmVersion",
38192
+ "optional": true,
38193
+ "type": {
38194
+ "primitive": "string"
38195
+ }
38196
+ },
38180
38197
  {
38181
38198
  "docs": {
38182
38199
  "default": "undefined",
@@ -38186,7 +38203,7 @@
38186
38203
  "immutable": true,
38187
38204
  "locationInModule": {
38188
38205
  "filename": "src/javascript/node-package.ts",
38189
- "line": 455
38206
+ "line": 469
38190
38207
  },
38191
38208
  "name": "scopedPackagesOptions",
38192
38209
  "optional": true,
@@ -38212,7 +38229,7 @@
38212
38229
  "kind": "enum",
38213
38230
  "locationInModule": {
38214
38231
  "filename": "src/javascript/node-package.ts",
38215
- "line": 1425
38232
+ "line": 1440
38216
38233
  },
38217
38234
  "members": [
38218
38235
  {
@@ -38400,7 +38417,7 @@
38400
38417
  "immutable": true,
38401
38418
  "locationInModule": {
38402
38419
  "filename": "src/javascript/node-package.ts",
38403
- "line": 269
38420
+ "line": 276
38404
38421
  },
38405
38422
  "name": "bugsEmail",
38406
38423
  "optional": true,
@@ -38417,7 +38434,7 @@
38417
38434
  "immutable": true,
38418
38435
  "locationInModule": {
38419
38436
  "filename": "src/javascript/node-package.ts",
38420
- "line": 264
38437
+ "line": 271
38421
38438
  },
38422
38439
  "name": "bugsUrl",
38423
38440
  "optional": true,
@@ -38459,7 +38476,7 @@
38459
38476
  "immutable": true,
38460
38477
  "locationInModule": {
38461
38478
  "filename": "src/javascript/node-package.ts",
38462
- "line": 293
38479
+ "line": 300
38463
38480
  },
38464
38481
  "name": "codeArtifactOptions",
38465
38482
  "optional": true,
@@ -38613,7 +38630,7 @@
38613
38630
  "immutable": true,
38614
38631
  "locationInModule": {
38615
38632
  "filename": "src/javascript/node-package.ts",
38616
- "line": 236
38633
+ "line": 243
38617
38634
  },
38618
38635
  "name": "license",
38619
38636
  "optional": true,
@@ -38631,7 +38648,7 @@
38631
38648
  "immutable": true,
38632
38649
  "locationInModule": {
38633
38650
  "filename": "src/javascript/node-package.ts",
38634
- "line": 243
38651
+ "line": 250
38635
38652
  },
38636
38653
  "name": "licensed",
38637
38654
  "optional": true,
@@ -38685,7 +38702,7 @@
38685
38702
  "immutable": true,
38686
38703
  "locationInModule": {
38687
38704
  "filename": "src/javascript/node-package.ts",
38688
- "line": 278
38705
+ "line": 285
38689
38706
  },
38690
38707
  "name": "npmAccess",
38691
38708
  "optional": true,
@@ -38704,7 +38721,7 @@
38704
38721
  "immutable": true,
38705
38722
  "locationInModule": {
38706
38723
  "filename": "src/javascript/node-package.ts",
38707
- "line": 259
38724
+ "line": 266
38708
38725
  },
38709
38726
  "name": "npmRegistry",
38710
38727
  "optional": true,
@@ -38723,7 +38740,7 @@
38723
38740
  "immutable": true,
38724
38741
  "locationInModule": {
38725
38742
  "filename": "src/javascript/node-package.ts",
38726
- "line": 252
38743
+ "line": 259
38727
38744
  },
38728
38745
  "name": "npmRegistryUrl",
38729
38746
  "optional": true,
@@ -38741,7 +38758,7 @@
38741
38758
  "immutable": true,
38742
38759
  "locationInModule": {
38743
38760
  "filename": "src/javascript/node-package.ts",
38744
- "line": 285
38761
+ "line": 292
38745
38762
  },
38746
38763
  "name": "npmTokenSecret",
38747
38764
  "optional": true,
@@ -38829,6 +38846,24 @@
38829
38846
  }
38830
38847
  }
38831
38848
  },
38849
+ {
38850
+ "abstract": true,
38851
+ "docs": {
38852
+ "default": "\"7\"",
38853
+ "stability": "experimental",
38854
+ "summary": "The version of PNPM to use if using PNPM as a package manager."
38855
+ },
38856
+ "immutable": true,
38857
+ "locationInModule": {
38858
+ "filename": "src/javascript/node-package.ts",
38859
+ "line": 234
38860
+ },
38861
+ "name": "pnpmVersion",
38862
+ "optional": true,
38863
+ "type": {
38864
+ "primitive": "string"
38865
+ }
38866
+ },
38832
38867
  {
38833
38868
  "abstract": true,
38834
38869
  "docs": {
@@ -38874,7 +38909,7 @@
38874
38909
  "immutable": true,
38875
38910
  "locationInModule": {
38876
38911
  "filename": "src/javascript/node-package.ts",
38877
- "line": 300
38912
+ "line": 307
38878
38913
  },
38879
38914
  "name": "scopedPackagesOptions",
38880
38915
  "optional": true,
@@ -39577,7 +39612,7 @@
39577
39612
  {
39578
39613
  "docs": {
39579
39614
  "stability": "experimental",
39580
- "summary": "Maximum node version required by this pacakge."
39615
+ "summary": "Maximum node version required by this package."
39581
39616
  },
39582
39617
  "immutable": true,
39583
39618
  "locationInModule": {
@@ -40391,7 +40426,7 @@
40391
40426
  "kind": "enum",
40392
40427
  "locationInModule": {
40393
40428
  "filename": "src/javascript/node-package.ts",
40394
- "line": 1450
40429
+ "line": 1465
40395
40430
  },
40396
40431
  "members": [
40397
40432
  {
@@ -40568,7 +40603,7 @@
40568
40603
  "kind": "interface",
40569
40604
  "locationInModule": {
40570
40605
  "filename": "src/javascript/node-package.ts",
40571
- "line": 1414
40606
+ "line": 1429
40572
40607
  },
40573
40608
  "name": "PeerDependencyOptions",
40574
40609
  "namespace": "javascript",
@@ -40583,7 +40618,7 @@
40583
40618
  "immutable": true,
40584
40619
  "locationInModule": {
40585
40620
  "filename": "src/javascript/node-package.ts",
40586
- "line": 1419
40621
+ "line": 1434
40587
40622
  },
40588
40623
  "name": "pinnedDevDependency",
40589
40624
  "optional": true,
@@ -41647,7 +41682,7 @@
41647
41682
  "kind": "interface",
41648
41683
  "locationInModule": {
41649
41684
  "filename": "src/javascript/node-package.ts",
41650
- "line": 367
41685
+ "line": 374
41651
41686
  },
41652
41687
  "name": "ScopedPackagesOptions",
41653
41688
  "namespace": "javascript",
@@ -41661,7 +41696,7 @@
41661
41696
  "immutable": true,
41662
41697
  "locationInModule": {
41663
41698
  "filename": "src/javascript/node-package.ts",
41664
- "line": 378
41699
+ "line": 385
41665
41700
  },
41666
41701
  "name": "registryUrl",
41667
41702
  "type": {
@@ -41678,7 +41713,7 @@
41678
41713
  "immutable": true,
41679
41714
  "locationInModule": {
41680
41715
  "filename": "src/javascript/node-package.ts",
41681
- "line": 373
41716
+ "line": 380
41682
41717
  },
41683
41718
  "name": "scope",
41684
41719
  "type": {
@@ -51977,6 +52012,6 @@
51977
52012
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
51978
52013
  }
51979
52014
  },
51980
- "version": "0.67.75",
51981
- "fingerprint": "MFyd1yZoKmWTEp8/b+ehnDXQgrTLhT5zWCkW4BRPOBY="
52015
+ "version": "0.67.77",
52016
+ "fingerprint": "mqCUoQSACKnRggO0+58WryF84jpcDtTVK1jUlTMZ0mw="
51982
52017
  }