projen 0.90.6 → 0.91.0

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 (138) hide show
  1. package/.jsii +82 -83
  2. package/lib/awscdk/auto-discover.js +5 -5
  3. package/lib/awscdk/awscdk-app-java.js +1 -1
  4. package/lib/awscdk/awscdk-app-py.js +1 -1
  5. package/lib/awscdk/awscdk-app-ts.js +1 -1
  6. package/lib/awscdk/awscdk-construct.js +2 -2
  7. package/lib/awscdk/awscdk-deps-java.js +1 -1
  8. package/lib/awscdk/awscdk-deps-js.js +1 -1
  9. package/lib/awscdk/awscdk-deps-py.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 +1 -1
  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.d.ts +2 -2
  22. package/lib/cdk/jsii-project.js +6 -45
  23. package/lib/cdk8s/auto-discover.js +2 -2
  24. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  25. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  26. package/lib/cdk8s/cdk8s-construct.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps.js +1 -1
  29. package/lib/cdk8s/integration-test.js +1 -1
  30. package/lib/cdktf/cdktf-construct.js +1 -1
  31. package/lib/circleci/circleci.js +1 -1
  32. package/lib/component.js +1 -1
  33. package/lib/dependencies.js +1 -1
  34. package/lib/dev-env.js +1 -1
  35. package/lib/docker-compose/docker-compose-service.js +1 -1
  36. package/lib/docker-compose/docker-compose.js +1 -1
  37. package/lib/file.js +1 -1
  38. package/lib/gitattributes.js +1 -1
  39. package/lib/github/actions-provider.js +1 -1
  40. package/lib/github/auto-approve.js +1 -1
  41. package/lib/github/auto-merge.js +1 -1
  42. package/lib/github/auto-queue.js +1 -1
  43. package/lib/github/dependabot.js +1 -1
  44. package/lib/github/github-credentials.js +1 -1
  45. package/lib/github/github-project.js +1 -1
  46. package/lib/github/github.js +1 -1
  47. package/lib/github/merge-queue.js +1 -1
  48. package/lib/github/mergify.js +1 -1
  49. package/lib/github/pr-template.js +1 -1
  50. package/lib/github/pull-request-backport.js +1 -1
  51. package/lib/github/pull-request-lint.js +1 -1
  52. package/lib/github/stale.js +1 -1
  53. package/lib/github/task-workflow-job.js +1 -1
  54. package/lib/github/task-workflow.js +1 -1
  55. package/lib/github/workflow-actions.js +1 -1
  56. package/lib/github/workflow-jobs.js +1 -1
  57. package/lib/github/workflow-steps.js +1 -1
  58. package/lib/github/workflows.js +1 -1
  59. package/lib/gitlab/configuration.js +1 -1
  60. package/lib/gitlab/gitlab-configuration.js +1 -1
  61. package/lib/gitlab/nested-configuration.js +1 -1
  62. package/lib/gitpod.js +1 -1
  63. package/lib/ignore-file.js +1 -1
  64. package/lib/ini.js +1 -1
  65. package/lib/java/java-project.js +1 -1
  66. package/lib/java/junit.js +1 -1
  67. package/lib/java/maven-compile.js +1 -1
  68. package/lib/java/maven-packaging.js +1 -1
  69. package/lib/java/maven-sample.js +1 -1
  70. package/lib/java/pom.js +2 -2
  71. package/lib/java/projenrc.js +1 -1
  72. package/lib/javascript/bundler.js +1 -1
  73. package/lib/javascript/eslint.js +1 -1
  74. package/lib/javascript/jest.js +4 -4
  75. package/lib/javascript/license-checker.js +1 -1
  76. package/lib/javascript/node-package.d.ts +1 -3
  77. package/lib/javascript/node-package.js +3 -3
  78. package/lib/javascript/node-project.js +1 -1
  79. package/lib/javascript/npm-config.js +1 -1
  80. package/lib/javascript/prettier.js +1 -1
  81. package/lib/javascript/projenrc.js +1 -1
  82. package/lib/javascript/typescript-config.js +2 -2
  83. package/lib/javascript/upgrade-dependencies.js +2 -2
  84. package/lib/javascript/yarnrc.js +1 -1
  85. package/lib/json-patch.js +1 -1
  86. package/lib/json.js +1 -1
  87. package/lib/license.js +1 -1
  88. package/lib/logger.js +1 -1
  89. package/lib/makefile.js +1 -1
  90. package/lib/object-file.js +1 -1
  91. package/lib/project-build.js +1 -1
  92. package/lib/project-tree.js +1 -1
  93. package/lib/project.js +1 -1
  94. package/lib/projects.js +1 -1
  95. package/lib/projenrc-json.js +2 -2
  96. package/lib/projenrc.js +1 -1
  97. package/lib/python/pip.js +1 -1
  98. package/lib/python/poetry.js +2 -2
  99. package/lib/python/projenrc.js +1 -1
  100. package/lib/python/pytest-sample.js +1 -1
  101. package/lib/python/pytest.js +1 -1
  102. package/lib/python/python-project.js +1 -1
  103. package/lib/python/python-sample.js +1 -1
  104. package/lib/python/requirements-file.js +1 -1
  105. package/lib/python/setuppy.js +1 -1
  106. package/lib/python/setuptools.js +1 -1
  107. package/lib/python/venv.js +1 -1
  108. package/lib/readme.js +1 -1
  109. package/lib/release/publisher.js +1 -1
  110. package/lib/release/release-trigger.js +1 -1
  111. package/lib/release/release.js +1 -1
  112. package/lib/renovatebot.js +1 -1
  113. package/lib/sample-file.js +2 -2
  114. package/lib/semver.js +1 -1
  115. package/lib/source-code.js +1 -1
  116. package/lib/task-runtime.js +1 -1
  117. package/lib/task.js +1 -1
  118. package/lib/tasks.js +1 -1
  119. package/lib/testing.js +1 -1
  120. package/lib/textfile.js +1 -1
  121. package/lib/toml.js +1 -1
  122. package/lib/typescript/projenrc-ts.js +1 -1
  123. package/lib/typescript/projenrc.js +1 -1
  124. package/lib/typescript/typescript-typedoc.js +1 -1
  125. package/lib/typescript/typescript.js +6 -6
  126. package/lib/version.js +2 -2
  127. package/lib/vscode/devcontainer.js +1 -1
  128. package/lib/vscode/extensions.js +1 -1
  129. package/lib/vscode/launch-config.js +1 -1
  130. package/lib/vscode/settings.js +1 -1
  131. package/lib/vscode/vscode.js +1 -1
  132. package/lib/web/next.js +3 -3
  133. package/lib/web/postcss.js +1 -1
  134. package/lib/web/react.js +4 -4
  135. package/lib/web/tailwind.js +1 -1
  136. package/lib/xmlfile.js +1 -1
  137. package/lib/yaml.js +1 -1
  138. package/package.json +1 -1
