projen 0.71.26 → 0.71.28

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 (132) hide show
  1. package/.jsii +119 -86
  2. package/docs/api/API.md +3 -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.js +1 -1
  71. package/lib/javascript/node-project.d.ts +5 -1
  72. package/lib/javascript/node-project.js +12 -2
  73. package/lib/javascript/npm-config.d.ts +5 -0
  74. package/lib/javascript/npm-config.js +6 -3
  75. package/lib/javascript/prettier.js +1 -1
  76. package/lib/javascript/projenrc.js +1 -1
  77. package/lib/javascript/typescript-config.js +1 -1
  78. package/lib/javascript/upgrade-dependencies.js +2 -2
  79. package/lib/json-patch.js +1 -1
  80. package/lib/json.js +1 -1
  81. package/lib/license.js +1 -1
  82. package/lib/logger.js +1 -1
  83. package/lib/makefile.js +1 -1
  84. package/lib/object-file.js +1 -1
  85. package/lib/project-build.js +1 -1
  86. package/lib/project.js +1 -1
  87. package/lib/projects.js +1 -1
  88. package/lib/projenrc-json.js +2 -2
  89. package/lib/projenrc.js +1 -1
  90. package/lib/python/pip.js +1 -1
  91. package/lib/python/poetry.js +2 -2
  92. package/lib/python/projenrc.js +1 -1
  93. package/lib/python/pytest-sample.js +1 -1
  94. package/lib/python/pytest.js +1 -1
  95. package/lib/python/python-project.js +1 -1
  96. package/lib/python/python-sample.js +1 -1
  97. package/lib/python/requirements-file.js +1 -1
  98. package/lib/python/setuppy.js +1 -1
  99. package/lib/python/setuptools.js +1 -1
  100. package/lib/python/venv.js +1 -1
  101. package/lib/readme.js +1 -1
  102. package/lib/release/publisher.js +1 -1
  103. package/lib/release/release-trigger.js +1 -1
  104. package/lib/release/release.js +1 -1
  105. package/lib/renovatebot.js +1 -1
  106. package/lib/run-task.js +0 -1
  107. package/lib/sample-file.js +2 -2
  108. package/lib/semver.js +1 -1
  109. package/lib/source-code.js +1 -1
  110. package/lib/task-runtime.js +1 -1
  111. package/lib/task.js +1 -1
  112. package/lib/tasks.js +1 -1
  113. package/lib/testing.js +1 -1
  114. package/lib/textfile.js +1 -1
  115. package/lib/toml.js +1 -1
  116. package/lib/typescript/projenrc-ts.js +1 -1
  117. package/lib/typescript/projenrc.js +1 -1
  118. package/lib/typescript/typescript-typedoc.js +1 -1
  119. package/lib/typescript/typescript.js +3 -3
  120. package/lib/version.js +1 -1
  121. package/lib/vscode/devcontainer.js +1 -1
  122. package/lib/vscode/extensions.js +1 -1
  123. package/lib/vscode/launch-config.js +1 -1
  124. package/lib/vscode/settings.js +1 -1
  125. package/lib/vscode/vscode.js +1 -1
  126. package/lib/web/next.js +3 -3
  127. package/lib/web/postcss.js +1 -1
  128. package/lib/web/react.js +4 -4
  129. package/lib/web/tailwind.js +1 -1
  130. package/lib/xmlfile.js +1 -1
  131. package/lib/yaml.js +1 -1
  132. package/package.json +2 -2
package/.jsii CHANGED
@@ -35492,7 +35492,7 @@
35492
35492
  "kind": "enum",
35493
35493
  "locationInModule": {
35494
35494
  "filename": "src/javascript/node-project.ts",
35495
- "line": 312
35495
+ "line": 313
35496
35496
  },
