projen 0.54.32 → 0.54.35

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 (124) hide show
  1. package/.jsii +84 -84
  2. package/changelog.md +6 -1
  3. package/lib/awscdk/auto-discover.js +4 -4
  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.js +1 -1
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +3 -3
  13. package/lib/awscdk/integration-test.js +1 -1
  14. package/lib/awscdk/lambda-extension.js +1 -1
  15. package/lib/awscdk/lambda-function.js +2 -2
  16. package/lib/build/build-workflow.js +1 -1
  17. package/lib/cdk/auto-discover-base.js +2 -2
  18. package/lib/cdk/construct-lib.js +1 -1
  19. package/lib/cdk/integration-test-base.js +1 -1
  20. package/lib/cdk/jsii-docgen.js +1 -1
  21. package/lib/cdk/jsii-project.js +1 -1
  22. package/lib/cdk8s/auto-discover.js +2 -2
  23. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  24. package/lib/cdk8s/cdk8s-construct.js +1 -1
  25. package/lib/cdk8s/integration-test.js +1 -1
  26. package/lib/cdktf/cdktf-construct.js +1 -1
  27. package/lib/component.js +1 -1
  28. package/lib/dependencies.js +1 -1
  29. package/lib/dev-env.js +1 -1
  30. package/lib/docker-compose.js +2 -2
  31. package/lib/file.js +1 -1
  32. package/lib/gitattributes.js +1 -1
  33. package/lib/github/auto-approve.js +1 -1
  34. package/lib/github/auto-merge.js +1 -1
  35. package/lib/github/dependabot.js +1 -1
  36. package/lib/github/github-credentials.js +1 -1
  37. package/lib/github/github-project.js +1 -1
  38. package/lib/github/github.js +1 -1
  39. package/lib/github/mergify.js +1 -1
  40. package/lib/github/pr-template.js +1 -1
  41. package/lib/github/pull-request-lint.js +1 -1
  42. package/lib/github/stale.js +1 -1
  43. package/lib/github/task-workflow.js +1 -1
  44. package/lib/github/workflows.js +1 -1
  45. package/lib/gitlab/configuration.js +1 -1
  46. package/lib/gitlab/gitlab-configuration.js +1 -1
  47. package/lib/gitlab/nested-configuration.js +1 -1
  48. package/lib/gitpod.js +1 -1
  49. package/lib/ignore-file.js +1 -1
  50. package/lib/ini.js +1 -1
  51. package/lib/java/java-project.js +1 -1
  52. package/lib/java/junit.js +1 -1
  53. package/lib/java/maven-compile.js +1 -1
  54. package/lib/java/maven-packaging.js +1 -1
  55. package/lib/java/maven-sample.js +1 -1
  56. package/lib/java/pom.js +1 -1
  57. package/lib/java/projenrc.js +1 -1
  58. package/lib/javascript/bundler.js +1 -1
  59. package/lib/javascript/eslint.js +1 -1
  60. package/lib/javascript/jest.js +1 -1
  61. package/lib/javascript/node-package.js +6 -8
  62. package/lib/javascript/node-project.js +1 -1
  63. package/lib/javascript/npm-config.js +1 -1
  64. package/lib/javascript/prettier.js +1 -1
  65. package/lib/javascript/projenrc.js +1 -1
  66. package/lib/javascript/typescript-config.js +1 -1
  67. package/lib/javascript/upgrade-dependencies.js +2 -2
  68. package/lib/javascript/util.d.ts +1 -0
  69. package/lib/javascript/util.js +13 -2
  70. package/lib/json.js +1 -1
  71. package/lib/license.js +1 -1
  72. package/lib/logger.js +1 -1
  73. package/lib/makefile.js +1 -1
  74. package/lib/object-file.js +1 -1
  75. package/lib/project-build.js +1 -1
  76. package/lib/project.js +1 -1
  77. package/lib/projects.js +1 -1
  78. package/lib/projenrc-json.js +1 -1
  79. package/lib/python/pip.js +1 -1
  80. package/lib/python/poetry.js +2 -2
  81. package/lib/python/projenrc.js +1 -1
  82. package/lib/python/pytest-sample.js +1 -1
  83. package/lib/python/pytest.js +1 -1
  84. package/lib/python/python-project.js +1 -1
  85. package/lib/python/python-sample.js +1 -1
  86. package/lib/python/requirements-file.js +1 -1
  87. package/lib/python/setuppy.js +1 -1
  88. package/lib/python/setuptools.js +1 -1
  89. package/lib/python/venv.js +1 -1
  90. package/lib/readme.js +1 -1
  91. package/lib/release/publisher.js +1 -1
  92. package/lib/release/release-trigger.js +1 -1
  93. package/lib/release/release.js +1 -1
  94. package/lib/run-task.js +1813 -0
  95. package/lib/sample-file.js +2 -2
  96. package/lib/semver.js +1 -1
  97. package/lib/source-code.js +1 -1
  98. package/lib/task-runtime.js +1 -1
  99. package/lib/task.js +1 -1
  100. package/lib/tasks.js +1 -1
  101. package/lib/testing.js +1 -1
  102. package/lib/textfile.js +1 -1
  103. package/lib/toml.js +1 -1
  104. package/lib/typescript/projenrc.js +1 -1
  105. package/lib/typescript/typescript-typedoc.js +1 -1
  106. package/lib/typescript/typescript.js +3 -3
  107. package/lib/version.js +1 -1
  108. package/lib/vscode/devcontainer.js +1 -1
  109. package/lib/vscode/launch-config.js +1 -1
  110. package/lib/vscode/vscode.js +1 -1
  111. package/lib/web/next.js +3 -3
  112. package/lib/web/postcss.js +1 -1
  113. package/lib/web/react.js +4 -4
  114. package/lib/web/tailwind.js +1 -1
  115. package/lib/xmlfile.js +1 -1
  116. package/lib/yaml.js +1 -1
  117. package/node_modules/is-core-module/.eslintrc +1 -0
  118. package/node_modules/is-core-module/CHANGELOG.md +9 -0
  119. package/node_modules/is-core-module/core.json +1 -0
  120. package/node_modules/is-core-module/package.json +8 -12
  121. package/node_modules/is-core-module/test/index.js +34 -31
  122. package/package.json +4 -4
  123. package/releasetag.txt +1 -1
  124. package/version.txt +1 -1
