projen 0.33.10 → 0.34.3

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 (103) hide show
  1. package/.jsii +369 -343
  2. package/API.md +77 -84
  3. package/docs/aws-lambda.md +5 -4
  4. package/docs/bundling.md +30 -0
  5. package/lib/awscdk/auto-discover.d.ts +0 -13
  6. package/lib/awscdk/auto-discover.js +5 -15
  7. package/lib/awscdk/cdk-config.js +1 -1
  8. package/lib/awscdk/cdk-tasks.js +1 -1
  9. package/lib/awscdk/java-app.js +1 -1
  10. package/lib/awscdk/lambda-function.d.ts +16 -26
  11. package/lib/awscdk/lambda-function.js +29 -27
  12. package/lib/awscdk-app-ts.js +2 -3
  13. package/lib/awscdk-construct.js +3 -4
  14. package/lib/cdk8s-app-ts.js +1 -1
  15. package/lib/cdk8s-construct.js +1 -1
  16. package/lib/cdktf-construct.js +1 -1
  17. package/lib/component.js +1 -1
  18. package/lib/construct-lib.js +1 -1
  19. package/lib/deps/dependencies.js +1 -1
  20. package/lib/dev-env.js +1 -1
  21. package/lib/docker-compose.js +2 -2
  22. package/lib/eslint.js +1 -1
  23. package/lib/file.js +1 -1
  24. package/lib/git/gitattributes.js +1 -1
  25. package/lib/github/auto-approve.js +1 -1
  26. package/lib/github/auto-merge.js +1 -1
  27. package/lib/github/dependabot.js +1 -1
  28. package/lib/github/github.js +1 -1
  29. package/lib/github/mergify.js +1 -1
  30. package/lib/github/pr-template.js +1 -1
  31. package/lib/github/pull-request-lint.js +1 -1
  32. package/lib/github/stale.js +1 -1
  33. package/lib/github/task-workflow.js +1 -1
  34. package/lib/github/workflows.js +1 -1
  35. package/lib/gitpod.js +1 -1
  36. package/lib/ignore-file.js +1 -1
  37. package/lib/ini.js +1 -1
  38. package/lib/java/java-project.js +1 -1
  39. package/lib/java/junit.js +1 -1
  40. package/lib/java/maven-compile.js +1 -1
  41. package/lib/java/maven-packaging.js +1 -1
  42. package/lib/java/maven-sample.js +1 -1
  43. package/lib/java/pom.js +1 -1
  44. package/lib/java/projenrc.js +1 -1
  45. package/lib/javascript/bundler.d.ts +69 -33
  46. package/lib/javascript/bundler.js +43 -17
  47. package/lib/javascript/npm-config.js +1 -1
  48. package/lib/javascript/projenrc.js +1 -1
  49. package/lib/javascript/util.d.ts +1 -0
  50. package/lib/javascript/util.js +16 -0
  51. package/lib/jest.js +1 -1
  52. package/lib/jsii-project.js +1 -1
  53. package/lib/json/projenrc.js +1 -1
  54. package/lib/json.js +1 -1
  55. package/lib/license.js +1 -1
  56. package/lib/logger.js +1 -1
  57. package/lib/makefile.js +1 -1
  58. package/lib/node-package.d.ts +7 -0
  59. package/lib/node-package.js +9 -8
  60. package/lib/node-project.d.ts +2 -2
  61. package/lib/node-project.js +15 -14
  62. package/lib/object-file.js +1 -1
  63. package/lib/project-build.js +1 -1
  64. package/lib/project.js +6 -5
  65. package/lib/projects.js +1 -1
  66. package/lib/python/pip.js +1 -1
  67. package/lib/python/poetry.js +2 -2
  68. package/lib/python/projenrc.js +1 -1
  69. package/lib/python/pytest.js +1 -1
  70. package/lib/python/python-project.js +1 -1
  71. package/lib/python/python-sample.js +1 -1
  72. package/lib/python/requirements-file.js +1 -1
  73. package/lib/python/setuppy.js +1 -1
  74. package/lib/python/setuptools.js +1 -1
  75. package/lib/python/venv.js +1 -1
  76. package/lib/readme.js +1 -1
  77. package/lib/release/publisher.d.ts +7 -0
  78. package/lib/release/publisher.js +4 -3
  79. package/lib/release/release-trigger.js +1 -1
  80. package/lib/release/release.js +1 -1
  81. package/lib/sample-file.js +2 -2
  82. package/lib/semver.js +1 -1
  83. package/lib/source-code.js +1 -1
  84. package/lib/tasks/runtime.js +1 -1
  85. package/lib/tasks/task.js +1 -1
  86. package/lib/tasks/tasks.js +1 -1
  87. package/lib/textfile.js +1 -1
  88. package/lib/toml.js +1 -1
  89. package/lib/typescript/projenrc.js +1 -1
  90. package/lib/typescript-config.js +1 -1
  91. package/lib/typescript.js +3 -3
  92. package/lib/upgrade-dependencies.js +2 -2
  93. package/lib/version.js +1 -1
  94. package/lib/vscode/devcontainer.js +1 -1
  95. package/lib/vscode/launch-config.js +1 -1
  96. package/lib/vscode/vscode.js +1 -1
  97. package/lib/web/next.js +3 -3
  98. package/lib/web/postcss.js +1 -1
  99. package/lib/web/react.js +4 -4
  100. package/lib/web/tailwind.js +1 -1
  101. package/lib/xmlfile.js +1 -1
  102. package/lib/yaml.js +1 -1
  103. package/package.json +5 -5
package/.jsii CHANGED
@@ -28,7 +28,7 @@
28
28
  "stability": "experimental"
29
29
  },
30
30
  "homepage": "https://github.com/projen/projen.git",
31
- "jsiiVersion": "1.43.0 (build b69a797)",
31
+ "jsiiVersion": "1.44.1 (build 8a27521)",
32
32
  "license": "Apache-2.0",
