projen 0.67.83 → 0.67.85

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 +118 -88
  2. package/docs/api/API.md +2 -0
  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 +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/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 +9 -0
  69. package/lib/javascript/node-package.js +23 -6
  70. package/lib/javascript/node-project.js +1 -1
  71. package/lib/javascript/npm-config.js +1 -1
  72. package/lib/javascript/prettier.js +1 -1
  73. package/lib/javascript/projenrc.js +1 -1
  74. package/lib/javascript/typescript-config.js +1 -1
  75. package/lib/javascript/upgrade-dependencies.js +2 -2
  76. package/lib/json-patch.js +1 -1
  77. package/lib/json.js +1 -1
  78. package/lib/license.js +1 -1
  79. package/lib/logger.js +1 -1
  80. package/lib/makefile.js +1 -1
  81. package/lib/object-file.js +1 -1
  82. package/lib/project-build.js +1 -1
  83. package/lib/project.js +1 -1
  84. package/lib/projects.js +1 -1
  85. package/lib/projenrc-json.js +1 -1
  86. package/lib/python/pip.js +1 -1
  87. package/lib/python/poetry.js +2 -2
  88. package/lib/python/projenrc.js +1 -1
  89. package/lib/python/pytest-sample.js +1 -1
  90. package/lib/python/pytest.js +1 -1
  91. package/lib/python/python-project.js +1 -1
  92. package/lib/python/python-sample.js +1 -1
  93. package/lib/python/requirements-file.js +1 -1
  94. package/lib/python/setuppy.js +1 -1
  95. package/lib/python/setuptools.js +1 -1
  96. package/lib/python/venv.js +1 -1
  97. package/lib/readme.js +1 -1
  98. package/lib/release/publisher.js +1 -1
  99. package/lib/release/release-trigger.js +1 -1
  100. package/lib/release/release.js +1 -1
  101. package/lib/renovatebot.js +1 -1
  102. package/lib/run-task.js +25 -29
  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 +7 -7
  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
@@ -34674,7 +34674,7 @@
34674
34674
  "kind": "enum",
34675
34675
  "locationInModule": {
34676
34676
  "filename": "src/javascript/node-package.ts",
34677
- "line": 313
34677
+ "line": 314
34678
34678
  },
