projen 0.54.21 → 0.54.24

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 (140) hide show
  1. package/.jsii +256 -157
  2. package/changelog.md +1 -6
  3. package/docs/api/API.md +83 -34
  4. package/docs/node.md +30 -0
  5. package/lib/awscdk/auto-discover.js +4 -4
  6. package/lib/awscdk/awscdk-app-java.js +1 -1
  7. package/lib/awscdk/awscdk-app-py.js +1 -1
  8. package/lib/awscdk/awscdk-app-ts.js +1 -1
  9. package/lib/awscdk/awscdk-construct.js +2 -2
  10. package/lib/awscdk/awscdk-deps-java.js +1 -1
  11. package/lib/awscdk/awscdk-deps-js.js +1 -1
  12. package/lib/awscdk/awscdk-deps.js +1 -1
  13. package/lib/awscdk/cdk-config.js +1 -1
  14. package/lib/awscdk/cdk-tasks.js +1 -1
  15. package/lib/awscdk/integration-test.js +1 -1
  16. package/lib/awscdk/lambda-extension.js +1 -1
  17. package/lib/awscdk/lambda-function.js +2 -2
  18. package/lib/build/build-workflow.js +1 -1
  19. package/lib/cdk/auto-discover-base.js +2 -2
  20. package/lib/cdk/construct-lib.js +1 -1
  21. package/lib/cdk/integration-test-base.js +1 -1
  22. package/lib/cdk/jsii-docgen.js +1 -1
  23. package/lib/cdk/jsii-project.js +1 -1
  24. package/lib/cdk8s/auto-discover.js +2 -2
  25. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  26. package/lib/cdk8s/cdk8s-construct.js +1 -1
  27. package/lib/cdk8s/integration-test.js +1 -1
  28. package/lib/cdktf/cdktf-construct.js +1 -1
  29. package/lib/component.js +1 -1
  30. package/lib/dependencies.js +1 -1
  31. package/lib/dev-env.js +1 -1
  32. package/lib/docker-compose.js +2 -2
  33. package/lib/file.js +1 -1
  34. package/lib/gitattributes.js +1 -1
  35. package/lib/github/auto-approve.js +1 -1
  36. package/lib/github/auto-merge.js +1 -1
  37. package/lib/github/dependabot.js +1 -1
  38. package/lib/github/github-credentials.js +1 -1
  39. package/lib/github/github-project.js +1 -1
  40. package/lib/github/github.js +1 -1
  41. package/lib/github/mergify.js +1 -1
  42. package/lib/github/pr-template.js +1 -1
  43. package/lib/github/pull-request-lint.js +1 -1
  44. package/lib/github/stale.js +1 -1
  45. package/lib/github/task-workflow.js +1 -1
  46. package/lib/github/util.d.ts +1 -0
  47. package/lib/github/util.js +8 -0
  48. package/lib/github/workflows.js +1 -1
  49. package/lib/gitlab/configuration.js +1 -1
  50. package/lib/gitlab/gitlab-configuration.js +1 -1
  51. package/lib/gitlab/nested-configuration.js +1 -1
  52. package/lib/gitpod.js +1 -1
  53. package/lib/ignore-file.js +1 -1
  54. package/lib/ini.js +1 -1
  55. package/lib/java/java-project.js +1 -1
  56. package/lib/java/junit.js +1 -1
  57. package/lib/java/maven-compile.js +1 -1
  58. package/lib/java/maven-packaging.js +1 -1
  59. package/lib/java/maven-sample.js +1 -1
  60. package/lib/java/pom.js +1 -1
  61. package/lib/java/projenrc.js +1 -1
  62. package/lib/javascript/bundler.js +1 -1
  63. package/lib/javascript/eslint.js +1 -1
  64. package/lib/javascript/jest.js +1 -1
  65. package/lib/javascript/node-package.d.ts +33 -2
  66. package/lib/javascript/node-package.js +57 -6
  67. package/lib/javascript/node-project.d.ts +7 -0
  68. package/lib/javascript/node-project.js +60 -10
  69. package/lib/javascript/npm-config.js +1 -1
  70. package/lib/javascript/prettier.js +1 -1
  71. package/lib/javascript/projenrc.js +1 -1
  72. package/lib/javascript/typescript-config.js +1 -1
  73. package/lib/javascript/upgrade-dependencies.js +2 -2
  74. package/lib/javascript/util.d.ts +16 -0
  75. package/lib/javascript/util.js +21 -2
  76. package/lib/json.js +1 -1
  77. package/lib/license.js +1 -1
  78. package/lib/logger.js +1 -1
  79. package/lib/makefile.js +1 -1
  80. package/lib/object-file.js +1 -1
  81. package/lib/project-build.js +1 -1
  82. package/lib/project.js +1 -1
  83. package/lib/projects.js +1 -1
  84. package/lib/projenrc-json.js +1 -1
  85. package/lib/python/pip.js +1 -1
  86. package/lib/python/poetry.js +2 -2
  87. package/lib/python/projenrc.js +1 -1
  88. package/lib/python/pytest-sample.js +1 -1
  89. package/lib/python/pytest.js +1 -1
  90. package/lib/python/python-project.js +1 -1
  91. package/lib/python/python-sample.js +1 -1
  92. package/lib/python/requirements-file.js +1 -1
  93. package/lib/python/setuppy.js +1 -1
  94. package/lib/python/setuptools.js +1 -1
  95. package/lib/python/venv.js +1 -1
  96. package/lib/readme.js +1 -1
  97. package/lib/release/publisher.js +1 -1
  98. package/lib/release/release-trigger.js +1 -1
  99. package/lib/release/release.js +1 -1
  100. package/lib/run-task.js +1813 -0
  101. package/lib/sample-file.js +2 -2
  102. package/lib/semver.js +1 -1
  103. package/lib/source-code.js +1 -1
  104. package/lib/task-runtime.js +1 -1
  105. package/lib/task.js +1 -1
  106. package/lib/tasks.js +1 -1
  107. package/lib/testing.js +1 -1
  108. package/lib/textfile.js +1 -1
  109. package/lib/toml.js +1 -1
  110. package/lib/typescript/projenrc.js +1 -1
  111. package/lib/typescript/typescript-typedoc.js +1 -1
  112. package/lib/typescript/typescript.js +3 -3
  113. package/lib/version.js +1 -1
  114. package/lib/vscode/devcontainer.js +1 -1
  115. package/lib/vscode/launch-config.js +1 -1
  116. package/lib/vscode/vscode.js +1 -1
  117. package/lib/web/next.js +3 -3
  118. package/lib/web/postcss.js +1 -1
  119. package/lib/web/react.js +4 -4
  120. package/lib/web/tailwind.js +1 -1
  121. package/lib/xmlfile.js +1 -1
  122. package/lib/yaml.js +1 -1
  123. package/node_modules/semver/bin/semver.js +2 -1
  124. package/node_modules/semver/classes/semver.js +1 -1
  125. package/node_modules/semver/functions/inc.js +4 -1
  126. package/node_modules/{lru-cache → semver/node_modules/lru-cache}/LICENSE +1 -1
  127. package/node_modules/semver/node_modules/lru-cache/README.md +166 -0
  128. package/node_modules/semver/node_modules/lru-cache/index.js +334 -0
  129. package/node_modules/{lru-cache → semver/node_modules/lru-cache}/package.json +7 -21
  130. package/node_modules/semver/package.json +6 -5
  131. package/node_modules/yallist/LICENSE +15 -0
  132. package/node_modules/yallist/README.md +204 -0
  133. package/node_modules/yallist/iterator.js +8 -0
  134. package/node_modules/yallist/package.json +29 -0
  135. package/node_modules/yallist/yallist.js +426 -0
  136. package/package.json +3 -3
  137. package/releasetag.txt +1 -1
  138. package/version.txt +1 -1
  139. package/node_modules/lru-cache/README.md +0 -701
  140. package/node_modules/lru-cache/index.js +0 -823