package/.jsii CHANGED
@@ -60,7 +60,7 @@
60
60
  "stability": "experimental"
61
61
  },
62
62
  "homepage": "https://github.com/projen/projen.git",
63
- "jsiiVersion": "5.5.11 (build 0ecde04)",
63
+ "jsiiVersion": "5.5.13 (build 464f9b8)",
64
64
  "keywords": [
65
65
  "cdk",
66
66
  "cicd",
@@ -17326,7 +17326,7 @@
17326
17326
  "kind": "interface",
17327
17327
  "locationInModule": {
17328
17328
  "filename": "src/cdk/jsii-project.ts",
17329
- "line": 162
17329
+ "line": 161
17330
17330
  },
17331
17331
  "name": "JsiiDotNetTarget",
17332
17332
  "namespace": "cdk",
@@ -17339,7 +17339,7 @@
17339
17339
  "immutable": true,
17340
17340
  "locationInModule": {
17341
17341
  "filename": "src/cdk/jsii-project.ts",
17342
- "line": 163
17342
+ "line": 162
17343
17343
  },
17344
17344
  "name": "dotNetNamespace",
17345
17345
  "type": {
@@ -17354,7 +17354,7 @@
17354
17354
  "immutable": true,
17355
17355
  "locationInModule": {
17356
17356
  "filename": "src/cdk/jsii-project.ts",
17357
- "line": 164
17357
+ "line": 163
17358
17358
  },
17359
17359
  "name": "packageId",
17360
17360
  "type": {
@@ -17369,7 +17369,7 @@
17369
17369
  "immutable": true,
17370
17370
  "locationInModule": {
17371
17371
  "filename": "src/cdk/jsii-project.ts",
17372
- "line": 165
17372
+ "line": 164
17373
17373
  },
17374
17374
  "name": "iconUrl",
17375
17375
  "optional": true,
@@ -17394,7 +17394,7 @@
17394
17394
  "kind": "interface",
17395
17395
  "locationInModule": {
17396
17396
  "filename": "src/cdk/jsii-project.ts",
17397
- "line": 171
17397
+ "line": 170
17398
17398
  },
17399
17399
  "name": "JsiiGoTarget",
17400
17400
  "namespace": "cdk",
@@ -17410,7 +17410,7 @@
17410
17410
  "immutable": true,
17411
17411
  "locationInModule": {
17412
17412
  "filename": "src/cdk/jsii-project.ts",
17413
- "line": 180
17413
+ "line": 179
17414
17414
  },
17415
17415
  "name": "moduleName",
17416
17416
  "type": {
@@ -17431,7 +17431,7 @@
17431
17431
  "immutable": true,
17432
17432
  "locationInModule": {
17433
17433
  "filename": "src/cdk/jsii-project.ts",
17434
- "line": 190
17434
+ "line": 189
17435
17435
  },
17436
17436
  "name": "packageName",
17437
17437
  "optional": true,
@@ -17449,7 +17449,7 @@
17449
17449
  "immutable": true,
17450
17450
  "locationInModule": {
17451
17451
  "filename": "src/cdk/jsii-project.ts",
17452
- "line": 197
17452
+ "line": 196
17453
17453
  },
17454
17454
  "name": "versionSuffix",
17455
17455
  "optional": true,
@@ -17473,7 +17473,7 @@
17473
17473
  "kind": "interface",
17474
17474
  "locationInModule": {
17475
17475
  "filename": "src/cdk/jsii-project.ts",
17476
- "line": 151
17476
+ "line": 150
17477
17477
  },
17478
17478
  "name": "JsiiJavaTarget",
17479
17479
  "namespace": "cdk",
@@ -17486,7 +17486,7 @@
17486
17486
  "immutable": true,
17487
17487
  "locationInModule": {
17488
17488
  "filename": "src/cdk/jsii-project.ts",
17489
- "line": 152
17489
+ "line": 151
17490
17490
  },
17491
17491
  "name": "javaPackage",
17492
17492
  "type": {
@@ -17501,7 +17501,7 @@
17501
17501
  "immutable": true,
17502
17502
  "locationInModule": {
17503
17503
  "filename": "src/cdk/jsii-project.ts",
17504
- "line": 154
17504
+ "line": 153
17505
17505
  },
17506
17506
  "name": "mavenArtifactId",
17507
17507
  "type": {
@@ -17516,7 +17516,7 @@
17516
17516
  "immutable": true,
17517
17517
  "locationInModule": {
17518
17518
  "filename": "src/cdk/jsii-project.ts",
17519
- "line": 153
17519
+ "line": 152
17520
17520
  },
17521
17521
  "name": "mavenGroupId",
17522
17522
  "type": {
@@ -17543,7 +17543,7 @@
17543
17543
  },
17544
17544
  "locationInModule": {
17545
17545
  "filename": "src/cdk/jsii-project.ts",
17546
- "line": 209
17546
+ "line": 208
17547
17547
  },
17548
17548
  "parameters": [
17549
17549
  {
@@ -17557,7 +17557,7 @@
17557
17557
  "kind": "class",
17558
17558
  "locationInModule": {
17559
17559
  "filename": "src/cdk/jsii-project.ts",
17560
- "line": 205
17560
+ "line": 204
17561
17561
  },
17562
17562
  "name": "JsiiProject",
17563
17563
  "namespace": "cdk",
@@ -17576,7 +17576,7 @@
17576
17576
  "kind": "interface",
17577
17577
  "locationInModule": {
17578
17578
  "filename": "src/cdk/jsii-project.ts",
17579
- "line": 33
17579
+ "line": 32
17580
17580
  },
17581
17581
  "name": "JsiiProjectOptions",
17582
17582
  "namespace": "cdk",
@@ -17591,7 +17591,7 @@
17591
17591
  "immutable": true,
17592
17592
  "locationInModule": {
17593
17593
  "filename": "src/cdk/jsii-project.ts",
17594
- "line": 49
17594
+ "line": 48
17595
17595
  },
17596
17596
  "name": "author",
17597
17597
  "type": {
@@ -17608,7 +17608,7 @@
17608
17608
  "immutable": true,
17609
17609
  "locationInModule": {
17610
17610
  "filename": "src/cdk/jsii-project.ts",
17611
- "line": 55
17611
+ "line": 54
17612
17612
  },
17613
17613
  "name": "authorAddress",
17614
17614
  "type": {
@@ -17625,7 +17625,7 @@
17625
17625
  "immutable": true,
17626
17626
  "locationInModule": {
17627
17627
  "filename": "src/cdk/jsii-project.ts",
17628
- "line": 43
17628
+ "line": 42
17629
17629
  },
17630
17630
  "name": "repositoryUrl",
17631
17631
  "type": {
@@ -17643,7 +17643,7 @@
17643
17643
  "immutable": true,
17644
17644
  "locationInModule": {
17645
17645
  "filename": "src/cdk/jsii-project.ts",
17646
- "line": 99
17646
+ "line": 98
17647
17647
  },
17648
17648
  "name": "compat",
17649
17649
  "optional": true,
@@ -17661,7 +17661,7 @@
17661
17661
  "immutable": true,
17662
17662
  "locationInModule": {
17663
17663
  "filename": "src/cdk/jsii-project.ts",
17664
- "line": 106
17664
+ "line": 105
17665
17665
  },
17666
17666
  "name": "compatIgnore",
17667
17667
  "optional": true,
@@ -17679,7 +17679,7 @@
17679
17679
  "immutable": true,
17680
17680
  "locationInModule": {
17681
17681
  "filename": "src/cdk/jsii-project.ts",
17682
- "line": 127
17682
+ "line": 126
17683
17683
  },
17684
17684
  "name": "compressAssembly",
17685
17685
  "optional": true,
@@ -17697,7 +17697,7 @@
17697
17697
  "immutable": true,
17698
17698
  "locationInModule": {
17699
17699
  "filename": "src/cdk/jsii-project.ts",
17700
- "line": 121
17700
+ "line": 120
17701
17701
  },
17702
17702
  "name": "docgenFilePath",
17703
17703
  "optional": true,
@@ -17714,7 +17714,7 @@
17714
17714
  "immutable": true,
17715
17715
  "locationInModule": {
17716
17716
  "filename": "src/cdk/jsii-project.ts",
17717
- "line": 89
17717
+ "line": 88
17718
17718
  },
17719
17719
  "name": "dotnet",
17720
17720
  "optional": true,
@@ -17732,7 +17732,7 @@
17732
17732
  "immutable": true,
17733
17733
  "locationInModule": {
17734
17734
  "filename": "src/cdk/jsii-project.ts",
17735
- "line": 115
17735
+ "line": 114
17736
17736
  },
17737
17737
  "name": "excludeTypescript",
17738
17738
  "optional": true,
@@ -17749,9 +17749,9 @@
17749
17749
  "abstract": true,
17750
17750
  "docs": {
17751
17751
  "custom": {
17752
- "pjnew": "\"~5.5.0\""
17752
+ "pjnew": "\"~5.6.0\""
17753
17753
  },
17754
- "default": "\"1.x\"",
17754
+ "default": "\"~5.6.0\"",
17755
17755
  "remarks": "Set to \"*\" if you want to manually manage the version of jsii in your\nproject by managing updates to `package.json` on your own.\n\nNOTE: The jsii compiler releases since 5.0.0 are not semantically versioned\nand should remain on the same minor, so we recommend using a `~` dependency\n(e.g. `~5.0.0`).",
17756
17756
  "stability": "experimental",
17757
17757
  "summary": "Version of the jsii compiler to use."
@@ -17759,7 +17759,7 @@
17759
17759
  "immutable": true,
17760
17760
  "locationInModule": {
17761
17761
  "filename": "src/cdk/jsii-project.ts",
17762
- "line": 142
17762
+ "line": 141
17763
17763
  },
17764
17764
  "name": "jsiiVersion",
17765
17765
  "optional": true,
@@ -17777,7 +17777,7 @@
17777
17777
  "immutable": true,
17778
17778
  "locationInModule": {
17779
17779
  "filename": "src/cdk/jsii-project.ts",
17780
- "line": 73
17780
+ "line": 72
17781
17781
  },
17782
17782
  "name": "publishToGo",
17783
17783
  "optional": true,
@@ -17795,7 +17795,7 @@
17795
17795
  "immutable": true,
17796
17796
  "locationInModule": {
17797
17797
  "filename": "src/cdk/jsii-project.ts",
17798
- "line": 61
17798
+ "line": 60
17799
17799
  },
17800
17800
  "name": "publishToMaven",
17801
17801
  "optional": true,
@@ -17813,7 +17813,7 @@
17813
17813
  "immutable": true,
17814
17814
  "locationInModule": {
17815
17815
  "filename": "src/cdk/jsii-project.ts",
17816
- "line": 84
17816
+ "line": 83
17817
17817
  },
17818
17818
  "name": "publishToNuget",
17819
17819
  "optional": true,
@@ -17831,7 +17831,7 @@
17831
17831
  "immutable": true,
17832
17832
  "locationInModule": {
17833
17833
  "filename": "src/cdk/jsii-project.ts",
17834
- "line": 67
17834
+ "line": 66
17835
17835
  },
17836
17836
  "name": "publishToPypi",
17837
17837
  "optional": true,
@@ -17848,7 +17848,7 @@
17848
17848
  "immutable": true,
17849
17849
  "locationInModule": {
17850
17850
  "filename": "src/cdk/jsii-project.ts",
17851
- "line": 78
17851
+ "line": 77
17852
17852
  },
17853
17853
  "name": "python",
17854
17854
  "optional": true,
@@ -17865,7 +17865,7 @@
17865
17865
  "immutable": true,
17866
17866
  "locationInModule": {
17867
17867
  "filename": "src/cdk/jsii-project.ts",
17868
- "line": 37
17868
+ "line": 36
17869
17869
  },
17870
17870
  "name": "rootdir",
17871
17871
  "optional": true,
@@ -17889,7 +17889,7 @@
17889
17889
  "kind": "interface",
17890
17890
  "locationInModule": {
17891
17891
  "filename": "src/cdk/jsii-project.ts",
17892
- "line": 157
17892
+ "line": 156
17893
17893
  },
17894
17894
  "name": "JsiiPythonTarget",
17895
17895
  "namespace": "cdk",
@@ -17902,7 +17902,7 @@
17902
17902
  "immutable": true,
17903
17903
  "locationInModule": {
17904
17904
  "filename": "src/cdk/jsii-project.ts",
17905
- "line": 158
17905
+ "line": 157
17906
17906
  },
17907
17907
  "name": "distName",
17908
17908
  "type": {
@@ -17917,7 +17917,7 @@
17917
17917
  "immutable": true,
17918
17918
  "locationInModule": {
17919
17919
  "filename": "src/cdk/jsii-project.ts",
17920
- "line": 159
17920
+ "line": 158
17921
17921
  },
17922
17922
  "name": "module",
17923
17923
  "type": {
@@ -17936,7 +17936,7 @@
17936
17936
  "kind": "enum",
17937
17937
  "locationInModule": {
17938
17938
  "filename": "src/cdk/jsii-project.ts",
17939
- "line": 145
17939
+ "line": 144
17940
17940
  },
17941
17941
  "members": [
17942
17942
  {
@@ -44638,7 +44638,7 @@
44638
44638
  },
44639
44639
  "locationInModule": {
44640
44640
  "filename": "src/javascript/node-package.ts",
44641
- "line": 566
44641
+ "line": 564
44642
44642
  },
44643
44643
  "parameters": [
44644
44644
  {
@@ -44698,7 +44698,7 @@
44698
44698
  },
44699
44699
  "locationInModule": {
44700
44700
  "filename": "src/javascript/node-package.ts",
44701
- "line": 796
44701
+ "line": 794
44702
44702
  },
44703
44703
  "name": "addBin",
44704
44704
  "parameters": [
@@ -44723,7 +44723,7 @@
44723
44723
  },
44724
44724
  "locationInModule": {
44725
44725
  "filename": "src/javascript/node-package.ts",
44726
- "line": 765
44726
+ "line": 763
44727
44727
  },
44728
44728
  "name": "addBundledDeps",
44729
44729
  "parameters": [
@@ -44748,7 +44748,7 @@
44748
44748
  },
44749
44749
  "locationInModule": {
44750
44750
  "filename": "src/javascript/node-package.ts",
44751
- "line": 705
44751
+ "line": 703
44752
44752
  },
44753
44753
  "name": "addDeps",
44754
44754
  "parameters": [
@@ -44773,7 +44773,7 @@
44773
44773
  },
44774
44774
  "locationInModule": {
44775
44775
  "filename": "src/javascript/node-package.ts",
44776
- "line": 720
44776
+ "line": 718
44777
44777
  },
44778
44778
  "name": "addDevDeps",
44779
44779
  "parameters": [
@@ -44798,7 +44798,7 @@
44798
44798
  },
44799
44799
  "locationInModule": {
44800
44800
  "filename": "src/javascript/node-package.ts",
44801
- "line": 782
44801
+ "line": 780
44802
44802
  },
44803
44803
  "name": "addEngine",
44804
44804
  "parameters": [
@@ -44832,7 +44832,7 @@
44832
44832
  },
44833
44833
  "locationInModule": {
44834
44834
  "filename": "src/javascript/node-package.ts",
44835
- "line": 838
44835
+ "line": 836
44836
44836
  },
44837
44837
  "name": "addField",
44838
44838
  "parameters": [
@@ -44863,7 +44863,7 @@
44863
44863
  },
44864
44864
  "locationInModule": {
44865
44865
  "filename": "src/javascript/node-package.ts",
44866
- "line": 790
44866
+ "line": 788
44867
44867
  },
44868
44868
  "name": "addKeywords",
44869
44869
  "parameters": [
@@ -44887,7 +44887,7 @@
44887
44887
  },
44888
44888
  "locationInModule": {
44889
44889
  "filename": "src/javascript/node-package.ts",
44890
- "line": 858
44890
+ "line": 856
44891
44891
  },
44892
44892
  "name": "addPackageResolutions",
44893
44893
  "parameters": [
@@ -44913,7 +44913,7 @@
44913
44913
  },
44914
44914
  "locationInModule": {
44915
44915
  "filename": "src/javascript/node-package.ts",
44916
- "line": 739
44916
+ "line": 737
44917
44917
  },
44918
44918
  "name": "addPeerDeps",
44919
44919
  "parameters": [
@@ -44938,7 +44938,7 @@
44938
44938
  },
44939
44939
  "locationInModule": {
44940
44940
  "filename": "src/javascript/node-package.ts",
44941
- "line": 846
44941
+ "line": 844
44942
44942
  },
44943
44943
  "name": "addVersion",
44944
44944
  "parameters": [
@@ -44961,7 +44961,7 @@
44961
44961
  },
44962
44962
  "locationInModule": {
44963
44963
  "filename": "src/javascript/node-package.ts",
44964
- "line": 828
44964
+ "line": 826
44965
44965
  },
44966
44966
  "name": "hasScript",
44967
44967
  "parameters": [
@@ -44989,7 +44989,7 @@
44989
44989
  },
44990
44990
  "locationInModule": {
44991
44991
  "filename": "src/javascript/node-package.ts",
44992
- "line": 910
44992
+ "line": 908
44993
44993
  },
44994
44994
  "name": "postSynthesize",
44995
44995
  "overrides": "projen.Component"
@@ -45001,7 +45001,7 @@
45001
45001
  },
45002
45002
  "locationInModule": {
45003
45003
  "filename": "src/javascript/node-package.ts",
45004
- "line": 817
45004
+ "line": 815
45005
45005
  },
45006
45006
  "name": "removeScript",
45007
45007
  "parameters": [
@@ -45023,7 +45023,7 @@
45023
45023
  },
45024
45024
  "locationInModule": {
45025
45025
  "filename": "src/javascript/node-package.ts",
45026
- "line": 808
45026
+ "line": 806
45027
45027
  },
45028
45028
  "name": "setScript",
45029
45029
  "parameters": [
@@ -45054,7 +45054,7 @@
45054
45054
  },
45055
45055
  "locationInModule": {
45056
45056
  "filename": "src/javascript/node-package.ts",
45057
- "line": 905
45057
+ "line": 903
45058
45058
  },
45059
45059
  "name": "synthesize",
45060
45060
  "overrides": "projen.Component"
@@ -45069,7 +45069,7 @@
45069
45069
  },
45070
45070
  "locationInModule": {
45071
45071
  "filename": "src/javascript/node-package.ts",
45072
- "line": 889
45072
+ "line": 887
45073
45073
  },
45074
45074
  "name": "tryResolveDependencyVersion",
45075
45075
  "parameters": [
@@ -45132,7 +45132,7 @@
45132
45132
  "immutable": true,
45133
45133
  "locationInModule": {
45134
45134
  "filename": "src/javascript/node-package.ts",
45135
- "line": 555
45135
+ "line": 553
45136
45136
  },
45137
45137
  "name": "file",
45138
45138
  "type": {
@@ -45147,7 +45147,7 @@
45147
45147
  "immutable": true,
45148
45148
  "locationInModule": {
45149
45149
  "filename": "src/javascript/node-package.ts",
45150
- "line": 874
45150
+ "line": 872
45151
45151
  },
45152
45152
  "name": "installAndUpdateLockfileCommand",
45153
45153
  "type": {
@@ -45162,7 +45162,7 @@
45162
45162
  "immutable": true,
45163
45163
  "locationInModule": {
45164
45164
  "filename": "src/javascript/node-package.ts",
45165
- "line": 550
45165
+ "line": 548
45166
45166
  },
45167
45167
  "name": "installCiTask",
45168
45168
  "type": {
@@ -45177,7 +45177,7 @@
45177
45177
  "immutable": true,
45178
45178
  "locationInModule": {
45179
45179
  "filename": "src/javascript/node-package.ts",
45180
- "line": 867
45180
+ "line": 865
45181
45181
  },
45182
45182
  "name": "installCommand",
45183
45183
  "type": {
@@ -45192,7 +45192,7 @@
45192
45192
  "immutable": true,
45193
45193
  "locationInModule": {
45194
45194
  "filename": "src/javascript/node-package.ts",
45195
- "line": 545
45195
+ "line": 543
45196
45196
  },
45197
45197
  "name": "installTask",
45198
45198
  "type": {
@@ -45207,7 +45207,7 @@
45207
45207
  "immutable": true,
45208
45208
  "locationInModule": {
45209
45209
  "filename": "src/javascript/node-package.ts",
45210
- "line": 540
45210
+ "line": 538
45211
45211
  },
45212
45212
  "name": "lockFile",
45213
45213
  "type": {
@@ -45237,7 +45237,7 @@
45237
45237
  "immutable": true,
45238
45238
  "locationInModule": {
45239
45239
  "filename": "src/javascript/node-package.ts",
45240
- "line": 530
45240
+ "line": 528
45241
45241
  },
45242
45242
  "name": "npmAccess",
45243
45243
  "type": {
@@ -45252,7 +45252,7 @@
45252
45252
  "immutable": true,
45253
45253
  "locationInModule": {
45254
45254
  "filename": "src/javascript/node-package.ts",
45255
- "line": 535
45255
+ "line": 533
45256
45256
  },
45257
45257
  "name": "npmProvenance",
45258
45258
  "type": {
@@ -45267,7 +45267,7 @@
45267
45267
  "immutable": true,
45268
45268
  "locationInModule": {
45269
45269
  "filename": "src/javascript/node-package.ts",
45270
- "line": 505
45270
+ "line": 503
45271
45271
  },
45272
45272
  "name": "npmRegistry",
45273
45273
  "type": {
@@ -45282,7 +45282,7 @@
45282
45282
  "immutable": true,
45283
45283
  "locationInModule": {
45284
45284
  "filename": "src/javascript/node-package.ts",
45285
- "line": 500
45285
+ "line": 498
45286
45286
  },
45287
45287
  "name": "npmRegistryUrl",
45288
45288
  "type": {
@@ -45328,7 +45328,7 @@
45328
45328
  "immutable": true,
45329
45329
  "locationInModule": {
45330
45330
  "filename": "src/javascript/node-package.ts",
45331
- "line": 933
45331
+ "line": 931
45332
45332
  },
45333
45333
  "name": "projenCommand",
45334
45334
  "type": {
@@ -45345,7 +45345,7 @@
45345
45345
  "immutable": true,
45346
45346
  "locationInModule": {
45347
45347
  "filename": "src/javascript/node-package.ts",
45348
- "line": 518
45348
+ "line": 516
45349
45349
  },
45350
45350
  "name": "codeArtifactOptions",
45351
45351
  "optional": true,
@@ -45362,7 +45362,7 @@
45362
45362
  "immutable": true,
45363
45363
  "locationInModule": {
45364
45364
  "filename": "src/javascript/node-package.ts",
45365
- "line": 495
45365
+ "line": 493
45366
45366
  },
45367
45367
  "name": "license",
45368
45368
  "optional": true,
@@ -45412,7 +45412,7 @@
45412
45412
  "immutable": true,
45413
45413
  "locationInModule": {
45414
45414
  "filename": "src/javascript/node-package.ts",
45415
- "line": 510
45415
+ "line": 508
45416
45416
  },
45417
45417
  "name": "npmTokenSecret",
45418
45418
  "optional": true,
@@ -45422,14 +45422,13 @@
45422
45422
  },
45423
45423
  {
45424
45424
  "docs": {
45425
- "default": "\"7\"",
45426
45425
  "stability": "experimental",
45427
45426
  "summary": "The version of PNPM to use if using PNPM as a package manager."
45428
45427
  },
45429
45428
  "immutable": true,
45430
45429
  "locationInModule": {
45431
45430
  "filename": "src/javascript/node-package.ts",
45432
- "line": 490
45431
+ "line": 488
45433
45432
  },
45434
45433
  "name": "pnpmVersion",
45435
45434
  "optional": true,
@@ -45446,7 +45445,7 @@
45446
45445
  "immutable": true,
45447
45446
  "locationInModule": {
45448
45447
  "filename": "src/javascript/node-package.ts",
45449
- "line": 525
45448
+ "line": 523
45450
45449
  },
45451
45450
  "name": "scopedPackagesOptions",
45452
45451
  "optional": true,
@@ -45472,7 +45471,7 @@
45472
45471
  "kind": "enum",
45473
45472
  "locationInModule": {
45474
45473
  "filename": "src/javascript/node-package.ts",
45475
- "line": 1657
45474
+ "line": 1655
45476
45475
  },
45477
45476
  "members": [
45478
45477
  {
@@ -46137,7 +46136,7 @@
46137
46136
  {
46138
46137
  "abstract": true,
46139
46138
  "docs": {
46140
- "default": "\"7\"",
46139
+ "default": "\"9\"",
46141
46140
  "stability": "experimental",
46142
46141
  "summary": "The version of PNPM to use if using PNPM as a package manager."
46143
46142
  },
@@ -47872,7 +47871,7 @@
47872
47871
  "kind": "enum",
47873
47872
  "locationInModule": {
47874
47873
  "filename": "src/javascript/node-package.ts",
47875
- "line": 1701
47874
+ "line": 1699
47876
47875
  },
47877
47876
  "members": [
47878
47877
  {
@@ -48067,7 +48066,7 @@
48067
48066
  "kind": "interface",
48068
48067
  "locationInModule": {
48069
48068
  "filename": "src/javascript/node-package.ts",
48070
- "line": 1646
48069
+ "line": 1644
48071
48070
  },
48072
48071
  "name": "PeerDependencyOptions",
48073
48072
  "namespace": "javascript",
@@ -48082,7 +48081,7 @@
48082
48081
  "immutable": true,
48083
48082
  "locationInModule": {
48084
48083
  "filename": "src/javascript/node-package.ts",
48085
- "line": 1651
48084
+ "line": 1649
48086
48085
  },
48087
48086
  "name": "pinnedDevDependency",
48088
48087
  "optional": true,
@@ -52191,7 +52190,7 @@
52191
52190
  "kind": "interface",
52192
52191
  "locationInModule": {
52193
52192
  "filename": "src/javascript/node-package.ts",
52194
- "line": 1716
52193
+ "line": 1714
52195
52194
  },
52196
52195
  "name": "YarnBerryOptions",
52197
52196
  "namespace": "javascript",
@@ -52206,7 +52205,7 @@
52206
52205
  "immutable": true,
52207
52206
  "locationInModule": {
52208
52207
  "filename": "src/javascript/node-package.ts",
52209
- "line": 1722
52208
+ "line": 1720
52210
52209
  },
52211
52210
  "name": "version",
52212
52211
  "optional": true,
@@ -52224,7 +52223,7 @@
52224
52223
  "immutable": true,
52225
52224
  "locationInModule": {
52226
52225
  "filename": "src/javascript/node-package.ts",
52227
- "line": 1729
52226
+ "line": 1727
52228
52227
  },
52229
52228
  "name": "yarnRcOptions",
52230
52229
  "optional": true,
@@ -52243,7 +52242,7 @@
52243
52242
  "immutable": true,
52244
52243
  "locationInModule": {
52245
52244
  "filename": "src/javascript/node-package.ts",
52246
- "line": 1737
52245
+ "line": 1735
52247
52246
  },
52248
52247
  "name": "zeroInstalls",
52249
52248
  "optional": true,
@@ -65326,6 +65325,6 @@
65326
65325
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
65327
65326
  }
65328
65327
  },
65329
- "version": "0.90.6",
65330
- "fingerprint": "Ku0/oybWz99K1FfuCBa26A02Elxg+TSaIBozPGlsq0M="
65328
+ "version": "0.91.0",
65329
+ "fingerprint": "BxRqNUtEfA4UsZEHmHWW8aPlOV+42eeXqNFZFJy0dqA="
65331
65330
  }