34679
34679
  "members": [
34680
34680
  {
@@ -34708,7 +34708,7 @@
34708
34708
  "kind": "interface",
34709
34709
  "locationInModule": {
34710
34710
  "filename": "src/javascript/node-package.ts",
34711
- "line": 331
34711
+ "line": 332
34712
34712
  },
34713
34713
  "name": "CodeArtifactOptions",
34714
34714
  "namespace": "javascript",
@@ -34724,7 +34724,7 @@
34724
34724
  "immutable": true,
34725
34725
  "locationInModule": {
34726
34726
  "filename": "src/javascript/node-package.ts",
34727
- "line": 348
34727
+ "line": 349
34728
34728
  },
34729
34729
  "name": "accessKeyIdSecret",
34730
34730
  "optional": true,
@@ -34742,7 +34742,7 @@
34742
34742
  "immutable": true,
34743
34743
  "locationInModule": {
34744
34744
  "filename": "src/javascript/node-package.ts",
34745
- "line": 337
34745
+ "line": 338
34746
34746
  },
34747
34747
  "name": "authProvider",
34748
34748
  "optional": true,
@@ -34761,7 +34761,7 @@
34761
34761
  "immutable": true,
34762
34762
  "locationInModule": {
34763
34763
  "filename": "src/javascript/node-package.ts",
34764
- "line": 368
34764
+ "line": 369
34765
34765
  },
34766
34766
  "name": "roleToAssume",
34767
34767
  "optional": true,
@@ -34780,7 +34780,7 @@
34780
34780
  "immutable": true,
34781
34781
  "locationInModule": {
34782
34782
  "filename": "src/javascript/node-package.ts",
34783
- "line": 359
34783
+ "line": 360
34784
34784
  },
34785
34785
  "name": "secretAccessKeySecret",
34786
34786
  "optional": true,
@@ -37607,7 +37607,7 @@
37607
37607
  },
37608
37608
  "locationInModule": {
37609
37609
  "filename": "src/javascript/node-package.ts",
37610
- "line": 488
37610
+ "line": 499
37611
37611
  },
37612
37612
  "parameters": [
37613
37613
  {
@@ -37628,7 +37628,7 @@
37628
37628
  "kind": "class",
37629
37629
  "locationInModule": {
37630
37630
  "filename": "src/javascript/node-package.ts",
37631
- "line": 391
37631
+ "line": 392
37632
37632
  },
37633
37633
  "methods": [
37634
37634
  {
@@ -37637,7 +37637,7 @@
37637
37637
  },
37638
37638
  "locationInModule": {
37639
37639
  "filename": "src/javascript/node-package.ts",
37640
- "line": 693
37640
+ "line": 715
37641
37641
  },
37642
37642
  "name": "addBin",
37643
37643
  "parameters": [
@@ -37662,7 +37662,7 @@
37662
37662
  },
37663
37663
  "locationInModule": {
37664
37664
  "filename": "src/javascript/node-package.ts",
37665
- "line": 662
37665
+ "line": 684
37666
37666
  },
37667
37667
  "name": "addBundledDeps",
37668
37668
  "parameters": [
@@ -37687,7 +37687,7 @@
37687
37687
  },
37688
37688
  "locationInModule": {
37689
37689
  "filename": "src/javascript/node-package.ts",
37690
- "line": 602
37690
+ "line": 624
37691
37691
  },
37692
37692
  "name": "addDeps",
37693
37693
  "parameters": [
@@ -37712,7 +37712,7 @@
37712
37712
  },
37713
37713
  "locationInModule": {
37714
37714
  "filename": "src/javascript/node-package.ts",
37715
- "line": 617
37715
+ "line": 639
37716
37716
  },
37717
37717
  "name": "addDevDeps",
37718
37718
  "parameters": [
@@ -37737,7 +37737,7 @@
37737
37737
  },
37738
37738
  "locationInModule": {
37739
37739
  "filename": "src/javascript/node-package.ts",
37740
- "line": 679
37740
+ "line": 701
37741
37741
  },
37742
37742
  "name": "addEngine",
37743
37743
  "parameters": [
@@ -37771,7 +37771,7 @@
37771
37771
  },
37772
37772
  "locationInModule": {
37773
37773
  "filename": "src/javascript/node-package.ts",
37774
- "line": 732
37774
+ "line": 754
37775
37775
  },
37776
37776
  "name": "addField",
37777
37777
  "parameters": [
@@ -37802,7 +37802,7 @@
37802
37802
  },
37803
37803
  "locationInModule": {
37804
37804
  "filename": "src/javascript/node-package.ts",
37805
- "line": 687
37805
+ "line": 709
37806
37806
  },
37807
37807
  "name": "addKeywords",
37808
37808
  "parameters": [
@@ -37826,7 +37826,7 @@
37826
37826
  },
37827
37827
  "locationInModule": {
37828
37828
  "filename": "src/javascript/node-package.ts",
37829
- "line": 752
37829
+ "line": 774
37830
37830
  },
37831
37831
  "name": "addPackageResolutions",
37832
37832
  "parameters": [
@@ -37852,7 +37852,7 @@
37852
37852
  },
37853
37853
  "locationInModule": {
37854
37854
  "filename": "src/javascript/node-package.ts",
37855
- "line": 636
37855
+ "line": 658
37856
37856
  },
37857
37857
  "name": "addPeerDeps",
37858
37858
  "parameters": [
@@ -37877,7 +37877,7 @@
37877
37877
  },
37878
37878
  "locationInModule": {
37879
37879
  "filename": "src/javascript/node-package.ts",
37880
- "line": 740
37880
+ "line": 762
37881
37881
  },
37882
37882
  "name": "addVersion",
37883
37883
  "parameters": [
@@ -37900,7 +37900,7 @@
37900
37900
  },
37901
37901
  "locationInModule": {
37902
37902
  "filename": "src/javascript/node-package.ts",
37903
- "line": 722
37903
+ "line": 744
37904
37904
  },
37905
37905
  "name": "hasScript",
37906
37906
  "parameters": [
@@ -37928,7 +37928,7 @@
37928
37928
  },
37929
37929
  "locationInModule": {
37930
37930
  "filename": "src/javascript/node-package.ts",
37931
- "line": 830
37931
+ "line": 852
37932
37932
  },
37933
37933
  "name": "postSynthesize",
37934
37934
  "overrides": "projen.Component"
@@ -37940,7 +37940,7 @@
37940
37940
  },
37941
37941
  "locationInModule": {
37942
37942
  "filename": "src/javascript/node-package.ts",
37943
- "line": 825
37943
+ "line": 847
37944
37944
  },
37945
37945
  "name": "preSynthesize",
37946
37946
  "overrides": "projen.Component"
@@ -37952,7 +37952,7 @@
37952
37952
  },
37953
37953
  "locationInModule": {
37954
37954
  "filename": "src/javascript/node-package.ts",
37955
- "line": 713
37955
+ "line": 735
37956
37956
  },
37957
37957
  "name": "removeScript",
37958
37958
  "parameters": [
@@ -37974,7 +37974,7 @@
37974
37974
  },
37975
37975
  "locationInModule": {
37976
37976
  "filename": "src/javascript/node-package.ts",
37977
- "line": 779
37977
+ "line": 801
37978
37978
  },
37979
37979
  "name": "renderUpgradePackagesCommand",
37980
37980
  "parameters": [
@@ -38015,7 +38015,7 @@
38015
38015
  },
38016
38016
  "locationInModule": {
38017
38017
  "filename": "src/javascript/node-package.ts",
38018
- "line": 705
38018
+ "line": 727
38019
38019
  },
38020
38020
  "name": "setScript",
38021
38021
  "parameters": [
@@ -38051,7 +38051,7 @@
38051
38051
  "immutable": true,
38052
38052
  "locationInModule": {
38053
38053
  "filename": "src/javascript/node-package.ts",
38054
- "line": 405
38054
+ "line": 406
38055
38055
  },
38056
38056
  "name": "allowLibraryDependencies",
38057
38057
  "type": {
@@ -38066,7 +38066,7 @@
38066
38066
  "immutable": true,
38067
38067
  "locationInModule": {
38068
38068
  "filename": "src/javascript/node-package.ts",
38069
- "line": 400
38069
+ "line": 401
38070
38070
  },
38071
38071
  "name": "entrypoint",
38072
38072
  "type": {
@@ -38081,13 +38081,28 @@
38081
38081
  "immutable": true,
38082
38082
  "locationInModule": {
38083
38083
  "filename": "src/javascript/node-package.ts",
38084
- "line": 772
38084
+ "line": 794
38085
38085
  },
38086
38086
  "name": "installAndUpdateLockfileCommand",
38087
38087
  "type": {
38088
38088
  "primitive": "string"
38089
38089
  }
38090
38090
  },
38091
+ {
38092
+ "docs": {
38093
+ "stability": "experimental",
38094
+ "summary": "The task for installing project dependencies (frozen)."
38095
+ },
38096
+ "immutable": true,
38097
+ "locationInModule": {
38098
+ "filename": "src/javascript/node-package.ts",
38099
+ "line": 490
38100
+ },
38101
+ "name": "installCiTask",
38102
+ "type": {
38103
+ "fqn": "projen.Task"
38104
+ }
38105
+ },
38091
38106
  {
38092
38107
  "docs": {
38093
38108
  "stability": "experimental",
@@ -38096,13 +38111,28 @@
38096
38111
  "immutable": true,
38097
38112
  "locationInModule": {
38098
38113
  "filename": "src/javascript/node-package.ts",
38099
- "line": 765
38114
+ "line": 787
38100
38115
  },
38101
38116
  "name": "installCommand",
38102
38117
  "type": {
38103
38118
  "primitive": "string"
38104
38119
  }
38105
38120
  },
38121
+ {
38122
+ "docs": {
38123
+ "stability": "experimental",
38124
+ "summary": "The task for installing project dependencies (non-frozen)."
38125
+ },
38126
+ "immutable": true,
38127
+ "locationInModule": {
38128
+ "filename": "src/javascript/node-package.ts",
38129
+ "line": 485
38130
+ },
38131
+ "name": "installTask",
38132
+ "type": {
38133
+ "fqn": "projen.Task"
38134
+ }
38135
+ },
38106
38136
  {
38107
38137
  "docs": {
38108
38138
  "stability": "experimental",
@@ -38111,7 +38141,7 @@
38111
38141
  "immutable": true,
38112
38142
  "locationInModule": {
38113
38143
  "filename": "src/javascript/node-package.ts",
38114
- "line": 479
38144
+ "line": 480
38115
38145
  },
38116
38146
  "name": "lockFile",
38117
38147
  "type": {
@@ -38126,7 +38156,7 @@
38126
38156
  "immutable": true,
38127
38157
  "locationInModule": {
38128
38158
  "filename": "src/javascript/node-package.ts",
38129
- "line": 415
38159
+ "line": 416
38130
38160
  },
38131
38161
  "name": "manifest",
38132
38162
  "type": {
@@ -38141,7 +38171,7 @@
38141
38171
  "immutable": true,
38142
38172
  "locationInModule": {
38143
38173
  "filename": "src/javascript/node-package.ts",
38144
- "line": 474
38174
+ "line": 475
38145
38175
  },
38146
38176
  "name": "npmAccess",
38147
38177
  "type": {
@@ -38156,7 +38186,7 @@
38156
38186
  "immutable": true,
38157
38187
  "locationInModule": {
38158
38188
  "filename": "src/javascript/node-package.ts",
38159
- "line": 449
38189
+ "line": 450
38160
38190
  },
38161
38191
  "name": "npmRegistry",
38162
38192
  "type": {
@@ -38171,7 +38201,7 @@
38171
38201
  "immutable": true,
38172
38202
  "locationInModule": {
38173
38203
  "filename": "src/javascript/node-package.ts",
38174
- "line": 444
38204
+ "line": 445
38175
38205
  },
38176
38206
  "name": "npmRegistryUrl",
38177
38207
  "type": {
@@ -38186,7 +38216,7 @@
38186
38216
  "immutable": true,
38187
38217
  "locationInModule": {
38188
38218
  "filename": "src/javascript/node-package.ts",
38189
- "line": 410
38219
+ "line": 411
38190
38220
  },
38191
38221
  "name": "packageManager",
38192
38222
  "type": {
@@ -38201,7 +38231,7 @@
38201
38231
  "immutable": true,
38202
38232
  "locationInModule": {
38203
38233
  "filename": "src/javascript/node-package.ts",
38204
- "line": 395
38234
+ "line": 396
38205
38235
  },
38206
38236
  "name": "packageName",
38207
38237
  "type": {
@@ -38216,7 +38246,7 @@
38216
38246
  "immutable": true,
38217
38247
  "locationInModule": {
38218
38248
  "filename": "src/javascript/node-package.ts",
38219
- "line": 852
38249
+ "line": 874
38220
38250
  },
38221
38251
  "name": "projenCommand",
38222
38252
  "type": {
@@ -38233,7 +38263,7 @@
38233
38263
  "immutable": true,
38234
38264
  "locationInModule": {
38235
38265
  "filename": "src/javascript/node-package.ts",
38236
- "line": 462
38266
+ "line": 463
38237
38267
  },
38238
38268
  "name": "codeArtifactOptions",
38239
38269
  "optional": true,
@@ -38250,7 +38280,7 @@
38250
38280
  "immutable": true,
38251
38281
  "locationInModule": {
38252
38282
  "filename": "src/javascript/node-package.ts",
38253
- "line": 439
38283
+ "line": 440
38254
38284
  },
38255
38285
  "name": "license",
38256
38286
  "optional": true,
@@ -38267,7 +38297,7 @@
38267
38297
  "immutable": true,
38268
38298
  "locationInModule": {
38269
38299
  "filename": "src/javascript/node-package.ts",
38270
- "line": 427
38300
+ "line": 428
38271
38301
  },
38272
38302
  "name": "maxNodeVersion",
38273
38303
  "optional": true,
@@ -38284,7 +38314,7 @@
38284
38314
  "immutable": true,
38285
38315
  "locationInModule": {
38286
38316
  "filename": "src/javascript/node-package.ts",
38287
- "line": 421
38317
+ "line": 422
38288
38318
  },
38289
38319
  "name": "minNodeVersion",
38290
38320
  "optional": true,
@@ -38300,7 +38330,7 @@
38300
38330
  "immutable": true,
38301
38331
  "locationInModule": {
38302
38332
  "filename": "src/javascript/node-package.ts",
38303
- "line": 454
38333
+ "line": 455
38304
38334
  },
38305
38335
  "name": "npmTokenSecret",
38306
38336
  "optional": true,
@@ -38317,7 +38347,7 @@
38317
38347
  "immutable": true,
38318
38348
  "locationInModule": {
38319
38349
  "filename": "src/javascript/node-package.ts",
38320
- "line": 434
38350
+ "line": 435
38321
38351
  },
38322
38352
  "name": "pnpmVersion",
38323
38353
  "optional": true,
@@ -38334,7 +38364,7 @@
38334
38364
  "immutable": true,
38335
38365
  "locationInModule": {
38336
38366
  "filename": "src/javascript/node-package.ts",
38337
- "line": 469
38367
+ "line": 470
38338
38368
  },
38339
38369
  "name": "scopedPackagesOptions",
38340
38370
  "optional": true,
@@ -38360,7 +38390,7 @@
38360
38390
  "kind": "enum",
38361
38391
  "locationInModule": {
38362
38392
  "filename": "src/javascript/node-package.ts",
38363
- "line": 1440
38393
+ "line": 1471
38364
38394
  },
38365
38395
  "members": [
38366
38396
  {
@@ -38406,7 +38436,7 @@
38406
38436
  "kind": "interface",
38407
38437
  "locationInModule": {
38408
38438
  "filename": "src/javascript/node-package.ts",
38409
- "line": 31
38439
+ "line": 32
38410
38440
  },
38411
38441
  "name": "NodePackageOptions",
38412
38442
  "namespace": "javascript",
@@ -38422,7 +38452,7 @@
38422
38452
  "immutable": true,
38423
38453
  "locationInModule": {
38424
38454
  "filename": "src/javascript/node-package.ts",
38425
- "line": 125
38455
+ "line": 126
38426
38456
  },
38427
38457
  "name": "allowLibraryDependencies",
38428
38458
  "optional": true,
@@ -38439,7 +38469,7 @@
38439
38469
  "immutable": true,
38440
38470
  "locationInModule": {
38441
38471
  "filename": "src/javascript/node-package.ts",
38442
- "line": 193
38472
+ "line": 194
38443
38473
  },
38444
38474
  "name": "authorEmail",
38445
38475
  "optional": true,
@@ -38456,7 +38486,7 @@
38456
38486
  "immutable": true,
38457
38487
  "locationInModule": {
38458
38488
  "filename": "src/javascript/node-package.ts",
38459
- "line": 188
38489
+ "line": 189
38460
38490
  },
38461
38491
  "name": "authorName",
38462
38492
  "optional": true,
@@ -38473,7 +38503,7 @@
38473
38503
  "immutable": true,
38474
38504
  "locationInModule": {
38475
38505
  "filename": "src/javascript/node-package.ts",
38476
- "line": 203
38506
+ "line": 204
38477
38507
  },
38478
38508
  "name": "authorOrganization",
38479
38509
  "optional": true,
@@ -38490,7 +38520,7 @@
38490
38520
  "immutable": true,
38491
38521
  "locationInModule": {
38492
38522
  "filename": "src/javascript/node-package.ts",
38493
- "line": 198
38523
+ "line": 199
38494
38524
  },
38495
38525
  "name": "authorUrl",
38496
38526
  "optional": true,
@@ -38508,7 +38538,7 @@
38508
38538
  "immutable": true,
38509
38539
  "locationInModule": {
38510
38540
  "filename": "src/javascript/node-package.ts",
38511
- "line": 156
38541
+ "line": 157
38512
38542
  },
38513
38543
  "name": "autoDetectBin",
38514
38544
  "optional": true,
@@ -38526,7 +38556,7 @@
38526
38556
  "immutable": true,
38527
38557
  "locationInModule": {
38528
38558
  "filename": "src/javascript/node-package.ts",
38529
- "line": 148
38559
+ "line": 149
38530
38560
  },
38531
38561
  "name": "bin",
38532
38562
  "optional": true,
@@ -38548,7 +38578,7 @@
38548
38578
  "immutable": true,
38549
38579
  "locationInModule": {
38550
38580
  "filename": "src/javascript/node-package.ts",
38551
- "line": 276
38581
+ "line": 277
38552
38582
  },
38553
38583
  "name": "bugsEmail",
38554
38584
  "optional": true,
@@ -38565,7 +38595,7 @@
38565
38595
  "immutable": true,
38566
38596
  "locationInModule": {
38567
38597
  "filename": "src/javascript/node-package.ts",
38568
- "line": 271
38598
+ "line": 272
38569
38599
  },
38570
38600
  "name": "bugsUrl",
38571
38601
  "optional": true,
@@ -38583,7 +38613,7 @@
38583
38613
  "immutable": true,
38584
38614
  "locationInModule": {
38585
38615
  "filename": "src/javascript/node-package.ts",
38586
- "line": 111
38616
+ "line": 112
38587
38617
  },
38588
38618
  "name": "bundledDeps",
38589
38619
  "optional": true,
@@ -38607,7 +38637,7 @@
38607
38637
  "immutable": true,
38608
38638
  "locationInModule": {
38609
38639
  "filename": "src/javascript/node-package.ts",
38610
- "line": 300
38640
+ "line": 301
38611
38641
  },
38612
38642
  "name": "codeArtifactOptions",
38613
38643
  "optional": true,
@@ -38630,7 +38660,7 @@
38630
38660
  "immutable": true,
38631
38661
  "locationInModule": {
38632
38662
  "filename": "src/javascript/node-package.ts",
38633
- "line": 60
38663
+ "line": 61
38634
38664
  },
38635
38665
  "name": "deps",
38636
38666
  "optional": true,
@@ -38656,7 +38686,7 @@
38656
38686
  "immutable": true,
38657
38687
  "locationInModule": {
38658
38688
  "filename": "src/javascript/node-package.ts",
38659
- "line": 44
38689
+ "line": 45
38660
38690
  },
38661
38691
  "name": "description",
38662
38692
  "optional": true,
@@ -38679,7 +38709,7 @@
38679
38709
  "immutable": true,
38680
38710
  "locationInModule": {
38681
38711
  "filename": "src/javascript/node-package.ts",
38682
- "line": 78
38712
+ "line": 79
38683
38713
  },
38684
38714
  "name": "devDeps",
38685
38715
  "optional": true,
@@ -38703,7 +38733,7 @@
38703
38733
  "immutable": true,
38704
38734
  "locationInModule": {
38705
38735
  "filename": "src/javascript/node-package.ts",
38706
- "line": 139
38736
+ "line": 140
38707
38737
  },
38708
38738
  "name": "entrypoint",
38709
38739
  "optional": true,
@@ -38720,7 +38750,7 @@
38720
38750
  "immutable": true,
38721
38751
  "locationInModule": {
38722
38752
  "filename": "src/javascript/node-package.ts",
38723
- "line": 208
38753
+ "line": 209
38724
38754
  },
38725
38755
  "name": "homepage",
38726
38756
  "optional": true,
@@ -38737,7 +38767,7 @@
38737
38767
  "immutable": true,
38738
38768
  "locationInModule": {
38739
38769
  "filename": "src/javascript/node-package.ts",
38740
- "line": 130
38770
+ "line": 131
38741
38771
  },
38742
38772
  "name": "keywords",
38743
38773
  "optional": true,
@@ -38761,7 +38791,7 @@
38761
38791
  "immutable": true,
38762
38792
  "locationInModule": {
38763
38793
  "filename": "src/javascript/node-package.ts",
38764
- "line": 243
38794
+ "line": 244
38765
38795
  },
38766
38796
  "name": "license",
38767
38797
  "optional": true,
@@ -38779,7 +38809,7 @@
38779
38809
  "immutable": true,
38780
38810
  "locationInModule": {
38781
38811
  "filename": "src/javascript/node-package.ts",
38782
- "line": 250
38812
+ "line": 251
38783
38813
  },
38784
38814
  "name": "licensed",
38785
38815
  "optional": true,
@@ -38797,7 +38827,7 @@
38797
38827
  "immutable": true,
38798
38828
  "locationInModule": {
38799
38829
  "filename": "src/javascript/node-package.ts",
38800
- "line": 227
38830
+ "line": 228
38801
38831
  },
38802
38832
  "name": "maxNodeVersion",
38803
38833
  "optional": true,
@@ -38815,7 +38845,7 @@
38815
38845
  "immutable": true,
38816
38846
  "locationInModule": {
38817
38847
  "filename": "src/javascript/node-package.ts",
38818
- "line": 220
38848
+ "line": 221
38819
38849
  },
38820
38850
  "name": "minNodeVersion",
38821
38851
  "optional": true,
@@ -38833,7 +38863,7 @@
38833
38863
  "immutable": true,
38834
38864
  "locationInModule": {
38835
38865
  "filename": "src/javascript/node-package.ts",
38836
- "line": 285
38866
+ "line": 286
38837
38867
  },
38838
38868
  "name": "npmAccess",
38839
38869
  "optional": true,
@@ -38852,7 +38882,7 @@
38852
38882
  "immutable": true,
38853
38883
  "locationInModule": {
38854
38884
  "filename": "src/javascript/node-package.ts",
38855
- "line": 266
38885
+ "line": 267
38856
38886
  },
38857
38887
  "name": "npmRegistry",
38858
38888
  "optional": true,
@@ -38871,7 +38901,7 @@
38871
38901
  "immutable": true,
38872
38902
  "locationInModule": {
38873
38903
  "filename": "src/javascript/node-package.ts",
38874
- "line": 259
38904
+ "line": 260
38875
38905
  },
38876
38906
  "name": "npmRegistryUrl",
38877
38907
  "optional": true,
@@ -38889,7 +38919,7 @@
38889
38919
  "immutable": true,
38890
38920
  "locationInModule": {
38891
38921
  "filename": "src/javascript/node-package.ts",
38892
- "line": 292
38922
+ "line": 293
38893
38923
  },
38894
38924
  "name": "npmTokenSecret",
38895
38925
  "optional": true,
@@ -38907,7 +38937,7 @@
38907
38937
  "immutable": true,
38908
38938
  "locationInModule": {
38909
38939
  "filename": "src/javascript/node-package.ts",
38910
- "line": 171
38940
+ "line": 172
38911
38941
  },
38912
38942
  "name": "packageManager",
38913
38943
  "optional": true,
@@ -38928,7 +38958,7 @@
38928
38958
  "immutable": true,
38929
38959
  "locationInModule": {
38930
38960
  "filename": "src/javascript/node-package.ts",
38931
- "line": 37
38961
+ "line": 38
38932
38962
  },
38933
38963
  "name": "packageName",
38934
38964
  "optional": true,
@@ -38945,7 +38975,7 @@
38945
38975
  "immutable": true,
38946
38976
  "locationInModule": {
38947
38977
  "filename": "src/javascript/node-package.ts",
38948
- "line": 116
38978
+ "line": 117
38949
38979
  },
38950
38980
  "name": "peerDependencyOptions",
38951
38981
  "optional": true,
@@ -38964,7 +38994,7 @@
38964
38994
  "immutable": true,
38965
38995
  "locationInModule": {
38966
38996
  "filename": "src/javascript/node-package.ts",
38967
- "line": 97
38997
+ "line": 98
38968
38998
  },
38969
38999
  "name": "peerDeps",
38970
39000
  "optional": true,
@@ -38987,7 +39017,7 @@
38987
39017
  "immutable": true,
38988
39018
  "locationInModule": {
38989
39019
  "filename": "src/javascript/node-package.ts",
38990
- "line": 234
39020
+ "line": 235
38991
39021
  },
38992
39022
  "name": "pnpmVersion",
38993
39023
  "optional": true,
@@ -39005,7 +39035,7 @@
39005
39035
  "immutable": true,
39006
39036
  "locationInModule": {
39007
39037
  "filename": "src/javascript/node-package.ts",
39008
- "line": 177
39038
+ "line": 178
39009
39039
  },
39010
39040
  "name": "repository",
39011
39041
  "optional": true,
@@ -39022,7 +39052,7 @@
39022
39052
  "immutable": true,
39023
39053
  "locationInModule": {
39024
39054
  "filename": "src/javascript/node-package.ts",
39025
- "line": 183
39055
+ "line": 184
39026
39056
  },
39027
39057
  "name": "repositoryDirectory",
39028
39058
  "optional": true,
@@ -39040,7 +39070,7 @@
39040
39070
  "immutable": true,
39041
39071
  "locationInModule": {
39042
39072
  "filename": "src/javascript/node-package.ts",
39043
- "line": 307
39073
+ "line": 308
39044
39074
  },
39045
39075
  "name": "scopedPackagesOptions",
39046
39076
  "optional": true,
@@ -39064,7 +39094,7 @@
39064
39094
  "immutable": true,
39065
39095
  "locationInModule": {
39066
39096
  "filename": "src/javascript/node-package.ts",
39067
- "line": 164
39097
+ "line": 165
39068
39098
  },
39069
39099
  "name": "scripts",
39070
39100
  "optional": true,
@@ -39086,7 +39116,7 @@
39086
39116
  "immutable": true,
39087
39117
  "locationInModule": {
39088
39118
  "filename": "src/javascript/node-package.ts",
39089
- "line": 213
39119
+ "line": 214
39090
39120
  },
39091
39121
  "name": "stability",
39092
39122
  "optional": true,
@@ -40557,7 +40587,7 @@
40557
40587
  "kind": "enum",
40558
40588
  "locationInModule": {
40559
40589
  "filename": "src/javascript/node-package.ts",
40560
- "line": 1465
40590
+ "line": 1496
40561
40591
  },
40562
40592
  "members": [
40563
40593
  {
@@ -40734,7 +40764,7 @@
40734
40764
  "kind": "interface",
40735
40765
  "locationInModule": {
40736
40766
  "filename": "src/javascript/node-package.ts",
40737
- "line": 1429
40767
+ "line": 1460
40738
40768
  },
40739
40769
  "name": "PeerDependencyOptions",
40740
40770
  "namespace": "javascript",
@@ -40749,7 +40779,7 @@
40749
40779
  "immutable": true,
40750
40780
  "locationInModule": {
40751
40781
  "filename": "src/javascript/node-package.ts",
40752
- "line": 1434
40782
+ "line": 1465
40753
40783
  },
40754
40784
  "name": "pinnedDevDependency",
40755
40785
  "optional": true,
@@ -41813,7 +41843,7 @@
41813
41843
  "kind": "interface",
41814
41844
  "locationInModule": {
41815
41845
  "filename": "src/javascript/node-package.ts",
41816
- "line": 374
41846
+ "line": 375
41817
41847
  },
41818
41848
  "name": "ScopedPackagesOptions",
41819
41849
  "namespace": "javascript",
@@ -41827,7 +41857,7 @@
41827
41857
  "immutable": true,
41828
41858
  "locationInModule": {
41829
41859
  "filename": "src/javascript/node-package.ts",
41830
- "line": 385
41860
+ "line": 386
41831
41861
  },
41832
41862
  "name": "registryUrl",
41833
41863
  "type": {
@@ -41844,7 +41874,7 @@
41844
41874
  "immutable": true,
41845
41875
  "locationInModule": {
41846
41876
  "filename": "src/javascript/node-package.ts",
41847
- "line": 380
41877
+ "line": 381
41848
41878
  },
41849
41879
  "name": "scope",
41850
41880
  "type": {
@@ -52143,6 +52173,6 @@
52143
52173
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
52144
52174
  }
52145
52175
  },
52146
- "version": "0.67.83",
52147
- "fingerprint": "Jj9D7ng0ZUbqv/on2vX8CbOjFxR+x9KMGJEGRO7x5pg="
52176
+ "version": "0.67.85",
52177
+ "fingerprint": "X0qHmmvHSt91E9nPQVuZ2Iom9QVOZ8CkpgMHIbMCSPY="
52148
52178
  }