package/.jsii CHANGED
@@ -29,7 +29,7 @@
29
29
  "stability": "experimental"
30
30
  },
31
31
  "homepage": "https://github.com/projen/projen.git",
32
- "jsiiVersion": "1.56.0 (build 55e7d15)",
32
+ "jsiiVersion": "1.57.0 (build f614666)",
33
33
  "keywords": [
34
34
  "cdk",
35
35
  "cicd",
@@ -28916,7 +28916,7 @@
28916
28916
  "kind": "interface",
28917
28917
  "locationInModule": {
28918
28918
  "filename": "src/javascript/node-package.ts",
28919
- "line": 300
28919
+ "line": 299
28920
28920
  },
28921
28921
  "name": "CodeArtifactOptions",
28922
28922
  "namespace": "javascript",
@@ -28932,7 +28932,7 @@
28932
28932
  "immutable": true,
28933
28933
  "locationInModule": {
28934
28934
  "filename": "src/javascript/node-package.ts",
28935
- "line": 307
28935
+ "line": 306
28936
28936
  },
28937
28937
  "name": "accessKeyIdSecret",
28938
28938
  "optional": true,
@@ -28950,7 +28950,7 @@
28950
28950
  "immutable": true,
28951
28951
  "locationInModule": {
28952
28952
  "filename": "src/javascript/node-package.ts",
28953
- "line": 323
28953
+ "line": 322
28954
28954
  },
28955
28955
  "name": "roleToAssume",
28956
28956
  "optional": true,
@@ -28969,7 +28969,7 @@
28969
28969
  "immutable": true,
28970
28970
  "locationInModule": {
28971
28971
  "filename": "src/javascript/node-package.ts",
28972
- "line": 315
28972
+ "line": 314
28973
28973
  },
28974
28974
  "name": "secretAccessKeySecret",
28975
28975
  "optional": true,
@@ -31624,7 +31624,7 @@
31624
31624
  },
31625
31625
  "locationInModule": {
31626
31626
  "filename": "src/javascript/node-package.ts",
31627
- "line": 436
31627
+ "line": 435
31628
31628
  },
