projen 0.71.28 → 0.71.30

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 (136) hide show
  1. package/.jsii +122 -91
  2. package/docs/api/API.md +13 -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/workflow-actions.js +1 -1
  52. package/lib/github/workflow-jobs.js +1 -1
  53. package/lib/github/workflows.js +1 -1
  54. package/lib/gitlab/configuration.js +1 -1
  55. package/lib/gitlab/gitlab-configuration.js +1 -1
  56. package/lib/gitlab/nested-configuration.js +1 -1
  57. package/lib/gitpod.js +1 -1
  58. package/lib/ignore-file.js +1 -1
  59. package/lib/ini.js +1 -1
  60. package/lib/java/java-project.js +1 -1
  61. package/lib/java/junit.js +1 -1
  62. package/lib/java/maven-compile.js +1 -1
  63. package/lib/java/maven-packaging.js +1 -1
  64. package/lib/java/maven-sample.js +1 -1
  65. package/lib/java/pom.js +1 -1
  66. package/lib/java/projenrc.js +1 -1
  67. package/lib/javascript/bundler.js +1 -1
  68. package/lib/javascript/eslint.js +1 -1
  69. package/lib/javascript/jest.js +4 -4
  70. package/lib/javascript/node-package.d.ts +12 -0
  71. package/lib/javascript/node-package.js +34 -11
  72. package/lib/javascript/node-project.js +1 -1
  73. package/lib/javascript/npm-config.js +1 -1
  74. package/lib/javascript/prettier.js +1 -1
  75. package/lib/javascript/projenrc.js +1 -1
  76. package/lib/javascript/typescript-config.js +1 -1
  77. package/lib/javascript/upgrade-dependencies.js +2 -2
  78. package/lib/javascript/util.d.ts +8 -0
  79. package/lib/javascript/util.js +22 -2
  80. package/lib/json-patch.js +1 -1
  81. package/lib/json.js +1 -1
  82. package/lib/license.js +1 -1
  83. package/lib/logger.js +1 -1
  84. package/lib/makefile.js +1 -1
  85. package/lib/object-file.js +1 -1
  86. package/lib/project-build.js +1 -1
  87. package/lib/project.js +1 -1
  88. package/lib/projects.js +1 -1
  89. package/lib/projenrc-json.js +2 -2
  90. package/lib/projenrc.js +1 -1
  91. package/lib/python/pip.js +1 -1
  92. package/lib/python/poetry.js +2 -2
  93. package/lib/python/projenrc.js +1 -1
  94. package/lib/python/pytest-sample.js +1 -1
  95. package/lib/python/pytest.js +1 -1
  96. package/lib/python/python-project.js +1 -1
  97. package/lib/python/python-sample.js +1 -1
  98. package/lib/python/requirements-file.js +1 -1
  99. package/lib/python/setuppy.js +1 -1
  100. package/lib/python/setuptools.js +1 -1
  101. package/lib/python/venv.js +1 -1
  102. package/lib/readme.js +1 -1
  103. package/lib/release/publisher.js +1 -1
  104. package/lib/release/release-trigger.js +1 -1
  105. package/lib/release/release.js +1 -1
  106. package/lib/renovatebot.js +1 -1
  107. package/lib/run-task.js +1880 -0
  108. package/lib/sample-file.js +2 -2
  109. package/lib/semver.js +1 -1
  110. package/lib/source-code.js +1 -1
  111. package/lib/task-runtime.js +1 -1
  112. package/lib/task.js +1 -1
  113. package/lib/tasks.js +1 -1
  114. package/lib/testing.js +1 -1
  115. package/lib/textfile.js +1 -1
  116. package/lib/toml.js +1 -1
  117. package/lib/typescript/projenrc-ts.js +1 -1
  118. package/lib/typescript/projenrc.js +1 -1
  119. package/lib/typescript/typescript-typedoc.js +1 -1
  120. package/lib/typescript/typescript.js +3 -3
  121. package/lib/version.js +1 -1
  122. package/lib/vscode/devcontainer.js +1 -1
  123. package/lib/vscode/extensions.js +1 -1
  124. package/lib/vscode/launch-config.js +1 -1
  125. package/lib/vscode/settings.js +1 -1
  126. package/lib/vscode/vscode.js +1 -1
  127. package/lib/web/next.js +3 -3
  128. package/lib/web/postcss.js +1 -1
  129. package/lib/web/react.js +4 -4
  130. package/lib/web/tailwind.js +1 -1
  131. package/lib/xmlfile.js +1 -1
  132. package/lib/yaml.js +1 -1
  133. package/node_modules/xmlbuilder2/node_modules/@types/node/README.md +1 -1
  134. package/node_modules/xmlbuilder2/node_modules/@types/node/http.d.ts +55 -0
  135. package/node_modules/xmlbuilder2/node_modules/@types/node/package.json +2 -2
  136. package/package.json +1 -1