package/.jsii CHANGED
@@ -18,7 +18,7 @@
18
18
  "fs-extra": "^9.1.0",
19
19
  "glob": "^7",
20
20
  "ini": "^2.0.0",
21
- "semver": "^7.3.6",
21
+ "semver": "^7.3.7",
22
22
  "shx": "^0.3.4",
23
23
  "xmlbuilder2": "^2.4.1",
24
24
  "yaml": "2.0.0-11",
@@ -28488,7 +28488,7 @@
28488
28488
  "kind": "enum",
28489
28489
  "locationInModule": {
28490
28490
  "filename": "src/javascript/node-project.ts",
28491
- "line": 291
28491
+ "line": 298
28492
28492
  },
28493
28493
  "members": [
28494
28494
  {
@@ -28916,7 +28916,7 @@
28916
28916
  "kind": "interface",
28917
28917
  "locationInModule": {
28918
28918
  "filename": "src/javascript/node-package.ts",
28919
- "line": 291
28919
+ "line": 300
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": 298
28935
+ "line": 307
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": 314
28953
+ "line": 323
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": 306
28972
+ "line": 315
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": 402
31627
+ "line": 436
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": 320
31648
+ "line": 346
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": 601
31657
+ "line": 639
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": 570
31682
+ "line": 608
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": 510
31707
+ "line": 548
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": 525
31732
+ "line": 563
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": 587
31757
+ "line": 625
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": 640
31791
+ "line": 678
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": 595
31822
+ "line": 633
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": 544
31847
+ "line": 582
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": 648
31872
+ "line": 686
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": 630
31895
+ "line": 668
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": 718
31923
+ "line": 756
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": 713
31935
+ "line": 751
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": 621
31947
+ "line": 659
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": 669
31969
+ "line": 707
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": 613
32010
+ "line": 651
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": 334
32046
+ "line": 360
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": 329
32061
+ "line": 355
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": 662
32076
+ "line": 700
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": 655
32091
+ "line": 693
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": 393
32106
+ "line": 427
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": 344
32121
+ "line": 370
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": 388
32136
+ "line": 422
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": 371
32151
+ "line": 397
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": 366
32166
+ "line": 392
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": 339
32181
+ "line": 365
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": 324
32196
+ "line": 350
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": 740
32211
+ "line": 778
32212
32212
  },
32213
32213
  "name": "projenCommand",
32214
32214
  "type": {
@@ -32218,13 +32218,14 @@
32218
32218
  {
32219
32219
  "docs": {
32220
32220
  "default": "- undefined",
32221
+ "remarks": "This is required if publishing packages to, or installing scoped packages from AWS CodeArtifact",
32221
32222
  "stability": "experimental",
32222
- "summary": "Options for publishing npm package to AWS CodeArtifact."
32223
+ "summary": "Options for npm packages using AWS CodeArtifact."
32223
32224
  },
32224
32225
  "immutable": true,
32225
32226
  "locationInModule": {
32226
32227
  "filename": "src/javascript/node-package.ts",
32227
- "line": 383
32228
+ "line": 410
32228
32229
  },
32229
32230
  "name": "codeArtifactOptions",
32230
32231
  "optional": true,
@@ -32241,7 +32242,7 @@
32241
32242
  "immutable": true,
32242
32243
  "locationInModule": {
32243
32244
  "filename": "src/javascript/node-package.ts",
32244
- "line": 361
32245
+ "line": 387
32245
32246
  },
32246
32247
  "name": "license",
32247
32248
  "optional": true,
@@ -32258,7 +32259,7 @@
32258
32259
  "immutable": true,
32259
32260
  "locationInModule": {
32260
32261
  "filename": "src/javascript/node-package.ts",
32261
- "line": 356
32262
+ "line": 382
32262
32263
  },
32263
32264
  "name": "maxNodeVersion",
32264
32265
  "optional": true,
@@ -32275,7 +32276,7 @@
32275
32276
  "immutable": true,
32276
32277
  "locationInModule": {
32277
32278
  "filename": "src/javascript/node-package.ts",
32278
- "line": 350
32279
+ "line": 376
32279
32280
  },
32280
32281
  "name": "minNodeVersion",
32281
32282
  "optional": true,
@@ -32291,13 +32292,35 @@
32291
32292
  "immutable": true,
32292
32293
  "locationInModule": {
32293
32294
  "filename": "src/javascript/node-package.ts",
32294
- "line": 376
32295
+ "line": 402
32295
32296
  },
32296
32297
  "name": "npmTokenSecret",
32297
32298
  "optional": true,
32298
32299
  "type": {
32299
32300
  "primitive": "string"
32300
32301
  }
32302
+ },
32303
+ {
32304
+ "docs": {
32305
+ "default": "undefined",
32306
+ "stability": "experimental",
32307
+ "summary": "Options for privately hosted scoped packages."
32308
+ },
32309
+ "immutable": true,
32310
+ "locationInModule": {
32311
+ "filename": "src/javascript/node-package.ts",
32312
+ "line": 417
32313
+ },
32314
+ "name": "scopedPackagesOptions",
32315
+ "optional": true,
32316
+ "type": {
32317
+ "collection": {
32318
+ "elementtype": {
32319
+ "fqn": "projen.javascript.ScopedPackagesOptions"
32320
+ },
32321
+ "kind": "array"
32322
+ }
32323
+ }
32301
32324
  }
32302
32325
  ],
32303
32326
  "symbolId": "src/javascript/node-package:NodePackage"
@@ -32312,7 +32335,7 @@
32312
32335
  "kind": "enum",
32313
32336
  "locationInModule": {
32314
32337
  "filename": "src/javascript/node-package.ts",
32315
- "line": 1226
32338
+ "line": 1332
32316
32339
  },
32317
32340
  "members": [
32318
32341
  {
@@ -32351,7 +32374,7 @@
32351
32374
  "kind": "interface",
32352
32375
  "locationInModule": {
32353
32376
  "filename": "src/javascript/node-package.ts",
32354
- "line": 27
32377
+ "line": 28
32355
32378
  },
32356
32379
  "name": "NodePackageOptions",
32357
32380
  "namespace": "javascript",
@@ -32367,7 +32390,7 @@
32367
32390
  "immutable": true,
32368
32391
  "locationInModule": {
32369
32392
  "filename": "src/javascript/node-package.ts",
32370
- "line": 121
32393
+ "line": 122
32371
32394
  },
32372
32395
  "name": "allowLibraryDependencies",
32373
32396
  "optional": true,
@@ -32384,7 +32407,7 @@
32384
32407
  "immutable": true,
32385
32408
  "locationInModule": {
32386
32409
  "filename": "src/javascript/node-package.ts",
32387
- "line": 189
32410
+ "line": 190
32388
32411
  },
32389
32412
  "name": "authorEmail",
32390
32413
  "optional": true,
@@ -32401,7 +32424,7 @@
32401
32424
  "immutable": true,
32402
32425
  "locationInModule": {
32403
32426
  "filename": "src/javascript/node-package.ts",
32404
- "line": 184
32427
+ "line": 185
32405
32428
  },
32406
32429
  "name": "authorName",
32407
32430
  "optional": true,
@@ -32418,7 +32441,7 @@
32418
32441
  "immutable": true,
32419
32442
  "locationInModule": {
32420
32443
  "filename": "src/javascript/node-package.ts",
32421
- "line": 199
32444
+ "line": 200
32422
32445
  },
32423
32446
  "name": "authorOrganization",
32424
32447
  "optional": true,
@@ -32435,7 +32458,7 @@
32435
32458
  "immutable": true,
32436
32459
  "locationInModule": {
32437
32460
  "filename": "src/javascript/node-package.ts",
32438
- "line": 194
32461
+ "line": 195
32439
32462
  },
32440
32463
  "name": "authorUrl",
32441
32464
  "optional": true,
@@ -32453,7 +32476,7 @@
32453
32476
  "immutable": true,
32454
32477
  "locationInModule": {
32455
32478
  "filename": "src/javascript/node-package.ts",
32456
- "line": 152
32479
+ "line": 153
32457
32480
  },
32458
32481
  "name": "autoDetectBin",
32459
32482
  "optional": true,
@@ -32471,7 +32494,7 @@
32471
32494
  "immutable": true,
32472
32495
  "locationInModule": {
32473
32496
  "filename": "src/javascript/node-package.ts",
32474
- "line": 144
32497
+ "line": 145
32475
32498
  },
32476
32499
  "name": "bin",
32477
32500
  "optional": true,
@@ -32493,7 +32516,7 @@
32493
32516
  "immutable": true,
32494
32517
  "locationInModule": {
32495
32518
  "filename": "src/javascript/node-package.ts",
32496
- "line": 265
32519
+ "line": 266
32497
32520
  },
32498
32521
  "name": "bugsEmail",
32499
32522
  "optional": true,
@@ -32510,7 +32533,7 @@
32510
32533
  "immutable": true,
32511
32534
  "locationInModule": {
32512
32535
  "filename": "src/javascript/node-package.ts",
32513
- "line": 260
32536
+ "line": 261
32514
32537
  },
32515
32538
  "name": "bugsUrl",
32516
32539
  "optional": true,
@@ -32528,7 +32551,7 @@
32528
32551
  "immutable": true,
32529
32552
  "locationInModule": {
32530
32553
  "filename": "src/javascript/node-package.ts",
32531
- "line": 107
32554
+ "line": 108
32532
32555
  },
32533
32556
  "name": "bundledDeps",
32534
32557
  "optional": true,
@@ -32545,13 +32568,14 @@
32545
32568
  "abstract": true,
32546
32569
  "docs": {
32547
32570
  "default": "- undefined",
32571
+ "remarks": "This is required if publishing packages to, or installing scoped packages from AWS CodeArtifact",
32548
32572
  "stability": "experimental",
32549
- "summary": "Options for publishing npm package to AWS CodeArtifact."
32573
+ "summary": "Options for npm packages using AWS CodeArtifact."
32550
32574
  },
32551
32575
  "immutable": true,
32552
32576
  "locationInModule": {
32553
32577
  "filename": "src/javascript/node-package.ts",
32554
- "line": 288
32578
+ "line": 290
32555
32579
  },
32556
32580
  "name": "codeArtifactOptions",
32557
32581
  "optional": true,
@@ -32574,7 +32598,7 @@
32574
32598
  "immutable": true,
32575
32599
  "locationInModule": {
32576
32600
  "filename": "src/javascript/node-package.ts",
32577
- "line": 56
32601
+ "line": 57
32578
32602
  },
32579
32603
  "name": "deps",
32580
32604
  "optional": true,
@@ -32600,7 +32624,7 @@
32600
32624
  "immutable": true,
32601
32625
  "locationInModule": {
32602
32626
  "filename": "src/javascript/node-package.ts",
32603
- "line": 40
32627
+ "line": 41
32604
32628
  },
32605
32629
  "name": "description",
32606
32630
  "optional": true,
@@ -32623,7 +32647,7 @@
32623
32647
  "immutable": true,
32624
32648
  "locationInModule": {
32625
32649
  "filename": "src/javascript/node-package.ts",
32626
- "line": 74
32650
+ "line": 75
32627
32651
  },
32628
32652
  "name": "devDeps",
32629
32653
  "optional": true,
@@ -32647,7 +32671,7 @@
32647
32671
  "immutable": true,
32648
32672
  "locationInModule": {
32649
32673
  "filename": "src/javascript/node-package.ts",
32650
- "line": 135
32674
+ "line": 136
32651
32675
  },
32652
32676
  "name": "entrypoint",
32653
32677
  "optional": true,
@@ -32664,7 +32688,7 @@
32664
32688
  "immutable": true,
32665
32689
  "locationInModule": {
32666
32690
  "filename": "src/javascript/node-package.ts",
32667
- "line": 204
32691
+ "line": 205
32668
32692
  },
32669
32693
  "name": "homepage",
32670
32694
  "optional": true,
@@ -32681,7 +32705,7 @@
32681
32705
  "immutable": true,
32682
32706
  "locationInModule": {
32683
32707
  "filename": "src/javascript/node-package.ts",
32684
- "line": 126
32708
+ "line": 127
32685
32709
  },
32686
32710
  "name": "keywords",
32687
32711
  "optional": true,
@@ -32705,7 +32729,7 @@
32705
32729
  "immutable": true,
32706
32730
  "locationInModule": {
32707
32731
  "filename": "src/javascript/node-package.ts",
32708
- "line": 232
32732
+ "line": 233
32709
32733
  },
32710
32734
  "name": "license",
32711
32735
  "optional": true,
@@ -32723,7 +32747,7 @@
32723
32747
  "immutable": true,
32724
32748
  "locationInModule": {
32725
32749
  "filename": "src/javascript/node-package.ts",
32726
- "line": 239
32750
+ "line": 240
32727
32751
  },
32728
32752
  "name": "licensed",
32729
32753
  "optional": true,
@@ -32741,7 +32765,7 @@
32741
32765
  "immutable": true,
32742
32766
  "locationInModule": {
32743
32767
  "filename": "src/javascript/node-package.ts",
32744
- "line": 223
32768
+ "line": 224
32745
32769
  },
32746
32770
  "name": "maxNodeVersion",
32747
32771
  "optional": true,
@@ -32759,7 +32783,7 @@
32759
32783
  "immutable": true,
32760
32784
  "locationInModule": {
32761
32785
  "filename": "src/javascript/node-package.ts",
32762
- "line": 216
32786
+ "line": 217
32763
32787
  },
32764
32788
  "name": "minNodeVersion",
32765
32789
  "optional": true,
@@ -32777,7 +32801,7 @@
32777
32801
  "immutable": true,
32778
32802
  "locationInModule": {
32779
32803
  "filename": "src/javascript/node-package.ts",
32780
- "line": 274
32804
+ "line": 275
32781
32805
  },
32782
32806
  "name": "npmAccess",
32783
32807
  "optional": true,
@@ -32796,7 +32820,7 @@
32796
32820
  "immutable": true,
32797
32821
  "locationInModule": {
32798
32822
  "filename": "src/javascript/node-package.ts",
32799
- "line": 255
32823
+ "line": 256
32800
32824
  },
32801
32825
  "name": "npmRegistry",
32802
32826
  "optional": true,
@@ -32815,7 +32839,7 @@
32815
32839
  "immutable": true,
32816
32840
  "locationInModule": {
32817
32841
  "filename": "src/javascript/node-package.ts",
32818
- "line": 248
32842
+ "line": 249
32819
32843
  },
32820
32844
  "name": "npmRegistryUrl",
32821
32845
  "optional": true,
@@ -32833,7 +32857,7 @@
32833
32857
  "immutable": true,
32834
32858
  "locationInModule": {
32835
32859
  "filename": "src/javascript/node-package.ts",
32836
- "line": 281
32860
+ "line": 282
32837
32861
  },
32838
32862
  "name": "npmTokenSecret",
32839
32863
  "optional": true,
@@ -32851,7 +32875,7 @@
32851
32875
  "immutable": true,
32852
32876
  "locationInModule": {
32853
32877
  "filename": "src/javascript/node-package.ts",
32854
- "line": 167
32878
+ "line": 168
32855
32879
  },
32856
32880
  "name": "packageManager",
32857
32881
  "optional": true,
@@ -32872,7 +32896,7 @@
32872
32896
  "immutable": true,
32873
32897
  "locationInModule": {
32874
32898
  "filename": "src/javascript/node-package.ts",
32875
- "line": 33
32899
+ "line": 34
32876
32900
  },
32877
32901
  "name": "packageName",
32878
32902
  "optional": true,
@@ -32889,7 +32913,7 @@
32889
32913
  "immutable": true,
32890
32914
  "locationInModule": {
32891
32915
  "filename": "src/javascript/node-package.ts",
32892
- "line": 112
32916
+ "line": 113
32893
32917
  },
32894
32918
  "name": "peerDependencyOptions",
32895
32919
  "optional": true,
@@ -32908,7 +32932,7 @@
32908
32932
  "immutable": true,
32909
32933
  "locationInModule": {
32910
32934
  "filename": "src/javascript/node-package.ts",
32911
- "line": 93
32935
+ "line": 94
32912
32936
  },
32913
32937
  "name": "peerDeps",
32914
32938
  "optional": true,
@@ -32931,7 +32955,7 @@
32931
32955
  "immutable": true,
32932
32956
  "locationInModule": {
32933
32957
  "filename": "src/javascript/node-package.ts",
32934
- "line": 173
32958
+ "line": 174
32935
32959
  },
32936
32960
  "name": "repository",
32937
32961
  "optional": true,
@@ -32948,7 +32972,7 @@
32948
32972
  "immutable": true,
32949
32973
  "locationInModule": {
32950
32974
  "filename": "src/javascript/node-package.ts",
32951
- "line": 179
32975
+ "line": 180
32952
32976
  },
32953
32977
  "name": "repositoryDirectory",
32954
32978
  "optional": true,
@@ -32956,6 +32980,29 @@
32956
32980
  "primitive": "string"
32957
32981
  }
32958
32982
  },
32983
+ {
32984
+ "abstract": true,
32985
+ "docs": {
32986
+ "default": "- fetch all scoped packages from the public npm registry",
32987
+ "stability": "experimental",
32988
+ "summary": "Options for privately hosted scoped packages."
32989
+ },
32990
+ "immutable": true,
32991
+ "locationInModule": {
32992
+ "filename": "src/javascript/node-package.ts",
32993
+ "line": 297
32994
+ },
32995
+ "name": "scopedPackagesOptions",
32996
+ "optional": true,
32997
+ "type": {
32998
+ "collection": {
32999
+ "elementtype": {
33000
+ "fqn": "projen.javascript.ScopedPackagesOptions"
33001
+ },
33002
+ "kind": "array"
33003
+ }
33004
+ }
33005
+ },
32959
33006
  {
32960
33007
  "abstract": true,
32961
33008
  "docs": {
@@ -32967,7 +33014,7 @@
32967
33014
  "immutable": true,
32968
33015
  "locationInModule": {
32969
33016
  "filename": "src/javascript/node-package.ts",
32970
- "line": 160
33017
+ "line": 161
32971
33018
  },
32972
33019
  "name": "scripts",
32973
33020
  "optional": true,
@@ -32989,7 +33036,7 @@
32989
33036
  "immutable": true,
32990
33037
  "locationInModule": {
32991
33038
  "filename": "src/javascript/node-package.ts",
32992
- "line": 209
33039
+ "line": 210
32993
33040
  },
32994
33041
  "name": "stability",
32995
33042
  "optional": true,
@@ -33017,7 +33064,7 @@
33017
33064
  },
33018
33065
  "locationInModule": {
33019
33066
  "filename": "src/javascript/node-project.ts",
33020
- "line": 421
33067
+ "line": 428
33021
33068
  },
33022
33069
  "parameters": [
33023
33070
  {
@@ -33031,7 +33078,7 @@
33031
33078
  "kind": "class",
33032
33079
  "locationInModule": {
33033
33080
  "filename": "src/javascript/node-project.ts",
33034
- "line": 308
33081
+ "line": 315
33035
33082
  },
33036
33083
  "methods": [
33037
33084
  {
@@ -33040,7 +33087,7 @@
33040
33087
  },
33041
33088
  "locationInModule": {
33042
33089
  "filename": "src/javascript/node-project.ts",
33043
- "line": 681
33090
+ "line": 693
33044
33091
  },
33045
33092
  "name": "addBins",
33046
33093
  "parameters": [
@@ -33065,7 +33112,7 @@
33065
33112
  },
33066
33113
  "locationInModule": {
33067
33114
  "filename": "src/javascript/node-project.ts",
33068
- "line": 847
33115
+ "line": 922
33069
33116
  },
33070
33117
  "name": "addBundledDeps",
33071
33118
  "parameters": [
@@ -33091,7 +33138,7 @@
33091
33138
  },
33092
33139
  "locationInModule": {
33093
33140
  "filename": "src/javascript/node-project.ts",
33094
- "line": 715
33141
+ "line": 727
33095
33142
  },
33096
33143
  "name": "addCompileCommand",
33097
33144
  "parameters": [
@@ -33112,7 +33159,7 @@
33112
33159
  },
33113
33160
  "locationInModule": {
33114
33161
  "filename": "src/javascript/node-project.ts",
33115
- "line": 801
33162
+ "line": 876
33116
33163
  },
33117
33164
  "name": "addDeps",
33118
33165
  "parameters": [
@@ -33137,7 +33184,7 @@
33137
33184
  },
33138
33185
  "locationInModule": {
33139
33186
  "filename": "src/javascript/node-project.ts",
33140
- "line": 814
33187
+ "line": 889
33141
33188
  },
33142
33189
  "name": "addDevDeps",
33143
33190
  "parameters": [
@@ -33162,7 +33209,7 @@
33162
33209
  },
33163
33210
  "locationInModule": {
33164
33211
  "filename": "src/javascript/node-project.ts",
33165
- "line": 735
33212
+ "line": 747
33166
33213
  },
33167
33214
  "name": "addFields",
33168
33215
  "parameters": [
@@ -33189,7 +33236,7 @@
33189
33236
  },
33190
33237
  "locationInModule": {
33191
33238
  "filename": "src/javascript/node-project.ts",
33192
- "line": 745
33239
+ "line": 757
33193
33240
  },
33194
33241
  "name": "addKeywords",
33195
33242
  "parameters": [
@@ -33214,7 +33261,7 @@
33214
33261
  },
33215
33262
  "locationInModule": {
33216
33263
  "filename": "src/javascript/node-project.ts",
33217
- "line": 851
33264
+ "line": 926
33218
33265
  },
33219
33266
  "name": "addPackageIgnore",
33220
33267
  "overrides": "projen.Project",
@@ -33235,7 +33282,7 @@
33235
33282
  },
33236
33283
  "locationInModule": {
33237
33284
  "filename": "src/javascript/node-project.ts",
33238
- "line": 831
33285
+ "line": 906
33239
33286
  },
33240
33287
  "name": "addPeerDeps",
33241
33288
  "parameters": [
@@ -33261,7 +33308,7 @@
33261
33308
  },
33262
33309
  "locationInModule": {
33263
33310
  "filename": "src/javascript/node-project.ts",
33264
- "line": 725
33311
+ "line": 737
33265
33312
  },
33266
33313
  "name": "addTestCommand",
33267
33314
  "parameters": [
@@ -33282,7 +33329,7 @@
33282
33329
  },
33283
33330
  "locationInModule": {
33284
33331
  "filename": "src/javascript/node-project.ts",
33285
- "line": 707
33332
+ "line": 719
33286
33333
  },
33287
33334
  "name": "hasScript",
33288
33335
  "parameters": [
@@ -33309,7 +33356,7 @@
33309
33356
  },
33310
33357
  "locationInModule": {
33311
33358
  "filename": "src/javascript/node-project.ts",
33312
- "line": 699
33359
+ "line": 711
33313
33360
  },
33314
33361
  "name": "removeScript",
33315
33362
  "parameters": [
@@ -33332,7 +33379,7 @@
33332
33379
  },
33333
33380
  "locationInModule": {
33334
33381
  "filename": "src/javascript/node-project.ts",
33335
- "line": 756
33382
+ "line": 825
33336
33383
  },
33337
33384
  "name": "renderWorkflowSetup",
33338
33385
  "parameters": [
@@ -33366,7 +33413,7 @@
33366
33413
  },
33367
33414
  "locationInModule": {
33368
33415
  "filename": "src/javascript/node-project.ts",
33369
- "line": 924
33416
+ "line": 999
33370
33417
  },
33371
33418
  "name": "runTaskCommand",
33372
33419
  "overrides": "projen.Project",
@@ -33394,7 +33441,7 @@
33394
33441
  },
33395
33442
  "locationInModule": {
33396
33443
  "filename": "src/javascript/node-project.ts",
33397
- "line": 691
33444
+ "line": 703
33398
33445
  },
33399
33446
  "name": "setScript",
33400
33447
  "parameters": [
@@ -33430,7 +33477,7 @@
33430
33477
  "immutable": true,
33431
33478
  "locationInModule": {
33432
33479
  "filename": "src/javascript/node-project.ts",
33433
- "line": 322
33480
+ "line": 329
33434
33481
  },
33435
33482
  "name": "allowLibraryDependencies",
33436
33483
  "type": {
@@ -33446,7 +33493,7 @@
33446
33493
  "immutable": true,
33447
33494
  "locationInModule": {
33448
33495
  "filename": "src/javascript/node-project.ts",
33449
- "line": 405
33496
+ "line": 412
33450
33497
  },
33451
33498
  "name": "artifactsDirectory",
33452
33499
  "type": {
@@ -33461,7 +33508,7 @@
33461
33508
  "immutable": true,
33462
33509
  "locationInModule": {
33463
33510
  "filename": "src/javascript/node-project.ts",
33464
- "line": 410
33511
+ "line": 417
33465
33512
  },
33466
33513
  "name": "artifactsJavascriptDirectory",
33467
33514
  "type": {
@@ -33475,7 +33522,7 @@
33475
33522
  "immutable": true,
33476
33523
  "locationInModule": {
33477
33524
  "filename": "src/javascript/node-project.ts",
33478
- "line": 398
33525
+ "line": 405
33479
33526
  },
33480
33527
  "name": "bundler",
33481
33528
  "type": {
@@ -33490,7 +33537,7 @@
33490
33537
  "immutable": true,
33491
33538
  "locationInModule": {
33492
33539
  "filename": "src/javascript/node-project.ts",
33493
- "line": 329
33540
+ "line": 336
33494
33541
  },
33495
33542
  "name": "entrypoint",
33496
33543
  "type": {
@@ -33505,7 +33552,7 @@
33505
33552
  "immutable": true,
33506
33553
  "locationInModule": {
33507
33554
  "filename": "src/javascript/node-project.ts",
33508
- "line": 394
33555
+ "line": 401
33509
33556
  },
33510
33557
  "name": "manifest",
33511
33558
  "type": {
@@ -33520,7 +33567,7 @@
33520
33567
  "immutable": true,
33521
33568
  "locationInModule": {
33522
33569
  "filename": "src/javascript/node-project.ts",
33523
- "line": 312
33570
+ "line": 319
33524
33571
  },
33525
33572
  "name": "package",
33526
33573
  "type": {
@@ -33536,7 +33583,7 @@
33536
33583
  "immutable": true,
33537
33584
  "locationInModule": {
33538
33585
  "filename": "src/javascript/node-project.ts",
33539
- "line": 377
33586
+ "line": 384
33540
33587
  },
33541
33588
  "name": "packageManager",
33542
33589
  "type": {
@@ -33551,7 +33598,7 @@
33551
33598
  "immutable": true,
33552
33599
  "locationInModule": {
33553
33600
  "filename": "src/javascript/node-project.ts",
33554
- "line": 384
33601
+ "line": 391
33555
33602
  },
33556
33603
  "name": "runScriptCommand",
33557
33604
  "type": {
@@ -33566,7 +33613,7 @@
33566
33613
  "immutable": true,
33567
33614
  "locationInModule": {
33568
33615
  "filename": "src/javascript/node-project.ts",
33569
- "line": 336
33616
+ "line": 343
33570
33617
  },
33571
33618
  "name": "autoMerge",
33572
33619
  "optional": true,
@@ -33583,7 +33630,7 @@
33583
33630
  "immutable": true,
33584
33631
  "locationInModule": {
33585
33632
  "filename": "src/javascript/node-project.ts",
33586
- "line": 341
33633
+ "line": 348
33587
33634
  },
33588
33635
  "name": "buildWorkflow",
33589
33636
  "optional": true,
@@ -33599,7 +33646,7 @@
33599
33646
  "immutable": true,
33600
33647
  "locationInModule": {
33601
33648
  "filename": "src/javascript/node-project.ts",
33602
- "line": 931
33649
+ "line": 1006
33603
33650
  },
33604
33651
  "name": "buildWorkflowJobId",
33605
33652
  "optional": true,
@@ -33615,7 +33662,7 @@
33615
33662
  "immutable": true,
33616
33663
  "locationInModule": {
33617
33664
  "filename": "src/javascript/node-project.ts",
33618
- "line": 389
33665
+ "line": 396
33619
33666
  },
33620
33667
  "name": "jest",
33621
33668
  "optional": true,
@@ -33631,7 +33678,7 @@
33631
33678
  "immutable": true,
33632
33679
  "locationInModule": {
33633
33680
  "filename": "src/javascript/node-project.ts",
33634
- "line": 366
33681
+ "line": 373
33635
33682
  },
33636
33683
  "name": "maxNodeVersion",
33637
33684
  "optional": true,
@@ -33647,7 +33694,7 @@
33647
33694
  "immutable": true,
33648
33695
  "locationInModule": {
33649
33696
  "filename": "src/javascript/node-project.ts",
33650
- "line": 359
33697
+ "line": 366
33651
33698
  },
33652
33699
  "name": "minNodeVersion",
33653
33700
  "optional": true,
@@ -33663,7 +33710,7 @@
33663
33710
  "immutable": true,
33664
33711
  "locationInModule": {
33665
33712
  "filename": "src/javascript/node-project.ts",
33666
- "line": 317
33713
+ "line": 324
33667
33714
  },
33668
33715
  "name": "npmignore",
33669
33716
  "optional": true,
@@ -33678,7 +33725,7 @@
33678
33725
  "immutable": true,
33679
33726
  "locationInModule": {
33680
33727
  "filename": "src/javascript/node-project.ts",
33681
- "line": 419
33728
+ "line": 426
33682
33729
  },
33683
33730
  "name": "prettier",
33684
33731
  "optional": true,
@@ -33696,7 +33743,7 @@
33696
33743
  "immutable": true,
33697
33744
  "locationInModule": {
33698
33745
  "filename": "src/javascript/node-project.ts",
33699
- "line": 349
33746
+ "line": 356
33700
33747
  },
33701
33748
  "name": "publisher",
33702
33749
  "optional": true,
@@ -33712,7 +33759,7 @@
33712
33759
  "immutable": true,
33713
33760
  "locationInModule": {
33714
33761
  "filename": "src/javascript/node-project.ts",
33715
- "line": 354
33762
+ "line": 361
33716
33763
  },
33717
33764
  "name": "release",
33718
33765
  "optional": true,
@@ -33728,7 +33775,7 @@
33728
33775
  "immutable": true,
33729
33776
  "locationInModule": {
33730
33777
  "filename": "src/javascript/node-project.ts",
33731
- "line": 415
33778
+ "line": 422
33732
33779
  },
33733
33780
  "name": "upgradeWorkflow",
33734
33781
  "optional": true,
@@ -33754,7 +33801,7 @@
33754
33801
  "kind": "interface",
33755
33802
  "locationInModule": {
33756
33803
  "filename": "src/javascript/node-project.ts",
33757
- "line": 36
33804
+ "line": 43
33758
33805
  },
33759
33806
  "name": "NodeProjectOptions",
33760
33807
  "namespace": "javascript",
@@ -33769,7 +33816,7 @@
33769
33816
  "immutable": true,
33770
33817
  "locationInModule": {
33771
33818
  "filename": "src/javascript/node-project.ts",
33772
- "line": 120
33819
+ "line": 127
33773
33820
  },
33774
33821
  "name": "defaultReleaseBranch",
33775
33822
  "type": {
@@ -33786,7 +33833,7 @@
33786
33833
  "immutable": true,
33787
33834
  "locationInModule": {
33788
33835
  "filename": "src/javascript/node-project.ts",
33789
- "line": 271
33836
+ "line": 278
33790
33837
  },
33791
33838
  "name": "artifactsDirectory",
33792
33839
  "optional": true,
@@ -33805,7 +33852,7 @@
33805
33852
  "immutable": true,
33806
33853
  "locationInModule": {
33807
33854
  "filename": "src/javascript/node-project.ts",
33808
- "line": 187
33855
+ "line": 194
33809
33856
  },
33810
33857
  "name": "autoApproveUpgrades",
33811
33858
  "optional": true,
@@ -33823,7 +33870,7 @@
33823
33870
  "immutable": true,
33824
33871
  "locationInModule": {
33825
33872
  "filename": "src/javascript/node-project.ts",
33826
- "line": 72
33873
+ "line": 79
33827
33874
  },
33828
33875
  "name": "buildWorkflow",
33829
33876
  "optional": true,
@@ -33841,7 +33888,7 @@
33841
33888
  "immutable": true,
33842
33889
  "locationInModule": {
33843
33890
  "filename": "src/javascript/node-project.ts",
33844
- "line": 285
33891
+ "line": 292
33845
33892
  },
33846
33893
  "name": "buildWorkflowTriggers",
33847
33894
  "optional": true,
@@ -33858,7 +33905,7 @@
33858
33905
  "immutable": true,
33859
33906
  "locationInModule": {
33860
33907
  "filename": "src/javascript/node-project.ts",
33861
- "line": 264
33908
+ "line": 271
33862
33909
  },
33863
33910
  "name": "bundlerOptions",
33864
33911
  "optional": true,
@@ -33876,7 +33923,7 @@
33876
33923
  "immutable": true,
33877
33924
  "locationInModule": {
33878
33925
  "filename": "src/javascript/node-project.ts",
33879
- "line": 91
33926
+ "line": 98
33880
33927
  },
33881
33928
  "name": "codeCov",
33882
33929
  "optional": true,
@@ -33894,7 +33941,7 @@
33894
33941
  "immutable": true,
33895
33942
  "locationInModule": {
33896
33943
  "filename": "src/javascript/node-project.ts",
33897
- "line": 98
33944
+ "line": 105
33898
33945
  },
33899
33946
  "name": "codeCovTokenSecret",
33900
33947
  "optional": true,
@@ -33912,7 +33959,7 @@
33912
33959
  "immutable": true,
33913
33960
  "locationInModule": {
33914
33961
  "filename": "src/javascript/node-project.ts",
33915
- "line": 45
33962
+ "line": 52
33916
33963
  },
33917
33964
  "name": "copyrightOwner",
33918
33965
  "optional": true,
@@ -33930,7 +33977,7 @@
33930
33977
  "immutable": true,
33931
33978
  "locationInModule": {
33932
33979
  "filename": "src/javascript/node-project.ts",
33933
- "line": 52
33980
+ "line": 59
33934
33981
  },
33935
33982
  "name": "copyrightPeriod",
33936
33983
  "optional": true,
@@ -33949,7 +33996,7 @@
33949
33996
  "immutable": true,
33950
33997
  "locationInModule": {
33951
33998
  "filename": "src/javascript/node-project.ts",
33952
- "line": 155
33999
+ "line": 162
33953
34000
  },
33954
34001
  "name": "dependabot",
33955
34002
  "optional": true,
@@ -33967,7 +34014,7 @@
33967
34014
  "immutable": true,
33968
34015
  "locationInModule": {
33969
34016
  "filename": "src/javascript/node-project.ts",
33970
- "line": 162
34017
+ "line": 169
33971
34018
  },
33972
34019
  "name": "dependabotOptions",
33973
34020
  "optional": true,
@@ -33986,7 +34033,7 @@
33986
34033
  "immutable": true,
33987
34034
  "locationInModule": {
33988
34035
  "filename": "src/javascript/node-project.ts",
33989
- "line": 170
34036
+ "line": 177
33990
34037
  },
33991
34038
  "name": "depsUpgrade",
33992
34039
  "optional": true,
@@ -34004,7 +34051,7 @@
34004
34051
  "immutable": true,
34005
34052
  "locationInModule": {
34006
34053
  "filename": "src/javascript/node-project.ts",
34007
- "line": 177
34054
+ "line": 184
34008
34055
  },
34009
34056
  "name": "depsUpgradeOptions",
34010
34057
  "optional": true,
@@ -34021,7 +34068,7 @@
34021
34068
  "immutable": true,
34022
34069
  "locationInModule": {
34023
34070
  "filename": "src/javascript/node-project.ts",
34024
- "line": 233
34071
+ "line": 240
34025
34072
  },
34026
34073
  "name": "gitignore",
34027
34074
  "optional": true,
@@ -34044,7 +34091,7 @@
34044
34091
  "immutable": true,
34045
34092
  "locationInModule": {
34046
34093
  "filename": "src/javascript/node-project.ts",
34047
- "line": 239
34094
+ "line": 246
34048
34095
  },
34049
34096
  "name": "jest",
34050
34097
  "optional": true,
@@ -34062,7 +34109,7 @@
34062
34109
  "immutable": true,
34063
34110
  "locationInModule": {
34064
34111
  "filename": "src/javascript/node-project.ts",
34065
- "line": 245
34112
+ "line": 252
34066
34113
  },
34067
34114
  "name": "jestOptions",
34068
34115
  "optional": true,
@@ -34081,7 +34128,7 @@
34081
34128
  "immutable": true,
34082
34129
  "locationInModule": {
34083
34130
  "filename": "src/javascript/node-project.ts",
34084
- "line": 83
34131
+ "line": 90
34085
34132
  },
34086
34133
  "name": "mutableBuild",
34087
34134
  "optional": true,
@@ -34099,7 +34146,7 @@
34099
34146
  "immutable": true,
34100
34147
  "locationInModule": {
34101
34148
  "filename": "src/javascript/node-project.ts",
34102
- "line": 201
34149
+ "line": 208
34103
34150
  },
34104
34151
  "name": "npmignore",
34105
34152
  "optional": true,
@@ -34122,7 +34169,7 @@
34122
34169
  "immutable": true,
34123
34170
  "locationInModule": {
34124
34171
  "filename": "src/javascript/node-project.ts",
34125
- "line": 195
34172
+ "line": 202
34126
34173
  },
34127
34174
  "name": "npmignoreEnabled",
34128
34175
  "optional": true,
@@ -34140,7 +34187,7 @@
34140
34187
  "immutable": true,
34141
34188
  "locationInModule": {
34142
34189
  "filename": "src/javascript/node-project.ts",
34143
- "line": 279
34190
+ "line": 286
34144
34191
  },
34145
34192
  "name": "package",
34146
34193
  "optional": true,
@@ -34158,7 +34205,7 @@
34158
34205
  "immutable": true,
34159
34206
  "locationInModule": {
34160
34207
  "filename": "src/javascript/node-project.ts",
34161
- "line": 222
34208
+ "line": 229
34162
34209
  },
34163
34210
  "name": "prettier",
34164
34211
  "optional": true,
@@ -34176,7 +34223,7 @@
34176
34223
  "immutable": true,
34177
34224
  "locationInModule": {
34178
34225
  "filename": "src/javascript/node-project.ts",
34179
- "line": 228
34226
+ "line": 235
34180
34227
  },
34181
34228
  "name": "prettierOptions",
34182
34229
  "optional": true,
@@ -34194,7 +34241,7 @@
34194
34241
  "immutable": true,
34195
34242
  "locationInModule": {
34196
34243
  "filename": "src/javascript/node-project.ts",
34197
- "line": 66
34244
+ "line": 73
34198
34245
  },
34199
34246
  "name": "projenDevDependency",
34200
34247
  "optional": true,
@@ -34212,7 +34259,7 @@
34212
34259
  "immutable": true,
34213
34260
  "locationInModule": {
34214
34261
  "filename": "src/javascript/node-project.ts",
34215
- "line": 253
34262
+ "line": 260
34216
34263
  },
34217
34264
  "name": "projenrcJs",
34218
34265
  "optional": true,
@@ -34230,7 +34277,7 @@
34230
34277
  "immutable": true,
34231
34278
  "locationInModule": {
34232
34279
  "filename": "src/javascript/node-project.ts",
34233
- "line": 259
34280
+ "line": 266
34234
34281
  },
34235
34282
  "name": "projenrcJsOptions",
34236
34283
  "optional": true,
@@ -34248,7 +34295,7 @@
34248
34295
  "immutable": true,
34249
34296
  "locationInModule": {
34250
34297
  "filename": "src/javascript/node-project.ts",
34251
- "line": 59
34298
+ "line": 66
34252
34299
  },
34253
34300
  "name": "projenVersion",
34254
34301
  "optional": true,
@@ -34266,7 +34313,7 @@
34266
34313
  "immutable": true,
34267
34314
  "locationInModule": {
34268
34315
  "filename": "src/javascript/node-project.ts",
34269
- "line": 208
34316
+ "line": 215
34270
34317
  },
34271
34318
  "name": "pullRequestTemplate",
34272
34319
  "optional": true,
@@ -34284,7 +34331,7 @@
34284
34331
  "immutable": true,
34285
34332
  "locationInModule": {
34286
34333
  "filename": "src/javascript/node-project.ts",
34287
- "line": 215
34334
+ "line": 222
34288
34335
  },
34289
34336
  "name": "pullRequestTemplateContents",
34290
34337
  "optional": true,
@@ -34307,7 +34354,7 @@
34307
34354
  "immutable": true,
34308
34355
  "locationInModule": {
34309
34356
  "filename": "src/javascript/node-project.ts",
34310
- "line": 113
34357
+ "line": 120
34311
34358
  },
34312
34359
  "name": "release",
34313
34360
  "optional": true,
@@ -34325,7 +34372,7 @@
34325
34372
  "immutable": true,
34326
34373
  "locationInModule": {
34327
34374
  "filename": "src/javascript/node-project.ts",
34328
- "line": 140
34375
+ "line": 147
34329
34376
  },
34330
34377
  "name": "releaseToNpm",
34331
34378
  "optional": true,
@@ -34344,7 +34391,7 @@
34344
34391
  "immutable": true,
34345
34392
  "locationInModule": {
34346
34393
  "filename": "src/javascript/node-project.ts",
34347
- "line": 106
34394
+ "line": 113
34348
34395
  },
34349
34396
  "name": "releaseWorkflow",
34350
34397
  "optional": true,
@@ -34362,7 +34409,7 @@
34362
34409
  "immutable": true,
34363
34410
  "locationInModule": {
34364
34411
  "filename": "src/javascript/node-project.ts",
34365
- "line": 127
34412
+ "line": 134
34366
34413
  },
34367
34414
  "name": "workflowBootstrapSteps",
34368
34415
  "optional": true,
@@ -34385,7 +34432,7 @@
34385
34432
  "immutable": true,
34386
34433
  "locationInModule": {
34387
34434
  "filename": "src/javascript/node-project.ts",
34388
- "line": 134
34435
+ "line": 141
34389
34436
  },
34390
34437
  "name": "workflowGitIdentity",
34391
34438
  "optional": true,
@@ -34403,7 +34450,7 @@
34403
34450
  "immutable": true,
34404
34451
  "locationInModule": {
34405
34452
  "filename": "src/javascript/node-project.ts",
34406
- "line": 147
34453
+ "line": 154
34407
34454
  },
34408
34455
  "name": "workflowNodeVersion",
34409
34456
  "optional": true,
@@ -34424,7 +34471,7 @@
34424
34471
  "kind": "enum",
34425
34472
  "locationInModule": {
34426
34473
  "filename": "src/javascript/node-package.ts",
34427
- "line": 1246
34474
+ "line": 1352
34428
34475
  },
34429
34476
  "members": [
34430
34477
  {
@@ -34601,7 +34648,7 @@
34601
34648
  "kind": "interface",
34602
34649
  "locationInModule": {
34603
34650
  "filename": "src/javascript/node-package.ts",
34604
- "line": 1215
34651
+ "line": 1321
34605
34652
  },
34606
34653
  "name": "PeerDependencyOptions",
34607
34654
  "namespace": "javascript",
@@ -34616,7 +34663,7 @@
34616
34663
  "immutable": true,
34617
34664
  "locationInModule": {
34618
34665
  "filename": "src/javascript/node-package.ts",
34619
- "line": 1220
34666
+ "line": 1326
34620
34667
  },
34621
34668
  "name": "pinnedDevDependency",
34622
34669
  "optional": true,
@@ -35625,7 +35672,7 @@
35625
35672
  "kind": "interface",
35626
35673
  "locationInModule": {
35627
35674
  "filename": "src/javascript/node-project.ts",
35628
- "line": 939
35675
+ "line": 1014
35629
35676
  },
35630
35677
  "name": "RenderWorkflowSetupOptions",
35631
35678
  "namespace": "javascript",
@@ -35640,7 +35687,7 @@
35640
35687
  "immutable": true,
35641
35688
  "locationInModule": {
35642
35689
  "filename": "src/javascript/node-project.ts",
35643
- "line": 944
35690
+ "line": 1019
35644
35691
  },
35645
35692
  "name": "mutable",
35646
35693
  "optional": true,
@@ -35651,6 +35698,58 @@
35651
35698
  ],
35652
35699
  "symbolId": "src/javascript/node-project:RenderWorkflowSetupOptions"
35653
35700
  },
35701
+ "projen.javascript.ScopedPackagesOptions": {
35702
+ "assembly": "projen",
35703
+ "datatype": true,
35704
+ "docs": {
35705
+ "stability": "experimental",
35706
+ "summary": "Options for scoped packages."
35707
+ },
35708
+ "fqn": "projen.javascript.ScopedPackagesOptions",
35709
+ "kind": "interface",
35710
+ "locationInModule": {
35711
+ "filename": "src/javascript/node-package.ts",
35712
+ "line": 329
35713
+ },
35714
+ "name": "ScopedPackagesOptions",
35715
+ "namespace": "javascript",
35716
+ "properties": [
35717
+ {
35718
+ "abstract": true,
35719
+ "docs": {
35720
+ "stability": "experimental",
35721
+ "summary": "URL of the registry for scoped packages."
35722
+ },
35723
+ "immutable": true,
35724
+ "locationInModule": {
35725
+ "filename": "src/javascript/node-package.ts",
35726
+ "line": 340
35727
+ },
35728
+ "name": "registryUrl",
35729
+ "type": {
35730
+ "primitive": "string"
35731
+ }
35732
+ },
35733
+ {
35734
+ "abstract": true,
35735
+ "docs": {
35736
+ "example": "\"@angular\"",
35737
+ "stability": "experimental",
35738
+ "summary": "Scope of the packages."
35739
+ },
35740
+ "immutable": true,
35741
+ "locationInModule": {
35742
+ "filename": "src/javascript/node-package.ts",
35743
+ "line": 335
35744
+ },
35745
+ "name": "scope",
35746
+ "type": {
35747
+ "primitive": "string"
35748
+ }
35749
+ }
35750
+ ],
35751
+ "symbolId": "src/javascript/node-package:ScopedPackagesOptions"
35752
+ },
35654
35753
  "projen.javascript.TrailingComma": {
35655
35754
  "assembly": "projen",
35656
35755
  "docs": {
@@ -45086,6 +45185,6 @@
45086
45185
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
45087
45186
  }
45088
45187
  },
45089
- "version": "0.54.21",
45090
- "fingerprint": "yxhdOH/pFszQs+pvLqjDIpPi67z3kBzJh/v0KwrHIpY="
45188
+ "version": "0.54.24",
45189
+ "fingerprint": "GWRIKSWZ8OPL1kTufwX+qWpTSoaFrXrkM15dVlGXRJ0="
45091
45190
  }