31629
31629
  "parameters": [
31630
31630
  {
@@ -31645,7 +31645,7 @@
31645
31645
  "kind": "class",
31646
31646
  "locationInModule": {
31647
31647
  "filename": "src/javascript/node-package.ts",
31648
- "line": 346
31648
+ "line": 345
31649
31649
  },
31650
31650
  "methods": [
31651
31651
  {
@@ -31654,7 +31654,7 @@
31654
31654
  },
31655
31655
  "locationInModule": {
31656
31656
  "filename": "src/javascript/node-package.ts",
31657
- "line": 639
31657
+ "line": 638
31658
31658
  },
31659
31659
  "name": "addBin",
31660
31660
  "parameters": [
@@ -31679,7 +31679,7 @@
31679
31679
  },
31680
31680
  "locationInModule": {
31681
31681
  "filename": "src/javascript/node-package.ts",
31682
- "line": 608
31682
+ "line": 607
31683
31683
  },
31684
31684
  "name": "addBundledDeps",
31685
31685
  "parameters": [
@@ -31704,7 +31704,7 @@
31704
31704
  },
31705
31705
  "locationInModule": {
31706
31706
  "filename": "src/javascript/node-package.ts",
31707
- "line": 548
31707
+ "line": 547
31708
31708
  },
31709
31709
  "name": "addDeps",
31710
31710
  "parameters": [
@@ -31729,7 +31729,7 @@
31729
31729
  },
31730
31730
  "locationInModule": {
31731
31731
  "filename": "src/javascript/node-package.ts",
31732
- "line": 563
31732
+ "line": 562
31733
31733
  },
31734
31734
  "name": "addDevDeps",
31735
31735
  "parameters": [
@@ -31754,7 +31754,7 @@
31754
31754
  },
31755
31755
  "locationInModule": {
31756
31756
  "filename": "src/javascript/node-package.ts",
31757
- "line": 625
31757
+ "line": 624
31758
31758
  },
31759
31759
  "name": "addEngine",
31760
31760
  "parameters": [
@@ -31788,7 +31788,7 @@
31788
31788
  },
31789
31789
  "locationInModule": {
31790
31790
  "filename": "src/javascript/node-package.ts",
31791
- "line": 678
31791
+ "line": 677
31792
31792
  },
31793
31793
  "name": "addField",
31794
31794
  "parameters": [
@@ -31819,7 +31819,7 @@
31819
31819
  },
31820
31820
  "locationInModule": {
31821
31821
  "filename": "src/javascript/node-package.ts",
31822
- "line": 633
31822
+ "line": 632
31823
31823
  },
31824
31824
  "name": "addKeywords",
31825
31825
  "parameters": [
@@ -31844,7 +31844,7 @@
31844
31844
  },
31845
31845
  "locationInModule": {
31846
31846
  "filename": "src/javascript/node-package.ts",
31847
- "line": 582
31847
+ "line": 581
31848
31848
  },
31849
31849
  "name": "addPeerDeps",
31850
31850
  "parameters": [
@@ -31869,7 +31869,7 @@
31869
31869
  },
31870
31870
  "locationInModule": {
31871
31871
  "filename": "src/javascript/node-package.ts",
31872
- "line": 686
31872
+ "line": 685
31873
31873
  },
31874
31874
  "name": "addVersion",
31875
31875
  "parameters": [
@@ -31892,7 +31892,7 @@
31892
31892
  },
31893
31893
  "locationInModule": {
31894
31894
  "filename": "src/javascript/node-package.ts",
31895
- "line": 668
31895
+ "line": 667
31896
31896
  },
31897
31897
  "name": "hasScript",
31898
31898
  "parameters": [
@@ -31920,7 +31920,7 @@
31920
31920
  },
31921
31921
  "locationInModule": {
31922
31922
  "filename": "src/javascript/node-package.ts",
31923
- "line": 756
31923
+ "line": 755
31924
31924
  },
31925
31925
  "name": "postSynthesize",
31926
31926
  "overrides": "projen.Component"
@@ -31932,7 +31932,7 @@
31932
31932
  },
31933
31933
  "locationInModule": {
31934
31934
  "filename": "src/javascript/node-package.ts",
31935
- "line": 751
31935
+ "line": 750
31936
31936
  },
31937
31937
  "name": "preSynthesize",
31938
31938
  "overrides": "projen.Component"
@@ -31944,7 +31944,7 @@
31944
31944
  },
31945
31945
  "locationInModule": {
31946
31946
  "filename": "src/javascript/node-package.ts",
31947
- "line": 659
31947
+ "line": 658
31948
31948
  },
31949
31949
  "name": "removeScript",
31950
31950
  "parameters": [
@@ -31966,7 +31966,7 @@
31966
31966
  },
31967
31967
  "locationInModule": {
31968
31968
  "filename": "src/javascript/node-package.ts",
31969
- "line": 707
31969
+ "line": 706
31970
31970
  },
31971
31971
  "name": "renderUpgradePackagesCommand",
31972
31972
  "parameters": [
@@ -32007,7 +32007,7 @@
32007
32007
  },
32008
32008
  "locationInModule": {
32009
32009
  "filename": "src/javascript/node-package.ts",
32010
- "line": 651
32010
+ "line": 650
32011
32011
  },
32012
32012
  "name": "setScript",
32013
32013
  "parameters": [
@@ -32043,7 +32043,7 @@
32043
32043
  "immutable": true,
32044
32044
  "locationInModule": {
32045
32045
  "filename": "src/javascript/node-package.ts",
32046
- "line": 360
32046
+ "line": 359
32047
32047
  },
32048
32048
  "name": "allowLibraryDependencies",
32049
32049
  "type": {
@@ -32058,7 +32058,7 @@
32058
32058
  "immutable": true,
32059
32059
  "locationInModule": {
32060
32060
  "filename": "src/javascript/node-package.ts",
32061
- "line": 355
32061
+ "line": 354
32062
32062
  },
32063
32063
  "name": "entrypoint",
32064
32064
  "type": {
@@ -32073,7 +32073,7 @@
32073
32073
  "immutable": true,
32074
32074
  "locationInModule": {
32075
32075
  "filename": "src/javascript/node-package.ts",
32076
- "line": 700
32076
+ "line": 699
32077
32077
  },
32078
32078
  "name": "installAndUpdateLockfileCommand",
32079
32079
  "type": {
@@ -32088,7 +32088,7 @@
32088
32088
  "immutable": true,
32089
32089
  "locationInModule": {
32090
32090
  "filename": "src/javascript/node-package.ts",
32091
- "line": 693
32091
+ "line": 692
32092
32092
  },
32093
32093
  "name": "installCommand",
32094
32094
  "type": {
@@ -32103,7 +32103,7 @@
32103
32103
  "immutable": true,
32104
32104
  "locationInModule": {
32105
32105
  "filename": "src/javascript/node-package.ts",
32106
- "line": 427
32106
+ "line": 426
32107
32107
  },
32108
32108
  "name": "lockFile",
32109
32109
  "type": {
@@ -32118,7 +32118,7 @@
32118
32118
  "immutable": true,
32119
32119
  "locationInModule": {
32120
32120
  "filename": "src/javascript/node-package.ts",
32121
- "line": 370
32121
+ "line": 369
32122
32122
  },
32123
32123
  "name": "manifest",
32124
32124
  "type": {
@@ -32133,7 +32133,7 @@
32133
32133
  "immutable": true,
32134
32134
  "locationInModule": {
32135
32135
  "filename": "src/javascript/node-package.ts",
32136
- "line": 422
32136
+ "line": 421
32137
32137
  },
32138
32138
  "name": "npmAccess",
32139
32139
  "type": {
@@ -32148,7 +32148,7 @@
32148
32148
  "immutable": true,
32149
32149
  "locationInModule": {
32150
32150
  "filename": "src/javascript/node-package.ts",
32151
- "line": 397
32151
+ "line": 396
32152
32152
  },
32153
32153
  "name": "npmRegistry",
32154
32154
  "type": {
@@ -32163,7 +32163,7 @@
32163
32163
  "immutable": true,
32164
32164
  "locationInModule": {
32165
32165
  "filename": "src/javascript/node-package.ts",
32166
- "line": 392
32166
+ "line": 391
32167
32167
  },
32168
32168
  "name": "npmRegistryUrl",
32169
32169
  "type": {
@@ -32178,7 +32178,7 @@
32178
32178
  "immutable": true,
32179
32179
  "locationInModule": {
32180
32180
  "filename": "src/javascript/node-package.ts",
32181
- "line": 365
32181
+ "line": 364
32182
32182
  },
32183
32183
  "name": "packageManager",
32184
32184
  "type": {
@@ -32193,7 +32193,7 @@
32193
32193
  "immutable": true,
32194
32194
  "locationInModule": {
32195
32195
  "filename": "src/javascript/node-package.ts",
32196
- "line": 350
32196
+ "line": 349
32197
32197
  },
32198
32198
  "name": "packageName",
32199
32199
  "type": {
@@ -32208,7 +32208,7 @@
32208
32208
  "immutable": true,
32209
32209
  "locationInModule": {
32210
32210
  "filename": "src/javascript/node-package.ts",
32211
- "line": 778
32211
+ "line": 777
32212
32212
  },
32213
32213
  "name": "projenCommand",
32214
32214
  "type": {
@@ -32225,7 +32225,7 @@
32225
32225
  "immutable": true,
32226
32226
  "locationInModule": {
32227
32227
  "filename": "src/javascript/node-package.ts",
32228
- "line": 410
32228
+ "line": 409
32229
32229
  },
32230
32230
  "name": "codeArtifactOptions",
32231
32231
  "optional": true,
@@ -32242,7 +32242,7 @@
32242
32242
  "immutable": true,
32243
32243
  "locationInModule": {
32244
32244
  "filename": "src/javascript/node-package.ts",
32245
- "line": 387
32245
+ "line": 386
32246
32246
  },
32247
32247
  "name": "license",
32248
32248
  "optional": true,
@@ -32259,7 +32259,7 @@
32259
32259
  "immutable": true,
32260
32260
  "locationInModule": {
32261
32261
  "filename": "src/javascript/node-package.ts",
32262
- "line": 382
32262
+ "line": 381
32263
32263
  },
32264
32264
  "name": "maxNodeVersion",
32265
32265
  "optional": true,
@@ -32276,7 +32276,7 @@
32276
32276
  "immutable": true,
32277
32277
  "locationInModule": {
32278
32278
  "filename": "src/javascript/node-package.ts",
32279
- "line": 376
32279
+ "line": 375
32280
32280
  },
32281
32281
  "name": "minNodeVersion",
32282
32282
  "optional": true,
@@ -32292,7 +32292,7 @@
32292
32292
  "immutable": true,
32293
32293
  "locationInModule": {
32294
32294
  "filename": "src/javascript/node-package.ts",
32295
- "line": 402
32295
+ "line": 401
32296
32296
  },
32297
32297
  "name": "npmTokenSecret",
32298
32298
  "optional": true,
@@ -32309,7 +32309,7 @@
32309
32309
  "immutable": true,
32310
32310
  "locationInModule": {
32311
32311
  "filename": "src/javascript/node-package.ts",
32312
- "line": 417
32312
+ "line": 416
32313
32313
  },
32314
32314
  "name": "scopedPackagesOptions",
32315
32315
  "optional": true,
@@ -32335,7 +32335,7 @@
32335
32335
  "kind": "enum",
32336
32336
  "locationInModule": {
32337
32337
  "filename": "src/javascript/node-package.ts",
32338
- "line": 1332
32338
+ "line": 1331
32339
32339
  },
32340
32340
  "members": [
32341
32341
  {
@@ -32374,7 +32374,7 @@
32374
32374
  "kind": "interface",
32375
32375
  "locationInModule": {
32376
32376
  "filename": "src/javascript/node-package.ts",
32377
- "line": 28
32377
+ "line": 27
32378
32378
  },
32379
32379
  "name": "NodePackageOptions",
32380
32380
  "namespace": "javascript",
@@ -32390,7 +32390,7 @@
32390
32390
  "immutable": true,
32391
32391
  "locationInModule": {
32392
32392
  "filename": "src/javascript/node-package.ts",
32393
- "line": 122
32393
+ "line": 121
32394
32394
  },
32395
32395
  "name": "allowLibraryDependencies",
32396
32396
  "optional": true,
@@ -32407,7 +32407,7 @@
32407
32407
  "immutable": true,
32408
32408
  "locationInModule": {
32409
32409
  "filename": "src/javascript/node-package.ts",
32410
- "line": 190
32410
+ "line": 189
32411
32411
  },
32412
32412
  "name": "authorEmail",
32413
32413
  "optional": true,
@@ -32424,7 +32424,7 @@
32424
32424
  "immutable": true,
32425
32425
  "locationInModule": {
32426
32426
  "filename": "src/javascript/node-package.ts",
32427
- "line": 185
32427
+ "line": 184
32428
32428
  },
32429
32429
  "name": "authorName",
32430
32430
  "optional": true,
@@ -32441,7 +32441,7 @@
32441
32441
  "immutable": true,
32442
32442
  "locationInModule": {
32443
32443
  "filename": "src/javascript/node-package.ts",
32444
- "line": 200
32444
+ "line": 199
32445
32445
  },
32446
32446
  "name": "authorOrganization",
32447
32447
  "optional": true,
@@ -32458,7 +32458,7 @@
32458
32458
  "immutable": true,
32459
32459
  "locationInModule": {
32460
32460
  "filename": "src/javascript/node-package.ts",
32461
- "line": 195
32461
+ "line": 194
32462
32462
  },
32463
32463
  "name": "authorUrl",
32464
32464
  "optional": true,
@@ -32476,7 +32476,7 @@
32476
32476
  "immutable": true,
32477
32477
  "locationInModule": {
32478
32478
  "filename": "src/javascript/node-package.ts",
32479
- "line": 153
32479
+ "line": 152
32480
32480
  },
32481
32481
  "name": "autoDetectBin",
32482
32482
  "optional": true,
@@ -32494,7 +32494,7 @@
32494
32494
  "immutable": true,
32495
32495
  "locationInModule": {
32496
32496
  "filename": "src/javascript/node-package.ts",
32497
- "line": 145
32497
+ "line": 144
32498
32498
  },
32499
32499
  "name": "bin",
32500
32500
  "optional": true,
@@ -32516,7 +32516,7 @@
32516
32516
  "immutable": true,
32517
32517
  "locationInModule": {
32518
32518
  "filename": "src/javascript/node-package.ts",
32519
- "line": 266
32519
+ "line": 265
32520
32520
  },
32521
32521
  "name": "bugsEmail",
32522
32522
  "optional": true,
@@ -32533,7 +32533,7 @@
32533
32533
  "immutable": true,
32534
32534
  "locationInModule": {
32535
32535
  "filename": "src/javascript/node-package.ts",
32536
- "line": 261
32536
+ "line": 260
32537
32537
  },
32538
32538
  "name": "bugsUrl",
32539
32539
  "optional": true,
@@ -32551,7 +32551,7 @@
32551
32551
  "immutable": true,
32552
32552
  "locationInModule": {
32553
32553
  "filename": "src/javascript/node-package.ts",
32554
- "line": 108
32554
+ "line": 107
32555
32555
  },
32556
32556
  "name": "bundledDeps",
32557
32557
  "optional": true,
@@ -32575,7 +32575,7 @@
32575
32575
  "immutable": true,
32576
32576
  "locationInModule": {
32577
32577
  "filename": "src/javascript/node-package.ts",
32578
- "line": 290
32578
+ "line": 289
32579
32579
  },
32580
32580
  "name": "codeArtifactOptions",
32581
32581
  "optional": true,
@@ -32598,7 +32598,7 @@
32598
32598
  "immutable": true,
32599
32599
  "locationInModule": {
32600
32600
  "filename": "src/javascript/node-package.ts",
32601
- "line": 57
32601
+ "line": 56
32602
32602
  },
32603
32603
  "name": "deps",
32604
32604
  "optional": true,
@@ -32624,7 +32624,7 @@
32624
32624
  "immutable": true,
32625
32625
  "locationInModule": {
32626
32626
  "filename": "src/javascript/node-package.ts",
32627
- "line": 41
32627
+ "line": 40
32628
32628
  },
32629
32629
  "name": "description",
32630
32630
  "optional": true,
@@ -32647,7 +32647,7 @@
32647
32647
  "immutable": true,
32648
32648
  "locationInModule": {
32649
32649
  "filename": "src/javascript/node-package.ts",
32650
- "line": 75
32650
+ "line": 74
32651
32651
  },
32652
32652
  "name": "devDeps",
32653
32653
  "optional": true,
@@ -32671,7 +32671,7 @@
32671
32671
  "immutable": true,
32672
32672
  "locationInModule": {
32673
32673
  "filename": "src/javascript/node-package.ts",
32674
- "line": 136
32674
+ "line": 135
32675
32675
  },
32676
32676
  "name": "entrypoint",
32677
32677
  "optional": true,
@@ -32688,7 +32688,7 @@
32688
32688
  "immutable": true,
32689
32689
  "locationInModule": {
32690
32690
  "filename": "src/javascript/node-package.ts",
32691
- "line": 205
32691
+ "line": 204
32692
32692
  },
32693
32693
  "name": "homepage",
32694
32694
  "optional": true,
@@ -32705,7 +32705,7 @@
32705
32705
  "immutable": true,
32706
32706
  "locationInModule": {
32707
32707
  "filename": "src/javascript/node-package.ts",
32708
- "line": 127
32708
+ "line": 126
32709
32709
  },
32710
32710
  "name": "keywords",
32711
32711
  "optional": true,
@@ -32729,7 +32729,7 @@
32729
32729
  "immutable": true,
32730
32730
  "locationInModule": {
32731
32731
  "filename": "src/javascript/node-package.ts",
32732
- "line": 233
32732
+ "line": 232
32733
32733
  },
32734
32734
  "name": "license",
32735
32735
  "optional": true,
@@ -32747,7 +32747,7 @@
32747
32747
  "immutable": true,
32748
32748
  "locationInModule": {
32749
32749
  "filename": "src/javascript/node-package.ts",
32750
- "line": 240
32750
+ "line": 239
32751
32751
  },
32752
32752
  "name": "licensed",
32753
32753
  "optional": true,
@@ -32765,7 +32765,7 @@
32765
32765
  "immutable": true,
32766
32766
  "locationInModule": {
32767
32767
  "filename": "src/javascript/node-package.ts",
32768
- "line": 224
32768
+ "line": 223
32769
32769
  },
32770
32770
  "name": "maxNodeVersion",
32771
32771
  "optional": true,
@@ -32783,7 +32783,7 @@
32783
32783
  "immutable": true,
32784
32784
  "locationInModule": {
32785
32785
  "filename": "src/javascript/node-package.ts",
32786
- "line": 217
32786
+ "line": 216
32787
32787
  },
32788
32788
  "name": "minNodeVersion",
32789
32789
  "optional": true,
@@ -32801,7 +32801,7 @@
32801
32801
  "immutable": true,
32802
32802
  "locationInModule": {
32803
32803
  "filename": "src/javascript/node-package.ts",
32804
- "line": 275
32804
+ "line": 274
32805
32805
  },
32806
32806
  "name": "npmAccess",
32807
32807
  "optional": true,
@@ -32820,7 +32820,7 @@
32820
32820
  "immutable": true,
32821
32821
  "locationInModule": {
32822
32822
  "filename": "src/javascript/node-package.ts",
32823
- "line": 256
32823
+ "line": 255
32824
32824
  },
32825
32825
  "name": "npmRegistry",
32826
32826
  "optional": true,
@@ -32839,7 +32839,7 @@
32839
32839
  "immutable": true,
32840
32840
  "locationInModule": {
32841
32841
  "filename": "src/javascript/node-package.ts",
32842
- "line": 249
32842
+ "line": 248
32843
32843
  },
32844
32844
  "name": "npmRegistryUrl",
32845
32845
  "optional": true,
@@ -32857,7 +32857,7 @@
32857
32857
  "immutable": true,
32858
32858
  "locationInModule": {
32859
32859
  "filename": "src/javascript/node-package.ts",
32860
- "line": 282
32860
+ "line": 281
32861
32861
  },
32862
32862
  "name": "npmTokenSecret",
32863
32863
  "optional": true,
@@ -32875,7 +32875,7 @@
32875
32875
  "immutable": true,
32876
32876
  "locationInModule": {
32877
32877
  "filename": "src/javascript/node-package.ts",
32878
- "line": 168
32878
+ "line": 167
32879
32879
  },
32880
32880
  "name": "packageManager",
32881
32881
  "optional": true,
@@ -32896,7 +32896,7 @@
32896
32896
  "immutable": true,
32897
32897
  "locationInModule": {
32898
32898
  "filename": "src/javascript/node-package.ts",
32899
- "line": 34
32899
+ "line": 33
32900
32900
  },
32901
32901
  "name": "packageName",
32902
32902
  "optional": true,
@@ -32913,7 +32913,7 @@
32913
32913
  "immutable": true,
32914
32914
  "locationInModule": {
32915
32915
  "filename": "src/javascript/node-package.ts",
32916
- "line": 113
32916
+ "line": 112
32917
32917
  },
32918
32918
  "name": "peerDependencyOptions",
32919
32919
  "optional": true,
@@ -32932,7 +32932,7 @@
32932
32932
  "immutable": true,
32933
32933
  "locationInModule": {
32934
32934
  "filename": "src/javascript/node-package.ts",
32935
- "line": 94
32935
+ "line": 93
32936
32936
  },
32937
32937
  "name": "peerDeps",
32938
32938
  "optional": true,
@@ -32955,7 +32955,7 @@
32955
32955
  "immutable": true,
32956
32956
  "locationInModule": {
32957
32957
  "filename": "src/javascript/node-package.ts",
32958
- "line": 174
32958
+ "line": 173
32959
32959
  },
32960
32960
  "name": "repository",
32961
32961
  "optional": true,
@@ -32972,7 +32972,7 @@
32972
32972
  "immutable": true,
32973
32973
  "locationInModule": {
32974
32974
  "filename": "src/javascript/node-package.ts",
32975
- "line": 180
32975
+ "line": 179
32976
32976
  },
32977
32977
  "name": "repositoryDirectory",
32978
32978
  "optional": true,
@@ -32990,7 +32990,7 @@
32990
32990
  "immutable": true,
32991
32991
  "locationInModule": {
32992
32992
  "filename": "src/javascript/node-package.ts",
32993
- "line": 297
32993
+ "line": 296
32994
32994
  },
32995
32995
  "name": "scopedPackagesOptions",
32996
32996
  "optional": true,
@@ -33014,7 +33014,7 @@
33014
33014
  "immutable": true,
33015
33015
  "locationInModule": {
33016
33016
  "filename": "src/javascript/node-package.ts",
33017
- "line": 161
33017
+ "line": 160
33018
33018
  },
33019
33019
  "name": "scripts",
33020
33020
  "optional": true,
@@ -33036,7 +33036,7 @@
33036
33036
  "immutable": true,
33037
33037
  "locationInModule": {
33038
33038
  "filename": "src/javascript/node-package.ts",
33039
- "line": 210
33039
+ "line": 209
33040
33040
  },
33041
33041
  "name": "stability",
33042
33042
  "optional": true,
@@ -34471,7 +34471,7 @@
34471
34471
  "kind": "enum",
34472
34472
  "locationInModule": {
34473
34473
  "filename": "src/javascript/node-package.ts",
34474
- "line": 1352
34474
+ "line": 1351
34475
34475
  },
34476
34476
  "members": [
34477
34477
  {
@@ -34648,7 +34648,7 @@
34648
34648
  "kind": "interface",
34649
34649
  "locationInModule": {
34650
34650
  "filename": "src/javascript/node-package.ts",
34651
- "line": 1321
34651
+ "line": 1320
34652
34652
  },
34653
34653
  "name": "PeerDependencyOptions",
34654
34654
  "namespace": "javascript",
@@ -34663,7 +34663,7 @@
34663
34663
  "immutable": true,
34664
34664
  "locationInModule": {
34665
34665
  "filename": "src/javascript/node-package.ts",
34666
- "line": 1326
34666
+ "line": 1325
34667
34667
  },
34668
34668
  "name": "pinnedDevDependency",
34669
34669
  "optional": true,
@@ -35709,7 +35709,7 @@
35709
35709
  "kind": "interface",
35710
35710
  "locationInModule": {
35711
35711
  "filename": "src/javascript/node-package.ts",
35712
- "line": 329
35712
+ "line": 328
35713
35713
  },
35714
35714
  "name": "ScopedPackagesOptions",
35715
35715
  "namespace": "javascript",
@@ -35723,7 +35723,7 @@
35723
35723
  "immutable": true,
35724
35724
  "locationInModule": {
35725
35725
  "filename": "src/javascript/node-package.ts",
35726
- "line": 340
35726
+ "line": 339
35727
35727
  },
35728
35728
  "name": "registryUrl",
35729
35729
  "type": {
@@ -35740,7 +35740,7 @@
35740
35740
  "immutable": true,
35741
35741
  "locationInModule": {
35742
35742
  "filename": "src/javascript/node-package.ts",
35743
- "line": 335
35743
+ "line": 334
35744
35744
  },
35745
35745
  "name": "scope",
35746
35746
  "type": {
@@ -45185,6 +45185,6 @@
45185
45185
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
45186
45186
  }
45187
45187
  },
45188
- "version": "0.54.32",
45189
- "fingerprint": "AWNxaYncbYMKV8CdyBM5pDIeIhoL9xALp3IxeRlsads="
45188
+ "version": "0.54.35",
45189
+ "fingerprint": "aVpfUbhr55MSISvuZ+FzO/mMM1QK2ktCFx2+uHDGr28="
45190
45190
  }