package/.jsii CHANGED
@@ -35943,7 +35943,7 @@
35943
35943
  "kind": "enum",
35944
35944
  "locationInModule": {
35945
35945
  "filename": "src/javascript/node-package.ts",
35946
- "line": 310
35946
+ "line": 315
35947
35947
  },
35948
35948
  "members": [
35949
35949
  {
@@ -35977,7 +35977,7 @@
35977
35977
  "kind": "interface",
35978
35978
  "locationInModule": {
35979
35979
  "filename": "src/javascript/node-package.ts",
35980
- "line": 328
35980
+ "line": 333
35981
35981
  },
35982
35982
  "name": "CodeArtifactOptions",
35983
35983
  "namespace": "javascript",
@@ -35993,7 +35993,7 @@
35993
35993
  "immutable": true,
35994
35994
  "locationInModule": {
35995
35995
  "filename": "src/javascript/node-package.ts",
35996
- "line": 345
35996
+ "line": 350
35997
35997
  },
35998
35998
  "name": "accessKeyIdSecret",
35999
35999
  "optional": true,
@@ -36011,7 +36011,7 @@
36011
36011
  "immutable": true,
36012
36012
  "locationInModule": {
36013
36013
  "filename": "src/javascript/node-package.ts",
36014
- "line": 334
36014
+ "line": 339
36015
36015
  },
36016
36016
  "name": "authProvider",
36017
36017
  "optional": true,
@@ -36030,7 +36030,7 @@
36030
36030
  "immutable": true,
36031
36031
  "locationInModule": {
36032
36032
  "filename": "src/javascript/node-package.ts",
36033
- "line": 365
36033
+ "line": 370
36034
36034
  },
36035
36035
  "name": "roleToAssume",
36036
36036
  "optional": true,
@@ -36049,7 +36049,7 @@
36049
36049
  "immutable": true,
36050
36050
  "locationInModule": {
36051
36051
  "filename": "src/javascript/node-package.ts",
36052
- "line": 356
36052
+ "line": 361
36053
36053
  },
36054
36054
  "name": "secretAccessKeySecret",
36055
36055
  "optional": true,
@@ -38981,7 +38981,7 @@
38981
38981
  },
38982
38982
  "locationInModule": {
38983
38983
  "filename": "src/javascript/node-package.ts",
38984
- "line": 502
38984
+ "line": 507
38985
38985
  },
38986
38986
  "parameters": [
38987
38987
  {
@@ -39002,7 +39002,7 @@
39002
39002
  "kind": "class",
39003
39003
  "locationInModule": {
39004
39004
  "filename": "src/javascript/node-package.ts",
39005
- "line": 388
39005
+ "line": 393
39006
39006
  },
39007
39007
  "methods": [
39008
39008
  {
@@ -39011,7 +39011,7 @@
39011
39011
  },
39012
39012
  "locationInModule": {
39013
39013
  "filename": "src/javascript/node-package.ts",
39014
- "line": 721
39014
+ "line": 726
39015
39015
  },
39016
39016
  "name": "addBin",
39017
39017
  "parameters": [
@@ -39036,7 +39036,7 @@
39036
39036
  },
39037
39037
  "locationInModule": {
39038
39038
  "filename": "src/javascript/node-package.ts",
39039
- "line": 690
39039
+ "line": 695
39040
39040
  },
39041
39041
  "name": "addBundledDeps",
39042
39042
  "parameters": [
@@ -39061,7 +39061,7 @@
39061
39061
  },
39062
39062
  "locationInModule": {
39063
39063
  "filename": "src/javascript/node-package.ts",
39064
- "line": 630
39064
+ "line": 635
39065
39065
  },
39066
39066
  "name": "addDeps",
39067
39067
  "parameters": [
@@ -39086,7 +39086,7 @@
39086
39086
  },
39087
39087
  "locationInModule": {
39088
39088
  "filename": "src/javascript/node-package.ts",
39089
- "line": 645
39089
+ "line": 650
39090
39090
  },
39091
39091
  "name": "addDevDeps",
39092
39092
  "parameters": [
@@ -39111,7 +39111,7 @@
39111
39111
  },
39112
39112
  "locationInModule": {
39113
39113
  "filename": "src/javascript/node-package.ts",
39114
- "line": 707
39114
+ "line": 712
39115
39115
  },
39116
39116
  "name": "addEngine",
39117
39117
  "parameters": [
@@ -39145,7 +39145,7 @@
39145
39145
  },
39146
39146
  "locationInModule": {
39147
39147
  "filename": "src/javascript/node-package.ts",
39148
- "line": 763
39148
+ "line": 768
39149
39149
  },
39150
39150
  "name": "addField",
39151
39151
  "parameters": [
@@ -39176,7 +39176,7 @@
39176
39176
  },
39177
39177
  "locationInModule": {
39178
39178
  "filename": "src/javascript/node-package.ts",
39179
- "line": 715
39179
+ "line": 720
39180
39180
  },
39181
39181
  "name": "addKeywords",
39182
39182
  "parameters": [
@@ -39200,7 +39200,7 @@
39200
39200
  },
39201
39201
  "locationInModule": {
39202
39202
  "filename": "src/javascript/node-package.ts",
39203
- "line": 783
39203
+ "line": 788
39204
39204
  },
39205
39205
  "name": "addPackageResolutions",
39206
39206
  "parameters": [
@@ -39226,7 +39226,7 @@
39226
39226
  },
39227
39227
  "locationInModule": {
39228
39228
  "filename": "src/javascript/node-package.ts",
39229
- "line": 664
39229
+ "line": 669
39230
39230
  },
39231
39231
  "name": "addPeerDeps",
39232
39232
  "parameters": [
@@ -39251,7 +39251,7 @@
39251
39251
  },
39252
39252
  "locationInModule": {
39253
39253
  "filename": "src/javascript/node-package.ts",
39254
- "line": 771
39254
+ "line": 776
39255
39255
  },
39256
39256
  "name": "addVersion",
39257
39257
  "parameters": [
@@ -39274,7 +39274,7 @@
39274
39274
  },
39275
39275
  "locationInModule": {
39276
39276
  "filename": "src/javascript/node-package.ts",
39277
- "line": 753
39277
+ "line": 758
39278
39278
  },
39279
39279
  "name": "hasScript",
39280
39280
  "parameters": [
@@ -39302,7 +39302,7 @@
39302
39302
  },
39303
39303
  "locationInModule": {
39304
39304
  "filename": "src/javascript/node-package.ts",
39305
- "line": 859
39305
+ "line": 890
39306
39306
  },
39307
39307
  "name": "postSynthesize",
39308
39308
  "overrides": "projen.Component"
@@ -39314,7 +39314,7 @@
39314
39314
  },
39315
39315
  "locationInModule": {
39316
39316
  "filename": "src/javascript/node-package.ts",
39317
- "line": 854
39317
+ "line": 885
39318
39318
  },
39319
39319
  "name": "preSynthesize",
39320
39320
  "overrides": "projen.Component"
@@ -39326,7 +39326,7 @@
39326
39326
  },
39327
39327
  "locationInModule": {
39328
39328
  "filename": "src/javascript/node-package.ts",
39329
- "line": 742
39329
+ "line": 747
39330
39330
  },
39331
39331
  "name": "removeScript",
39332
39332
  "parameters": [
@@ -39348,7 +39348,7 @@
39348
39348
  },
39349
39349
  "locationInModule": {
39350
39350
  "filename": "src/javascript/node-package.ts",
39351
- "line": 808
39351
+ "line": 813
39352
39352
  },
39353
39353
  "name": "renderUpgradePackagesCommand",
39354
39354
  "parameters": [
@@ -39389,7 +39389,7 @@
39389
39389
  },
39390
39390
  "locationInModule": {
39391
39391
  "filename": "src/javascript/node-package.ts",
39392
- "line": 733
39392
+ "line": 738
39393
39393
  },
39394
39394
  "name": "setScript",
39395
39395
  "parameters": [
@@ -39412,6 +39412,37 @@
39412
39412
  }
39413
39413
  }
39414
39414
  ]