33
33
  "metadata": {
34
34
  "jsii": {
@@ -223,7 +223,7 @@
223
223
  },
224
224
  "locationInModule": {
225
225
  "filename": "src/awscdk-construct.ts",
226
- "line": 178
226
+ "line": 177
227
227
  },
228
228
  "name": "addCdkDependencies",
229
229
  "parameters": [
@@ -247,7 +247,7 @@
247
247
  },
248
248
  "locationInModule": {
249
249
  "filename": "src/awscdk-construct.ts",
250
- "line": 194
250
+ "line": 193
251
251
  },
252
252
  "name": "addCdkTestDependencies",
253
253
  "parameters": [
@@ -305,7 +305,7 @@
305
305
  "immutable": true,
306
306
  "locationInModule": {
307
307
  "filename": "src/awscdk-construct.ts",
308
- "line": 161
308
+ "line": 160
309
309
  },
310
310
  "name": "version",
311
311
  "type": {
@@ -558,7 +558,7 @@
558
558
  },
559
559
  "locationInModule": {
560
560
  "filename": "src/awscdk-app-ts.ts",
561
- "line": 166
561
+ "line": 165
562
562
  },
563
563
  "name": "addCdkDependency",
564
564
  "parameters": [
@@ -1166,6 +1166,24 @@
1166
1166
  "primitive": "string"
1167
1167
  }
1168
1168
  },
1169
+ {
1170
+ "abstract": true,
1171
+ "docs": {
1172
+ "default": "undefined",
1173
+ "stability": "experimental",
1174
+ "summary": "ARN of AWS role to be assumed prior to get authorization token from AWS CodeArtifact This property must be specified only when publishing to AWS CodeArtifact (`registry` contains AWS CodeArtifact URL)."
1175
+ },
1176
+ "immutable": true,
1177
+ "locationInModule": {
1178
+ "filename": "src/node-package.ts",
1179
+ "line": 317
1180
+ },
1181
+ "name": "roleToAssume",
1182
+ "optional": true,
1183
+ "type": {
1184
+ "primitive": "string"
1185
+ }
1186
+ },
1169
1187
  {
1170
1188
  "abstract": true,
1171
1189
  "docs": {
@@ -1334,7 +1352,7 @@
1334
1352
  "kind": "class",
1335
1353
  "locationInModule": {
1336
1354
  "filename": "src/awscdk-construct.ts",
1337
- "line": 207
1355
+ "line": 206
1338
1356
  },
1339
1357
  "name": "ConstructLibraryAws",
1340
1358
  "symbolId": "src/awscdk-construct:ConstructLibraryAws"
@@ -1353,7 +1371,7 @@
1353
1371
  "kind": "interface",
1354
1372
  "locationInModule": {
1355
1373
  "filename": "src/awscdk-construct.ts",
1356
- "line": 204
1374
+ "line": 203
1357
1375
  },
1358
1376
  "name": "ConstructLibraryAwsOptions",
1359
1377
  "symbolId": "src/awscdk-construct:ConstructLibraryAwsOptions"
@@ -4077,7 +4095,7 @@
4077
4095
  },
4078
4096
  "locationInModule": {
4079
4097
  "filename": "src/project.ts",
4080
- "line": 716
4098
+ "line": 717
4081
4099
  },
4082
4100
  "parameters": [
4083
4101
  {
@@ -4091,7 +4109,7 @@
4091
4109
  "kind": "class",
4092
4110
  "locationInModule": {
4093
4111
  "filename": "src/project.ts",
4094
- "line": 675
4112
+ "line": 676
4095
4113
  },
4096
4114
  "methods": [
4097
4115
  {
@@ -4103,7 +4121,7 @@
4103
4121
  },
4104
4122
  "locationInModule": {
4105
4123
  "filename": "src/project.ts",
4106
- "line": 759
4124
+ "line": 760
4107
4125
  },
4108
4126
  "name": "annotateGenerated",
4109
4127
  "overrides": "projen.Project",
@@ -4129,7 +4147,7 @@
4129
4147
  "immutable": true,
4130
4148
  "locationInModule": {
4131
4149
  "filename": "src/project.ts",
4132
- "line": 709
4150
+ "line": 710
4133
4151
  },
4134
4152
  "name": "projectType",
4135
4153
  "type": {
@@ -4144,7 +4162,7 @@
4144
4162
  "immutable": true,
4145
4163
  "locationInModule": {
4146
4164
  "filename": "src/project.ts",
4147
- "line": 714
4165
+ "line": 715
4148
4166
  },
4149
4167
  "name": "autoApprove",
4150
4168
  "optional": true,
@@ -4161,7 +4179,7 @@
4161
4179
  "immutable": true,
4162
4180
  "locationInModule": {
4163
4181
  "filename": "src/project.ts",
4164
- "line": 702
4182
+ "line": 703
4165
4183
  },
4166
4184
  "name": "devContainer",
4167
4185
  "optional": true,
@@ -4178,7 +4196,7 @@
4178
4196
  "immutable": true,
4179
4197
  "locationInModule": {
4180
4198
  "filename": "src/project.ts",
4181
- "line": 681
4199
+ "line": 682
4182
4200
  },
4183
4201
  "name": "github",
4184
4202
  "optional": true,
@@ -4195,7 +4213,7 @@
4195
4213
  "immutable": true,
4196
4214
  "locationInModule": {
4197
4215
  "filename": "src/project.ts",
4198
- "line": 695
4216
+ "line": 696
4199
4217
  },
4200
4218
  "name": "gitpod",
4201
4219
  "optional": true,
@@ -4212,7 +4230,7 @@
4212
4230
  "immutable": true,
4213
4231
  "locationInModule": {
4214
4232
  "filename": "src/project.ts",
4215
- "line": 688
4233
+ "line": 689
4216
4234
  },
4217
4235
  "name": "vscode",
4218
4236
  "optional": true,
@@ -4237,7 +4255,7 @@
4237
4255
  "kind": "interface",
4238
4256
  "locationInModule": {
4239
4257
  "filename": "src/project.ts",
4240
- "line": 560
4258
+ "line": 561
4241
4259
  },
4242
4260
  "name": "GitHubProjectOptions",
4243
4261
  "properties": [
@@ -4251,7 +4269,7 @@
4251
4269
  "immutable": true,
4252
4270
  "locationInModule": {
4253
4271
  "filename": "src/project.ts",
4254
- "line": 641
4272
+ "line": 642
4255
4273
  },
4256
4274
  "name": "autoApproveOptions",
4257
4275
  "optional": true,
@@ -4270,7 +4288,7 @@
4270
4288
  "immutable": true,
4271
4289
  "locationInModule": {
4272
4290
  "filename": "src/project.ts",
4273
- "line": 649
4291
+ "line": 650
4274
4292
  },
4275
4293
  "name": "autoMergeOptions",
4276
4294
  "optional": true,
@@ -4288,7 +4306,7 @@
4288
4306
  "immutable": true,
4289
4307
  "locationInModule": {
4290
4308
  "filename": "src/project.ts",
4291
- "line": 620
4309
+ "line": 621
4292
4310
  },
4293
4311
  "name": "clobber",
4294
4312
  "optional": true,
@@ -4306,7 +4324,7 @@
4306
4324
  "immutable": true,
4307
4325
  "locationInModule": {
4308
4326
  "filename": "src/project.ts",
4309
- "line": 614
4327
+ "line": 615
4310
4328
  },
4311
4329
  "name": "devContainer",
4312
4330
  "optional": true,
@@ -4325,7 +4343,7 @@
4325
4343
  "immutable": true,
4326
4344
  "locationInModule": {
4327
4345
  "filename": "src/project.ts",
4328
- "line": 584
4346
+ "line": 585
4329
4347
  },
4330
4348
  "name": "github",
4331
4349
  "optional": true,
@@ -4343,7 +4361,7 @@
4343
4361
  "immutable": true,
4344
4362
  "locationInModule": {
4345
4363
  "filename": "src/project.ts",
4346
- "line": 591
4364
+ "line": 592
4347
4365
  },
4348
4366
  "name": "githubOptions",
4349
4367
  "optional": true,
@@ -4361,7 +4379,7 @@
4361
4379
  "immutable": true,
4362
4380
  "locationInModule": {
4363
4381
  "filename": "src/project.ts",
4364
- "line": 566
4382
+ "line": 567
4365
4383
  },
4366
4384
  "name": "gitpod",
4367
4385
  "optional": true,
@@ -4380,7 +4398,7 @@
4380
4398
  "immutable": true,
4381
4399
  "locationInModule": {
4382
4400
  "filename": "src/project.ts",
4383
- "line": 599
4401
+ "line": 600
4384
4402
  },
4385
4403
  "name": "mergify",
4386
4404
  "optional": true,
@@ -4399,7 +4417,7 @@
4399
4417
  "immutable": true,
4400
4418
  "locationInModule": {
4401
4419
  "filename": "src/project.ts",
4402
- "line": 607
4420
+ "line": 608
4403
4421
  },
4404
4422
  "name": "mergifyOptions",
4405
4423
  "optional": true,
@@ -4418,7 +4436,7 @@
4418
4436
  "immutable": true,
4419
4437
  "locationInModule": {
4420
4438
  "filename": "src/project.ts",
4421
- "line": 635
4439
+ "line": 636
4422
4440
  },
4423
4441
  "name": "projectType",
4424
4442
  "optional": true,
@@ -4437,7 +4455,7 @@
4437
4455
  "immutable": true,
4438
4456
  "locationInModule": {
4439
4457
  "filename": "src/project.ts",
4440
- "line": 628
4458
+ "line": 629
4441
4459
  },
4442
4460
  "name": "readme",
4443
4461
  "optional": true,
@@ -4456,7 +4474,7 @@
4456
4474
  "immutable": true,
4457
4475
  "locationInModule": {
4458
4476
  "filename": "src/project.ts",
4459
- "line": 663
4477
+ "line": 664
4460
4478
  },
4461
4479
  "name": "stale",
4462
4480
  "optional": true,
@@ -4475,7 +4493,7 @@
4475
4493
  "immutable": true,
4476
4494
  "locationInModule": {
4477
4495
  "filename": "src/project.ts",
4478
- "line": 656
4496
+ "line": 657
4479
4497
  },
4480
4498
  "name": "staleOptions",
4481
4499
  "optional": true,
@@ -4494,7 +4512,7 @@
4494
4512
  "immutable": true,
4495
4513
  "locationInModule": {
4496
4514
  "filename": "src/project.ts",
4497
- "line": 575
4515
+ "line": 576
4498
4516
  },
4499
4517
  "name": "vscode",
4500
4518
  "optional": true,
@@ -9073,7 +9091,7 @@
9073
9091
  "kind": "interface",
9074
9092
  "locationInModule": {
9075
9093
  "filename": "src/project.ts",
9076
- "line": 534
9094
+ "line": 535
9077
9095
  },
9078
9096
  "name": "NewProject",
9079
9097
  "properties": [
@@ -9086,7 +9104,7 @@
9086
9104
  "immutable": true,
9087
9105
  "locationInModule": {
9088
9106
  "filename": "src/project.ts",
9089
- "line": 543
9107
+ "line": 544
9090
9108
  },
9091
9109
  "name": "args",
9092
9110
  "type": {
@@ -9109,7 +9127,7 @@
9109
9127
  "immutable": true,
9110
9128
  "locationInModule": {
9111
9129
  "filename": "src/project.ts",
9112
- "line": 554
9130
+ "line": 555
9113
9131
  },
9114
9132
  "name": "comments",
9115
9133
  "type": {
@@ -9125,7 +9143,7 @@
9125
9143
  "immutable": true,
9126
9144
  "locationInModule": {
9127
9145
  "filename": "src/project.ts",
9128
- "line": 538
9146
+ "line": 539
9129
9147
  },
9130
9148
  "name": "fqn",
9131
9149
  "type": {
@@ -9141,7 +9159,7 @@
9141
9159
  "immutable": true,
9142
9160
  "locationInModule": {
9143
9161
  "filename": "src/project.ts",
9144
- "line": 548
9162
+ "line": 549
9145
9163
  },
9146
9164
  "name": "type",
9147
9165
  "type": {
@@ -9204,7 +9222,7 @@
9204
9222
  },
9205
9223
  "locationInModule": {
9206
9224
  "filename": "src/node-package.ts",
9207
- "line": 403
9225
+ "line": 411
9208
9226
  },
9209
9227
  "parameters": [
9210
9228
  {
@@ -9225,7 +9243,7 @@
9225
9243
  "kind": "class",
9226
9244
  "locationInModule": {
9227
9245
  "filename": "src/node-package.ts",
9228
- "line": 315
9246
+ "line": 323
9229
9247
  },
9230
9248
  "methods": [
9231
9249
  {
@@ -9234,7 +9252,7 @@
9234
9252
  },
9235
9253
  "locationInModule": {
9236
9254
  "filename": "src/node-package.ts",
9237
- "line": 581
9255
+ "line": 589
9238
9256
  },
9239
9257
  "name": "addBin",
9240
9258
  "parameters": [
@@ -9259,7 +9277,7 @@
9259
9277
  },
9260
9278
  "locationInModule": {
9261
9279
  "filename": "src/node-package.ts",
9262
- "line": 552
9280
+ "line": 560
9263
9281
  },
9264
9282
  "name": "addBundledDeps",
9265
9283
  "parameters": [
@@ -9284,7 +9302,7 @@
9284
9302
  },
9285
9303
  "locationInModule": {
9286
9304
  "filename": "src/node-package.ts",
9287
- "line": 495
9305
+ "line": 503
9288
9306
  },
9289
9307
  "name": "addDeps",
9290
9308
  "parameters": [
@@ -9309,7 +9327,7 @@
9309
9327
  },
9310
9328
  "locationInModule": {
9311
9329
  "filename": "src/node-package.ts",
9312
- "line": 510
9330
+ "line": 518
9313
9331
  },
9314
9332
  "name": "addDevDeps",
9315
9333
  "parameters": [
@@ -9334,7 +9352,7 @@
9334
9352
  },
9335
9353
  "locationInModule": {
9336
9354
  "filename": "src/node-package.ts",
9337
- "line": 567
9355
+ "line": 575
9338
9356
  },
9339
9357
  "name": "addEngine",
9340
9358
  "parameters": [
@@ -9368,7 +9386,7 @@
9368
9386
  },
9369
9387
  "locationInModule": {
9370
9388
  "filename": "src/node-package.ts",
9371
- "line": 621
9389
+ "line": 629
9372
9390
  },
9373
9391
  "name": "addField",
9374
9392
  "parameters": [
@@ -9399,7 +9417,7 @@
9399
9417
  },
9400
9418
  "locationInModule": {
9401
9419
  "filename": "src/node-package.ts",
9402
- "line": 575
9420
+ "line": 583
9403
9421
  },
9404
9422
  "name": "addKeywords",
9405
9423
  "parameters": [
@@ -9424,7 +9442,7 @@
9424
9442
  },
9425
9443
  "locationInModule": {
9426
9444
  "filename": "src/node-package.ts",
9427
- "line": 530
9445
+ "line": 538
9428
9446
  },
9429
9447
  "name": "addPeerDeps",
9430
9448
  "parameters": [
@@ -9449,7 +9467,7 @@
9449
9467
  },
9450
9468
  "locationInModule": {
9451
9469
  "filename": "src/node-package.ts",
9452
- "line": 629
9470
+ "line": 637
9453
9471
  },
9454
9472
  "name": "addVersion",
9455
9473
  "parameters": [
@@ -9472,7 +9490,7 @@
9472
9490
  },
9473
9491
  "locationInModule": {
9474
9492
  "filename": "src/node-package.ts",
9475
- "line": 611
9493
+ "line": 619
9476
9494
  },
9477
9495
  "name": "hasScript",
9478
9496
  "parameters": [
@@ -9500,7 +9518,7 @@
9500
9518
  },
9501
9519
  "locationInModule": {
9502
9520
  "filename": "src/node-package.ts",
9503
- "line": 698
9521
+ "line": 706
9504
9522
  },
9505
9523
  "name": "postSynthesize",
9506
9524
  "overrides": "projen.Component"
@@ -9512,7 +9530,7 @@
9512
9530
  },
9513
9531
  "locationInModule": {
9514
9532
  "filename": "src/node-package.ts",
9515
- "line": 693
9533
+ "line": 701
9516
9534
  },
9517
9535
  "name": "preSynthesize",
9518
9536
  "overrides": "projen.Component"
@@ -9524,7 +9542,7 @@
9524
9542
  },
9525
9543
  "locationInModule": {
9526
9544
  "filename": "src/node-package.ts",
9527
- "line": 601
9545
+ "line": 609
9528
9546
  },
9529
9547
  "name": "removeScript",
9530
9548
  "parameters": [
@@ -9546,7 +9564,7 @@
9546
9564
  },
9547
9565
  "locationInModule": {
9548
9566
  "filename": "src/node-package.ts",
9549
- "line": 650
9567
+ "line": 658
9550
9568
  },
9551
9569
  "name": "renderUpgradePackagesCommand",
9552
9570
  "parameters": [
@@ -9587,7 +9605,7 @@
9587
9605
  },
9588
9606
  "locationInModule": {
9589
9607
  "filename": "src/node-package.ts",
9590
- "line": 593
9608
+ "line": 601
9591
9609
  },
9592
9610
  "name": "setScript",
9593
9611
  "parameters": [
@@ -9622,7 +9640,7 @@
9622
9640
  "immutable": true,
9623
9641
  "locationInModule": {
9624
9642
  "filename": "src/node-package.ts",
9625
- "line": 330
9643
+ "line": 338
9626
9644
  },
9627
9645
  "name": "allowLibraryDependencies",
9628
9646
  "type": {
@@ -9637,7 +9655,7 @@
9637
9655
  "immutable": true,
9638
9656
  "locationInModule": {
9639
9657
  "filename": "src/node-package.ts",
9640
- "line": 325
9658
+ "line": 333
9641
9659
  },
9642
9660
  "name": "entrypoint",
9643
9661
  "type": {
@@ -9652,7 +9670,7 @@
9652
9670
  "immutable": true,
9653
9671
  "locationInModule": {
9654
9672
  "filename": "src/node-package.ts",
9655
- "line": 643
9673
+ "line": 651
9656
9674
  },
9657
9675
  "name": "installAndUpdateLockfileCommand",
9658
9676
  "type": {
@@ -9667,7 +9685,7 @@
9667
9685
  "immutable": true,
9668
9686
  "locationInModule": {
9669
9687
  "filename": "src/node-package.ts",
9670
- "line": 636
9688
+ "line": 644
9671
9689
  },
9672
9690
  "name": "installCommand",
9673
9691
  "type": {
@@ -9682,7 +9700,7 @@
9682
9700
  "immutable": true,
9683
9701
  "locationInModule": {
9684
9702
  "filename": "src/node-package.ts",
9685
- "line": 394
9703
+ "line": 402
9686
9704
  },
9687
9705
  "name": "lockFile",
9688
9706
  "type": {
@@ -9697,7 +9715,7 @@
9697
9715
  "immutable": true,
9698
9716
  "locationInModule": {
9699
9717
  "filename": "src/node-package.ts",
9700
- "line": 340
9718
+ "line": 348
9701
9719
  },
9702
9720
  "name": "manifest",
9703
9721
  "type": {
@@ -9712,7 +9730,7 @@
9712
9730
  "immutable": true,
9713
9731
  "locationInModule": {
9714
9732
  "filename": "src/node-package.ts",
9715
- "line": 389
9733
+ "line": 397
9716
9734
  },
9717
9735
  "name": "npmAccess",
9718
9736
  "type": {
@@ -9727,7 +9745,7 @@
9727
9745
  "immutable": true,
9728
9746
  "locationInModule": {
9729
9747
  "filename": "src/node-package.ts",
9730
- "line": 362
9748
+ "line": 370
9731
9749
  },
9732
9750
  "name": "npmDistTag",
9733
9751
  "type": {
@@ -9742,7 +9760,7 @@
9742
9760
  "immutable": true,
9743
9761
  "locationInModule": {
9744
9762
  "filename": "src/node-package.ts",
9745
- "line": 372
9763
+ "line": 380
9746
9764
  },
9747
9765
  "name": "npmRegistry",
9748
9766
  "type": {
@@ -9757,7 +9775,7 @@
9757
9775
  "immutable": true,
9758
9776
  "locationInModule": {
9759
9777
  "filename": "src/node-package.ts",
9760
- "line": 367
9778
+ "line": 375
9761
9779
  },
9762
9780
  "name": "npmRegistryUrl",
9763
9781
  "type": {
@@ -9772,7 +9790,7 @@
9772
9790
  "immutable": true,
9773
9791
  "locationInModule": {
9774
9792
  "filename": "src/node-package.ts",
9775
- "line": 335
9793
+ "line": 343
9776
9794
  },
9777
9795
  "name": "packageManager",
9778
9796
  "type": {
@@ -9787,7 +9805,7 @@
9787
9805
  "immutable": true,
9788
9806
  "locationInModule": {
9789
9807
  "filename": "src/node-package.ts",
9790
- "line": 320
9808
+ "line": 328
9791
9809
  },
9792
9810
  "name": "packageName",
9793
9811
  "type": {
@@ -9802,7 +9820,7 @@
9802
9820
  "immutable": true,
9803
9821
  "locationInModule": {
9804
9822
  "filename": "src/node-package.ts",
9805
- "line": 711
9823
+ "line": 719
9806
9824
  },
9807
9825
  "name": "projenCommand",
9808
9826
  "type": {
@@ -9818,7 +9836,7 @@
9818
9836
  "immutable": true,
9819
9837
  "locationInModule": {
9820
9838
  "filename": "src/node-package.ts",
9821
- "line": 384
9839
+ "line": 392
9822
9840
  },
9823
9841
  "name": "codeArtifactOptions",
9824
9842
  "optional": true,
@@ -9835,7 +9853,7 @@
9835
9853
  "immutable": true,
9836
9854
  "locationInModule": {
9837
9855
  "filename": "src/node-package.ts",
9838
- "line": 357
9856
+ "line": 365
9839
9857
  },
9840
9858
  "name": "license",
9841
9859
  "optional": true,
@@ -9852,7 +9870,7 @@
9852
9870
  "immutable": true,
9853
9871
  "locationInModule": {
9854
9872
  "filename": "src/node-package.ts",
9855
- "line": 352
9873
+ "line": 360
9856
9874
  },
9857
9875
  "name": "maxNodeVersion",
9858
9876
  "optional": true,
@@ -9869,7 +9887,7 @@
9869
9887
  "immutable": true,
9870
9888
  "locationInModule": {
9871
9889
  "filename": "src/node-package.ts",
9872
- "line": 346
9890
+ "line": 354
9873
9891
  },
9874
9892
  "name": "minNodeVersion",
9875
9893
  "optional": true,
@@ -9885,7 +9903,7 @@
9885
9903
  "immutable": true,
9886
9904
  "locationInModule": {
9887
9905
  "filename": "src/node-package.ts",
9888
- "line": 377
9906
+ "line": 385
9889
9907
  },
9890
9908
  "name": "npmTokenSecret",
9891
9909
  "optional": true,
@@ -9906,7 +9924,7 @@
9906
9924
  "kind": "enum",
9907
9925
  "locationInModule": {
9908
9926
  "filename": "src/node-package.ts",
9909
- "line": 1082
9927
+ "line": 1093
9910
9928
  },
9911
9929
  "members": [
9912
9930
  {
@@ -10614,7 +10632,7 @@
10614
10632
  },
10615
10633
  "locationInModule": {
10616
10634
  "filename": "src/node-project.ts",
10617
- "line": 739
10635
+ "line": 740
10618
10636
  },
10619
10637
  "name": "addBins",
10620
10638
  "parameters": [
@@ -10639,7 +10657,7 @@
10639
10657
  },
10640
10658
  "locationInModule": {
10641
10659
  "filename": "src/node-project.ts",
10642
- "line": 892
10660
+ "line": 893
10643
10661
  },
10644
10662
  "name": "addBundledDeps",
10645
10663
  "parameters": [
@@ -10665,7 +10683,7 @@
10665
10683
  },
10666
10684
  "locationInModule": {
10667
10685
  "filename": "src/node-project.ts",
10668
- "line": 773
10686
+ "line": 774
10669
10687
  },
10670
10688
  "name": "addCompileCommand",
10671
10689
  "parameters": [
@@ -10686,7 +10704,7 @@
10686
10704
  },
10687
10705
  "locationInModule": {
10688
10706
  "filename": "src/node-project.ts",
10689
- "line": 846
10707
+ "line": 847
10690
10708
  },
10691
10709
  "name": "addDeps",
10692
10710
  "parameters": [
@@ -10711,7 +10729,7 @@
10711
10729
  },
10712
10730
  "locationInModule": {
10713
10731
  "filename": "src/node-project.ts",
10714
- "line": 859
10732
+ "line": 860
10715
10733
  },
10716
10734
  "name": "addDevDeps",
10717
10735
  "parameters": [
@@ -10736,7 +10754,7 @@
10736
10754
  },
10737
10755
  "locationInModule": {
10738
10756
  "filename": "src/node-project.ts",
10739
- "line": 793
10757
+ "line": 794
10740
10758
  },
10741
10759
  "name": "addFields",
10742
10760
  "parameters": [
@@ -10763,7 +10781,7 @@
10763
10781
  },
10764
10782
  "locationInModule": {
10765
10783
  "filename": "src/node-project.ts",
10766
- "line": 803
10784
+ "line": 804
10767
10785
  },
10768
10786
  "name": "addKeywords",
10769
10787
  "parameters": [
@@ -10788,7 +10806,7 @@
10788
10806
  },
10789
10807
  "locationInModule": {
10790
10808
  "filename": "src/node-project.ts",
10791
- "line": 896
10809
+ "line": 897
10792
10810
  },
10793
10811
  "name": "addPackageIgnore",
10794
10812
  "overrides": "projen.Project",
@@ -10809,7 +10827,7 @@
10809
10827
  },
10810
10828
  "locationInModule": {
10811
10829
  "filename": "src/node-project.ts",
10812
- "line": 876
10830
+ "line": 877
10813
10831
  },
10814
10832
  "name": "addPeerDeps",
10815
10833
  "parameters": [
@@ -10835,7 +10853,7 @@
10835
10853
  },
10836
10854
  "locationInModule": {
10837
10855
  "filename": "src/node-project.ts",
10838
- "line": 783
10856
+ "line": 784
10839
10857
  },
10840
10858
  "name": "addTestCommand",
10841
10859
  "parameters": [
@@ -10856,7 +10874,7 @@
10856
10874
  },
10857
10875
  "locationInModule": {
10858
10876
  "filename": "src/node-project.ts",
10859
- "line": 765
10877
+ "line": 766
10860
10878
  },
10861
10879
  "name": "hasScript",
10862
10880
  "parameters": [
@@ -10883,7 +10901,7 @@
10883
10901
  },
10884
10902
  "locationInModule": {
10885
10903
  "filename": "src/node-project.ts",
10886
- "line": 757
10904
+ "line": 758
10887
10905
  },
10888
10906
  "name": "removeScript",
10889
10907
  "parameters": [
@@ -10906,7 +10924,7 @@
10906
10924
  },
10907
10925
  "locationInModule": {
10908
10926
  "filename": "src/node-project.ts",
10909
- "line": 970
10927
+ "line": 971
10910
10928
  },
10911
10929
  "name": "runTaskCommand",
10912
10930
  "overrides": "projen.Project",
@@ -10934,7 +10952,7 @@
10934
10952
  },
10935
10953
  "locationInModule": {
10936
10954
  "filename": "src/node-project.ts",
10937
- "line": 749
10955
+ "line": 750
10938
10956
  },
10939
10957
  "name": "setScript",
10940
10958
  "parameters": [
@@ -11027,7 +11045,7 @@
11027
11045
  "immutable": true,
11028
11046
  "locationInModule": {
11029
11047
  "filename": "src/node-project.ts",
11030
- "line": 807
11048
+ "line": 808
11031
11049
  },
11032
11050
  "name": "installWorkflowSteps",
11033
11051
  "type": {
@@ -11387,7 +11405,7 @@
11387
11405
  "name": "bundlerOptions",
11388
11406
  "optional": true,
11389
11407
  "type": {
11390
- "fqn": "projen.javascript.BundlerCommonOptions"
11408
+ "fqn": "projen.javascript.BundlerOptions"
11391
11409
  }
11392
11410
  },
11393
11411
  {
@@ -11959,7 +11977,7 @@
11959
11977
  "kind": "interface",
11960
11978
  "locationInModule": {
11961
11979
  "filename": "src/node-project.ts",
11962
- "line": 975
11980
+ "line": 976
11963
11981
  },
11964
11982
  "name": "NodeWorkflowSteps",
11965
11983
  "properties": [
@@ -11971,7 +11989,7 @@
11971
11989
  "immutable": true,
11972
11990
  "locationInModule": {
11973
11991
  "filename": "src/node-project.ts",
11974
- "line": 976
11992
+ "line": 977
11975
11993
  },
11976
11994
  "name": "antitamper",
11977
11995
  "type": {
@@ -11991,7 +12009,7 @@
11991
12009
  "immutable": true,
11992
12010
  "locationInModule": {
11993
12011
  "filename": "src/node-project.ts",
11994
- "line": 977
12012
+ "line": 978
11995
12013
  },
11996
12014
  "name": "install",
11997
12015
  "type": {
@@ -12016,7 +12034,7 @@
12016
12034
  "kind": "enum",
12017
12035
  "locationInModule": {
12018
12036
  "filename": "src/node-package.ts",
12019
- "line": 1102
12037
+ "line": 1113
12020
12038
  },
12021
12039
  "members": [
12022
12040
  {
@@ -12285,7 +12303,7 @@
12285
12303
  "kind": "interface",
12286
12304
  "locationInModule": {
12287
12305
  "filename": "src/node-package.ts",
12288
- "line": 1071
12306
+ "line": 1082
12289
12307
  },
12290
12308
  "name": "PeerDependencyOptions",
12291
12309
  "properties": [
@@ -12299,7 +12317,7 @@
12299
12317
  "immutable": true,
12300
12318
  "locationInModule": {
12301
12319
  "filename": "src/node-package.ts",
12302
- "line": 1076
12320
+ "line": 1087
12303
12321
  },
12304
12322
  "name": "pinnedDevDependency",
12305
12323
  "optional": true,
@@ -13305,7 +13323,7 @@
13305
13323
  "kind": "enum",
13306
13324
  "locationInModule": {
13307
13325
  "filename": "src/project.ts",
13308
- "line": 511
13326
+ "line": 512
13309
13327
  },
13310
13328
  "members": [
13311
13329
  {
@@ -17169,7 +17187,7 @@
17169
17187
  },
17170
17188
  "locationInModule": {
17171
17189
  "filename": "src/awscdk/auto-discover.ts",
17172
- "line": 35
17190
+ "line": 30
17173
17191
  },
17174
17192
  "parameters": [
17175
17193
  {
@@ -17189,22 +17207,8 @@
17189
17207
  "kind": "class",
17190
17208
  "locationInModule": {
17191
17209
  "filename": "src/awscdk/auto-discover.ts",
17192
- "line": 32
17210
+ "line": 27
17193
17211
  },
17194
- "methods": [
17195
- {
17196
- "docs": {
17197
- "stability": "experimental",
17198
- "summary": "Called before synthesis."
17199
- },
17200
- "locationInModule": {
17201
- "filename": "src/awscdk/auto-discover.ts",
17202
- "line": 41
17203
- },
17204
- "name": "preSynthesize",
17205
- "overrides": "projen.Component"
17206
- }
17207
- ],
17208
17212
  "name": "AutoDiscover",
17209
17213
  "namespace": "awscdk",
17210
17214
  "symbolId": "src/awscdk/auto-discover:AutoDiscover"
@@ -17225,22 +17229,6 @@
17225
17229
  "name": "AutoDiscoverOptions",
17226
17230
  "namespace": "awscdk",
17227
17231
  "properties": [
17228
- {
17229
- "abstract": true,
17230
- "docs": {
17231
- "stability": "experimental",
17232
- "summary": "Output directory (where .js files go)."
17233
- },
17234
- "immutable": true,
17235
- "locationInModule": {
17236
- "filename": "src/awscdk/auto-discover.ts",
17237
- "line": 25
17238
- },
17239
- "name": "libdir",
17240
- "type": {
17241
- "primitive": "string"
17242
- }
17243
- },
17244
17232
  {
17245
17233
  "abstract": true,
17246
17234
  "docs": {
@@ -17821,7 +17809,7 @@
17821
17809
  "assembly": "projen",
17822
17810
  "base": "projen.Component",
17823
17811
  "docs": {
17824
- "example": "new LambdaFunction(myProject, {\n entrypoint: 'src/foo.lambda.ts',\n srcdir: myProject.srcdir,\n libdir: myProject.libdir,\n});",
17812
+ "example": "new LambdaFunction(myProject, {\n srcdir: myProject.srcdir,\n entrypoint: 'src/foo.lambda.ts',\n});",
17825
17813
  "remarks": "To use this, create an AWS Lambda handler file under your source tree with\nthe `.lambda.ts` extension and add a `LambdaFunction` component to your\ntypescript project pointing to this entrypoint.\n\nThis will add a task to your \"compile\" step which will use `esbuild` to\nbundle the handler code into the build directory. It will also generate a\nfile `src/foo-function.ts` with a custom AWS construct called `FooFunction`\nwhich extends `@aws-cdk/aws-lambda.Function` which is bound to the bundled\nhandle through an asset.",
17826
17814
  "stability": "experimental",
17827
17815
  "summary": "Generates a pre-bundled AWS Lambda function construct from handler code."
@@ -17834,7 +17822,7 @@
17834
17822
  },
17835
17823
  "locationInModule": {
17836
17824
  "filename": "src/awscdk/lambda-function.ts",
17837
- "line": 103
17825
+ "line": 92
17838
17826
  },
17839
17827
  "parameters": [
17840
17828
  {
@@ -17860,27 +17848,10 @@
17860
17848
  "kind": "class",
17861
17849
  "locationInModule": {
17862
17850
  "filename": "src/awscdk/lambda-function.ts",
17863
- "line": 91
17851
+ "line": 85
17864
17852
  },
17865
17853
  "name": "LambdaFunction",
17866
17854
  "namespace": "awscdk",
17867
- "properties": [
17868
- {
17869
- "docs": {
17870
- "stability": "experimental",
17871
- "summary": "The bundle task for this function."
17872
- },
17873
- "immutable": true,
17874
- "locationInModule": {
17875
- "filename": "src/awscdk/lambda-function.ts",
17876
- "line": 95
17877
- },
17878
- "name": "bundleTask",
17879
- "type": {
17880
- "fqn": "projen.tasks.Task"
17881
- }
17882
- }
17883
- ],
17884
17855
  "symbolId": "src/awscdk/lambda-function:LambdaFunction"
17885
17856
  },
17886
17857
  "projen.awscdk.LambdaFunctionCommonOptions": {
@@ -17895,7 +17866,7 @@
17895
17866
  "kind": "interface",
17896
17867
  "locationInModule": {
17897
17868
  "filename": "src/awscdk/lambda-function.ts",
17898
- "line": 15
17869
+ "line": 14
17899
17870
  },
17900
17871
  "name": "LambdaFunctionCommonOptions",
17901
17872
  "namespace": "awscdk",
@@ -17903,24 +17874,20 @@
17903
17874
  {
17904
17875
  "abstract": true,
17905
17876
  "docs": {
17906
- "default": "- by default, the \"aws-sdk\" module will be excluded from the\nbundle. Note that if you use this option you will need to add \"aws-sdk\"\nexplicitly.",
17877
+ "default": "- defaults",
17878
+ "remarks": "If not specified the default bundling options specified for the project\n`Bundler` instance will be used.",
17907
17879
  "stability": "experimental",
17908
- "summary": "Names of modules which should not be included in the bundle."
17880
+ "summary": "Bundling options for this AWS Lambda function."
17909
17881
  },
17910
17882
  "immutable": true,
17911
17883
  "locationInModule": {
17912
17884
  "filename": "src/awscdk/lambda-function.ts",
17913
17885
  "line": 30
17914
17886
  },
17915
- "name": "externals",
17887
+ "name": "bundlingOptions",
17916
17888
  "optional": true,
17917
17889
  "type": {
17918
- "collection": {
17919
- "elementtype": {
17920
- "primitive": "string"
17921
- },
17922
- "kind": "array"
17923
- }
17890
+ "fqn": "projen.javascript.BundlingOptions"
17924
17891
  }
17925
17892
  },
17926
17893
  {
@@ -17933,7 +17900,7 @@
17933
17900
  "immutable": true,
17934
17901
  "locationInModule": {
17935
17902
  "filename": "src/awscdk/lambda-function.ts",
17936
- "line": 21
17903
+ "line": 20
17937
17904
  },
17938
17905
  "name": "runtime",
17939
17906
  "optional": true,
@@ -17966,62 +17933,33 @@
17966
17933
  {
17967
17934
  "abstract": true,
17968
17935
  "docs": {
17936
+ "example": "\"src/subdir/foo.lambda.ts\"",
17937
+ "remarks": "This is relative to the root directory of the project.",
17969
17938
  "stability": "experimental",
17970
17939
  "summary": "A path from the project root directory to a TypeScript file which contains the AWS Lambda handler entrypoint (exports a `handler` function)."
17971
17940
  },
17972
17941
  "immutable": true,
17973
17942
  "locationInModule": {
17974
17943
  "filename": "src/awscdk/lambda-function.ts",
17975
- "line": 41
17944
+ "line": 45
17976
17945
  },
17977
17946
  "name": "entrypoint",
17978
17947
  "type": {
17979
17948
  "primitive": "string"
17980
17949
  }
17981
17950
  },
17982
- {
17983
- "abstract": true,
17984
- "docs": {
17985
- "stability": "experimental",
17986
- "summary": "JavaScript output directory (where .js files go)."
17987
- },
17988
- "immutable": true,
17989
- "locationInModule": {
17990
- "filename": "src/awscdk/lambda-function.ts",
17991
- "line": 67
17992
- },
17993
- "name": "libdir",
17994
- "type": {
17995
- "primitive": "string"
17996
- }
17997
- },
17998
- {
17999
- "abstract": true,
18000
- "docs": {
18001
- "stability": "experimental",
18002
- "summary": "Project source directory tree (where .ts files live)."
18003
- },
18004
- "immutable": true,
18005
- "locationInModule": {
18006
- "filename": "src/awscdk/lambda-function.ts",
18007
- "line": 62
18008
- },
18009
- "name": "srcdir",
18010
- "type": {
18011
- "primitive": "string"
18012
- }
18013
- },
18014
17951
  {
18015
17952
  "abstract": true,
18016
17953
  "docs": {
18017
17954
  "default": "- The name of the entrypoint file, with the `-function.ts` suffix\ninstead of `.lambda.ts`.",
17955
+ "remarks": "This file should also be\nunder the source tree.",
18018
17956
  "stability": "experimental",
18019
17957
  "summary": "The name of the generated TypeScript source file."
18020
17958
  },
18021
17959
  "immutable": true,
18022
17960
  "locationInModule": {
18023
17961
  "filename": "src/awscdk/lambda-function.ts",
18024
- "line": 49
17962
+ "line": 54
18025
17963
  },
18026
17964
  "name": "constructFile",
18027
17965
  "optional": true,
@@ -18039,7 +17977,7 @@
18039
17977
  "immutable": true,
18040
17978
  "locationInModule": {
18041
17979
  "filename": "src/awscdk/lambda-function.ts",
18042
- "line": 57
17980
+ "line": 62
18043
17981
  },
18044
17982
  "name": "constructName",
18045
17983
  "optional": true,
@@ -18060,7 +17998,7 @@
18060
17998
  "kind": "class",
18061
17999
  "locationInModule": {
18062
18000
  "filename": "src/awscdk/lambda-function.ts",
18063
- "line": 189
18001
+ "line": 179
18064
18002
  },
18065
18003
  "name": "LambdaRuntime",
18066
18004
  "namespace": "awscdk",
@@ -18074,7 +18012,7 @@
18074
18012
  "immutable": true,
18075
18013
  "locationInModule": {
18076
18014
  "filename": "src/awscdk/lambda-function.ts",
18077
- "line": 193
18015
+ "line": 183
18078
18016
  },
18079
18017
  "name": "NODEJS_10_X",
18080
18018
  "static": true,
@@ -18091,7 +18029,7 @@
18091
18029
  "immutable": true,
18092
18030
  "locationInModule": {
18093
18031
  "filename": "src/awscdk/lambda-function.ts",
18094
- "line": 198
18032
+ "line": 188
18095
18033
  },
18096
18034
  "name": "NODEJS_12_X",
18097
18035
  "static": true,
@@ -18108,7 +18046,7 @@
18108
18046
  "immutable": true,
18109
18047
  "locationInModule": {
18110
18048
  "filename": "src/awscdk/lambda-function.ts",
18111
- "line": 203
18049
+ "line": 193
18112
18050
  },
18113
18051
  "name": "NODEJS_14_X",
18114
18052
  "static": true,
@@ -18123,7 +18061,7 @@
18123
18061
  "immutable": true,
18124
18062
  "locationInModule": {
18125
18063
  "filename": "src/awscdk/lambda-function.ts",
18126
- "line": 205
18064
+ "line": 195
18127
18065
  },
18128
18066
  "name": "esbuildPlatform",
18129
18067
  "type": {
@@ -18138,7 +18076,7 @@
18138
18076
  "immutable": true,
18139
18077
  "locationInModule": {
18140
18078
  "filename": "src/awscdk/lambda-function.ts",
18141
- "line": 216
18079
+ "line": 206
18142
18080
  },
18143
18081
  "name": "esbuildTarget",
18144
18082
  "type": {
@@ -18153,7 +18091,7 @@
18153
18091
  "immutable": true,
18154
18092
  "locationInModule": {
18155
18093
  "filename": "src/awscdk/lambda-function.ts",
18156
- "line": 211
18094
+ "line": 201
18157
18095
  },
18158
18096
  "name": "functionRuntime",
18159
18097
  "type": {
@@ -25801,54 +25739,25 @@
25801
25739
  ],
25802
25740
  "symbolId": "src/java/projenrc:ProjenrcOptions"
25803
25741
  },
25804
- "projen.javascript.BundleOptions": {
25742
+ "projen.javascript.AddBundleOptions": {
25805
25743
  "assembly": "projen",
25806
25744
  "datatype": true,
25807
25745
  "docs": {
25808
25746
  "stability": "experimental",
25809
- "summary": "Options for bundling."
25747
+ "summary": "Options for `addBundle()`."
25810
25748
  },
25811
- "fqn": "projen.javascript.BundleOptions",
25749
+ "fqn": "projen.javascript.AddBundleOptions",
25750
+ "interfaces": [
25751
+ "projen.javascript.BundlingOptions"
25752
+ ],
25812
25753
  "kind": "interface",
25813
25754
  "locationInModule": {
25814
25755
  "filename": "src/javascript/bundler.ts",
25815
- "line": 121
25756
+ "line": 209
25816
25757
  },
25817
- "name": "BundleOptions",
25758
+ "name": "AddBundleOptions",
25818
25759
  "namespace": "javascript",
25819
25760
  "properties": [
25820
- {
25821
- "abstract": true,
25822
- "docs": {
25823
- "stability": "experimental",
25824
- "summary": "The entrypoint of the code you wish to bundle."
25825
- },
25826
- "immutable": true,
25827
- "locationInModule": {
25828
- "filename": "src/javascript/bundler.ts",
25829
- "line": 125
25830
- },
25831
- "name": "entrypoint",
25832
- "type": {
25833
- "primitive": "string"
25834
- }
25835
- },
25836
- {
25837
- "abstract": true,
25838
- "docs": {
25839
- "stability": "experimental",
25840
- "summary": "This option sets the output file name for the build operation."
25841
- },
25842
- "immutable": true,
25843
- "locationInModule": {
25844
- "filename": "src/javascript/bundler.ts",
25845
- "line": 144
25846
- },
25847
- "name": "outfile",
25848
- "type": {
25849
- "primitive": "string"
25850
- }
25851
- },
25852
25761
  {
25853
25762
  "abstract": true,
25854
25763
  "docs": {
@@ -25859,7 +25768,7 @@
25859
25768
  "immutable": true,
25860
25769
  "locationInModule": {
25861
25770
  "filename": "src/javascript/bundler.ts",
25862
- "line": 139
25771
+ "line": 222
25863
25772
  },
25864
25773
  "name": "platform",
25865
25774
  "type": {
@@ -25876,81 +25785,88 @@
25876
25785
  "immutable": true,
25877
25786
  "locationInModule": {
25878
25787
  "filename": "src/javascript/bundler.ts",
25879
- "line": 132
25788
+ "line": 215
25880
25789
  },
25881
25790
  "name": "target",
25882
25791
  "type": {
25883
25792
  "primitive": "string"
25884
25793
  }
25885
- },
25794
+ }
25795
+ ],
25796
+ "symbolId": "src/javascript/bundler:AddBundleOptions"
25797
+ },
25798
+ "projen.javascript.Bundle": {
25799
+ "assembly": "projen",
25800
+ "datatype": true,
25801
+ "docs": {
25802
+ "stability": "experimental"
25803
+ },
25804
+ "fqn": "projen.javascript.Bundle",
25805
+ "kind": "interface",
25806
+ "locationInModule": {
25807
+ "filename": "src/javascript/bundler.ts",
25808
+ "line": 150
25809
+ },
25810
+ "name": "Bundle",
25811
+ "namespace": "javascript",
25812
+ "properties": [
25886
25813
  {
25887
25814
  "abstract": true,
25888
25815
  "docs": {
25889
- "default": "[]",
25890
- "remarks": "Instead of being bundled, the import will be preserved (using require for\nthe iife and cjs formats and using import for the esm format) and will be\nevaluated at run time instead.\n\nThis has several uses. First of all, it can be used to trim unnecessary\ncode from your bundle for a code path that you know will never be executed.\nFor example, a package may contain code that only runs in node but you will\nonly be using that package in the browser. It can also be used to import\ncode in node at run time from a package that cannot be bundled. For\nexample, the fsevents package contains a native extension, which esbuild\ndoesn't support.",
25891
25816
  "stability": "experimental",
25892
- "summary": "You can mark a file or a package as external to exclude it from your build."
25817
+ "summary": "The task that produces this bundle."
25893
25818
  },
25894
25819
  "immutable": true,
25895
25820
  "locationInModule": {
25896
25821
  "filename": "src/javascript/bundler.ts",
25897
- "line": 162
25822
+ "line": 154
25898
25823
  },
25899
- "name": "externals",
25900
- "optional": true,
25824
+ "name": "bundleTask",
25901
25825
  "type": {
25902
- "collection": {
25903
- "elementtype": {
25904
- "primitive": "string"
25905
- },
25906
- "kind": "array"
25907
- }
25826
+ "fqn": "projen.tasks.Task"
25908
25827
  }
25909
25828
  },
25910
25829
  {
25911
25830
  "abstract": true,
25912
25831
  "docs": {
25913
- "default": "true",
25914
25832
  "stability": "experimental",
25915
- "summary": "Include a source map in the bundle."
25833
+ "summary": "Location of the output file (relative to project root)."
25916
25834
  },
25917
25835
  "immutable": true,
25918
25836
  "locationInModule": {
25919
25837
  "filename": "src/javascript/bundler.ts",
25920
- "line": 169
25838
+ "line": 164
25921
25839
  },
25922
- "name": "sourcemap",
25923
- "optional": true,
25840
+ "name": "outfile",
25924
25841
  "type": {
25925
- "primitive": "boolean"
25842
+ "primitive": "string"
25926
25843
  }
25927
25844
  },
25928
25845
  {
25929
25846
  "abstract": true,
25930
25847
  "docs": {
25931
- "default": "true",
25932
- "remarks": "This can be used\nto continusouly watch for changes.",
25933
25848
  "stability": "experimental",
25934
- "summary": "In addition to the `bundle:xyz` task, creates `bundle:xyz:watch` task which will invoke the same esbuild command with the `--watch` flag."
25849
+ "summary": "The \"watch\" task for this bundle."
25935
25850
  },
25936
25851
  "immutable": true,
25937
25852
  "locationInModule": {
25938
25853
  "filename": "src/javascript/bundler.ts",
25939
- "line": 178
25854
+ "line": 159
25940
25855
  },
25941
25856
  "name": "watchTask",
25942
25857
  "optional": true,
25943
25858
  "type": {
25944
- "primitive": "boolean"
25859
+ "fqn": "projen.tasks.Task"
25945
25860
  }
25946
25861
  }
25947
25862
  ],
25948
- "symbolId": "src/javascript/bundler:BundleOptions"
25863
+ "symbolId": "src/javascript/bundler:Bundle"
25949
25864
  },
25950
25865
  "projen.javascript.Bundler": {
25951
25866
  "assembly": "projen",
25952
25867
  "base": "projen.Component",
25953
25868
  "docs": {
25869
+ "remarks": "In the future, this will also supports bundling websites.",
25954
25870
  "stability": "experimental",
25955
25871
  "summary": "Adds support for bundling JavaScript applications and dependencies into a single file."
25956
25872
  },
@@ -25962,7 +25878,7 @@
25962
25878
  },
25963
25879
  "locationInModule": {
25964
25880
  "filename": "src/javascript/bundler.ts",
25965
- "line": 48
25881
+ "line": 57
25966
25882
  },
25967
25883
  "parameters": [
25968
25884
  {
@@ -25983,7 +25899,7 @@
25983
25899
  "kind": "class",
25984
25900
  "locationInModule": {
25985
25901
  "filename": "src/javascript/bundler.ts",
25986
- "line": 29
25902
+ "line": 30
25987
25903
  },
25988
25904
  "methods": [
25989
25905
  {
@@ -25994,7 +25910,7 @@
25994
25910
  },
25995
25911
  "locationInModule": {
25996
25912
  "filename": "src/javascript/bundler.ts",
25997
- "line": 36
25913
+ "line": 37
25998
25914
  },
25999
25915
  "name": "of",
26000
25916
  "parameters": [
@@ -26023,15 +25939,12 @@
26023
25939
  },
26024
25940
  "locationInModule": {
26025
25941
  "filename": "src/javascript/bundler.ts",
26026
- "line": 80
25942
+ "line": 91
26027
25943
  },
26028
25944
  "name": "addBundle",
26029
25945
  "parameters": [
26030
25946
  {
26031
- "docs": {
26032
- "summary": "The name of the artifact (the task will be named `bundle:$name`)."
26033
- },
26034
- "name": "name",
25947
+ "name": "entrypoint",
26035
25948
  "type": {
26036
25949
  "primitive": "string"
26037
25950
  }
@@ -26042,13 +25955,13 @@
26042
25955
  },
26043
25956
  "name": "options",
26044
25957
  "type": {
26045
- "fqn": "projen.javascript.BundleOptions"
25958
+ "fqn": "projen.javascript.AddBundleOptions"
26046
25959
  }
26047
25960
  }
26048
25961
  ],
26049
25962
  "returns": {
26050
25963
  "type": {
26051
- "fqn": "projen.tasks.Task"
25964
+ "fqn": "projen.javascript.Bundle"
26052
25965
  }
26053
25966
  }
26054
25967
  }
@@ -26058,13 +25971,29 @@
26058
25971
  "properties": [
26059
25972
  {
26060
25973
  "docs": {
25974
+ "stability": "experimental",
25975
+ "summary": "Root bundle directory."
25976
+ },
25977
+ "immutable": true,
25978
+ "locationInModule": {
25979
+ "filename": "src/javascript/bundler.ts",
25980
+ "line": 50
25981
+ },
25982
+ "name": "bundledir",
25983
+ "type": {
25984
+ "primitive": "string"
25985
+ }
25986
+ },
25987
+ {
25988
+ "docs": {
25989
+ "remarks": "If the project doesn't have a \"bundle\" task, it will be created and spawned\nduring the pre-compile phase.",
26061
25990
  "stability": "experimental",
26062
25991
  "summary": "Gets or creates the singleton \"bundle\" task of the project."
26063
25992
  },
26064
25993
  "immutable": true,
26065
25994
  "locationInModule": {
26066
25995
  "filename": "src/javascript/bundler.ts",
26067
- "line": 57
25996
+ "line": 71
26068
25997
  },
26069
25998
  "name": "bundleTask",
26070
25999
  "type": {
@@ -26073,12 +26002,13 @@
26073
26002
  },
26074
26003
  {
26075
26004
  "docs": {
26076
- "stability": "experimental"
26005
+ "stability": "experimental",
26006
+ "summary": "The semantic version requirement for `esbuild` (if defined)."
26077
26007
  },
26078
26008
  "immutable": true,
26079
26009
  "locationInModule": {
26080
26010
  "filename": "src/javascript/bundler.ts",
26081
- "line": 43
26011
+ "line": 45
26082
26012
  },
26083
26013
  "name": "esbuildVersion",
26084
26014
  "optional": true,
@@ -26089,22 +26019,40 @@
26089
26019
  ],
26090
26020
  "symbolId": "src/javascript/bundler:Bundler"
26091
26021
  },
26092
- "projen.javascript.BundlerCommonOptions": {
26022
+ "projen.javascript.BundlerOptions": {
26093
26023
  "assembly": "projen",
26094
26024
  "datatype": true,
26095
26025
  "docs": {
26096
26026
  "stability": "experimental",
26097
- "summary": "Common options for `Bundler`."
26027
+ "summary": "Options for `Bundler`."
26098
26028
  },
26099
- "fqn": "projen.javascript.BundlerCommonOptions",
26029
+ "fqn": "projen.javascript.BundlerOptions",
26100
26030
  "kind": "interface",
26101
26031
  "locationInModule": {
26102
26032
  "filename": "src/javascript/bundler.ts",
26103
- "line": 9
26033
+ "line": 11
26104
26034
  },
26105
- "name": "BundlerCommonOptions",
26035
+ "name": "BundlerOptions",
26106
26036
  "namespace": "javascript",
26107
26037
  "properties": [
26038
+ {
26039
+ "abstract": true,
26040
+ "docs": {
26041
+ "default": "\"assets\"",
26042
+ "stability": "experimental",
26043
+ "summary": "Output directory for all bundles."
26044
+ },
26045
+ "immutable": true,
26046
+ "locationInModule": {
26047
+ "filename": "src/javascript/bundler.ts",
26048
+ "line": 23
26049
+ },
26050
+ "name": "assetsDir",
26051
+ "optional": true,
26052
+ "type": {
26053
+ "primitive": "string"
26054
+ }
26055
+ },
26108
26056
  {
26109
26057
  "abstract": true,
26110
26058
  "docs": {
@@ -26115,7 +26063,7 @@
26115
26063
  "immutable": true,
26116
26064
  "locationInModule": {
26117
26065
  "filename": "src/javascript/bundler.ts",
26118
- "line": 15
26066
+ "line": 17
26119
26067
  },
26120
26068
  "name": "esbuildVersion",
26121
26069
  "optional": true,
@@ -26124,27 +26072,87 @@
26124
26072
  }
26125
26073
  }
26126
26074
  ],
26127
- "symbolId": "src/javascript/bundler:BundlerCommonOptions"
26075
+ "symbolId": "src/javascript/bundler:BundlerOptions"
26128
26076
  },
26129
- "projen.javascript.BundlerOptions": {
26077
+ "projen.javascript.BundlingOptions": {
26130
26078
  "assembly": "projen",
26131
26079
  "datatype": true,
26132
26080
  "docs": {
26133
26081
  "stability": "experimental",
26134
- "summary": "Options for `Bundler`."
26082
+ "summary": "Options for bundling."
26135
26083
  },
26136
- "fqn": "projen.javascript.BundlerOptions",
26137
- "interfaces": [
26138
- "projen.javascript.BundlerCommonOptions"
26139
- ],
26084
+ "fqn": "projen.javascript.BundlingOptions",
26140
26085
  "kind": "interface",
26141
26086
  "locationInModule": {
26142
26087
  "filename": "src/javascript/bundler.ts",
26143
- "line": 21
26088
+ "line": 170
26144
26089
  },
26145
- "name": "BundlerOptions",
26090
+ "name": "BundlingOptions",
26146
26091
  "namespace": "javascript",
26147
- "symbolId": "src/javascript/bundler:BundlerOptions"
26092
+ "properties": [
26093
+ {
26094
+ "abstract": true,
26095
+ "docs": {
26096
+ "default": "[]",
26097
+ "remarks": "Instead of being bundled, the import will be preserved (using require for\nthe iife and cjs formats and using import for the esm format) and will be\nevaluated at run time instead.\n\nThis has several uses. First of all, it can be used to trim unnecessary\ncode from your bundle for a code path that you know will never be executed.\nFor example, a package may contain code that only runs in node but you will\nonly be using that package in the browser. It can also be used to import\ncode in node at run time from a package that cannot be bundled. For\nexample, the fsevents package contains a native extension, which esbuild\ndoesn't support.",
26098
+ "stability": "experimental",
26099
+ "summary": "You can mark a file or a package as external to exclude it from your build."
26100
+ },
26101
+ "immutable": true,
26102
+ "locationInModule": {
26103
+ "filename": "src/javascript/bundler.ts",
26104
+ "line": 187
26105
+ },
26106
+ "name": "externals",
26107
+ "optional": true,
26108
+ "type": {
26109
+ "collection": {
26110
+ "elementtype": {
26111
+ "primitive": "string"
26112
+ },
26113
+ "kind": "array"
26114
+ }
26115
+ }
26116
+ },
26117
+ {
26118
+ "abstract": true,
26119
+ "docs": {
26120
+ "default": "false",
26121
+ "stability": "experimental",
26122
+ "summary": "Include a source map in the bundle."
26123
+ },
26124
+ "immutable": true,
26125
+ "locationInModule": {
26126
+ "filename": "src/javascript/bundler.ts",
26127
+ "line": 194
26128
+ },
26129
+ "name": "sourcemap",
26130
+ "optional": true,
26131
+ "type": {
26132
+ "primitive": "boolean"
26133
+ }
26134
+ },
26135
+ {
26136
+ "abstract": true,
26137
+ "docs": {
26138
+ "default": "true",
26139
+ "remarks": "This can be used\nto continusouly watch for changes.",
26140
+ "stability": "experimental",
26141
+ "summary": "In addition to the `bundle:xyz` task, creates `bundle:xyz:watch` task which will invoke the same esbuild command with the `--watch` flag."
26142
+ },
26143
+ "immutable": true,
26144
+ "locationInModule": {
26145
+ "filename": "src/javascript/bundler.ts",
26146
+ "line": 203
26147
+ },
26148
+ "name": "watchTask",
26149
+ "optional": true,
26150
+ "type": {
26151
+ "primitive": "boolean"
26152
+ }
26153
+ }
26154
+ ],
26155
+ "symbolId": "src/javascript/bundler:BundlingOptions"
26148
26156
  },
26149
26157
  "projen.javascript.NpmConfig": {
26150
26158
  "assembly": "projen",
@@ -29093,7 +29101,7 @@
29093
29101
  "kind": "interface",
29094
29102
  "locationInModule": {
29095
29103
  "filename": "src/release/publisher.ts",
29096
- "line": 494
29104
+ "line": 495
29097
29105
  },
29098
29106
  "name": "CodeArtifactOptions",
29099
29107
  "namespace": "release",
@@ -29109,7 +29117,7 @@
29109
29117
  "immutable": true,
29110
29118
  "locationInModule": {
29111
29119
  "filename": "src/release/publisher.ts",
29112
- "line": 501
29120
+ "line": 502
29113
29121
  },
29114
29122
  "name": "accessKeyIdSecret",
29115
29123
  "optional": true,
@@ -29117,6 +29125,24 @@
29117
29125
  "primitive": "string"
29118
29126
  }
29119
29127
  },
29128
+ {
29129
+ "abstract": true,
29130
+ "docs": {
29131
+ "default": "undefined",
29132
+ "stability": "experimental",
29133
+ "summary": "ARN of AWS role to be assumed prior to get authorization token from AWS CodeArtifact This property must be specified only when publishing to AWS CodeArtifact (`registry` contains AWS CodeArtifact URL)."
29134
+ },
29135
+ "immutable": true,
29136
+ "locationInModule": {
29137
+ "filename": "src/release/publisher.ts",
29138
+ "line": 518
29139
+ },
29140
+ "name": "roleToAssume",
29141
+ "optional": true,
29142
+ "type": {
29143
+ "primitive": "string"
29144
+ }
29145
+ },
29120
29146
  {
29121
29147
  "abstract": true,
29122
29148
  "docs": {
@@ -29128,7 +29154,7 @@
29128
29154
  "immutable": true,
29129
29155
  "locationInModule": {
29130
29156
  "filename": "src/release/publisher.ts",
29131
- "line": 509
29157
+ "line": 510
29132
29158
  },
29133
29159
  "name": "secretAccessKeySecret",
29134
29160
  "optional": true,
@@ -29150,7 +29176,7 @@
29150
29176
  "kind": "interface",
29151
29177
  "locationInModule": {
29152
29178
  "filename": "src/release/publisher.ts",
29153
- "line": 730
29179
+ "line": 739
29154
29180
  },
29155
29181
  "name": "GitHubReleasesPublishOptions",
29156
29182
  "namespace": "release",
@@ -29165,7 +29191,7 @@
29165
29191
  "immutable": true,
29166
29192
  "locationInModule": {
29167
29193
  "filename": "src/release/publisher.ts",
29168
- "line": 715
29194
+ "line": 724
29169
29195
  },
29170
29196
  "name": "changelogFile",
29171
29197
  "type": {
@@ -29182,7 +29208,7 @@
29182
29208
  "immutable": true,
29183
29209
  "locationInModule": {
29184
29210
  "filename": "src/release/publisher.ts",
29185
- "line": 708
29211
+ "line": 717
29186
29212
  },
29187
29213
  "name": "releaseTagFile",
29188
29214
  "type": {
@@ -29199,7 +29225,7 @@
29199
29225
  "immutable": true,
29200
29226
  "locationInModule": {
29201
29227
  "filename": "src/release/publisher.ts",
29202
- "line": 701
29228
+ "line": 710
29203
29229
  },
29204
29230
  "name": "versionFile",
29205
29231
  "type": {
@@ -29220,7 +29246,7 @@
29220
29246
  "kind": "interface",
29221
29247
  "locationInModule": {
29222
29248
  "filename": "src/release/publisher.ts",
29223
- "line": 735
29249
+ "line": 744
29224
29250
  },
29225
29251
  "name": "GitPublishOptions",
29226
29252
  "namespace": "release",
@@ -29235,7 +29261,7 @@
29235
29261
  "immutable": true,
29236
29262
  "locationInModule": {
29237
29263
  "filename": "src/release/publisher.ts",
29238
- "line": 715
29264
+ "line": 724
29239
29265
  },
29240
29266
  "name": "changelogFile",
29241
29267
  "type": {
@@ -29252,7 +29278,7 @@
29252
29278
  "immutable": true,
29253
29279
  "locationInModule": {
29254
29280
  "filename": "src/release/publisher.ts",
29255
- "line": 708
29281
+ "line": 717
29256
29282
  },
29257
29283
  "name": "releaseTagFile",
29258
29284
  "type": {
@@ -29269,7 +29295,7 @@
29269
29295
  "immutable": true,
29270
29296
  "locationInModule": {
29271
29297
  "filename": "src/release/publisher.ts",
29272
- "line": 701
29298
+ "line": 710
29273
29299
  },
29274
29300
  "name": "versionFile",
29275
29301
  "type": {
@@ -29286,7 +29312,7 @@
29286
29312
  "immutable": true,
29287
29313
  "locationInModule": {
29288
29314
  "filename": "src/release/publisher.ts",
29289
- "line": 746
29315
+ "line": 755
29290
29316
  },
29291
29317
  "name": "gitBranch",
29292
29318
  "optional": true,
@@ -29303,7 +29329,7 @@
29303
29329
  "immutable": true,
29304
29330
  "locationInModule": {
29305
29331
  "filename": "src/release/publisher.ts",
29306
- "line": 739
29332
+ "line": 748
29307
29333
  },
29308
29334
  "name": "projectChangelogFile",
29309
29335
  "optional": true,
@@ -29325,7 +29351,7 @@
29325
29351
  "kind": "interface",
29326
29352
  "locationInModule": {
29327
29353
  "filename": "src/release/publisher.ts",
29328
- "line": 652
29354
+ "line": 661
29329
29355
  },
29330
29356
  "name": "GoPublishOptions",
29331
29357
  "namespace": "release",
@@ -29340,7 +29366,7 @@
29340
29366
  "immutable": true,
29341
29367
  "locationInModule": {
29342
29368
  "filename": "src/release/publisher.ts",
29343
- "line": 673
29369
+ "line": 682
29344
29370
  },
29345
29371
  "name": "gitBranch",
29346
29372
  "optional": true,
@@ -29358,7 +29384,7 @@
29358
29384
  "immutable": true,
29359
29385
  "locationInModule": {
29360
29386
  "filename": "src/release/publisher.ts",
29361
- "line": 692
29387
+ "line": 701
29362
29388
  },
29363
29389
  "name": "gitCommitMessage",
29364
29390
  "optional": true,
@@ -29376,7 +29402,7 @@
29376
29402
  "immutable": true,
29377
29403
  "locationInModule": {
29378
29404
  "filename": "src/release/publisher.ts",
29379
- "line": 666
29405
+ "line": 675
29380
29406
  },
29381
29407
  "name": "githubRepo",
29382
29408
  "optional": true,
@@ -29394,7 +29420,7 @@
29394
29420
  "immutable": true,
29395
29421
  "locationInModule": {
29396
29422
  "filename": "src/release/publisher.ts",
29397
- "line": 659
29423
+ "line": 668
29398
29424
  },
29399
29425
  "name": "githubTokenSecret",
29400
29426
  "optional": true,
@@ -29415,7 +29441,7 @@
29415
29441
  "immutable": true,
29416
29442
  "locationInModule": {
29417
29443
  "filename": "src/release/publisher.ts",
29418
- "line": 685
29444
+ "line": 694
29419
29445
  },
29420
29446
  "name": "gitUserEmail",
29421
29447
  "optional": true,
@@ -29433,7 +29459,7 @@
29433
29459
  "immutable": true,
29434
29460
  "locationInModule": {
29435
29461
  "filename": "src/release/publisher.ts",
29436
- "line": 679
29462
+ "line": 688
29437
29463
  },
29438
29464
  "name": "gitUserName",
29439
29465
  "optional": true,
@@ -29458,7 +29484,7 @@
29458
29484
  "kind": "interface",
29459
29485
  "locationInModule": {
29460
29486
  "filename": "src/release/publisher.ts",
29461
- "line": 561
29487
+ "line": 570
29462
29488
  },
29463
29489
  "name": "JsiiReleaseMaven",
29464
29490
  "namespace": "release",
@@ -29478,7 +29504,7 @@
29478
29504
  "kind": "interface",
29479
29505
  "locationInModule": {
29480
29506
  "filename": "src/release/publisher.ts",
29481
- "line": 442
29507
+ "line": 443
29482
29508
  },
29483
29509
  "name": "JsiiReleaseNpm",
29484
29510
  "namespace": "release",
@@ -29498,7 +29524,7 @@
29498
29524
  "kind": "interface",
29499
29525
  "locationInModule": {
29500
29526
  "filename": "src/release/publisher.ts",
29501
- "line": 544
29527
+ "line": 553
29502
29528
  },
29503
29529
  "name": "JsiiReleaseNuget",
29504
29530
  "namespace": "release",
@@ -29518,7 +29544,7 @@
29518
29544
  "kind": "interface",
29519
29545
  "locationInModule": {
29520
29546
  "filename": "src/release/publisher.ts",
29521
- "line": 515
29547
+ "line": 524
29522
29548
  },
29523
29549
  "name": "JsiiReleasePyPi",
29524
29550
  "namespace": "release",
@@ -29590,7 +29616,7 @@
29590
29616
  "kind": "interface",
29591
29617
  "locationInModule": {
29592
29618
  "filename": "src/release/publisher.ts",
29593
- "line": 566
29619
+ "line": 575
29594
29620
  },
29595
29621
  "name": "MavenPublishOptions",
29596
29622
  "namespace": "release",
@@ -29606,7 +29632,7 @@
29606
29632
  "immutable": true,
29607
29633
  "locationInModule": {
29608
29634
  "filename": "src/release/publisher.ts",
29609
- "line": 572
29635
+ "line": 581
29610
29636
  },
29611
29637
  "name": "mavenEndpoint",
29612
29638
  "optional": true,
@@ -29626,7 +29652,7 @@
29626
29652
  "immutable": true,
29627
29653
  "locationInModule": {
29628
29654
  "filename": "src/release/publisher.ts",
29629
- "line": 605
29655
+ "line": 614
29630
29656
  },
29631
29657
  "name": "mavenGpgPrivateKeyPassphrase",
29632
29658
  "optional": true,
@@ -29646,7 +29672,7 @@
29646
29672
  "immutable": true,
29647
29673
  "locationInModule": {
29648
29674
  "filename": "src/release/publisher.ts",
29649
- "line": 596
29675
+ "line": 605
29650
29676
  },
29651
29677
  "name": "mavenGpgPrivateKeySecret",
29652
29678
  "optional": true,
@@ -29666,7 +29692,7 @@
29666
29692
  "immutable": true,
29667
29693
  "locationInModule": {
29668
29694
  "filename": "src/release/publisher.ts",
29669
- "line": 631
29695
+ "line": 640
29670
29696
  },
29671
29697
  "name": "mavenPassword",
29672
29698
  "optional": true,
@@ -29684,7 +29710,7 @@
29684
29710
  "immutable": true,
29685
29711
  "locationInModule": {
29686
29712
  "filename": "src/release/publisher.ts",
29687
- "line": 586
29713
+ "line": 595
29688
29714
  },
29689
29715
  "name": "mavenRepositoryUrl",
29690
29716
  "optional": true,
@@ -29702,7 +29728,7 @@
29702
29728
  "immutable": true,
29703
29729
  "locationInModule": {
29704
29730
  "filename": "src/release/publisher.ts",
29705
- "line": 579
29731
+ "line": 588
29706
29732
  },
29707
29733
  "name": "mavenServerId",
29708
29734
  "optional": true,
@@ -29720,7 +29746,7 @@
29720
29746
  "immutable": true,
29721
29747
  "locationInModule": {
29722
29748
  "filename": "src/release/publisher.ts",
29723
- "line": 642
29749
+ "line": 651
29724
29750
  },
29725
29751
  "name": "mavenStagingProfileId",
29726
29752
  "optional": true,
@@ -29740,7 +29766,7 @@
29740
29766
  "immutable": true,
29741
29767
  "locationInModule": {
29742
29768
  "filename": "src/release/publisher.ts",
29743
- "line": 618
29769
+ "line": 627
29744
29770
  },
29745
29771
  "name": "mavenUsername",
29746
29772
  "optional": true,
@@ -29762,7 +29788,7 @@
29762
29788
  "kind": "interface",
29763
29789
  "locationInModule": {
29764
29790
  "filename": "src/release/publisher.ts",
29765
- "line": 447
29791
+ "line": 448
29766
29792
  },
29767
29793
  "name": "NpmPublishOptions",
29768
29794
  "namespace": "release",
@@ -29777,7 +29803,7 @@
29777
29803
  "immutable": true,
29778
29804
  "locationInModule": {
29779
29805
  "filename": "src/release/publisher.ts",
29780
- "line": 491
29806
+ "line": 492
29781
29807
  },
29782
29808
  "name": "codeArtifactOptions",
29783
29809
  "optional": true,
@@ -29796,7 +29822,7 @@
29796
29822
  "immutable": true,
29797
29823
  "locationInModule": {
29798
29824
  "filename": "src/release/publisher.ts",
29799
- "line": 464
29825
+ "line": 465
29800
29826
  },
29801
29827
  "name": "distTag",
29802
29828
  "optional": true,
@@ -29814,7 +29840,7 @@
29814
29840
  "immutable": true,
29815
29841
  "locationInModule": {
29816
29842
  "filename": "src/release/publisher.ts",
29817
- "line": 484
29843
+ "line": 485
29818
29844
  },
29819
29845
  "name": "npmTokenSecret",
29820
29846
  "optional": true,
@@ -29834,7 +29860,7 @@
29834
29860
  "immutable": true,
29835
29861
  "locationInModule": {
29836
29862
  "filename": "src/release/publisher.ts",
29837
- "line": 478
29863
+ "line": 479
29838
29864
  },
29839
29865
  "name": "registry",
29840
29866
  "optional": true,
@@ -29856,7 +29882,7 @@
29856
29882
  "kind": "interface",
29857
29883
  "locationInModule": {
29858
29884
  "filename": "src/release/publisher.ts",
29859
- "line": 549
29885
+ "line": 558
29860
29886
  },
29861
29887
  "name": "NugetPublishOptions",
29862
29888
  "namespace": "release",
@@ -29871,7 +29897,7 @@
29871
29897
  "immutable": true,
29872
29898
  "locationInModule": {
29873
29899
  "filename": "src/release/publisher.ts",
29874
- "line": 555
29900
+ "line": 564
29875
29901
  },
29876
29902
  "name": "nugetApiKeySecret",
29877
29903
  "optional": true,
@@ -29977,7 +30003,7 @@
29977
30003
  },
29978
30004
  "locationInModule": {
29979
30005
  "filename": "src/release/publisher.ts",
29980
- "line": 289
30006
+ "line": 290
29981
30007
  },
29982
30008
  "name": "publishToGo",
29983
30009
  "parameters": [
@@ -30000,7 +30026,7 @@
30000
30026
  },
30001
30027
  "locationInModule": {
30002
30028
  "filename": "src/release/publisher.ts",
30003
- "line": 232
30029
+ "line": 233
30004
30030
  },
30005
30031
  "name": "publishToMaven",
30006
30032
  "parameters": [
@@ -30046,7 +30072,7 @@
30046
30072
  },
30047
30073
  "locationInModule": {
30048
30074
  "filename": "src/release/publisher.ts",
30049
- "line": 216
30075
+ "line": 217
30050
30076
  },
30051
30077
  "name": "publishToNuget",
30052
30078
  "parameters": [
@@ -30069,7 +30095,7 @@
30069
30095
  },
30070
30096
  "locationInModule": {
30071
30097
  "filename": "src/release/publisher.ts",
30072
- "line": 269
30098
+ "line": 270
30073
30099
  },
30074
30100
  "name": "publishToPyPi",
30075
30101
  "parameters": [
@@ -30309,7 +30335,7 @@
30309
30335
  "kind": "interface",
30310
30336
  "locationInModule": {
30311
30337
  "filename": "src/release/publisher.ts",
30312
- "line": 520
30338
+ "line": 529
30313
30339
  },
30314
30340
  "name": "PyPiPublishOptions",
30315
30341
  "namespace": "release",
@@ -30324,7 +30350,7 @@
30324
30350
  "immutable": true,
30325
30351
  "locationInModule": {
30326
30352
  "filename": "src/release/publisher.ts",
30327
- "line": 538
30353
+ "line": 547
30328
30354
  },
30329
30355
  "name": "twinePasswordSecret",
30330
30356
  "optional": true,
@@ -30342,7 +30368,7 @@
30342
30368
  "immutable": true,
30343
30369
  "locationInModule": {
30344
30370
  "filename": "src/release/publisher.ts",
30345
- "line": 526
30371
+ "line": 535
30346
30372
  },
30347
30373
  "name": "twineRegistryUrl",
30348
30374
  "optional": true,
@@ -30360,7 +30386,7 @@
30360
30386
  "immutable": true,
30361
30387
  "locationInModule": {
30362
30388
  "filename": "src/release/publisher.ts",
30363
- "line": 532
30389
+ "line": 541
30364
30390
  },
30365
30391
  "name": "twineUsernameSecret",
30366
30392
  "optional": true,
@@ -34305,6 +34331,6 @@
34305
34331
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
34306
34332
  }
34307
34333
  },
34308
- "version": "0.33.10",
34309
- "fingerprint": "RFSqo95K2JnXtmdCqROAtlJtq9/s9nJeWid5VbCb6SI="
34334
+ "version": "0.34.3",
34335
+ "fingerprint": "23Ytl09Xvev/J3OfCdADlIcEu8AUjPG3eWHsUkVd/34="
34310
34336
  }