35497
35497
  "members": [
35498
35498
  {
@@ -40534,7 +40534,7 @@
40534
40534
  },
40535
40535
  "locationInModule": {
40536
40536
  "filename": "src/javascript/node-project.ts",
40537
- "line": 442
40537
+ "line": 448
40538
40538
  },
40539
40539
  "parameters": [
40540
40540
  {
@@ -40548,7 +40548,7 @@
40548
40548
  "kind": "class",
40549
40549
  "locationInModule": {
40550
40550
  "filename": "src/javascript/node-project.ts",
40551
- "line": 329
40551
+ "line": 330
40552
40552
  },
40553
40553
  "methods": [
40554
40554
  {
@@ -40557,7 +40557,7 @@
40557
40557
  },
40558
40558
  "locationInModule": {
40559
40559
  "filename": "src/javascript/node-project.ts",
40560
- "line": 760
40560
+ "line": 778
40561
40561
  },
40562
40562
  "name": "addBins",
40563
40563
  "parameters": [
@@ -40582,7 +40582,7 @@
40582
40582
  },
40583
40583
  "locationInModule": {
40584
40584
  "filename": "src/javascript/node-project.ts",
40585
- "line": 1022
40585
+ "line": 1040
40586
40586
  },
40587
40587
  "name": "addBundledDeps",
40588
40588
  "parameters": [
@@ -40608,7 +40608,7 @@
40608
40608
  },
40609
40609
  "locationInModule": {
40610
40610
  "filename": "src/javascript/node-project.ts",
40611
- "line": 805
40611
+ "line": 823
40612
40612
  },
40613
40613
  "name": "addCompileCommand",
40614
40614
  "parameters": [
@@ -40629,7 +40629,7 @@
40629
40629
  },
40630
40630
  "locationInModule": {
40631
40631
  "filename": "src/javascript/node-project.ts",
40632
- "line": 976
40632
+ "line": 994
40633
40633
  },
40634
40634
  "name": "addDeps",
40635
40635
  "parameters": [
@@ -40654,7 +40654,7 @@
40654
40654
  },
40655
40655
  "locationInModule": {
40656
40656
  "filename": "src/javascript/node-project.ts",
40657
- "line": 989
40657
+ "line": 1007
40658
40658
  },
40659
40659
  "name": "addDevDeps",
40660
40660
  "parameters": [
@@ -40679,7 +40679,7 @@
40679
40679
  },
40680
40680
  "locationInModule": {
40681
40681
  "filename": "src/javascript/node-project.ts",
40682
- "line": 825
40682
+ "line": 843
40683
40683
  },
40684
40684
  "name": "addFields",
40685
40685
  "parameters": [
@@ -40706,7 +40706,7 @@
40706
40706
  },
40707
40707
  "locationInModule": {
40708
40708
  "filename": "src/javascript/node-project.ts",
40709
- "line": 835
40709
+ "line": 853
40710
40710
  },
40711
40711
  "name": "addKeywords",
40712
40712
  "parameters": [
@@ -40731,7 +40731,7 @@
40731
40731
  },
40732
40732
  "locationInModule": {
40733
40733
  "filename": "src/javascript/node-project.ts",
40734
- "line": 1026
40734
+ "line": 1044
40735
40735
  },
40736
40736
  "name": "addPackageIgnore",
40737
40737
  "overrides": "projen.Project",
@@ -40752,7 +40752,7 @@
40752
40752
  },
40753
40753
  "locationInModule": {
40754
40754
  "filename": "src/javascript/node-project.ts",
40755
- "line": 1006
40755
+ "line": 1024
40756
40756
  },
40757
40757
  "name": "addPeerDeps",
40758
40758
  "parameters": [
@@ -40777,7 +40777,7 @@
40777
40777
  },
40778
40778
  "locationInModule": {
40779
40779
  "filename": "src/javascript/node-project.ts",
40780
- "line": 778
40780
+ "line": 796
40781
40781
  },
40782
40782
  "name": "addScripts",
40783
40783
  "parameters": [
@@ -40805,7 +40805,7 @@
40805
40805
  },
40806
40806
  "locationInModule": {
40807
40807
  "filename": "src/javascript/node-project.ts",
40808
- "line": 815
40808
+ "line": 833
40809
40809
  },
40810
40810
  "name": "addTestCommand",
40811
40811
  "parameters": [
@@ -40827,7 +40827,7 @@
40827
40827
  },
40828
40828
  "locationInModule": {
40829
40829
  "filename": "src/javascript/node-project.ts",
40830
- "line": 797
40830
+ "line": 815
40831
40831
  },
40832
40832
  "name": "hasScript",
40833
40833
  "parameters": [
@@ -40854,7 +40854,7 @@
40854
40854
  },
40855
40855
  "locationInModule": {
40856
40856
  "filename": "src/javascript/node-project.ts",
40857
- "line": 788
40857
+ "line": 806
40858
40858
  },
40859
40859
  "name": "removeScript",
40860
40860
  "parameters": [
@@ -40877,7 +40877,7 @@
40877
40877
  },
40878
40878
  "locationInModule": {
40879
40879
  "filename": "src/javascript/node-project.ts",
40880
- "line": 925
40880
+ "line": 943
40881
40881
  },
40882
40882
  "name": "renderWorkflowSetup",
40883
40883
  "parameters": [
@@ -40911,7 +40911,7 @@
40911
40911
  },
40912
40912
  "locationInModule": {
40913
40913
  "filename": "src/javascript/node-project.ts",
40914
- "line": 1099
40914
+ "line": 1117
40915
40915
  },
40916
40916
  "name": "runTaskCommand",
40917
40917
  "overrides": "projen.Project",
@@ -40939,7 +40939,7 @@
40939
40939
  },
40940
40940
  "locationInModule": {
40941
40941
  "filename": "src/javascript/node-project.ts",
40942
- "line": 770
40942
+ "line": 788
40943
40943
  },
40944
40944
  "name": "setScript",
40945
40945
  "parameters": [
@@ -40975,7 +40975,7 @@
40975
40975
  "immutable": true,
40976
40976
  "locationInModule": {
40977
40977
  "filename": "src/javascript/node-project.ts",
40978
- "line": 343
40978
+ "line": 349
40979
40979
  },
40980
40980
  "name": "allowLibraryDependencies",
40981
40981
  "type": {
@@ -40991,7 +40991,7 @@
40991
40991
  "immutable": true,
40992
40992
  "locationInModule": {
40993
40993
  "filename": "src/javascript/node-project.ts",
40994
- "line": 426
40994
+ "line": 432
40995
40995
  },
40996
40996
  "name": "artifactsDirectory",
40997
40997
  "type": {
@@ -41006,7 +41006,7 @@
41006
41006
  "immutable": true,
41007
41007
  "locationInModule": {
41008
41008
  "filename": "src/javascript/node-project.ts",
41009
- "line": 431
41009
+ "line": 437
41010
41010
  },
41011
41011
  "name": "artifactsJavascriptDirectory",
41012
41012
  "type": {
@@ -41020,7 +41020,7 @@
41020
41020
  "immutable": true,
41021
41021
  "locationInModule": {
41022
41022
  "filename": "src/javascript/node-project.ts",
41023
- "line": 419
41023
+ "line": 425
41024
41024
  },
41025
41025
  "name": "bundler",
41026
41026
  "type": {
@@ -41035,7 +41035,7 @@
41035
41035
  "immutable": true,
41036
41036
  "locationInModule": {
41037
41037
  "filename": "src/javascript/node-project.ts",
41038
- "line": 350
41038
+ "line": 356
41039
41039
  },
41040
41040
  "name": "entrypoint",
41041
41041
  "type": {
@@ -41050,13 +41050,28 @@
41050
41050
  "immutable": true,
41051
41051
  "locationInModule": {
41052
41052
  "filename": "src/javascript/node-project.ts",
41053
- "line": 415
41053
+ "line": 421
41054
41054
  },
41055
41055
  "name": "manifest",
41056
41056
  "type": {
41057
41057
  "primitive": "any"
41058
41058
  }
41059
41059
  },
41060
+ {
41061
+ "docs": {
41062
+ "stability": "experimental",
41063
+ "summary": "The .npmrc file."
41064
+ },
41065
+ "immutable": true,
41066
+ "locationInModule": {
41067
+ "filename": "src/javascript/node-project.ts",
41068
+ "line": 344
41069
+ },
41070
+ "name": "npmrc",
41071
+ "type": {
41072
+ "fqn": "projen.javascript.NpmConfig"
41073
+ }
41074
+ },
41060
41075
  {
41061
41076
  "docs": {
41062
41077
  "stability": "experimental",
@@ -41065,7 +41080,7 @@
41065
41080
  "immutable": true,
41066
41081
  "locationInModule": {
41067
41082
  "filename": "src/javascript/node-project.ts",
41068
- "line": 333
41083
+ "line": 334
41069
41084
  },
41070
41085
  "name": "package",
41071
41086
  "type": {
@@ -41081,7 +41096,7 @@
41081
41096
  "immutable": true,
41082
41097
  "locationInModule": {
41083
41098
  "filename": "src/javascript/node-project.ts",
41084
- "line": 398
41099
+ "line": 404
41085
41100
  },
41086
41101
  "name": "packageManager",
41087
41102
  "type": {
@@ -41096,7 +41111,7 @@
41096
41111
  "immutable": true,
41097
41112
  "locationInModule": {
41098
41113
  "filename": "src/javascript/node-project.ts",
41099
- "line": 405
41114
+ "line": 411
41100
41115
  },
41101
41116
  "name": "runScriptCommand",
41102
41117
  "type": {
@@ -41110,7 +41125,7 @@
41110
41125
  "immutable": true,
41111
41126
  "locationInModule": {
41112
41127
  "filename": "src/javascript/node-project.ts",
41113
- "line": 438
41128
+ "line": 444
41114
41129
  },
41115
41130
  "name": "workflowBootstrapSteps",
41116
41131
  "protected": true,
@@ -41131,7 +41146,7 @@
41131
41146
  "immutable": true,
41132
41147
  "locationInModule": {
41133
41148
  "filename": "src/javascript/node-project.ts",
41134
- "line": 357
41149
+ "line": 363
41135
41150
  },
41136
41151
  "name": "autoMerge",
41137
41152
  "optional": true,
@@ -41148,7 +41163,7 @@
41148
41163
  "immutable": true,
41149
41164
  "locationInModule": {
41150
41165
  "filename": "src/javascript/node-project.ts",
41151
- "line": 362
41166
+ "line": 368
41152
41167
  },
41153
41168
  "name": "buildWorkflow",
41154
41169
  "optional": true,
@@ -41164,7 +41179,7 @@
41164
41179
  "immutable": true,
41165
41180
  "locationInModule": {
41166
41181
  "filename": "src/javascript/node-project.ts",
41167
- "line": 1106
41182
+ "line": 1124
41168
41183
  },
41169
41184
  "name": "buildWorkflowJobId",
41170
41185
  "optional": true,
@@ -41180,7 +41195,7 @@
41180
41195
  "immutable": true,
41181
41196
  "locationInModule": {
41182
41197
  "filename": "src/javascript/node-project.ts",
41183
- "line": 410
41198
+ "line": 416
41184
41199
  },
41185
41200
  "name": "jest",
41186
41201
  "optional": true,
@@ -41196,7 +41211,7 @@
41196
41211
  "immutable": true,
41197
41212
  "locationInModule": {
41198
41213
  "filename": "src/javascript/node-project.ts",
41199
- "line": 387
41214
+ "line": 393
41200
41215
  },
41201
41216
  "name": "maxNodeVersion",
41202
41217
  "optional": true,
@@ -41212,7 +41227,7 @@
41212
41227
  "immutable": true,
41213
41228
  "locationInModule": {
41214
41229
  "filename": "src/javascript/node-project.ts",
41215
- "line": 380
41230
+ "line": 386
41216
41231
  },
41217
41232
  "name": "minNodeVersion",
41218
41233
  "optional": true,
@@ -41227,7 +41242,7 @@
41227
41242
  "immutable": true,
41228
41243
  "locationInModule": {
41229
41244
  "filename": "src/javascript/node-project.ts",
41230
- "line": 391
41245
+ "line": 397
41231
41246
  },
41232
41247
  "name": "nodeVersion",
41233
41248
  "optional": true,
@@ -41244,7 +41259,7 @@
41244
41259
  "immutable": true,
41245
41260
  "locationInModule": {
41246
41261
  "filename": "src/javascript/node-project.ts",
41247
- "line": 338
41262
+ "line": 339
41248
41263
  },
41249
41264
  "name": "npmignore",
41250
41265
  "optional": true,
@@ -41259,7 +41274,7 @@
41259
41274
  "immutable": true,
41260
41275
  "locationInModule": {
41261
41276
  "filename": "src/javascript/node-project.ts",
41262
- "line": 440
41277
+ "line": 446
41263
41278
  },
41264
41279
  "name": "prettier",
41265
41280
  "optional": true,
@@ -41277,7 +41292,7 @@
41277
41292
  "immutable": true,
41278
41293
  "locationInModule": {
41279
41294
  "filename": "src/javascript/node-project.ts",
41280
- "line": 370
41295
+ "line": 376
41281
41296
  },
41282
41297
  "name": "publisher",
41283
41298
  "optional": true,
@@ -41293,7 +41308,7 @@
41293
41308
  "immutable": true,
41294
41309
  "locationInModule": {
41295
41310
  "filename": "src/javascript/node-project.ts",
41296
- "line": 375
41311
+ "line": 381
41297
41312
  },
41298
41313
  "name": "release",
41299
41314
  "optional": true,
@@ -41309,7 +41324,7 @@
41309
41324
  "immutable": true,
41310
41325
  "locationInModule": {
41311
41326
  "filename": "src/javascript/node-project.ts",
41312
- "line": 436
41327
+ "line": 442
41313
41328
  },
41314
41329
  "name": "upgradeWorkflow",
41315
41330
  "optional": true,
@@ -41335,7 +41350,7 @@
41335
41350
  "kind": "interface",
41336
41351
  "locationInModule": {
41337
41352
  "filename": "src/javascript/node-project.ts",
41338
- "line": 52
41353
+ "line": 53
41339
41354
  },
41340
41355
  "name": "NodeProjectOptions",
41341
41356
  "namespace": "javascript",
@@ -41350,7 +41365,7 @@
41350
41365
  "immutable": true,
41351
41366
  "locationInModule": {
41352
41367
  "filename": "src/javascript/node-project.ts",
41353
- "line": 136
41368
+ "line": 137
41354
41369
  },
41355
41370
  "name": "defaultReleaseBranch",
41356
41371
  "type": {
@@ -41367,7 +41382,7 @@
41367
41382
  "immutable": true,
41368
41383
  "locationInModule": {
41369
41384
  "filename": "src/javascript/node-project.ts",
41370
- "line": 292
41385
+ "line": 293
41371
41386
  },
41372
41387
  "name": "artifactsDirectory",
41373
41388
  "optional": true,
@@ -41386,7 +41401,7 @@
41386
41401
  "immutable": true,
41387
41402
  "locationInModule": {
41388
41403
  "filename": "src/javascript/node-project.ts",
41389
- "line": 203
41404
+ "line": 204
41390
41405
  },
41391
41406
  "name": "autoApproveUpgrades",
41392
41407
  "optional": true,
@@ -41404,7 +41419,7 @@
41404
41419
  "immutable": true,
41405
41420
  "locationInModule": {
41406
41421
  "filename": "src/javascript/node-project.ts",
41407
- "line": 88
41422
+ "line": 89
41408
41423
  },
41409
41424
  "name": "buildWorkflow",
41410
41425
  "optional": true,
@@ -41422,7 +41437,7 @@
41422
41437
  "immutable": true,
41423
41438
  "locationInModule": {
41424
41439
  "filename": "src/javascript/node-project.ts",
41425
- "line": 306
41440
+ "line": 307
41426
41441
  },
41427
41442
  "name": "buildWorkflowTriggers",
41428
41443
  "optional": true,
@@ -41439,7 +41454,7 @@
41439
41454
  "immutable": true,
41440
41455
  "locationInModule": {
41441
41456
  "filename": "src/javascript/node-project.ts",
41442
- "line": 285
41457
+ "line": 286
41443
41458
  },
41444
41459
  "name": "bundlerOptions",
41445
41460
  "optional": true,
@@ -41457,7 +41472,7 @@
41457
41472
  "immutable": true,
41458
41473
  "locationInModule": {
41459
41474
  "filename": "src/javascript/node-project.ts",
41460
- "line": 107
41475
+ "line": 108
41461
41476
  },
41462
41477
  "name": "codeCov",
41463
41478
  "optional": true,
@@ -41475,7 +41490,7 @@
41475
41490
  "immutable": true,
41476
41491
  "locationInModule": {
41477
41492
  "filename": "src/javascript/node-project.ts",
41478
- "line": 114
41493
+ "line": 115
41479
41494
  },
41480
41495
  "name": "codeCovTokenSecret",
41481
41496
  "optional": true,
@@ -41493,7 +41508,7 @@
41493
41508
  "immutable": true,
41494
41509
  "locationInModule": {
41495
41510
  "filename": "src/javascript/node-project.ts",
41496
- "line": 61
41511
+ "line": 62
41497
41512
  },
41498
41513
  "name": "copyrightOwner",
41499
41514
  "optional": true,
@@ -41511,7 +41526,7 @@
41511
41526
  "immutable": true,
41512
41527
  "locationInModule": {
41513
41528
  "filename": "src/javascript/node-project.ts",
41514
- "line": 68
41529
+ "line": 69
41515
41530
  },
41516
41531
  "name": "copyrightPeriod",
41517
41532
  "optional": true,
@@ -41530,7 +41545,7 @@
41530
41545
  "immutable": true,
41531
41546
  "locationInModule": {
41532
41547
  "filename": "src/javascript/node-project.ts",
41533
- "line": 171
41548
+ "line": 172
41534
41549
  },
41535
41550
  "name": "dependabot",
41536
41551
  "optional": true,
@@ -41548,7 +41563,7 @@
41548
41563
  "immutable": true,
41549
41564
  "locationInModule": {
41550
41565
  "filename": "src/javascript/node-project.ts",
41551
- "line": 178
41566
+ "line": 179
41552
41567
  },
41553
41568
  "name": "dependabotOptions",
41554
41569
  "optional": true,
@@ -41567,7 +41582,7 @@
41567
41582
  "immutable": true,
41568
41583
  "locationInModule": {
41569
41584
  "filename": "src/javascript/node-project.ts",
41570
- "line": 186
41585
+ "line": 187
41571
41586
  },
41572
41587
  "name": "depsUpgrade",
41573
41588
  "optional": true,
@@ -41585,7 +41600,7 @@
41585
41600
  "immutable": true,
41586
41601
  "locationInModule": {
41587
41602
  "filename": "src/javascript/node-project.ts",
41588
- "line": 193
41603
+ "line": 194
41589
41604
  },
41590
41605
  "name": "depsUpgradeOptions",
41591
41606
  "optional": true,
@@ -41602,7 +41617,7 @@
41602
41617
  "immutable": true,
41603
41618
  "locationInModule": {
41604
41619
  "filename": "src/javascript/node-project.ts",
41605
- "line": 254
41620
+ "line": 255
41606
41621
  },
41607
41622
  "name": "gitignore",
41608
41623
  "optional": true,
@@ -41625,7 +41640,7 @@
41625
41640
  "immutable": true,
41626
41641
  "locationInModule": {
41627
41642
  "filename": "src/javascript/node-project.ts",
41628
- "line": 260
41643
+ "line": 261
41629
41644
  },
41630
41645
  "name": "jest",
41631
41646
  "optional": true,
@@ -41643,7 +41658,7 @@
41643
41658
  "immutable": true,
41644
41659
  "locationInModule": {
41645
41660
  "filename": "src/javascript/node-project.ts",
41646
- "line": 266
41661
+ "line": 267
41647
41662
  },
41648
41663
  "name": "jestOptions",
41649
41664
  "optional": true,
@@ -41662,7 +41677,7 @@
41662
41677
  "immutable": true,
41663
41678
  "locationInModule": {
41664
41679
  "filename": "src/javascript/node-project.ts",
41665
- "line": 99
41680
+ "line": 100
41666
41681
  },
41667
41682
  "name": "mutableBuild",
41668
41683
  "optional": true,
@@ -41680,7 +41695,7 @@
41680
41695
  "immutable": true,
41681
41696
  "locationInModule": {
41682
41697
  "filename": "src/javascript/node-project.ts",
41683
- "line": 222
41698
+ "line": 223
41684
41699
  },
41685
41700
  "name": "npmignore",
41686
41701
  "optional": true,
@@ -41703,7 +41718,7 @@
41703
41718
  "immutable": true,
41704
41719
  "locationInModule": {
41705
41720
  "filename": "src/javascript/node-project.ts",
41706
- "line": 211
41721
+ "line": 212
41707
41722
  },
41708
41723
  "name": "npmignoreEnabled",
41709
41724
  "optional": true,
@@ -41720,7 +41735,7 @@
41720
41735
  "immutable": true,
41721
41736
  "locationInModule": {
41722
41737
  "filename": "src/javascript/node-project.ts",
41723
- "line": 216
41738
+ "line": 217
41724
41739
  },
41725
41740
  "name": "npmIgnoreOptions",
41726
41741
  "optional": true,
@@ -41738,7 +41753,7 @@
41738
41753
  "immutable": true,
41739
41754
  "locationInModule": {
41740
41755
  "filename": "src/javascript/node-project.ts",
41741
- "line": 300
41756
+ "line": 301
41742
41757
  },
41743
41758
  "name": "package",
41744
41759
  "optional": true,
@@ -41756,7 +41771,7 @@
41756
41771
  "immutable": true,
41757
41772
  "locationInModule": {
41758
41773
  "filename": "src/javascript/node-project.ts",
41759
- "line": 243
41774
+ "line": 244
41760
41775
  },
41761
41776
  "name": "prettier",
41762
41777
  "optional": true,
@@ -41774,7 +41789,7 @@
41774
41789
  "immutable": true,
41775
41790
  "locationInModule": {
41776
41791
  "filename": "src/javascript/node-project.ts",
41777
- "line": 249
41792
+ "line": 250
41778
41793
  },
41779
41794
  "name": "prettierOptions",
41780
41795
  "optional": true,
@@ -41792,7 +41807,7 @@
41792
41807
  "immutable": true,
41793
41808
  "locationInModule": {
41794
41809
  "filename": "src/javascript/node-project.ts",
41795
- "line": 82
41810
+ "line": 83
41796
41811
  },
41797
41812
  "name": "projenDevDependency",
41798
41813
  "optional": true,
@@ -41810,7 +41825,7 @@
41810
41825
  "immutable": true,
41811
41826
  "locationInModule": {
41812
41827
  "filename": "src/javascript/node-project.ts",
41813
- "line": 274
41828
+ "line": 275
41814
41829
  },
41815
41830
  "name": "projenrcJs",
41816
41831
  "optional": true,
@@ -41828,7 +41843,7 @@
41828
41843
  "immutable": true,
41829
41844
  "locationInModule": {
41830
41845
  "filename": "src/javascript/node-project.ts",
41831
- "line": 280
41846
+ "line": 281
41832
41847
  },
41833
41848
  "name": "projenrcJsOptions",
41834
41849
  "optional": true,
@@ -41846,7 +41861,7 @@
41846
41861
  "immutable": true,
41847
41862
  "locationInModule": {
41848
41863
  "filename": "src/javascript/node-project.ts",
41849
- "line": 75
41864
+ "line": 76
41850
41865
  },
41851
41866
  "name": "projenVersion",
41852
41867
  "optional": true,
@@ -41864,7 +41879,7 @@
41864
41879
  "immutable": true,
41865
41880
  "locationInModule": {
41866
41881
  "filename": "src/javascript/node-project.ts",
41867
- "line": 229
41882
+ "line": 230
41868
41883
  },
41869
41884
  "name": "pullRequestTemplate",
41870
41885
  "optional": true,
@@ -41882,7 +41897,7 @@
41882
41897
  "immutable": true,
41883
41898
  "locationInModule": {
41884
41899
  "filename": "src/javascript/node-project.ts",
41885
- "line": 236
41900
+ "line": 237
41886
41901
  },
41887
41902
  "name": "pullRequestTemplateContents",
41888
41903
  "optional": true,
@@ -41905,7 +41920,7 @@
41905
41920
  "immutable": true,
41906
41921
  "locationInModule": {
41907
41922
  "filename": "src/javascript/node-project.ts",
41908
- "line": 129
41923
+ "line": 130
41909
41924
  },
41910
41925
  "name": "release",
41911
41926
  "optional": true,
@@ -41923,7 +41938,7 @@
41923
41938
  "immutable": true,
41924
41939
  "locationInModule": {
41925
41940
  "filename": "src/javascript/node-project.ts",
41926
- "line": 156
41941
+ "line": 157
41927
41942
  },
41928
41943
  "name": "releaseToNpm",
41929
41944
  "optional": true,
@@ -41942,7 +41957,7 @@
41942
41957
  "immutable": true,
41943
41958
  "locationInModule": {
41944
41959
  "filename": "src/javascript/node-project.ts",
41945
- "line": 122
41960
+ "line": 123
41946
41961
  },
41947
41962
  "name": "releaseWorkflow",
41948
41963
  "optional": true,
@@ -41960,7 +41975,7 @@
41960
41975
  "immutable": true,
41961
41976
  "locationInModule": {
41962
41977
  "filename": "src/javascript/node-project.ts",
41963
- "line": 143
41978
+ "line": 144
41964
41979
  },
41965
41980
  "name": "workflowBootstrapSteps",
41966
41981
  "optional": true,
@@ -41983,7 +41998,7 @@
41983
41998
  "immutable": true,
41984
41999
  "locationInModule": {
41985
42000
  "filename": "src/javascript/node-project.ts",
41986
- "line": 150
42001
+ "line": 151
41987
42002
  },
41988
42003
  "name": "workflowGitIdentity",
41989
42004
  "optional": true,
@@ -42001,7 +42016,7 @@
42001
42016
  "immutable": true,
42002
42017
  "locationInModule": {
42003
42018
  "filename": "src/javascript/node-project.ts",
42004
- "line": 163
42019
+ "line": 164
42005
42020
  },
42006
42021
  "name": "workflowNodeVersion",
42007
42022
  "optional": true,
@@ -42058,7 +42073,7 @@
42058
42073
  },
42059
42074
  "locationInModule": {
42060
42075
  "filename": "src/javascript/npm-config.ts",
42061
- "line": 29
42076
+ "line": 35
42062
42077
  },
42063
42078
  "parameters": [
42064
42079
  {
@@ -42079,7 +42094,7 @@
42079
42094
  "kind": "class",
42080
42095
  "locationInModule": {
42081
42096
  "filename": "src/javascript/npm-config.ts",
42082
- "line": 22
42097
+ "line": 28
42083
42098
  },
42084
42099
  "methods": [
42085
42100
  {
@@ -42089,7 +42104,7 @@
42089
42104
  },
42090
42105
  "locationInModule": {
42091
42106
  "filename": "src/javascript/npm-config.ts",
42092
- "line": 55
42107
+ "line": 64
42093
42108
  },
42094
42109
  "name": "addConfig",
42095
42110
  "parameters": [
@@ -42120,7 +42135,7 @@
42120
42135
  },
42121
42136
  "locationInModule": {
42122
42137
  "filename": "src/javascript/npm-config.ts",
42123
- "line": 45
42138
+ "line": 54
42124
42139
  },
42125
42140
  "name": "addRegistry",
42126
42141
  "parameters": [
@@ -42167,6 +42182,24 @@
42167
42182
  "name": "NpmConfigOptions",
42168
42183
  "namespace": "javascript",
42169
42184
  "properties": [
42185
+ {
42186
+ "abstract": true,
42187
+ "docs": {
42188
+ "default": "false",
42189
+ "stability": "experimental",
42190
+ "summary": "Omits empty objects and arrays."
42191
+ },
42192
+ "immutable": true,
42193
+ "locationInModule": {
42194
+ "filename": "src/javascript/npm-config.ts",
42195
+ "line": 22
42196
+ },
42197
+ "name": "omitEmpty",
42198
+ "optional": true,
42199
+ "type": {
42200
+ "primitive": "boolean"
42201
+ }
42202
+ },
42170
42203
  {
42171
42204
  "abstract": true,
42172
42205
  "docs": {
@@ -43290,7 +43323,7 @@
43290
43323
  "kind": "interface",
43291
43324
  "locationInModule": {
43292
43325
  "filename": "src/javascript/node-project.ts",
43293
- "line": 1114
43326
+ "line": 1132
43294
43327
  },
43295
43328
  "name": "RenderWorkflowSetupOptions",
43296
43329
  "namespace": "javascript",
@@ -43305,7 +43338,7 @@
43305
43338
  "immutable": true,
43306
43339
  "locationInModule": {
43307
43340
  "filename": "src/javascript/node-project.ts",
43308
- "line": 1119
43341
+ "line": 1137
43309
43342
  },
43310
43343
  "name": "mutable",
43311
43344
  "optional": true,
@@ -54283,6 +54316,6 @@
54283
54316
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
54284
54317
  }
54285
54318
  },
54286
- "version": "0.71.26",
54287
- "fingerprint": "dhApUMpFxPHZZtHsixSnQNJLbVRJu8Yo9kqZEt1Hutc="
54319
+ "version": "0.71.28",
54320
+ "fingerprint": "r1akJcb6BtfYqQg4rXr7T/YZpAKTBzTwShbESKwX92Y="
54288
54321
  }