39415
+ },
39416
+ {
39417
+ "docs": {
39418
+ "custom": {
39419
+ "remarks": "This method will first look through the current project's dependencies.\nIf found and semantically valid (not '*'), that will be used.\nOtherwise, it will fall back to locating a `package.json` manifest for the dependency\nthrough node's internal resolution reading the version from there."
39420
+ },
39421
+ "stability": "experimental",
39422
+ "summary": "Attempt to resolve the currently installed version for a given dependency."
39423
+ },
39424
+ "locationInModule": {
39425
+ "filename": "src/javascript/node-package.ts",
39426
+ "line": 868
39427
+ },
39428
+ "name": "tryResolveDependencyVersion",
39429
+ "parameters": [
39430
+ {
39431
+ "docs": {
39432
+ "summary": "Dependency to resolve for."
39433
+ },
39434
+ "name": "dependencyName",
39435
+ "type": {
39436
+ "primitive": "string"
39437
+ }
39438
+ }
39439
+ ],
39440
+ "returns": {
39441
+ "optional": true,
39442
+ "type": {
39443
+ "primitive": "string"
39444
+ }
39445
+ }
39415
39446
  }
39416
39447
  ],
39417
39448
  "name": "NodePackage",
@@ -39425,7 +39456,7 @@
39425
39456
  "immutable": true,
39426
39457
  "locationInModule": {
39427
39458
  "filename": "src/javascript/node-package.ts",
39428
- "line": 402
39459
+ "line": 407
39429
39460
  },
39430
39461
  "name": "allowLibraryDependencies",
39431
39462
  "type": {
@@ -39440,7 +39471,7 @@
39440
39471
  "immutable": true,
39441
39472
  "locationInModule": {
39442
39473
  "filename": "src/javascript/node-package.ts",
39443
- "line": 397
39474
+ "line": 402
39444
39475
  },
39445
39476
  "name": "entrypoint",
39446
39477
  "type": {
@@ -39455,7 +39486,7 @@
39455
39486
  "immutable": true,
39456
39487
  "locationInModule": {
39457
39488
  "filename": "src/javascript/node-package.ts",
39458
- "line": 491
39489
+ "line": 496
39459
39490
  },
39460
39491
  "name": "file",
39461
39492
  "type": {
@@ -39470,7 +39501,7 @@
39470
39501
  "immutable": true,
39471
39502
  "locationInModule": {
39472
39503
  "filename": "src/javascript/node-package.ts",
39473
- "line": 801
39504
+ "line": 806
39474
39505
  },
39475
39506
  "name": "installAndUpdateLockfileCommand",
39476
39507
  "type": {
@@ -39485,7 +39516,7 @@
39485
39516
  "immutable": true,
39486
39517
  "locationInModule": {
39487
39518
  "filename": "src/javascript/node-package.ts",
39488
- "line": 486
39519
+ "line": 491
39489
39520
  },
39490
39521
  "name": "installCiTask",
39491
39522
  "type": {
@@ -39500,7 +39531,7 @@
39500
39531
  "immutable": true,
39501
39532
  "locationInModule": {
39502
39533
  "filename": "src/javascript/node-package.ts",
39503
- "line": 794
39534
+ "line": 799
39504
39535
  },
39505
39536
  "name": "installCommand",
39506
39537
  "type": {
@@ -39515,7 +39546,7 @@
39515
39546
  "immutable": true,
39516
39547
  "locationInModule": {
39517
39548
  "filename": "src/javascript/node-package.ts",
39518
- "line": 481
39549
+ "line": 486
39519
39550
  },
39520
39551
  "name": "installTask",
39521
39552
  "type": {
@@ -39530,7 +39561,7 @@
39530
39561
  "immutable": true,
39531
39562
  "locationInModule": {
39532
39563
  "filename": "src/javascript/node-package.ts",
39533
- "line": 476
39564
+ "line": 481
39534
39565
  },
39535
39566
  "name": "lockFile",
39536
39567
  "type": {
@@ -39545,7 +39576,7 @@
39545
39576
  "immutable": true,
39546
39577
  "locationInModule": {
39547
39578
  "filename": "src/javascript/node-package.ts",
39548
- "line": 412
39579
+ "line": 417
39549
39580
  },
39550
39581
  "name": "manifest",
39551
39582
  "type": {
@@ -39560,7 +39591,7 @@
39560
39591
  "immutable": true,
39561
39592
  "locationInModule": {
39562
39593
  "filename": "src/javascript/node-package.ts",
39563
- "line": 471
39594
+ "line": 476
39564
39595
  },
39565
39596
  "name": "npmAccess",
39566
39597
  "type": {
@@ -39575,7 +39606,7 @@
39575
39606
  "immutable": true,
39576
39607
  "locationInModule": {
39577
39608
  "filename": "src/javascript/node-package.ts",
39578
- "line": 446
39609
+ "line": 451
39579
39610
  },
39580
39611
  "name": "npmRegistry",
39581
39612
  "type": {
@@ -39590,7 +39621,7 @@
39590
39621
  "immutable": true,
39591
39622
  "locationInModule": {
39592
39623
  "filename": "src/javascript/node-package.ts",
39593
- "line": 441
39624
+ "line": 446
39594
39625
  },
39595
39626
  "name": "npmRegistryUrl",
39596
39627
  "type": {
@@ -39605,7 +39636,7 @@
39605
39636
  "immutable": true,
39606
39637
  "locationInModule": {
39607
39638
  "filename": "src/javascript/node-package.ts",
39608
- "line": 407
39639
+ "line": 412
39609
39640
  },
39610
39641
  "name": "packageManager",
39611
39642
  "type": {
@@ -39620,7 +39651,7 @@
39620
39651
  "immutable": true,
39621
39652
  "locationInModule": {
39622
39653
  "filename": "src/javascript/node-package.ts",
39623
- "line": 392
39654
+ "line": 397
39624
39655
  },
39625
39656
  "name": "packageName",
39626
39657
  "type": {
@@ -39635,7 +39666,7 @@
39635
39666
  "immutable": true,
39636
39667
  "locationInModule": {
39637
39668
  "filename": "src/javascript/node-package.ts",
39638
- "line": 881
39669
+ "line": 912
39639
39670
  },
39640
39671
  "name": "projenCommand",
39641
39672
  "type": {
@@ -39652,7 +39683,7 @@
39652
39683
  "immutable": true,
39653
39684
  "locationInModule": {
39654
39685
  "filename": "src/javascript/node-package.ts",
39655
- "line": 459
39686
+ "line": 464
39656
39687
  },
39657
39688
  "name": "codeArtifactOptions",
39658
39689
  "optional": true,
@@ -39669,7 +39700,7 @@
39669
39700
  "immutable": true,
39670
39701
  "locationInModule": {
39671
39702
  "filename": "src/javascript/node-package.ts",
39672
- "line": 436
39703
+ "line": 441
39673
39704
  },
39674
39705
  "name": "license",
39675
39706
  "optional": true,
@@ -39686,7 +39717,7 @@
39686
39717
  "immutable": true,
39687
39718
  "locationInModule": {
39688
39719
  "filename": "src/javascript/node-package.ts",
39689
- "line": 424
39720
+ "line": 429
39690
39721
  },
39691
39722
  "name": "maxNodeVersion",
39692
39723
  "optional": true,
@@ -39703,7 +39734,7 @@
39703
39734
  "immutable": true,
39704
39735
  "locationInModule": {
39705
39736
  "filename": "src/javascript/node-package.ts",
39706
- "line": 418
39737
+ "line": 423
39707
39738
  },
39708
39739
  "name": "minNodeVersion",
39709
39740
  "optional": true,
@@ -39719,7 +39750,7 @@
39719
39750
  "immutable": true,
39720
39751
  "locationInModule": {
39721
39752
  "filename": "src/javascript/node-package.ts",
39722
- "line": 451
39753
+ "line": 456
39723
39754
  },
39724
39755
  "name": "npmTokenSecret",
39725
39756
  "optional": true,
@@ -39736,7 +39767,7 @@
39736
39767
  "immutable": true,
39737
39768
  "locationInModule": {
39738
39769
  "filename": "src/javascript/node-package.ts",
39739
- "line": 431
39770
+ "line": 436
39740
39771
  },
39741
39772
  "name": "pnpmVersion",
39742
39773
  "optional": true,
@@ -39753,7 +39784,7 @@
39753
39784
  "immutable": true,
39754
39785
  "locationInModule": {
39755
39786
  "filename": "src/javascript/node-package.ts",
39756
- "line": 466
39787
+ "line": 471
39757
39788
  },
39758
39789
  "name": "scopedPackagesOptions",
39759
39790
  "optional": true,
@@ -39779,7 +39810,7 @@
39779
39810
  "kind": "enum",
39780
39811
  "locationInModule": {
39781
39812
  "filename": "src/javascript/node-package.ts",
39782
- "line": 1504
39813
+ "line": 1533
39783
39814
  },
39784
39815
  "members": [
39785
39816
  {
@@ -39825,7 +39856,7 @@
39825
39856
  "kind": "interface",
39826
39857
  "locationInModule": {
39827
39858
  "filename": "src/javascript/node-package.ts",
39828
- "line": 26
39859
+ "line": 31
39829
39860
  },
39830
39861
  "name": "NodePackageOptions",
39831
39862
  "namespace": "javascript",
@@ -39841,7 +39872,7 @@
39841
39872
  "immutable": true,
39842
39873
  "locationInModule": {
39843
39874
  "filename": "src/javascript/node-package.ts",
39844
- "line": 120
39875
+ "line": 125
39845
39876
  },
39846
39877
  "name": "allowLibraryDependencies",
39847
39878
  "optional": true,
@@ -39858,7 +39889,7 @@
39858
39889
  "immutable": true,
39859
39890
  "locationInModule": {
39860
39891
  "filename": "src/javascript/node-package.ts",
39861
- "line": 190
39892
+ "line": 195
39862
39893
  },
39863
39894
  "name": "authorEmail",
39864
39895
  "optional": true,
@@ -39875,7 +39906,7 @@
39875
39906
  "immutable": true,
39876
39907
  "locationInModule": {
39877
39908
  "filename": "src/javascript/node-package.ts",
39878
- "line": 185
39909
+ "line": 190
39879
39910
  },
39880
39911
  "name": "authorName",
39881
39912
  "optional": true,
@@ -39892,7 +39923,7 @@
39892
39923
  "immutable": true,
39893
39924
  "locationInModule": {
39894
39925
  "filename": "src/javascript/node-package.ts",
39895
- "line": 200
39926
+ "line": 205
39896
39927
  },
39897
39928
  "name": "authorOrganization",
39898
39929
  "optional": true,
@@ -39909,7 +39940,7 @@
39909
39940
  "immutable": true,
39910
39941
  "locationInModule": {
39911
39942
  "filename": "src/javascript/node-package.ts",
39912
- "line": 195
39943
+ "line": 200
39913
39944
  },
39914
39945
  "name": "authorUrl",
39915
39946
  "optional": true,
@@ -39927,7 +39958,7 @@
39927
39958
  "immutable": true,
39928
39959
  "locationInModule": {
39929
39960
  "filename": "src/javascript/node-package.ts",
39930
- "line": 151
39961
+ "line": 156
39931
39962
  },
39932
39963
  "name": "autoDetectBin",
39933
39964
  "optional": true,
@@ -39945,7 +39976,7 @@
39945
39976
  "immutable": true,
39946
39977
  "locationInModule": {
39947
39978
  "filename": "src/javascript/node-package.ts",
39948
- "line": 143
39979
+ "line": 148
39949
39980
  },
39950
39981
  "name": "bin",
39951
39982
  "optional": true,
@@ -39967,7 +39998,7 @@
39967
39998
  "immutable": true,
39968
39999
  "locationInModule": {
39969
40000
  "filename": "src/javascript/node-package.ts",
39970
- "line": 273
40001
+ "line": 278
39971
40002
  },
39972
40003
  "name": "bugsEmail",
39973
40004
  "optional": true,
@@ -39984,7 +40015,7 @@
39984
40015
  "immutable": true,
39985
40016
  "locationInModule": {
39986
40017
  "filename": "src/javascript/node-package.ts",
39987
- "line": 268
40018
+ "line": 273
39988
40019
  },
39989
40020
  "name": "bugsUrl",
39990
40021
  "optional": true,
@@ -40002,7 +40033,7 @@
40002
40033
  "immutable": true,
40003
40034
  "locationInModule": {
40004
40035
  "filename": "src/javascript/node-package.ts",
40005
- "line": 106
40036
+ "line": 111
40006
40037
  },
40007
40038
  "name": "bundledDeps",
40008
40039
  "optional": true,
@@ -40026,7 +40057,7 @@
40026
40057
  "immutable": true,
40027
40058
  "locationInModule": {
40028
40059
  "filename": "src/javascript/node-package.ts",
40029
- "line": 297
40060
+ "line": 302
40030
40061
  },
40031
40062
  "name": "codeArtifactOptions",
40032
40063
  "optional": true,
@@ -40049,7 +40080,7 @@
40049
40080
  "immutable": true,
40050
40081
  "locationInModule": {
40051
40082
  "filename": "src/javascript/node-package.ts",
40052
- "line": 55
40083
+ "line": 60
40053
40084
  },
40054
40085
  "name": "deps",
40055
40086
  "optional": true,
@@ -40075,7 +40106,7 @@
40075
40106
  "immutable": true,
40076
40107
  "locationInModule": {
40077
40108
  "filename": "src/javascript/node-package.ts",
40078
- "line": 39
40109
+ "line": 44
40079
40110
  },
40080
40111
  "name": "description",
40081
40112
  "optional": true,
@@ -40098,7 +40129,7 @@
40098
40129
  "immutable": true,
40099
40130
  "locationInModule": {
40100
40131
  "filename": "src/javascript/node-package.ts",
40101
- "line": 73
40132
+ "line": 78
40102
40133
  },
40103
40134
  "name": "devDeps",
40104
40135
  "optional": true,
@@ -40122,7 +40153,7 @@
40122
40153
  "immutable": true,
40123
40154
  "locationInModule": {
40124
40155
  "filename": "src/javascript/node-package.ts",
40125
- "line": 134
40156
+ "line": 139
40126
40157
  },
40127
40158
  "name": "entrypoint",
40128
40159
  "optional": true,
@@ -40139,7 +40170,7 @@
40139
40170
  "immutable": true,
40140
40171
  "locationInModule": {
40141
40172
  "filename": "src/javascript/node-package.ts",
40142
- "line": 205
40173
+ "line": 210
40143
40174
  },
40144
40175
  "name": "homepage",
40145
40176
  "optional": true,
@@ -40156,7 +40187,7 @@
40156
40187
  "immutable": true,
40157
40188
  "locationInModule": {
40158
40189
  "filename": "src/javascript/node-package.ts",
40159
- "line": 125
40190
+ "line": 130
40160
40191
  },
40161
40192
  "name": "keywords",
40162
40193
  "optional": true,
@@ -40180,7 +40211,7 @@
40180
40211
  "immutable": true,
40181
40212
  "locationInModule": {
40182
40213
  "filename": "src/javascript/node-package.ts",
40183
- "line": 240
40214
+ "line": 245
40184
40215
  },
40185
40216
  "name": "license",
40186
40217
  "optional": true,
@@ -40198,7 +40229,7 @@
40198
40229
  "immutable": true,
40199
40230
  "locationInModule": {
40200
40231
  "filename": "src/javascript/node-package.ts",
40201
- "line": 247
40232
+ "line": 252
40202
40233
  },
40203
40234
  "name": "licensed",
40204
40235
  "optional": true,
@@ -40216,7 +40247,7 @@
40216
40247
  "immutable": true,
40217
40248
  "locationInModule": {
40218
40249
  "filename": "src/javascript/node-package.ts",
40219
- "line": 224
40250
+ "line": 229
40220
40251
  },
40221
40252
  "name": "maxNodeVersion",
40222
40253
  "optional": true,
@@ -40234,7 +40265,7 @@
40234
40265
  "immutable": true,
40235
40266
  "locationInModule": {
40236
40267
  "filename": "src/javascript/node-package.ts",
40237
- "line": 217
40268
+ "line": 222
40238
40269
  },
40239
40270
  "name": "minNodeVersion",
40240
40271
  "optional": true,
@@ -40252,7 +40283,7 @@
40252
40283
  "immutable": true,
40253
40284
  "locationInModule": {
40254
40285
  "filename": "src/javascript/node-package.ts",
40255
- "line": 282
40286
+ "line": 287
40256
40287
  },
40257
40288
  "name": "npmAccess",
40258
40289
  "optional": true,
@@ -40271,7 +40302,7 @@
40271
40302
  "immutable": true,
40272
40303
  "locationInModule": {
40273
40304
  "filename": "src/javascript/node-package.ts",
40274
- "line": 263
40305
+ "line": 268
40275
40306
  },
40276
40307
  "name": "npmRegistry",
40277
40308
  "optional": true,
@@ -40290,7 +40321,7 @@
40290
40321
  "immutable": true,
40291
40322
  "locationInModule": {
40292
40323
  "filename": "src/javascript/node-package.ts",
40293
- "line": 256
40324
+ "line": 261
40294
40325
  },
40295
40326
  "name": "npmRegistryUrl",
40296
40327
  "optional": true,
@@ -40308,7 +40339,7 @@
40308
40339
  "immutable": true,
40309
40340
  "locationInModule": {
40310
40341
  "filename": "src/javascript/node-package.ts",
40311
- "line": 289
40342
+ "line": 294
40312
40343
  },
40313
40344
  "name": "npmTokenSecret",
40314
40345
  "optional": true,
@@ -40326,7 +40357,7 @@
40326
40357
  "immutable": true,
40327
40358
  "locationInModule": {
40328
40359
  "filename": "src/javascript/node-package.ts",
40329
- "line": 168
40360
+ "line": 173
40330
40361
  },
40331
40362
  "name": "packageManager",
40332
40363
  "optional": true,
@@ -40347,7 +40378,7 @@
40347
40378
  "immutable": true,
40348
40379
  "locationInModule": {
40349
40380
  "filename": "src/javascript/node-package.ts",
40350
- "line": 32
40381
+ "line": 37
40351
40382
  },
40352
40383
  "name": "packageName",
40353
40384
  "optional": true,
@@ -40364,7 +40395,7 @@
40364
40395
  "immutable": true,
40365
40396
  "locationInModule": {
40366
40397
  "filename": "src/javascript/node-package.ts",
40367
- "line": 111
40398
+ "line": 116
40368
40399
  },
40369
40400
  "name": "peerDependencyOptions",
40370
40401
  "optional": true,
@@ -40383,7 +40414,7 @@
40383
40414
  "immutable": true,
40384
40415
  "locationInModule": {
40385
40416
  "filename": "src/javascript/node-package.ts",
40386
- "line": 92
40417
+ "line": 97
40387
40418
  },
40388
40419
  "name": "peerDeps",
40389
40420
  "optional": true,
@@ -40406,7 +40437,7 @@
40406
40437
  "immutable": true,
40407
40438
  "locationInModule": {
40408
40439
  "filename": "src/javascript/node-package.ts",
40409
- "line": 231
40440
+ "line": 236
40410
40441
  },
40411
40442
  "name": "pnpmVersion",
40412
40443
  "optional": true,
@@ -40424,7 +40455,7 @@
40424
40455
  "immutable": true,
40425
40456
  "locationInModule": {
40426
40457
  "filename": "src/javascript/node-package.ts",
40427
- "line": 174
40458
+ "line": 179
40428
40459
  },
40429
40460
  "name": "repository",
40430
40461
  "optional": true,
@@ -40441,7 +40472,7 @@
40441
40472
  "immutable": true,
40442
40473
  "locationInModule": {
40443
40474
  "filename": "src/javascript/node-package.ts",
40444
- "line": 180
40475
+ "line": 185
40445
40476
  },
40446
40477
  "name": "repositoryDirectory",
40447
40478
  "optional": true,
@@ -40459,7 +40490,7 @@
40459
40490
  "immutable": true,
40460
40491
  "locationInModule": {
40461
40492
  "filename": "src/javascript/node-package.ts",
40462
- "line": 304
40493
+ "line": 309
40463
40494
  },
40464
40495
  "name": "scopedPackagesOptions",
40465
40496
  "optional": true,
@@ -40484,7 +40515,7 @@
40484
40515
  "immutable": true,
40485
40516
  "locationInModule": {
40486
40517
  "filename": "src/javascript/node-package.ts",
40487
- "line": 161
40518
+ "line": 166
40488
40519
  },
40489
40520
  "name": "scripts",
40490
40521
  "optional": true,
@@ -40506,7 +40537,7 @@
40506
40537
  "immutable": true,
40507
40538
  "locationInModule": {
40508
40539
  "filename": "src/javascript/node-package.ts",
40509
- "line": 210
40540
+ "line": 215
40510
40541
  },
40511
40542
  "name": "stability",
40512
40543
  "optional": true,
@@ -42037,7 +42068,7 @@
42037
42068
  "kind": "enum",
42038
42069
  "locationInModule": {
42039
42070
  "filename": "src/javascript/node-package.ts",
42040
- "line": 1529
42071
+ "line": 1558
42041
42072
  },
42042
42073
  "members": [
42043
42074
  {
@@ -42232,7 +42263,7 @@
42232
42263
  "kind": "interface",
42233
42264
  "locationInModule": {
42234
42265
  "filename": "src/javascript/node-package.ts",
42235
- "line": 1493
42266
+ "line": 1522
42236
42267
  },
42237
42268
  "name": "PeerDependencyOptions",
42238
42269
  "namespace": "javascript",
@@ -42247,7 +42278,7 @@
42247
42278
  "immutable": true,
42248
42279
  "locationInModule": {
42249
42280
  "filename": "src/javascript/node-package.ts",
42250
- "line": 1498
42281
+ "line": 1527
42251
42282
  },
42252
42283
  "name": "pinnedDevDependency",
42253
42284
  "optional": true,
@@ -43360,7 +43391,7 @@
43360
43391
  "kind": "interface",
43361
43392
  "locationInModule": {
43362
43393
  "filename": "src/javascript/node-package.ts",
43363
- "line": 371
43394
+ "line": 376
43364
43395
  },
43365
43396
  "name": "ScopedPackagesOptions",
43366
43397
  "namespace": "javascript",
@@ -43374,7 +43405,7 @@
43374
43405
  "immutable": true,
43375
43406
  "locationInModule": {
43376
43407
  "filename": "src/javascript/node-package.ts",
43377
- "line": 382
43408
+ "line": 387
43378
43409
  },
43379
43410
  "name": "registryUrl",
43380
43411
  "type": {
@@ -43391,7 +43422,7 @@
43391
43422
  "immutable": true,
43392
43423
  "locationInModule": {
43393
43424
  "filename": "src/javascript/node-package.ts",
43394
- "line": 377
43425
+ "line": 382
43395
43426
  },
43396
43427
  "name": "scope",
43397
43428
  "type": {
@@ -54316,6 +54347,6 @@
54316
54347
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
54317
54348
  }
54318
54349
  },
54319
- "version": "0.71.28",
54320
- "fingerprint": "r1akJcb6BtfYqQg4rXr7T/YZpAKTBzTwShbESKwX92Y="
54350
+ "version": "0.71.30",
54351
+ "fingerprint": "7ReqPFyo9U6BXWdz0/KrNmTU1uuSj0ZDMTEn8UWHd3s="
54321
54352
  }