projen 0.32.0 → 0.32.4
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.
- package/.jsii +1382 -257
- package/API.md +416 -61
- package/docs/aws-lambda.md +103 -0
- package/docs/publisher.md +24 -1
- package/lib/awscdk/auto-discover.d.ts +46 -0
- package/lib/awscdk/auto-discover.js +46 -0
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/index.d.ts +2 -0
- package/lib/awscdk/index.js +3 -1
- package/lib/awscdk/internal.d.ts +4 -0
- package/lib/awscdk/internal.js +6 -2
- package/lib/awscdk/java-app.js +1 -1
- package/lib/awscdk/lambda-function.d.ts +146 -0
- package/lib/awscdk/lambda-function.js +160 -0
- package/lib/awscdk-app-ts.d.ts +15 -1
- package/lib/awscdk-app-ts.js +13 -5
- package/lib/awscdk-construct.d.ts +15 -58
- package/lib/awscdk-construct.js +13 -62
- package/lib/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s-construct.js +1 -1
- package/lib/cdktf-construct.js +1 -1
- package/lib/component.js +1 -1
- package/lib/construct-lib.js +1 -1
- package/lib/deps/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose.js +2 -2
- package/lib/eslint.d.ts +9 -0
- package/lib/eslint.js +16 -5
- package/lib/file.js +1 -1
- package/lib/git/gitattributes.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflows.js +4 -5
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/index.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/inventory.js +4 -5
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.d.ts +144 -0
- package/lib/javascript/bundler.js +93 -0
- package/lib/javascript/index.d.ts +1 -0
- package/lib/javascript/index.js +2 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/jest.js +1 -1
- package/lib/jsii-project.js +1 -1
- package/lib/json/projenrc.js +1 -1
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/node-package.d.ts +39 -2
- package/lib/node-package.js +31 -5
- package/lib/node-project.d.ts +11 -1
- package/lib/node-project.js +25 -16
- package/lib/object-file.js +1 -1
- package/lib/project.js +2 -2
- package/lib/projects.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +4 -5
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.d.ts +36 -0
- package/lib/release/publisher.js +20 -5
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/tasks/runtime.js +1 -1
- package/lib/tasks/task.js +1 -1
- package/lib/tasks/tasks.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript-config.js +1 -1
- package/lib/typescript.js +3 -3
- package/lib/upgrade-dependencies.js +2 -2
- package/lib/util.js +11 -3
- package/lib/version.js +1 -1
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/node_modules/case/LICENSE +22 -0
- package/node_modules/case/README.md +139 -0
- package/node_modules/case/case.d.ts +43 -0
- package/node_modules/case/dist/Case.js +171 -0
- package/node_modules/case/dist/Case.min.js +5 -0
- package/node_modules/case/dist/Case.min.js.map +1 -0
- package/node_modules/case/dist/Case.plus.js +189 -0
- package/node_modules/case/dist/Case.plus.min.js +5 -0
- package/node_modules/case/dist/Case.plus.min.js.map +1 -0
- package/node_modules/case/package.json +58 -0
- package/package.json +7 -7
- package/node_modules/decamelize/index.d.ts +0 -20
- package/node_modules/decamelize/index.js +0 -12
- package/node_modules/decamelize/license +0 -9
- package/node_modules/decamelize/package.json +0 -40
- package/node_modules/decamelize/readme.md +0 -51
package/.jsii
CHANGED
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
},
|
|
12
12
|
"bundled": {
|
|
13
13
|
"@iarna/toml": "^2.2.5",
|
|
14
|
+
"case": "^1.6.3",
|
|
14
15
|
"chalk": "^4.1.2",
|
|
15
|
-
"decamelize": "^4.0.0",
|
|
16
16
|
"fs-extra": "^9.1.0",
|
|
17
17
|
"glob": "^7",
|
|
18
18
|
"ini": "^2.0.0",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"stability": "experimental"
|
|
28
28
|
},
|
|
29
29
|
"homepage": "https://github.com/projen/projen.git",
|
|
30
|
-
"jsiiVersion": "1.
|
|
30
|
+
"jsiiVersion": "1.42.0 (build 5f6b62c)",
|
|
31
31
|
"license": "Apache-2.0",
|
|
32
32
|
"metadata": {
|
|
33
33
|
"jsii": {
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"kind": "enum",
|
|
159
159
|
"locationInModule": {
|
|
160
160
|
"filename": "src/node-project.ts",
|
|
161
|
-
"line":
|
|
161
|
+
"line": 302
|
|
162
162
|
},
|
|
163
163
|
"members": [
|
|
164
164
|
{
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"custom": {
|
|
187
187
|
"pjid": "awscdk-construct"
|
|
188
188
|
},
|
|
189
|
-
"remarks": "A multi-language (jsii) construct library which vends constructs designed to\nuse within the AWS CDK with a friendly workflow and automatic publishing to\nthe construct catalog
|
|
189
|
+
"remarks": "A multi-language (jsii) construct library which vends constructs designed to\nuse within the AWS CDK with a friendly workflow and automatic publishing to\nthe construct catalog.",
|
|
190
190
|
"stability": "experimental",
|
|
191
191
|
"summary": "AWS CDK construct library project."
|
|
192
192
|
},
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
},
|
|
198
198
|
"locationInModule": {
|
|
199
199
|
"filename": "src/awscdk-construct.ts",
|
|
200
|
-
"line":
|
|
200
|
+
"line": 111
|
|
201
201
|
},
|
|
202
202
|
"parameters": [
|
|
203
203
|
{
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
"kind": "class",
|
|
212
212
|
"locationInModule": {
|
|
213
213
|
"filename": "src/awscdk-construct.ts",
|
|
214
|
-
"line":
|
|
214
|
+
"line": 100
|
|
215
215
|
},
|
|
216
216
|
"methods": [
|
|
217
217
|
{
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
},
|
|
223
223
|
"locationInModule": {
|
|
224
224
|
"filename": "src/awscdk-construct.ts",
|
|
225
|
-
"line":
|
|
225
|
+
"line": 178
|
|
226
226
|
},
|
|
227
227
|
"name": "addCdkDependencies",
|
|
228
228
|
"parameters": [
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
},
|
|
247
247
|
"locationInModule": {
|
|
248
248
|
"filename": "src/awscdk-construct.ts",
|
|
249
|
-
"line":
|
|
249
|
+
"line": 194
|
|
250
250
|
},
|
|
251
251
|
"name": "addCdkTestDependencies",
|
|
252
252
|
"parameters": [
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
"immutable": true,
|
|
275
275
|
"locationInModule": {
|
|
276
276
|
"filename": "src/awscdk-construct.ts",
|
|
277
|
-
"line":
|
|
277
|
+
"line": 109
|
|
278
278
|
},
|
|
279
279
|
"name": "cdkDependenciesAsDeps",
|
|
280
280
|
"type": {
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
"immutable": true,
|
|
290
290
|
"locationInModule": {
|
|
291
291
|
"filename": "src/awscdk-construct.ts",
|
|
292
|
-
"line":
|
|
292
|
+
"line": 104
|
|
293
293
|
},
|
|
294
294
|
"name": "cdkVersion",
|
|
295
295
|
"type": {
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
"immutable": true,
|
|
305
305
|
"locationInModule": {
|
|
306
306
|
"filename": "src/awscdk-construct.ts",
|
|
307
|
-
"line":
|
|
307
|
+
"line": 161
|
|
308
308
|
},
|
|
309
309
|
"name": "version",
|
|
310
310
|
"type": {
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
"kind": "interface",
|
|
329
329
|
"locationInModule": {
|
|
330
330
|
"filename": "src/awscdk-construct.ts",
|
|
331
|
-
"line":
|
|
331
|
+
"line": 8
|
|
332
332
|
},
|
|
333
333
|
"name": "AwsCdkConstructLibraryOptions",
|
|
334
334
|
"properties": [
|
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
"immutable": true,
|
|
346
346
|
"locationInModule": {
|
|
347
347
|
"filename": "src/awscdk-construct.ts",
|
|
348
|
-
"line":
|
|
348
|
+
"line": 15
|
|
349
349
|
},
|
|
350
350
|
"name": "cdkVersion",
|
|
351
351
|
"type": {
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
"immutable": true,
|
|
363
363
|
"locationInModule": {
|
|
364
364
|
"filename": "src/awscdk-construct.ts",
|
|
365
|
-
"line":
|
|
365
|
+
"line": 65
|
|
366
366
|
},
|
|
367
367
|
"name": "cdkAssert",
|
|
368
368
|
"optional": true,
|
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
"immutable": true,
|
|
383
383
|
"locationInModule": {
|
|
384
384
|
"filename": "src/awscdk-construct.ts",
|
|
385
|
-
"line":
|
|
385
|
+
"line": 46
|
|
386
386
|
},
|
|
387
387
|
"name": "cdkDependencies",
|
|
388
388
|
"optional": true,
|
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
"immutable": true,
|
|
407
407
|
"locationInModule": {
|
|
408
408
|
"filename": "src/awscdk-construct.ts",
|
|
409
|
-
"line":
|
|
409
|
+
"line": 59
|
|
410
410
|
},
|
|
411
411
|
"name": "cdkDependenciesAsDeps",
|
|
412
412
|
"optional": true,
|
|
@@ -426,7 +426,7 @@
|
|
|
426
426
|
"immutable": true,
|
|
427
427
|
"locationInModule": {
|
|
428
428
|
"filename": "src/awscdk-construct.ts",
|
|
429
|
-
"line":
|
|
429
|
+
"line": 71
|
|
430
430
|
},
|
|
431
431
|
"name": "cdkTestDependencies",
|
|
432
432
|
"optional": true,
|
|
@@ -450,7 +450,7 @@
|
|
|
450
450
|
"immutable": true,
|
|
451
451
|
"locationInModule": {
|
|
452
452
|
"filename": "src/awscdk-construct.ts",
|
|
453
|
-
"line":
|
|
453
|
+
"line": 39
|
|
454
454
|
},
|
|
455
455
|
"name": "cdkVersionPinning",
|
|
456
456
|
"optional": true,
|
|
@@ -469,13 +469,49 @@
|
|
|
469
469
|
"immutable": true,
|
|
470
470
|
"locationInModule": {
|
|
471
471
|
"filename": "src/awscdk-construct.ts",
|
|
472
|
-
"line":
|
|
472
|
+
"line": 29
|
|
473
473
|
},
|
|
474
474
|
"name": "constructsVersion",
|
|
475
475
|
"optional": true,
|
|
476
476
|
"type": {
|
|
477
477
|
"primitive": "string"
|
|
478
478
|
}
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"abstract": true,
|
|
482
|
+
"docs": {
|
|
483
|
+
"default": "true",
|
|
484
|
+
"stability": "experimental",
|
|
485
|
+
"summary": "Automatically adds an `aws_lambda.Function` for each `.lambda.ts` handler in your source tree. If this is disabled, you either need to explicitly call `aws_lambda.Function.autoDiscover()` or define a `new aws_lambda.Function()` for each handler."
|
|
486
|
+
},
|
|
487
|
+
"immutable": true,
|
|
488
|
+
"locationInModule": {
|
|
489
|
+
"filename": "src/awscdk-construct.ts",
|
|
490
|
+
"line": 81
|
|
491
|
+
},
|
|
492
|
+
"name": "lambdaAutoDiscover",
|
|
493
|
+
"optional": true,
|
|
494
|
+
"type": {
|
|
495
|
+
"primitive": "boolean"
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"abstract": true,
|
|
500
|
+
"docs": {
|
|
501
|
+
"default": "- default options",
|
|
502
|
+
"stability": "experimental",
|
|
503
|
+
"summary": "Common options for all AWS Lambda functions."
|
|
504
|
+
},
|
|
505
|
+
"immutable": true,
|
|
506
|
+
"locationInModule": {
|
|
507
|
+
"filename": "src/awscdk-construct.ts",
|
|
508
|
+
"line": 88
|
|
509
|
+
},
|
|
510
|
+
"name": "lambdaOptions",
|
|
511
|
+
"optional": true,
|
|
512
|
+
"type": {
|
|
513
|
+
"fqn": "projen.awscdk.LambdaFunctionCommonOptions"
|
|
514
|
+
}
|
|
479
515
|
}
|
|
480
516
|
],
|
|
481
517
|
"symbolId": "src/awscdk-construct:AwsCdkConstructLibraryOptions"
|
|
@@ -497,7 +533,7 @@
|
|
|
497
533
|
},
|
|
498
534
|
"locationInModule": {
|
|
499
535
|
"filename": "src/awscdk-app-ts.ts",
|
|
500
|
-
"line":
|
|
536
|
+
"line": 85
|
|
501
537
|
},
|
|
502
538
|
"parameters": [
|
|
503
539
|
{
|
|
@@ -511,7 +547,7 @@
|
|
|
511
547
|
"kind": "class",
|
|
512
548
|
"locationInModule": {
|
|
513
549
|
"filename": "src/awscdk-app-ts.ts",
|
|
514
|
-
"line":
|
|
550
|
+
"line": 64
|
|
515
551
|
},
|
|
516
552
|
"methods": [
|
|
517
553
|
{
|
|
@@ -521,7 +557,7 @@
|
|
|
521
557
|
},
|
|
522
558
|
"locationInModule": {
|
|
523
559
|
"filename": "src/awscdk-app-ts.ts",
|
|
524
|
-
"line":
|
|
560
|
+
"line": 167
|
|
525
561
|
},
|
|
526
562
|
"name": "addCdkDependency",
|
|
527
563
|
"parameters": [
|
|
@@ -549,7 +585,7 @@
|
|
|
549
585
|
"immutable": true,
|
|
550
586
|
"locationInModule": {
|
|
551
587
|
"filename": "src/awscdk-app-ts.ts",
|
|
552
|
-
"line":
|
|
588
|
+
"line": 73
|
|
553
589
|
},
|
|
554
590
|
"name": "appEntrypoint",
|
|
555
591
|
"type": {
|
|
@@ -564,7 +600,7 @@
|
|
|
564
600
|
"immutable": true,
|
|
565
601
|
"locationInModule": {
|
|
566
602
|
"filename": "src/awscdk-app-ts.ts",
|
|
567
|
-
"line":
|
|
603
|
+
"line": 83
|
|
568
604
|
},
|
|
569
605
|
"name": "cdkConfig",
|
|
570
606
|
"type": {
|
|
@@ -579,7 +615,7 @@
|
|
|
579
615
|
"immutable": true,
|
|
580
616
|
"locationInModule": {
|
|
581
617
|
"filename": "src/awscdk-app-ts.ts",
|
|
582
|
-
"line":
|
|
618
|
+
"line": 78
|
|
583
619
|
},
|
|
584
620
|
"name": "cdkTasks",
|
|
585
621
|
"type": {
|
|
@@ -594,7 +630,7 @@
|
|
|
594
630
|
"immutable": true,
|
|
595
631
|
"locationInModule": {
|
|
596
632
|
"filename": "src/awscdk-app-ts.ts",
|
|
597
|
-
"line":
|
|
633
|
+
"line": 68
|
|
598
634
|
},
|
|
599
635
|
"name": "cdkVersion",
|
|
600
636
|
"type": {
|
|
@@ -703,6 +739,42 @@
|
|
|
703
739
|
"type": {
|
|
704
740
|
"primitive": "boolean"
|
|
705
741
|
}
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"abstract": true,
|
|
745
|
+
"docs": {
|
|
746
|
+
"default": "true",
|
|
747
|
+
"stability": "experimental",
|
|
748
|
+
"summary": "Automatically adds an `awscdk.LambdaFunction` for each `.lambda.ts` handler in your source tree. If this is disabled, you can manually add an `awscdk.AutoDiscover` component to your project."
|
|
749
|
+
},
|
|
750
|
+
"immutable": true,
|
|
751
|
+
"locationInModule": {
|
|
752
|
+
"filename": "src/awscdk-app-ts.ts",
|
|
753
|
+
"line": 49
|
|
754
|
+
},
|
|
755
|
+
"name": "lambdaAutoDiscover",
|
|
756
|
+
"optional": true,
|
|
757
|
+
"type": {
|
|
758
|
+
"primitive": "boolean"
|
|
759
|
+
}
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"abstract": true,
|
|
763
|
+
"docs": {
|
|
764
|
+
"default": "- default options",
|
|
765
|
+
"stability": "experimental",
|
|
766
|
+
"summary": "Common options for all AWS Lambda functions."
|
|
767
|
+
},
|
|
768
|
+
"immutable": true,
|
|
769
|
+
"locationInModule": {
|
|
770
|
+
"filename": "src/awscdk-app-ts.ts",
|
|
771
|
+
"line": 56
|
|
772
|
+
},
|
|
773
|
+
"name": "lambdaOptions",
|
|
774
|
+
"optional": true,
|
|
775
|
+
"type": {
|
|
776
|
+
"fqn": "projen.awscdk.LambdaFunctionCommonOptions"
|
|
777
|
+
}
|
|
706
778
|
}
|
|
707
779
|
],
|
|
708
780
|
"symbolId": "src/awscdk-app-ts:AwsCdkTypeScriptAppOptions"
|
|
@@ -1060,6 +1132,61 @@
|
|
|
1060
1132
|
],
|
|
1061
1133
|
"symbolId": "src/cdk8s-app-ts:Cdk8sTypeScriptAppOptions"
|
|
1062
1134
|
},
|
|
1135
|
+
"projen.CodeArtifactOptions": {
|
|
1136
|
+
"assembly": "projen",
|
|
1137
|
+
"datatype": true,
|
|
1138
|
+
"docs": {
|
|
1139
|
+
"stability": "experimental"
|
|
1140
|
+
},
|
|
1141
|
+
"fqn": "projen.CodeArtifactOptions",
|
|
1142
|
+
"kind": "interface",
|
|
1143
|
+
"locationInModule": {
|
|
1144
|
+
"filename": "src/node-package.ts",
|
|
1145
|
+
"line": 303
|
|
1146
|
+
},
|
|
1147
|
+
"name": "CodeArtifactOptions",
|
|
1148
|
+
"properties": [
|
|
1149
|
+
{
|
|
1150
|
+
"abstract": true,
|
|
1151
|
+
"docs": {
|
|
1152
|
+
"default": "\"AWS_ACCESS_KEY_ID\"",
|
|
1153
|
+
"remarks": "This property must be specified only when publishing to AWS CodeArtifact (`npmRegistryUrl` contains AWS CodeArtifact URL).",
|
|
1154
|
+
"stability": "experimental",
|
|
1155
|
+
"summary": "GitHub secret which contains the AWS access key ID to use when publishing packages to AWS CodeArtifact."
|
|
1156
|
+
},
|
|
1157
|
+
"immutable": true,
|
|
1158
|
+
"locationInModule": {
|
|
1159
|
+
"filename": "src/node-package.ts",
|
|
1160
|
+
"line": 310
|
|
1161
|
+
},
|
|
1162
|
+
"name": "accessKeyIdSecret",
|
|
1163
|
+
"optional": true,
|
|
1164
|
+
"type": {
|
|
1165
|
+
"primitive": "string"
|
|
1166
|
+
}
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"abstract": true,
|
|
1170
|
+
"docs": {
|
|
1171
|
+
"default": "\"AWS_SECRET_ACCESS_KEY\"",
|
|
1172
|
+
"remarks": "This property must be specified only when publishing to AWS CodeArtifact (`npmRegistryUrl` contains AWS CodeArtifact URL).",
|
|
1173
|
+
"stability": "experimental",
|
|
1174
|
+
"summary": "GitHub secret which contains the AWS secret access key to use when publishing packages to AWS CodeArtifact."
|
|
1175
|
+
},
|
|
1176
|
+
"immutable": true,
|
|
1177
|
+
"locationInModule": {
|
|
1178
|
+
"filename": "src/node-package.ts",
|
|
1179
|
+
"line": 318
|
|
1180
|
+
},
|
|
1181
|
+
"name": "secretAccessKeySecret",
|
|
1182
|
+
"optional": true,
|
|
1183
|
+
"type": {
|
|
1184
|
+
"primitive": "string"
|
|
1185
|
+
}
|
|
1186
|
+
}
|
|
1187
|
+
],
|
|
1188
|
+
"symbolId": "src/node-package:CodeArtifactOptions"
|
|
1189
|
+
},
|
|
1063
1190
|
"projen.Component": {
|
|
1064
1191
|
"assembly": "projen",
|
|
1065
1192
|
"docs": {
|
|
@@ -1192,7 +1319,7 @@
|
|
|
1192
1319
|
},
|
|
1193
1320
|
"locationInModule": {
|
|
1194
1321
|
"filename": "src/awscdk-construct.ts",
|
|
1195
|
-
"line":
|
|
1322
|
+
"line": 111
|
|
1196
1323
|
},
|
|
1197
1324
|
"parameters": [
|
|
1198
1325
|
{
|
|
@@ -1206,7 +1333,7 @@
|
|
|
1206
1333
|
"kind": "class",
|
|
1207
1334
|
"locationInModule": {
|
|
1208
1335
|
"filename": "src/awscdk-construct.ts",
|
|
1209
|
-
"line":
|
|
1336
|
+
"line": 207
|
|
1210
1337
|
},
|
|
1211
1338
|
"name": "ConstructLibraryAws",
|
|
1212
1339
|
"symbolId": "src/awscdk-construct:ConstructLibraryAws"
|
|
@@ -1225,7 +1352,7 @@
|
|
|
1225
1352
|
"kind": "interface",
|
|
1226
1353
|
"locationInModule": {
|
|
1227
1354
|
"filename": "src/awscdk-construct.ts",
|
|
1228
|
-
"line":
|
|
1355
|
+
"line": 204
|
|
1229
1356
|
},
|
|
1230
1357
|
"name": "ConstructLibraryAwsOptions",
|
|
1231
1358
|
"symbolId": "src/awscdk-construct:ConstructLibraryAwsOptions"
|
|
@@ -3159,7 +3286,8 @@
|
|
|
3159
3286
|
"assembly": "projen",
|
|
3160
3287
|
"base": "projen.Component",
|
|
3161
3288
|
"docs": {
|
|
3162
|
-
"stability": "experimental"
|
|
3289
|
+
"stability": "experimental",
|
|
3290
|
+
"summary": "Represents eslint configuration."
|
|
3163
3291
|
},
|
|
3164
3292
|
"fqn": "projen.Eslint",
|
|
3165
3293
|
"initializer": {
|
|
@@ -3168,7 +3296,7 @@
|
|
|
3168
3296
|
},
|
|
3169
3297
|
"locationInModule": {
|
|
3170
3298
|
"filename": "src/eslint.ts",
|
|
3171
|
-
"line":
|
|
3299
|
+
"line": 123
|
|
3172
3300
|
},
|
|
3173
3301
|
"parameters": [
|
|
3174
3302
|
{
|
|
@@ -3188,9 +3316,35 @@
|
|
|
3188
3316
|
"kind": "class",
|
|
3189
3317
|
"locationInModule": {
|
|
3190
3318
|
"filename": "src/eslint.ts",
|
|
3191
|
-
"line":
|
|
3319
|
+
"line": 91
|
|
3192
3320
|
},
|
|
3193
3321
|
"methods": [
|
|
3322
|
+
{
|
|
3323
|
+
"docs": {
|
|
3324
|
+
"stability": "experimental",
|
|
3325
|
+
"summary": "Returns the singletone Eslint component of a project or undefined if there is none."
|
|
3326
|
+
},
|
|
3327
|
+
"locationInModule": {
|
|
3328
|
+
"filename": "src/eslint.ts",
|
|
3329
|
+
"line": 96
|
|
3330
|
+
},
|
|
3331
|
+
"name": "of",
|
|
3332
|
+
"parameters": [
|
|
3333
|
+
{
|
|
3334
|
+
"name": "project",
|
|
3335
|
+
"type": {
|
|
3336
|
+
"fqn": "projen.Project"
|
|
3337
|
+
}
|
|
3338
|
+
}
|
|
3339
|
+
],
|
|
3340
|
+
"returns": {
|
|
3341
|
+
"optional": true,
|
|
3342
|
+
"type": {
|
|
3343
|
+
"fqn": "projen.Eslint"
|
|
3344
|
+
}
|
|
3345
|
+
},
|
|
3346
|
+
"static": true
|
|
3347
|
+
},
|
|
3194
3348
|
{
|
|
3195
3349
|
"docs": {
|
|
3196
3350
|
"stability": "experimental",
|
|
@@ -3198,7 +3352,7 @@
|
|
|
3198
3352
|
},
|
|
3199
3353
|
"locationInModule": {
|
|
3200
3354
|
"filename": "src/eslint.ts",
|
|
3201
|
-
"line":
|
|
3355
|
+
"line": 385
|
|
3202
3356
|
},
|
|
3203
3357
|
"name": "addIgnorePattern",
|
|
3204
3358
|
"parameters": [
|
|
@@ -3217,7 +3371,7 @@
|
|
|
3217
3371
|
},
|
|
3218
3372
|
"locationInModule": {
|
|
3219
3373
|
"filename": "src/eslint.ts",
|
|
3220
|
-
"line":
|
|
3374
|
+
"line": 378
|
|
3221
3375
|
},
|
|
3222
3376
|
"name": "addOverride",
|
|
3223
3377
|
"parameters": [
|
|
@@ -3236,7 +3390,7 @@
|
|
|
3236
3390
|
},
|
|
3237
3391
|
"locationInModule": {
|
|
3238
3392
|
"filename": "src/eslint.ts",
|
|
3239
|
-
"line":
|
|
3393
|
+
"line": 369
|
|
3240
3394
|
},
|
|
3241
3395
|
"name": "addRules",
|
|
3242
3396
|
"parameters": [
|
|
@@ -3260,7 +3414,7 @@
|
|
|
3260
3414
|
},
|
|
3261
3415
|
"locationInModule": {
|
|
3262
3416
|
"filename": "src/eslint.ts",
|
|
3263
|
-
"line":
|
|
3417
|
+
"line": 393
|
|
3264
3418
|
},
|
|
3265
3419
|
"name": "allowDevDeps",
|
|
3266
3420
|
"parameters": [
|
|
@@ -3286,7 +3440,7 @@
|
|
|
3286
3440
|
"immutable": true,
|
|
3287
3441
|
"locationInModule": {
|
|
3288
3442
|
"filename": "src/eslint.ts",
|
|
3289
|
-
"line":
|
|
3443
|
+
"line": 114
|
|
3290
3444
|
},
|
|
3291
3445
|
"name": "config",
|
|
3292
3446
|
"type": {
|
|
@@ -3301,7 +3455,7 @@
|
|
|
3301
3455
|
"immutable": true,
|
|
3302
3456
|
"locationInModule": {
|
|
3303
3457
|
"filename": "src/eslint.ts",
|
|
3304
|
-
"line":
|
|
3458
|
+
"line": 119
|
|
3305
3459
|
},
|
|
3306
3460
|
"name": "ignorePatterns",
|
|
3307
3461
|
"type": {
|
|
@@ -3321,7 +3475,7 @@
|
|
|
3321
3475
|
"immutable": true,
|
|
3322
3476
|
"locationInModule": {
|
|
3323
3477
|
"filename": "src/eslint.ts",
|
|
3324
|
-
"line":
|
|
3478
|
+
"line": 109
|
|
3325
3479
|
},
|
|
3326
3480
|
"name": "overrides",
|
|
3327
3481
|
"type": {
|
|
@@ -3341,7 +3495,7 @@
|
|
|
3341
3495
|
"immutable": true,
|
|
3342
3496
|
"locationInModule": {
|
|
3343
3497
|
"filename": "src/eslint.ts",
|
|
3344
|
-
"line":
|
|
3498
|
+
"line": 104
|
|
3345
3499
|
},
|
|
3346
3500
|
"name": "rules",
|
|
3347
3501
|
"type": {
|
|
@@ -3371,7 +3525,7 @@
|
|
|
3371
3525
|
"kind": "interface",
|
|
3372
3526
|
"locationInModule": {
|
|
3373
3527
|
"filename": "src/eslint.ts",
|
|
3374
|
-
"line":
|
|
3528
|
+
"line": 8
|
|
3375
3529
|
},
|
|
3376
3530
|
"name": "EslintOptions",
|
|
3377
3531
|
"properties": [
|
|
@@ -3384,7 +3538,7 @@
|
|
|
3384
3538
|
"immutable": true,
|
|
3385
3539
|
"locationInModule": {
|
|
3386
3540
|
"filename": "src/eslint.ts",
|
|
3387
|
-
"line":
|
|
3541
|
+
"line": 18
|
|
3388
3542
|
},
|
|
3389
3543
|
"name": "dirs",
|
|
3390
3544
|
"type": {
|
|
@@ -3406,7 +3560,7 @@
|
|
|
3406
3560
|
"immutable": true,
|
|
3407
3561
|
"locationInModule": {
|
|
3408
3562
|
"filename": "src/eslint.ts",
|
|
3409
|
-
"line":
|
|
3563
|
+
"line": 63
|
|
3410
3564
|
},
|
|
3411
3565
|
"name": "aliasExtensions",
|
|
3412
3566
|
"optional": true,
|
|
@@ -3429,7 +3583,7 @@
|
|
|
3429
3583
|
"immutable": true,
|
|
3430
3584
|
"locationInModule": {
|
|
3431
3585
|
"filename": "src/eslint.ts",
|
|
3432
|
-
"line":
|
|
3586
|
+
"line": 57
|
|
3433
3587
|
},
|
|
3434
3588
|
"name": "aliasMap",
|
|
3435
3589
|
"optional": true,
|
|
@@ -3453,7 +3607,7 @@
|
|
|
3453
3607
|
"immutable": true,
|
|
3454
3608
|
"locationInModule": {
|
|
3455
3609
|
"filename": "src/eslint.ts",
|
|
3456
|
-
"line":
|
|
3610
|
+
"line": 25
|
|
3457
3611
|
},
|
|
3458
3612
|
"name": "devdirs",
|
|
3459
3613
|
"optional": true,
|
|
@@ -3476,7 +3630,7 @@
|
|
|
3476
3630
|
"immutable": true,
|
|
3477
3631
|
"locationInModule": {
|
|
3478
3632
|
"filename": "src/eslint.ts",
|
|
3479
|
-
"line":
|
|
3633
|
+
"line": 31
|
|
3480
3634
|
},
|
|
3481
3635
|
"name": "fileExtensions",
|
|
3482
3636
|
"optional": true,
|
|
@@ -3499,7 +3653,7 @@
|
|
|
3499
3653
|
"immutable": true,
|
|
3500
3654
|
"locationInModule": {
|
|
3501
3655
|
"filename": "src/eslint.ts",
|
|
3502
|
-
"line":
|
|
3656
|
+
"line": 39
|
|
3503
3657
|
},
|
|
3504
3658
|
"name": "ignorePatterns",
|
|
3505
3659
|
"optional": true,
|
|
@@ -3522,7 +3676,7 @@
|
|
|
3522
3676
|
"immutable": true,
|
|
3523
3677
|
"locationInModule": {
|
|
3524
3678
|
"filename": "src/eslint.ts",
|
|
3525
|
-
"line":
|
|
3679
|
+
"line": 45
|
|
3526
3680
|
},
|
|
3527
3681
|
"name": "lintProjenRc",
|
|
3528
3682
|
"optional": true,
|
|
@@ -3540,7 +3694,7 @@
|
|
|
3540
3694
|
"immutable": true,
|
|
3541
3695
|
"locationInModule": {
|
|
3542
3696
|
"filename": "src/eslint.ts",
|
|
3543
|
-
"line":
|
|
3697
|
+
"line": 51
|
|
3544
3698
|
},
|
|
3545
3699
|
"name": "prettier",
|
|
3546
3700
|
"optional": true,
|
|
@@ -3559,7 +3713,7 @@
|
|
|
3559
3713
|
"immutable": true,
|
|
3560
3714
|
"locationInModule": {
|
|
3561
3715
|
"filename": "src/eslint.ts",
|
|
3562
|
-
"line":
|
|
3716
|
+
"line": 70
|
|
3563
3717
|
},
|
|
3564
3718
|
"name": "tsAlwaysTryTypes",
|
|
3565
3719
|
"optional": true,
|
|
@@ -3577,7 +3731,7 @@
|
|
|
3577
3731
|
"immutable": true,
|
|
3578
3732
|
"locationInModule": {
|
|
3579
3733
|
"filename": "src/eslint.ts",
|
|
3580
|
-
"line":
|
|
3734
|
+
"line": 13
|
|
3581
3735
|
},
|
|
3582
3736
|
"name": "tsconfigPath",
|
|
3583
3737
|
"optional": true,
|
|
@@ -3599,7 +3753,7 @@
|
|
|
3599
3753
|
"kind": "interface",
|
|
3600
3754
|
"locationInModule": {
|
|
3601
3755
|
"filename": "src/eslint.ts",
|
|
3602
|
-
"line":
|
|
3756
|
+
"line": 76
|
|
3603
3757
|
},
|
|
3604
3758
|
"name": "EslintOverride",
|
|
3605
3759
|
"properties": [
|
|
@@ -3612,7 +3766,7 @@
|
|
|
3612
3766
|
"immutable": true,
|
|
3613
3767
|
"locationInModule": {
|
|
3614
3768
|
"filename": "src/eslint.ts",
|
|
3615
|
-
"line":
|
|
3769
|
+
"line": 80
|
|
3616
3770
|
},
|
|
3617
3771
|
"name": "files",
|
|
3618
3772
|
"type": {
|
|
@@ -3633,7 +3787,7 @@
|
|
|
3633
3787
|
"immutable": true,
|
|
3634
3788
|
"locationInModule": {
|
|
3635
3789
|
"filename": "src/eslint.ts",
|
|
3636
|
-
"line":
|
|
3790
|
+
"line": 85
|
|
3637
3791
|
},
|
|
3638
3792
|
"name": "rules",
|
|
3639
3793
|
"type": {
|
|
@@ -9030,7 +9184,7 @@
|
|
|
9030
9184
|
},
|
|
9031
9185
|
"locationInModule": {
|
|
9032
9186
|
"filename": "src/node-package.ts",
|
|
9033
|
-
"line":
|
|
9187
|
+
"line": 417
|
|
9034
9188
|
},
|
|
9035
9189
|
"parameters": [
|
|
9036
9190
|
{
|
|
@@ -9051,7 +9205,7 @@
|
|
|
9051
9205
|
"kind": "class",
|
|
9052
9206
|
"locationInModule": {
|
|
9053
9207
|
"filename": "src/node-package.ts",
|
|
9054
|
-
"line":
|
|
9208
|
+
"line": 324
|
|
9055
9209
|
},
|
|
9056
9210
|
"methods": [
|
|
9057
9211
|
{
|
|
@@ -9060,7 +9214,7 @@
|
|
|
9060
9214
|
},
|
|
9061
9215
|
"locationInModule": {
|
|
9062
9216
|
"filename": "src/node-package.ts",
|
|
9063
|
-
"line":
|
|
9217
|
+
"line": 596
|
|
9064
9218
|
},
|
|
9065
9219
|
"name": "addBin",
|
|
9066
9220
|
"parameters": [
|
|
@@ -9085,7 +9239,7 @@
|
|
|
9085
9239
|
},
|
|
9086
9240
|
"locationInModule": {
|
|
9087
9241
|
"filename": "src/node-package.ts",
|
|
9088
|
-
"line":
|
|
9242
|
+
"line": 567
|
|
9089
9243
|
},
|
|
9090
9244
|
"name": "addBundledDeps",
|
|
9091
9245
|
"parameters": [
|
|
@@ -9110,7 +9264,7 @@
|
|
|
9110
9264
|
},
|
|
9111
9265
|
"locationInModule": {
|
|
9112
9266
|
"filename": "src/node-package.ts",
|
|
9113
|
-
"line":
|
|
9267
|
+
"line": 510
|
|
9114
9268
|
},
|
|
9115
9269
|
"name": "addDeps",
|
|
9116
9270
|
"parameters": [
|
|
@@ -9135,7 +9289,7 @@
|
|
|
9135
9289
|
},
|
|
9136
9290
|
"locationInModule": {
|
|
9137
9291
|
"filename": "src/node-package.ts",
|
|
9138
|
-
"line":
|
|
9292
|
+
"line": 525
|
|
9139
9293
|
},
|
|
9140
9294
|
"name": "addDevDeps",
|
|
9141
9295
|
"parameters": [
|
|
@@ -9160,7 +9314,7 @@
|
|
|
9160
9314
|
},
|
|
9161
9315
|
"locationInModule": {
|
|
9162
9316
|
"filename": "src/node-package.ts",
|
|
9163
|
-
"line":
|
|
9317
|
+
"line": 582
|
|
9164
9318
|
},
|
|
9165
9319
|
"name": "addEngine",
|
|
9166
9320
|
"parameters": [
|
|
@@ -9194,7 +9348,7 @@
|
|
|
9194
9348
|
},
|
|
9195
9349
|
"locationInModule": {
|
|
9196
9350
|
"filename": "src/node-package.ts",
|
|
9197
|
-
"line":
|
|
9351
|
+
"line": 636
|
|
9198
9352
|
},
|
|
9199
9353
|
"name": "addField",
|
|
9200
9354
|
"parameters": [
|
|
@@ -9225,7 +9379,7 @@
|
|
|
9225
9379
|
},
|
|
9226
9380
|
"locationInModule": {
|
|
9227
9381
|
"filename": "src/node-package.ts",
|
|
9228
|
-
"line":
|
|
9382
|
+
"line": 590
|
|
9229
9383
|
},
|
|
9230
9384
|
"name": "addKeywords",
|
|
9231
9385
|
"parameters": [
|
|
@@ -9250,7 +9404,7 @@
|
|
|
9250
9404
|
},
|
|
9251
9405
|
"locationInModule": {
|
|
9252
9406
|
"filename": "src/node-package.ts",
|
|
9253
|
-
"line":
|
|
9407
|
+
"line": 545
|
|
9254
9408
|
},
|
|
9255
9409
|
"name": "addPeerDeps",
|
|
9256
9410
|
"parameters": [
|
|
@@ -9275,7 +9429,7 @@
|
|
|
9275
9429
|
},
|
|
9276
9430
|
"locationInModule": {
|
|
9277
9431
|
"filename": "src/node-package.ts",
|
|
9278
|
-
"line":
|
|
9432
|
+
"line": 644
|
|
9279
9433
|
},
|
|
9280
9434
|
"name": "addVersion",
|
|
9281
9435
|
"parameters": [
|
|
@@ -9298,7 +9452,7 @@
|
|
|
9298
9452
|
},
|
|
9299
9453
|
"locationInModule": {
|
|
9300
9454
|
"filename": "src/node-package.ts",
|
|
9301
|
-
"line":
|
|
9455
|
+
"line": 626
|
|
9302
9456
|
},
|
|
9303
9457
|
"name": "hasScript",
|
|
9304
9458
|
"parameters": [
|
|
@@ -9326,7 +9480,7 @@
|
|
|
9326
9480
|
},
|
|
9327
9481
|
"locationInModule": {
|
|
9328
9482
|
"filename": "src/node-package.ts",
|
|
9329
|
-
"line":
|
|
9483
|
+
"line": 713
|
|
9330
9484
|
},
|
|
9331
9485
|
"name": "postSynthesize",
|
|
9332
9486
|
"overrides": "projen.Component"
|
|
@@ -9338,7 +9492,7 @@
|
|
|
9338
9492
|
},
|
|
9339
9493
|
"locationInModule": {
|
|
9340
9494
|
"filename": "src/node-package.ts",
|
|
9341
|
-
"line":
|
|
9495
|
+
"line": 708
|
|
9342
9496
|
},
|
|
9343
9497
|
"name": "preSynthesize",
|
|
9344
9498
|
"overrides": "projen.Component"
|
|
@@ -9350,7 +9504,7 @@
|
|
|
9350
9504
|
},
|
|
9351
9505
|
"locationInModule": {
|
|
9352
9506
|
"filename": "src/node-package.ts",
|
|
9353
|
-
"line":
|
|
9507
|
+
"line": 616
|
|
9354
9508
|
},
|
|
9355
9509
|
"name": "removeScript",
|
|
9356
9510
|
"parameters": [
|
|
@@ -9372,7 +9526,7 @@
|
|
|
9372
9526
|
},
|
|
9373
9527
|
"locationInModule": {
|
|
9374
9528
|
"filename": "src/node-package.ts",
|
|
9375
|
-
"line":
|
|
9529
|
+
"line": 665
|
|
9376
9530
|
},
|
|
9377
9531
|
"name": "renderUpgradePackagesCommand",
|
|
9378
9532
|
"parameters": [
|
|
@@ -9413,7 +9567,7 @@
|
|
|
9413
9567
|
},
|
|
9414
9568
|
"locationInModule": {
|
|
9415
9569
|
"filename": "src/node-package.ts",
|
|
9416
|
-
"line":
|
|
9570
|
+
"line": 608
|
|
9417
9571
|
},
|
|
9418
9572
|
"name": "setScript",
|
|
9419
9573
|
"parameters": [
|
|
@@ -9448,7 +9602,7 @@
|
|
|
9448
9602
|
"immutable": true,
|
|
9449
9603
|
"locationInModule": {
|
|
9450
9604
|
"filename": "src/node-package.ts",
|
|
9451
|
-
"line":
|
|
9605
|
+
"line": 344
|
|
9452
9606
|
},
|
|
9453
9607
|
"name": "allowLibraryDependencies",
|
|
9454
9608
|
"type": {
|
|
@@ -9463,7 +9617,7 @@
|
|
|
9463
9617
|
"immutable": true,
|
|
9464
9618
|
"locationInModule": {
|
|
9465
9619
|
"filename": "src/node-package.ts",
|
|
9466
|
-
"line":
|
|
9620
|
+
"line": 334
|
|
9467
9621
|
},
|
|
9468
9622
|
"name": "entrypoint",
|
|
9469
9623
|
"type": {
|
|
@@ -9478,7 +9632,7 @@
|
|
|
9478
9632
|
"immutable": true,
|
|
9479
9633
|
"locationInModule": {
|
|
9480
9634
|
"filename": "src/node-package.ts",
|
|
9481
|
-
"line":
|
|
9635
|
+
"line": 658
|
|
9482
9636
|
},
|
|
9483
9637
|
"name": "installAndUpdateLockfileCommand",
|
|
9484
9638
|
"type": {
|
|
@@ -9493,7 +9647,7 @@
|
|
|
9493
9647
|
"immutable": true,
|
|
9494
9648
|
"locationInModule": {
|
|
9495
9649
|
"filename": "src/node-package.ts",
|
|
9496
|
-
"line":
|
|
9650
|
+
"line": 651
|
|
9497
9651
|
},
|
|
9498
9652
|
"name": "installCommand",
|
|
9499
9653
|
"type": {
|
|
@@ -9508,7 +9662,7 @@
|
|
|
9508
9662
|
"immutable": true,
|
|
9509
9663
|
"locationInModule": {
|
|
9510
9664
|
"filename": "src/node-package.ts",
|
|
9511
|
-
"line":
|
|
9665
|
+
"line": 408
|
|
9512
9666
|
},
|
|
9513
9667
|
"name": "lockFile",
|
|
9514
9668
|
"type": {
|
|
@@ -9523,7 +9677,7 @@
|
|
|
9523
9677
|
"immutable": true,
|
|
9524
9678
|
"locationInModule": {
|
|
9525
9679
|
"filename": "src/node-package.ts",
|
|
9526
|
-
"line":
|
|
9680
|
+
"line": 354
|
|
9527
9681
|
},
|
|
9528
9682
|
"name": "manifest",
|
|
9529
9683
|
"type": {
|
|
@@ -9538,7 +9692,7 @@
|
|
|
9538
9692
|
"immutable": true,
|
|
9539
9693
|
"locationInModule": {
|
|
9540
9694
|
"filename": "src/node-package.ts",
|
|
9541
|
-
"line":
|
|
9695
|
+
"line": 403
|
|
9542
9696
|
},
|
|
9543
9697
|
"name": "npmAccess",
|
|
9544
9698
|
"type": {
|
|
@@ -9553,7 +9707,7 @@
|
|
|
9553
9707
|
"immutable": true,
|
|
9554
9708
|
"locationInModule": {
|
|
9555
9709
|
"filename": "src/node-package.ts",
|
|
9556
|
-
"line":
|
|
9710
|
+
"line": 376
|
|
9557
9711
|
},
|
|
9558
9712
|
"name": "npmDistTag",
|
|
9559
9713
|
"type": {
|
|
@@ -9568,7 +9722,7 @@
|
|
|
9568
9722
|
"immutable": true,
|
|
9569
9723
|
"locationInModule": {
|
|
9570
9724
|
"filename": "src/node-package.ts",
|
|
9571
|
-
"line":
|
|
9725
|
+
"line": 386
|
|
9572
9726
|
},
|
|
9573
9727
|
"name": "npmRegistry",
|
|
9574
9728
|
"type": {
|
|
@@ -9583,7 +9737,7 @@
|
|
|
9583
9737
|
"immutable": true,
|
|
9584
9738
|
"locationInModule": {
|
|
9585
9739
|
"filename": "src/node-package.ts",
|
|
9586
|
-
"line":
|
|
9740
|
+
"line": 381
|
|
9587
9741
|
},
|
|
9588
9742
|
"name": "npmRegistryUrl",
|
|
9589
9743
|
"type": {
|
|
@@ -9593,61 +9747,63 @@
|
|
|
9593
9747
|
{
|
|
9594
9748
|
"docs": {
|
|
9595
9749
|
"stability": "experimental",
|
|
9596
|
-
"summary": "
|
|
9750
|
+
"summary": "The package manager to use."
|
|
9597
9751
|
},
|
|
9598
9752
|
"immutable": true,
|
|
9599
9753
|
"locationInModule": {
|
|
9600
9754
|
"filename": "src/node-package.ts",
|
|
9601
|
-
"line":
|
|
9755
|
+
"line": 349
|
|
9602
9756
|
},
|
|
9603
|
-
"name": "
|
|
9757
|
+
"name": "packageManager",
|
|
9604
9758
|
"type": {
|
|
9605
|
-
"
|
|
9759
|
+
"fqn": "projen.NodePackageManager"
|
|
9606
9760
|
}
|
|
9607
9761
|
},
|
|
9608
9762
|
{
|
|
9609
9763
|
"docs": {
|
|
9610
9764
|
"stability": "experimental",
|
|
9611
|
-
"summary": "The
|
|
9765
|
+
"summary": "The name of the npm package."
|
|
9612
9766
|
},
|
|
9613
9767
|
"immutable": true,
|
|
9614
9768
|
"locationInModule": {
|
|
9615
9769
|
"filename": "src/node-package.ts",
|
|
9616
|
-
"line":
|
|
9770
|
+
"line": 329
|
|
9617
9771
|
},
|
|
9618
|
-
"name": "
|
|
9772
|
+
"name": "packageName",
|
|
9619
9773
|
"type": {
|
|
9620
|
-
"
|
|
9774
|
+
"primitive": "string"
|
|
9621
9775
|
}
|
|
9622
9776
|
},
|
|
9623
9777
|
{
|
|
9624
9778
|
"docs": {
|
|
9625
9779
|
"stability": "experimental",
|
|
9626
|
-
"summary": "The
|
|
9780
|
+
"summary": "The command to use in order to run the projen CLI."
|
|
9627
9781
|
},
|
|
9628
9782
|
"immutable": true,
|
|
9629
9783
|
"locationInModule": {
|
|
9630
9784
|
"filename": "src/node-package.ts",
|
|
9631
|
-
"line":
|
|
9785
|
+
"line": 339
|
|
9632
9786
|
},
|
|
9633
|
-
"name": "
|
|
9787
|
+
"name": "projenCommand",
|
|
9634
9788
|
"type": {
|
|
9635
9789
|
"primitive": "string"
|
|
9636
9790
|
}
|
|
9637
9791
|
},
|
|
9638
9792
|
{
|
|
9639
9793
|
"docs": {
|
|
9794
|
+
"default": "- undefined",
|
|
9640
9795
|
"stability": "experimental",
|
|
9641
|
-
"summary": "
|
|
9796
|
+
"summary": "Options for publishing npm package to AWS CodeArtifact."
|
|
9642
9797
|
},
|
|
9643
9798
|
"immutable": true,
|
|
9644
9799
|
"locationInModule": {
|
|
9645
9800
|
"filename": "src/node-package.ts",
|
|
9646
|
-
"line":
|
|
9801
|
+
"line": 398
|
|
9647
9802
|
},
|
|
9648
|
-
"name": "
|
|
9803
|
+
"name": "codeArtifactOptions",
|
|
9804
|
+
"optional": true,
|
|
9649
9805
|
"type": {
|
|
9650
|
-
"
|
|
9806
|
+
"fqn": "projen.CodeArtifactOptions"
|
|
9651
9807
|
}
|
|
9652
9808
|
},
|
|
9653
9809
|
{
|
|
@@ -9659,7 +9815,7 @@
|
|
|
9659
9815
|
"immutable": true,
|
|
9660
9816
|
"locationInModule": {
|
|
9661
9817
|
"filename": "src/node-package.ts",
|
|
9662
|
-
"line":
|
|
9818
|
+
"line": 371
|
|
9663
9819
|
},
|
|
9664
9820
|
"name": "license",
|
|
9665
9821
|
"optional": true,
|
|
@@ -9676,7 +9832,7 @@
|
|
|
9676
9832
|
"immutable": true,
|
|
9677
9833
|
"locationInModule": {
|
|
9678
9834
|
"filename": "src/node-package.ts",
|
|
9679
|
-
"line":
|
|
9835
|
+
"line": 366
|
|
9680
9836
|
},
|
|
9681
9837
|
"name": "maxNodeVersion",
|
|
9682
9838
|
"optional": true,
|
|
@@ -9693,13 +9849,29 @@
|
|
|
9693
9849
|
"immutable": true,
|
|
9694
9850
|
"locationInModule": {
|
|
9695
9851
|
"filename": "src/node-package.ts",
|
|
9696
|
-
"line":
|
|
9852
|
+
"line": 360
|
|
9697
9853
|
},
|
|
9698
9854
|
"name": "minNodeVersion",
|
|
9699
9855
|
"optional": true,
|
|
9700
9856
|
"type": {
|
|
9701
9857
|
"primitive": "string"
|
|
9702
9858
|
}
|
|
9859
|
+
},
|
|
9860
|
+
{
|
|
9861
|
+
"docs": {
|
|
9862
|
+
"stability": "experimental",
|
|
9863
|
+
"summary": "GitHub secret which contains the NPM token to use when publishing packages."
|
|
9864
|
+
},
|
|
9865
|
+
"immutable": true,
|
|
9866
|
+
"locationInModule": {
|
|
9867
|
+
"filename": "src/node-package.ts",
|
|
9868
|
+
"line": 391
|
|
9869
|
+
},
|
|
9870
|
+
"name": "npmTokenSecret",
|
|
9871
|
+
"optional": true,
|
|
9872
|
+
"type": {
|
|
9873
|
+
"primitive": "string"
|
|
9874
|
+
}
|
|
9703
9875
|
}
|
|
9704
9876
|
],
|
|
9705
9877
|
"symbolId": "src/node-package:NodePackage"
|
|
@@ -9714,7 +9886,7 @@
|
|
|
9714
9886
|
"kind": "enum",
|
|
9715
9887
|
"locationInModule": {
|
|
9716
9888
|
"filename": "src/node-package.ts",
|
|
9717
|
-
"line":
|
|
9889
|
+
"line": 1090
|
|
9718
9890
|
},
|
|
9719
9891
|
"members": [
|
|
9720
9892
|
{
|
|
@@ -9752,7 +9924,7 @@
|
|
|
9752
9924
|
"kind": "interface",
|
|
9753
9925
|
"locationInModule": {
|
|
9754
9926
|
"filename": "src/node-package.ts",
|
|
9755
|
-
"line":
|
|
9927
|
+
"line": 21
|
|
9756
9928
|
},
|
|
9757
9929
|
"name": "NodePackageOptions",
|
|
9758
9930
|
"properties": [
|
|
@@ -9767,7 +9939,7 @@
|
|
|
9767
9939
|
"immutable": true,
|
|
9768
9940
|
"locationInModule": {
|
|
9769
9941
|
"filename": "src/node-package.ts",
|
|
9770
|
-
"line":
|
|
9942
|
+
"line": 115
|
|
9771
9943
|
},
|
|
9772
9944
|
"name": "allowLibraryDependencies",
|
|
9773
9945
|
"optional": true,
|
|
@@ -9784,7 +9956,7 @@
|
|
|
9784
9956
|
"immutable": true,
|
|
9785
9957
|
"locationInModule": {
|
|
9786
9958
|
"filename": "src/node-package.ts",
|
|
9787
|
-
"line":
|
|
9959
|
+
"line": 193
|
|
9788
9960
|
},
|
|
9789
9961
|
"name": "authorEmail",
|
|
9790
9962
|
"optional": true,
|
|
@@ -9801,7 +9973,7 @@
|
|
|
9801
9973
|
"immutable": true,
|
|
9802
9974
|
"locationInModule": {
|
|
9803
9975
|
"filename": "src/node-package.ts",
|
|
9804
|
-
"line":
|
|
9976
|
+
"line": 188
|
|
9805
9977
|
},
|
|
9806
9978
|
"name": "authorName",
|
|
9807
9979
|
"optional": true,
|
|
@@ -9818,7 +9990,7 @@
|
|
|
9818
9990
|
"immutable": true,
|
|
9819
9991
|
"locationInModule": {
|
|
9820
9992
|
"filename": "src/node-package.ts",
|
|
9821
|
-
"line":
|
|
9993
|
+
"line": 203
|
|
9822
9994
|
},
|
|
9823
9995
|
"name": "authorOrganization",
|
|
9824
9996
|
"optional": true,
|
|
@@ -9835,7 +10007,7 @@
|
|
|
9835
10007
|
"immutable": true,
|
|
9836
10008
|
"locationInModule": {
|
|
9837
10009
|
"filename": "src/node-package.ts",
|
|
9838
|
-
"line":
|
|
10010
|
+
"line": 198
|
|
9839
10011
|
},
|
|
9840
10012
|
"name": "authorUrl",
|
|
9841
10013
|
"optional": true,
|
|
@@ -9853,7 +10025,7 @@
|
|
|
9853
10025
|
"immutable": true,
|
|
9854
10026
|
"locationInModule": {
|
|
9855
10027
|
"filename": "src/node-package.ts",
|
|
9856
|
-
"line":
|
|
10028
|
+
"line": 147
|
|
9857
10029
|
},
|
|
9858
10030
|
"name": "autoDetectBin",
|
|
9859
10031
|
"optional": true,
|
|
@@ -9871,7 +10043,7 @@
|
|
|
9871
10043
|
"immutable": true,
|
|
9872
10044
|
"locationInModule": {
|
|
9873
10045
|
"filename": "src/node-package.ts",
|
|
9874
|
-
"line":
|
|
10046
|
+
"line": 139
|
|
9875
10047
|
},
|
|
9876
10048
|
"name": "bin",
|
|
9877
10049
|
"optional": true,
|
|
@@ -9894,7 +10066,7 @@
|
|
|
9894
10066
|
"immutable": true,
|
|
9895
10067
|
"locationInModule": {
|
|
9896
10068
|
"filename": "src/node-package.ts",
|
|
9897
|
-
"line":
|
|
10069
|
+
"line": 101
|
|
9898
10070
|
},
|
|
9899
10071
|
"name": "bundledDeps",
|
|
9900
10072
|
"optional": true,
|
|
@@ -9907,6 +10079,24 @@
|
|
|
9907
10079
|
}
|
|
9908
10080
|
}
|
|
9909
10081
|
},
|
|
10082
|
+
{
|
|
10083
|
+
"abstract": true,
|
|
10084
|
+
"docs": {
|
|
10085
|
+
"default": "- undefined",
|
|
10086
|
+
"stability": "experimental",
|
|
10087
|
+
"summary": "Options for publishing npm package to AWS CodeArtifact."
|
|
10088
|
+
},
|
|
10089
|
+
"immutable": true,
|
|
10090
|
+
"locationInModule": {
|
|
10091
|
+
"filename": "src/node-package.ts",
|
|
10092
|
+
"line": 300
|
|
10093
|
+
},
|
|
10094
|
+
"name": "codeArtifactOptions",
|
|
10095
|
+
"optional": true,
|
|
10096
|
+
"type": {
|
|
10097
|
+
"fqn": "projen.CodeArtifactOptions"
|
|
10098
|
+
}
|
|
10099
|
+
},
|
|
9910
10100
|
{
|
|
9911
10101
|
"abstract": true,
|
|
9912
10102
|
"docs": {
|
|
@@ -9922,7 +10112,7 @@
|
|
|
9922
10112
|
"immutable": true,
|
|
9923
10113
|
"locationInModule": {
|
|
9924
10114
|
"filename": "src/node-package.ts",
|
|
9925
|
-
"line":
|
|
10115
|
+
"line": 50
|
|
9926
10116
|
},
|
|
9927
10117
|
"name": "deps",
|
|
9928
10118
|
"optional": true,
|
|
@@ -9948,7 +10138,7 @@
|
|
|
9948
10138
|
"immutable": true,
|
|
9949
10139
|
"locationInModule": {
|
|
9950
10140
|
"filename": "src/node-package.ts",
|
|
9951
|
-
"line":
|
|
10141
|
+
"line": 34
|
|
9952
10142
|
},
|
|
9953
10143
|
"name": "description",
|
|
9954
10144
|
"optional": true,
|
|
@@ -9971,7 +10161,7 @@
|
|
|
9971
10161
|
"immutable": true,
|
|
9972
10162
|
"locationInModule": {
|
|
9973
10163
|
"filename": "src/node-package.ts",
|
|
9974
|
-
"line":
|
|
10164
|
+
"line": 68
|
|
9975
10165
|
},
|
|
9976
10166
|
"name": "devDeps",
|
|
9977
10167
|
"optional": true,
|
|
@@ -9995,7 +10185,7 @@
|
|
|
9995
10185
|
"immutable": true,
|
|
9996
10186
|
"locationInModule": {
|
|
9997
10187
|
"filename": "src/node-package.ts",
|
|
9998
|
-
"line":
|
|
10188
|
+
"line": 129
|
|
9999
10189
|
},
|
|
10000
10190
|
"name": "entrypoint",
|
|
10001
10191
|
"optional": true,
|
|
@@ -10012,7 +10202,7 @@
|
|
|
10012
10202
|
"immutable": true,
|
|
10013
10203
|
"locationInModule": {
|
|
10014
10204
|
"filename": "src/node-package.ts",
|
|
10015
|
-
"line":
|
|
10205
|
+
"line": 208
|
|
10016
10206
|
},
|
|
10017
10207
|
"name": "homepage",
|
|
10018
10208
|
"optional": true,
|
|
@@ -10029,7 +10219,7 @@
|
|
|
10029
10219
|
"immutable": true,
|
|
10030
10220
|
"locationInModule": {
|
|
10031
10221
|
"filename": "src/node-package.ts",
|
|
10032
|
-
"line":
|
|
10222
|
+
"line": 120
|
|
10033
10223
|
},
|
|
10034
10224
|
"name": "keywords",
|
|
10035
10225
|
"optional": true,
|
|
@@ -10053,7 +10243,7 @@
|
|
|
10053
10243
|
"immutable": true,
|
|
10054
10244
|
"locationInModule": {
|
|
10055
10245
|
"filename": "src/node-package.ts",
|
|
10056
|
-
"line":
|
|
10246
|
+
"line": 236
|
|
10057
10247
|
},
|
|
10058
10248
|
"name": "license",
|
|
10059
10249
|
"optional": true,
|
|
@@ -10071,7 +10261,7 @@
|
|
|
10071
10261
|
"immutable": true,
|
|
10072
10262
|
"locationInModule": {
|
|
10073
10263
|
"filename": "src/node-package.ts",
|
|
10074
|
-
"line":
|
|
10264
|
+
"line": 243
|
|
10075
10265
|
},
|
|
10076
10266
|
"name": "licensed",
|
|
10077
10267
|
"optional": true,
|
|
@@ -10089,7 +10279,7 @@
|
|
|
10089
10279
|
"immutable": true,
|
|
10090
10280
|
"locationInModule": {
|
|
10091
10281
|
"filename": "src/node-package.ts",
|
|
10092
|
-
"line":
|
|
10282
|
+
"line": 227
|
|
10093
10283
|
},
|
|
10094
10284
|
"name": "maxNodeVersion",
|
|
10095
10285
|
"optional": true,
|
|
@@ -10107,7 +10297,7 @@
|
|
|
10107
10297
|
"immutable": true,
|
|
10108
10298
|
"locationInModule": {
|
|
10109
10299
|
"filename": "src/node-package.ts",
|
|
10110
|
-
"line":
|
|
10300
|
+
"line": 220
|
|
10111
10301
|
},
|
|
10112
10302
|
"name": "minNodeVersion",
|
|
10113
10303
|
"optional": true,
|
|
@@ -10125,7 +10315,7 @@
|
|
|
10125
10315
|
"immutable": true,
|
|
10126
10316
|
"locationInModule": {
|
|
10127
10317
|
"filename": "src/node-package.ts",
|
|
10128
|
-
"line":
|
|
10318
|
+
"line": 286
|
|
10129
10319
|
},
|
|
10130
10320
|
"name": "npmAccess",
|
|
10131
10321
|
"optional": true,
|
|
@@ -10144,7 +10334,7 @@
|
|
|
10144
10334
|
"immutable": true,
|
|
10145
10335
|
"locationInModule": {
|
|
10146
10336
|
"filename": "src/node-package.ts",
|
|
10147
|
-
"line":
|
|
10337
|
+
"line": 261
|
|
10148
10338
|
},
|
|
10149
10339
|
"name": "npmDistTag",
|
|
10150
10340
|
"optional": true,
|
|
@@ -10163,7 +10353,7 @@
|
|
|
10163
10353
|
"immutable": true,
|
|
10164
10354
|
"locationInModule": {
|
|
10165
10355
|
"filename": "src/node-package.ts",
|
|
10166
|
-
"line":
|
|
10356
|
+
"line": 277
|
|
10167
10357
|
},
|
|
10168
10358
|
"name": "npmRegistry",
|
|
10169
10359
|
"optional": true,
|
|
@@ -10182,7 +10372,7 @@
|
|
|
10182
10372
|
"immutable": true,
|
|
10183
10373
|
"locationInModule": {
|
|
10184
10374
|
"filename": "src/node-package.ts",
|
|
10185
|
-
"line":
|
|
10375
|
+
"line": 270
|
|
10186
10376
|
},
|
|
10187
10377
|
"name": "npmRegistryUrl",
|
|
10188
10378
|
"optional": true,
|
|
@@ -10200,7 +10390,7 @@
|
|
|
10200
10390
|
"immutable": true,
|
|
10201
10391
|
"locationInModule": {
|
|
10202
10392
|
"filename": "src/node-package.ts",
|
|
10203
|
-
"line":
|
|
10393
|
+
"line": 293
|
|
10204
10394
|
},
|
|
10205
10395
|
"name": "npmTokenSecret",
|
|
10206
10396
|
"optional": true,
|
|
@@ -10218,7 +10408,7 @@
|
|
|
10218
10408
|
"immutable": true,
|
|
10219
10409
|
"locationInModule": {
|
|
10220
10410
|
"filename": "src/node-package.ts",
|
|
10221
|
-
"line":
|
|
10411
|
+
"line": 171
|
|
10222
10412
|
},
|
|
10223
10413
|
"name": "packageManager",
|
|
10224
10414
|
"optional": true,
|
|
@@ -10239,7 +10429,7 @@
|
|
|
10239
10429
|
"immutable": true,
|
|
10240
10430
|
"locationInModule": {
|
|
10241
10431
|
"filename": "src/node-package.ts",
|
|
10242
|
-
"line":
|
|
10432
|
+
"line": 27
|
|
10243
10433
|
},
|
|
10244
10434
|
"name": "packageName",
|
|
10245
10435
|
"optional": true,
|
|
@@ -10256,7 +10446,7 @@
|
|
|
10256
10446
|
"immutable": true,
|
|
10257
10447
|
"locationInModule": {
|
|
10258
10448
|
"filename": "src/node-package.ts",
|
|
10259
|
-
"line":
|
|
10449
|
+
"line": 106
|
|
10260
10450
|
},
|
|
10261
10451
|
"name": "peerDependencyOptions",
|
|
10262
10452
|
"optional": true,
|
|
@@ -10275,7 +10465,7 @@
|
|
|
10275
10465
|
"immutable": true,
|
|
10276
10466
|
"locationInModule": {
|
|
10277
10467
|
"filename": "src/node-package.ts",
|
|
10278
|
-
"line":
|
|
10468
|
+
"line": 87
|
|
10279
10469
|
},
|
|
10280
10470
|
"name": "peerDeps",
|
|
10281
10471
|
"optional": true,
|
|
@@ -10299,7 +10489,7 @@
|
|
|
10299
10489
|
"immutable": true,
|
|
10300
10490
|
"locationInModule": {
|
|
10301
10491
|
"filename": "src/node-package.ts",
|
|
10302
|
-
"line":
|
|
10492
|
+
"line": 164
|
|
10303
10493
|
},
|
|
10304
10494
|
"name": "projenCommand",
|
|
10305
10495
|
"optional": true,
|
|
@@ -10317,7 +10507,7 @@
|
|
|
10317
10507
|
"immutable": true,
|
|
10318
10508
|
"locationInModule": {
|
|
10319
10509
|
"filename": "src/node-package.ts",
|
|
10320
|
-
"line":
|
|
10510
|
+
"line": 177
|
|
10321
10511
|
},
|
|
10322
10512
|
"name": "repository",
|
|
10323
10513
|
"optional": true,
|
|
@@ -10334,7 +10524,7 @@
|
|
|
10334
10524
|
"immutable": true,
|
|
10335
10525
|
"locationInModule": {
|
|
10336
10526
|
"filename": "src/node-package.ts",
|
|
10337
|
-
"line":
|
|
10527
|
+
"line": 183
|
|
10338
10528
|
},
|
|
10339
10529
|
"name": "repositoryDirectory",
|
|
10340
10530
|
"optional": true,
|
|
@@ -10353,7 +10543,7 @@
|
|
|
10353
10543
|
"immutable": true,
|
|
10354
10544
|
"locationInModule": {
|
|
10355
10545
|
"filename": "src/node-package.ts",
|
|
10356
|
-
"line":
|
|
10546
|
+
"line": 155
|
|
10357
10547
|
},
|
|
10358
10548
|
"name": "scripts",
|
|
10359
10549
|
"optional": true,
|
|
@@ -10375,7 +10565,7 @@
|
|
|
10375
10565
|
"immutable": true,
|
|
10376
10566
|
"locationInModule": {
|
|
10377
10567
|
"filename": "src/node-package.ts",
|
|
10378
|
-
"line":
|
|
10568
|
+
"line": 213
|
|
10379
10569
|
},
|
|
10380
10570
|
"name": "stability",
|
|
10381
10571
|
"optional": true,
|
|
@@ -10400,7 +10590,7 @@
|
|
|
10400
10590
|
},
|
|
10401
10591
|
"locationInModule": {
|
|
10402
10592
|
"filename": "src/node-project.ts",
|
|
10403
|
-
"line":
|
|
10593
|
+
"line": 439
|
|
10404
10594
|
},
|
|
10405
10595
|
"parameters": [
|
|
10406
10596
|
{
|
|
@@ -10414,7 +10604,7 @@
|
|
|
10414
10604
|
"kind": "class",
|
|
10415
10605
|
"locationInModule": {
|
|
10416
10606
|
"filename": "src/node-project.ts",
|
|
10417
|
-
"line":
|
|
10607
|
+
"line": 317
|
|
10418
10608
|
},
|
|
10419
10609
|
"methods": [
|
|
10420
10610
|
{
|
|
@@ -10423,7 +10613,7 @@
|
|
|
10423
10613
|
},
|
|
10424
10614
|
"locationInModule": {
|
|
10425
10615
|
"filename": "src/node-project.ts",
|
|
10426
|
-
"line":
|
|
10616
|
+
"line": 801
|
|
10427
10617
|
},
|
|
10428
10618
|
"name": "addBins",
|
|
10429
10619
|
"parameters": [
|
|
@@ -10448,7 +10638,7 @@
|
|
|
10448
10638
|
},
|
|
10449
10639
|
"locationInModule": {
|
|
10450
10640
|
"filename": "src/node-project.ts",
|
|
10451
|
-
"line":
|
|
10641
|
+
"line": 855
|
|
10452
10642
|
},
|
|
10453
10643
|
"name": "addBuildCommand",
|
|
10454
10644
|
"parameters": [
|
|
@@ -10470,7 +10660,7 @@
|
|
|
10470
10660
|
},
|
|
10471
10661
|
"locationInModule": {
|
|
10472
10662
|
"filename": "src/node-project.ts",
|
|
10473
|
-
"line":
|
|
10663
|
+
"line": 964
|
|
10474
10664
|
},
|
|
10475
10665
|
"name": "addBundledDeps",
|
|
10476
10666
|
"parameters": [
|
|
@@ -10496,7 +10686,7 @@
|
|
|
10496
10686
|
},
|
|
10497
10687
|
"locationInModule": {
|
|
10498
10688
|
"filename": "src/node-project.ts",
|
|
10499
|
-
"line":
|
|
10689
|
+
"line": 835
|
|
10500
10690
|
},
|
|
10501
10691
|
"name": "addCompileCommand",
|
|
10502
10692
|
"parameters": [
|
|
@@ -10517,7 +10707,7 @@
|
|
|
10517
10707
|
},
|
|
10518
10708
|
"locationInModule": {
|
|
10519
10709
|
"filename": "src/node-project.ts",
|
|
10520
|
-
"line":
|
|
10710
|
+
"line": 918
|
|
10521
10711
|
},
|
|
10522
10712
|
"name": "addDeps",
|
|
10523
10713
|
"parameters": [
|
|
@@ -10542,7 +10732,7 @@
|
|
|
10542
10732
|
},
|
|
10543
10733
|
"locationInModule": {
|
|
10544
10734
|
"filename": "src/node-project.ts",
|
|
10545
|
-
"line":
|
|
10735
|
+
"line": 931
|
|
10546
10736
|
},
|
|
10547
10737
|
"name": "addDevDeps",
|
|
10548
10738
|
"parameters": [
|
|
@@ -10567,7 +10757,7 @@
|
|
|
10567
10757
|
},
|
|
10568
10758
|
"locationInModule": {
|
|
10569
10759
|
"filename": "src/node-project.ts",
|
|
10570
|
-
"line":
|
|
10760
|
+
"line": 865
|
|
10571
10761
|
},
|
|
10572
10762
|
"name": "addFields",
|
|
10573
10763
|
"parameters": [
|
|
@@ -10594,7 +10784,7 @@
|
|
|
10594
10784
|
},
|
|
10595
10785
|
"locationInModule": {
|
|
10596
10786
|
"filename": "src/node-project.ts",
|
|
10597
|
-
"line":
|
|
10787
|
+
"line": 875
|
|
10598
10788
|
},
|
|
10599
10789
|
"name": "addKeywords",
|
|
10600
10790
|
"parameters": [
|
|
@@ -10619,7 +10809,7 @@
|
|
|
10619
10809
|
},
|
|
10620
10810
|
"locationInModule": {
|
|
10621
10811
|
"filename": "src/node-project.ts",
|
|
10622
|
-
"line":
|
|
10812
|
+
"line": 968
|
|
10623
10813
|
},
|
|
10624
10814
|
"name": "addPackageIgnore",
|
|
10625
10815
|
"overrides": "projen.Project",
|
|
@@ -10640,7 +10830,7 @@
|
|
|
10640
10830
|
},
|
|
10641
10831
|
"locationInModule": {
|
|
10642
10832
|
"filename": "src/node-project.ts",
|
|
10643
|
-
"line":
|
|
10833
|
+
"line": 948
|
|
10644
10834
|
},
|
|
10645
10835
|
"name": "addPeerDeps",
|
|
10646
10836
|
"parameters": [
|
|
@@ -10666,7 +10856,7 @@
|
|
|
10666
10856
|
},
|
|
10667
10857
|
"locationInModule": {
|
|
10668
10858
|
"filename": "src/node-project.ts",
|
|
10669
|
-
"line":
|
|
10859
|
+
"line": 845
|
|
10670
10860
|
},
|
|
10671
10861
|
"name": "addTestCommand",
|
|
10672
10862
|
"parameters": [
|
|
@@ -10687,7 +10877,7 @@
|
|
|
10687
10877
|
},
|
|
10688
10878
|
"locationInModule": {
|
|
10689
10879
|
"filename": "src/node-project.ts",
|
|
10690
|
-
"line":
|
|
10880
|
+
"line": 827
|
|
10691
10881
|
},
|
|
10692
10882
|
"name": "hasScript",
|
|
10693
10883
|
"parameters": [
|
|
@@ -10714,7 +10904,7 @@
|
|
|
10714
10904
|
},
|
|
10715
10905
|
"locationInModule": {
|
|
10716
10906
|
"filename": "src/node-project.ts",
|
|
10717
|
-
"line":
|
|
10907
|
+
"line": 819
|
|
10718
10908
|
},
|
|
10719
10909
|
"name": "removeScript",
|
|
10720
10910
|
"parameters": [
|
|
@@ -10737,7 +10927,7 @@
|
|
|
10737
10927
|
},
|
|
10738
10928
|
"locationInModule": {
|
|
10739
10929
|
"filename": "src/node-project.ts",
|
|
10740
|
-
"line":
|
|
10930
|
+
"line": 1042
|
|
10741
10931
|
},
|
|
10742
10932
|
"name": "runTaskCommand",
|
|
10743
10933
|
"overrides": "projen.Project",
|
|
@@ -10765,7 +10955,7 @@
|
|
|
10765
10955
|
},
|
|
10766
10956
|
"locationInModule": {
|
|
10767
10957
|
"filename": "src/node-project.ts",
|
|
10768
|
-
"line":
|
|
10958
|
+
"line": 811
|
|
10769
10959
|
},
|
|
10770
10960
|
"name": "setScript",
|
|
10771
10961
|
"parameters": [
|
|
@@ -10800,7 +10990,7 @@
|
|
|
10800
10990
|
"immutable": true,
|
|
10801
10991
|
"locationInModule": {
|
|
10802
10992
|
"filename": "src/node-project.ts",
|
|
10803
|
-
"line":
|
|
10993
|
+
"line": 331
|
|
10804
10994
|
},
|
|
10805
10995
|
"name": "allowLibraryDependencies",
|
|
10806
10996
|
"type": {
|
|
@@ -10815,7 +11005,7 @@
|
|
|
10815
11005
|
"immutable": true,
|
|
10816
11006
|
"locationInModule": {
|
|
10817
11007
|
"filename": "src/node-project.ts",
|
|
10818
|
-
"line":
|
|
11008
|
+
"line": 393
|
|
10819
11009
|
},
|
|
10820
11010
|
"name": "antitamper",
|
|
10821
11011
|
"type": {
|
|
@@ -10831,13 +11021,27 @@
|
|
|
10831
11021
|
"immutable": true,
|
|
10832
11022
|
"locationInModule": {
|
|
10833
11023
|
"filename": "src/node-project.ts",
|
|
10834
|
-
"line":
|
|
11024
|
+
"line": 351
|
|
10835
11025
|
},
|
|
10836
11026
|
"name": "buildTask",
|
|
10837
11027
|
"type": {
|
|
10838
11028
|
"fqn": "projen.tasks.Task"
|
|
10839
11029
|
}
|
|
10840
11030
|
},
|
|
11031
|
+
{
|
|
11032
|
+
"docs": {
|
|
11033
|
+
"stability": "experimental"
|
|
11034
|
+
},
|
|
11035
|
+
"immutable": true,
|
|
11036
|
+
"locationInModule": {
|
|
11037
|
+
"filename": "src/node-project.ts",
|
|
11038
|
+
"line": 434
|
|
11039
|
+
},
|
|
11040
|
+
"name": "bundler",
|
|
11041
|
+
"type": {
|
|
11042
|
+
"fqn": "projen.javascript.Bundler"
|
|
11043
|
+
}
|
|
11044
|
+
},
|
|
10841
11045
|
{
|
|
10842
11046
|
"docs": {
|
|
10843
11047
|
"remarks": "By default for node.js projects this task is empty.",
|
|
@@ -10847,7 +11051,7 @@
|
|
|
10847
11051
|
"immutable": true,
|
|
10848
11052
|
"locationInModule": {
|
|
10849
11053
|
"filename": "src/node-project.ts",
|
|
10850
|
-
"line":
|
|
11054
|
+
"line": 341
|
|
10851
11055
|
},
|
|
10852
11056
|
"name": "compileTask",
|
|
10853
11057
|
"type": {
|
|
@@ -10862,7 +11066,7 @@
|
|
|
10862
11066
|
"immutable": true,
|
|
10863
11067
|
"locationInModule": {
|
|
10864
11068
|
"filename": "src/node-project.ts",
|
|
10865
|
-
"line":
|
|
11069
|
+
"line": 336
|
|
10866
11070
|
},
|
|
10867
11071
|
"name": "entrypoint",
|
|
10868
11072
|
"type": {
|
|
@@ -10876,7 +11080,7 @@
|
|
|
10876
11080
|
"immutable": true,
|
|
10877
11081
|
"locationInModule": {
|
|
10878
11082
|
"filename": "src/node-project.ts",
|
|
10879
|
-
"line":
|
|
11083
|
+
"line": 879
|
|
10880
11084
|
},
|
|
10881
11085
|
"name": "installWorkflowSteps",
|
|
10882
11086
|
"type": {
|
|
@@ -10896,7 +11100,7 @@
|
|
|
10896
11100
|
"immutable": true,
|
|
10897
11101
|
"locationInModule": {
|
|
10898
11102
|
"filename": "src/node-project.ts",
|
|
10899
|
-
"line":
|
|
11103
|
+
"line": 430
|
|
10900
11104
|
},
|
|
10901
11105
|
"name": "manifest",
|
|
10902
11106
|
"type": {
|
|
@@ -10911,7 +11115,7 @@
|
|
|
10911
11115
|
"immutable": true,
|
|
10912
11116
|
"locationInModule": {
|
|
10913
11117
|
"filename": "src/node-project.ts",
|
|
10914
|
-
"line":
|
|
11118
|
+
"line": 398
|
|
10915
11119
|
},
|
|
10916
11120
|
"name": "npmDistTag",
|
|
10917
11121
|
"protected": true,
|
|
@@ -10927,7 +11131,7 @@
|
|
|
10927
11131
|
"immutable": true,
|
|
10928
11132
|
"locationInModule": {
|
|
10929
11133
|
"filename": "src/node-project.ts",
|
|
10930
|
-
"line":
|
|
11134
|
+
"line": 403
|
|
10931
11135
|
},
|
|
10932
11136
|
"name": "npmRegistry",
|
|
10933
11137
|
"protected": true,
|
|
@@ -10943,7 +11147,7 @@
|
|
|
10943
11147
|
"immutable": true,
|
|
10944
11148
|
"locationInModule": {
|
|
10945
11149
|
"filename": "src/node-project.ts",
|
|
10946
|
-
"line":
|
|
11150
|
+
"line": 321
|
|
10947
11151
|
},
|
|
10948
11152
|
"name": "package",
|
|
10949
11153
|
"type": {
|
|
@@ -10959,7 +11163,7 @@
|
|
|
10959
11163
|
"immutable": true,
|
|
10960
11164
|
"locationInModule": {
|
|
10961
11165
|
"filename": "src/node-project.ts",
|
|
10962
|
-
"line":
|
|
11166
|
+
"line": 410
|
|
10963
11167
|
},
|
|
10964
11168
|
"name": "packageManager",
|
|
10965
11169
|
"type": {
|
|
@@ -10974,7 +11178,7 @@
|
|
|
10974
11178
|
"immutable": true,
|
|
10975
11179
|
"locationInModule": {
|
|
10976
11180
|
"filename": "src/node-project.ts",
|
|
10977
|
-
"line":
|
|
11181
|
+
"line": 425
|
|
10978
11182
|
},
|
|
10979
11183
|
"name": "projenCommand",
|
|
10980
11184
|
"type": {
|
|
@@ -10989,7 +11193,7 @@
|
|
|
10989
11193
|
"immutable": true,
|
|
10990
11194
|
"locationInModule": {
|
|
10991
11195
|
"filename": "src/node-project.ts",
|
|
10992
|
-
"line":
|
|
11196
|
+
"line": 415
|
|
10993
11197
|
},
|
|
10994
11198
|
"name": "runScriptCommand",
|
|
10995
11199
|
"type": {
|
|
@@ -11004,7 +11208,7 @@
|
|
|
11004
11208
|
"immutable": true,
|
|
11005
11209
|
"locationInModule": {
|
|
11006
11210
|
"filename": "src/node-project.ts",
|
|
11007
|
-
"line":
|
|
11211
|
+
"line": 346
|
|
11008
11212
|
},
|
|
11009
11213
|
"name": "testTask",
|
|
11010
11214
|
"type": {
|
|
@@ -11019,7 +11223,7 @@
|
|
|
11019
11223
|
"immutable": true,
|
|
11020
11224
|
"locationInModule": {
|
|
11021
11225
|
"filename": "src/node-project.ts",
|
|
11022
|
-
"line":
|
|
11226
|
+
"line": 356
|
|
11023
11227
|
},
|
|
11024
11228
|
"name": "autoMerge",
|
|
11025
11229
|
"optional": true,
|
|
@@ -11036,7 +11240,7 @@
|
|
|
11036
11240
|
"immutable": true,
|
|
11037
11241
|
"locationInModule": {
|
|
11038
11242
|
"filename": "src/node-project.ts",
|
|
11039
|
-
"line":
|
|
11243
|
+
"line": 362
|
|
11040
11244
|
},
|
|
11041
11245
|
"name": "buildWorkflow",
|
|
11042
11246
|
"optional": true,
|
|
@@ -11051,7 +11255,7 @@
|
|
|
11051
11255
|
"immutable": true,
|
|
11052
11256
|
"locationInModule": {
|
|
11053
11257
|
"filename": "src/node-project.ts",
|
|
11054
|
-
"line":
|
|
11258
|
+
"line": 363
|
|
11055
11259
|
},
|
|
11056
11260
|
"name": "buildWorkflowJobId",
|
|
11057
11261
|
"optional": true,
|
|
@@ -11067,7 +11271,7 @@
|
|
|
11067
11271
|
"immutable": true,
|
|
11068
11272
|
"locationInModule": {
|
|
11069
11273
|
"filename": "src/node-project.ts",
|
|
11070
|
-
"line":
|
|
11274
|
+
"line": 420
|
|
11071
11275
|
},
|
|
11072
11276
|
"name": "jest",
|
|
11073
11277
|
"optional": true,
|
|
@@ -11083,7 +11287,7 @@
|
|
|
11083
11287
|
"immutable": true,
|
|
11084
11288
|
"locationInModule": {
|
|
11085
11289
|
"filename": "src/node-project.ts",
|
|
11086
|
-
"line":
|
|
11290
|
+
"line": 386
|
|
11087
11291
|
},
|
|
11088
11292
|
"name": "maxNodeVersion",
|
|
11089
11293
|
"optional": true,
|
|
@@ -11099,7 +11303,7 @@
|
|
|
11099
11303
|
"immutable": true,
|
|
11100
11304
|
"locationInModule": {
|
|
11101
11305
|
"filename": "src/node-project.ts",
|
|
11102
|
-
"line":
|
|
11306
|
+
"line": 381
|
|
11103
11307
|
},
|
|
11104
11308
|
"name": "minNodeVersion",
|
|
11105
11309
|
"optional": true,
|
|
@@ -11115,7 +11319,7 @@
|
|
|
11115
11319
|
"immutable": true,
|
|
11116
11320
|
"locationInModule": {
|
|
11117
11321
|
"filename": "src/node-project.ts",
|
|
11118
|
-
"line":
|
|
11322
|
+
"line": 326
|
|
11119
11323
|
},
|
|
11120
11324
|
"name": "npmignore",
|
|
11121
11325
|
"optional": true,
|
|
@@ -11133,7 +11337,7 @@
|
|
|
11133
11337
|
"immutable": true,
|
|
11134
11338
|
"locationInModule": {
|
|
11135
11339
|
"filename": "src/node-project.ts",
|
|
11136
|
-
"line":
|
|
11340
|
+
"line": 371
|
|
11137
11341
|
},
|
|
11138
11342
|
"name": "publisher",
|
|
11139
11343
|
"optional": true,
|
|
@@ -11149,7 +11353,7 @@
|
|
|
11149
11353
|
"immutable": true,
|
|
11150
11354
|
"locationInModule": {
|
|
11151
11355
|
"filename": "src/node-project.ts",
|
|
11152
|
-
"line":
|
|
11356
|
+
"line": 376
|
|
11153
11357
|
},
|
|
11154
11358
|
"name": "release",
|
|
11155
11359
|
"optional": true,
|
|
@@ -11252,6 +11456,23 @@
|
|
|
11252
11456
|
"primitive": "boolean"
|
|
11253
11457
|
}
|
|
11254
11458
|
},
|
|
11459
|
+
{
|
|
11460
|
+
"abstract": true,
|
|
11461
|
+
"docs": {
|
|
11462
|
+
"stability": "experimental",
|
|
11463
|
+
"summary": "Options for `Bundler`."
|
|
11464
|
+
},
|
|
11465
|
+
"immutable": true,
|
|
11466
|
+
"locationInModule": {
|
|
11467
|
+
"filename": "src/node-project.ts",
|
|
11468
|
+
"line": 296
|
|
11469
|
+
},
|
|
11470
|
+
"name": "bundlerOptions",
|
|
11471
|
+
"optional": true,
|
|
11472
|
+
"type": {
|
|
11473
|
+
"fqn": "projen.javascript.BundlerCommonOptions"
|
|
11474
|
+
}
|
|
11475
|
+
},
|
|
11255
11476
|
{
|
|
11256
11477
|
"abstract": true,
|
|
11257
11478
|
"docs": {
|
|
@@ -11858,7 +12079,7 @@
|
|
|
11858
12079
|
"kind": "interface",
|
|
11859
12080
|
"locationInModule": {
|
|
11860
12081
|
"filename": "src/node-project.ts",
|
|
11861
|
-
"line":
|
|
12082
|
+
"line": 1047
|
|
11862
12083
|
},
|
|
11863
12084
|
"name": "NodeWorkflowSteps",
|
|
11864
12085
|
"properties": [
|
|
@@ -11870,7 +12091,7 @@
|
|
|
11870
12091
|
"immutable": true,
|
|
11871
12092
|
"locationInModule": {
|
|
11872
12093
|
"filename": "src/node-project.ts",
|
|
11873
|
-
"line":
|
|
12094
|
+
"line": 1048
|
|
11874
12095
|
},
|
|
11875
12096
|
"name": "antitamper",
|
|
11876
12097
|
"type": {
|
|
@@ -11890,7 +12111,7 @@
|
|
|
11890
12111
|
"immutable": true,
|
|
11891
12112
|
"locationInModule": {
|
|
11892
12113
|
"filename": "src/node-project.ts",
|
|
11893
|
-
"line":
|
|
12114
|
+
"line": 1049
|
|
11894
12115
|
},
|
|
11895
12116
|
"name": "install",
|
|
11896
12117
|
"type": {
|
|
@@ -11915,7 +12136,7 @@
|
|
|
11915
12136
|
"kind": "enum",
|
|
11916
12137
|
"locationInModule": {
|
|
11917
12138
|
"filename": "src/node-package.ts",
|
|
11918
|
-
"line":
|
|
12139
|
+
"line": 1110
|
|
11919
12140
|
},
|
|
11920
12141
|
"members": [
|
|
11921
12142
|
{
|
|
@@ -12184,7 +12405,7 @@
|
|
|
12184
12405
|
"kind": "interface",
|
|
12185
12406
|
"locationInModule": {
|
|
12186
12407
|
"filename": "src/node-package.ts",
|
|
12187
|
-
"line":
|
|
12408
|
+
"line": 1079
|
|
12188
12409
|
},
|
|
12189
12410
|
"name": "PeerDependencyOptions",
|
|
12190
12411
|
"properties": [
|
|
@@ -12198,7 +12419,7 @@
|
|
|
12198
12419
|
"immutable": true,
|
|
12199
12420
|
"locationInModule": {
|
|
12200
12421
|
"filename": "src/node-package.ts",
|
|
12201
|
-
"line":
|
|
12422
|
+
"line": 1084
|
|
12202
12423
|
},
|
|
12203
12424
|
"name": "pinnedDevDependency",
|
|
12204
12425
|
"optional": true,
|
|
@@ -16791,6 +17012,128 @@
|
|
|
16791
17012
|
"namespace": "awscdk",
|
|
16792
17013
|
"symbolId": "src/awscdk/cdk-config:ApprovalLevel"
|
|
16793
17014
|
},
|
|
17015
|
+
"projen.awscdk.AutoDiscover": {
|
|
17016
|
+
"assembly": "projen",
|
|
17017
|
+
"base": "projen.Component",
|
|
17018
|
+
"docs": {
|
|
17019
|
+
"stability": "experimental",
|
|
17020
|
+
"summary": "Automatically creates a `LambdaFunction` for all `.lambda.ts` files under the source directory of the project."
|
|
17021
|
+
},
|
|
17022
|
+
"fqn": "projen.awscdk.AutoDiscover",
|
|
17023
|
+
"initializer": {
|
|
17024
|
+
"docs": {
|
|
17025
|
+
"stability": "experimental"
|
|
17026
|
+
},
|
|
17027
|
+
"locationInModule": {
|
|
17028
|
+
"filename": "src/awscdk/auto-discover.ts",
|
|
17029
|
+
"line": 35
|
|
17030
|
+
},
|
|
17031
|
+
"parameters": [
|
|
17032
|
+
{
|
|
17033
|
+
"name": "project",
|
|
17034
|
+
"type": {
|
|
17035
|
+
"fqn": "projen.Project"
|
|
17036
|
+
}
|
|
17037
|
+
},
|
|
17038
|
+
{
|
|
17039
|
+
"name": "options",
|
|
17040
|
+
"type": {
|
|
17041
|
+
"fqn": "projen.awscdk.AutoDiscoverOptions"
|
|
17042
|
+
}
|
|
17043
|
+
}
|
|
17044
|
+
]
|
|
17045
|
+
},
|
|
17046
|
+
"kind": "class",
|
|
17047
|
+
"locationInModule": {
|
|
17048
|
+
"filename": "src/awscdk/auto-discover.ts",
|
|
17049
|
+
"line": 32
|
|
17050
|
+
},
|
|
17051
|
+
"methods": [
|
|
17052
|
+
{
|
|
17053
|
+
"docs": {
|
|
17054
|
+
"stability": "experimental",
|
|
17055
|
+
"summary": "Called before synthesis."
|
|
17056
|
+
},
|
|
17057
|
+
"locationInModule": {
|
|
17058
|
+
"filename": "src/awscdk/auto-discover.ts",
|
|
17059
|
+
"line": 41
|
|
17060
|
+
},
|
|
17061
|
+
"name": "preSynthesize",
|
|
17062
|
+
"overrides": "projen.Component"
|
|
17063
|
+
}
|
|
17064
|
+
],
|
|
17065
|
+
"name": "AutoDiscover",
|
|
17066
|
+
"namespace": "awscdk",
|
|
17067
|
+
"symbolId": "src/awscdk/auto-discover:AutoDiscover"
|
|
17068
|
+
},
|
|
17069
|
+
"projen.awscdk.AutoDiscoverOptions": {
|
|
17070
|
+
"assembly": "projen",
|
|
17071
|
+
"datatype": true,
|
|
17072
|
+
"docs": {
|
|
17073
|
+
"stability": "experimental",
|
|
17074
|
+
"summary": "Options for `AutoDiscover`."
|
|
17075
|
+
},
|
|
17076
|
+
"fqn": "projen.awscdk.AutoDiscoverOptions",
|
|
17077
|
+
"kind": "interface",
|
|
17078
|
+
"locationInModule": {
|
|
17079
|
+
"filename": "src/awscdk/auto-discover.ts",
|
|
17080
|
+
"line": 11
|
|
17081
|
+
},
|
|
17082
|
+
"name": "AutoDiscoverOptions",
|
|
17083
|
+
"namespace": "awscdk",
|
|
17084
|
+
"properties": [
|
|
17085
|
+
{
|
|
17086
|
+
"abstract": true,
|
|
17087
|
+
"docs": {
|
|
17088
|
+
"stability": "experimental",
|
|
17089
|
+
"summary": "Output directory (where .js files go)."
|
|
17090
|
+
},
|
|
17091
|
+
"immutable": true,
|
|
17092
|
+
"locationInModule": {
|
|
17093
|
+
"filename": "src/awscdk/auto-discover.ts",
|
|
17094
|
+
"line": 25
|
|
17095
|
+
},
|
|
17096
|
+
"name": "libdir",
|
|
17097
|
+
"type": {
|
|
17098
|
+
"primitive": "string"
|
|
17099
|
+
}
|
|
17100
|
+
},
|
|
17101
|
+
{
|
|
17102
|
+
"abstract": true,
|
|
17103
|
+
"docs": {
|
|
17104
|
+
"stability": "experimental",
|
|
17105
|
+
"summary": "Project source tree (relative to project output directory)."
|
|
17106
|
+
},
|
|
17107
|
+
"immutable": true,
|
|
17108
|
+
"locationInModule": {
|
|
17109
|
+
"filename": "src/awscdk/auto-discover.ts",
|
|
17110
|
+
"line": 20
|
|
17111
|
+
},
|
|
17112
|
+
"name": "srcdir",
|
|
17113
|
+
"type": {
|
|
17114
|
+
"primitive": "string"
|
|
17115
|
+
}
|
|
17116
|
+
},
|
|
17117
|
+
{
|
|
17118
|
+
"abstract": true,
|
|
17119
|
+
"docs": {
|
|
17120
|
+
"stability": "experimental",
|
|
17121
|
+
"summary": "Options for auto-discovery of AWS Lambda functions."
|
|
17122
|
+
},
|
|
17123
|
+
"immutable": true,
|
|
17124
|
+
"locationInModule": {
|
|
17125
|
+
"filename": "src/awscdk/auto-discover.ts",
|
|
17126
|
+
"line": 15
|
|
17127
|
+
},
|
|
17128
|
+
"name": "lambdaOptions",
|
|
17129
|
+
"optional": true,
|
|
17130
|
+
"type": {
|
|
17131
|
+
"fqn": "projen.awscdk.LambdaFunctionCommonOptions"
|
|
17132
|
+
}
|
|
17133
|
+
}
|
|
17134
|
+
],
|
|
17135
|
+
"symbolId": "src/awscdk/auto-discover:AutoDiscoverOptions"
|
|
17136
|
+
},
|
|
16794
17137
|
"projen.awscdk.AwsCdkJavaApp": {
|
|
16795
17138
|
"assembly": "projen",
|
|
16796
17139
|
"base": "projen.java.JavaProject",
|
|
@@ -17331,6 +17674,352 @@
|
|
|
17331
17674
|
],
|
|
17332
17675
|
"symbolId": "src/awscdk/cdk-tasks:CdkTasks"
|
|
17333
17676
|
},
|
|
17677
|
+
"projen.awscdk.LambdaFunction": {
|
|
17678
|
+
"assembly": "projen",
|
|
17679
|
+
"base": "projen.Component",
|
|
17680
|
+
"docs": {
|
|
17681
|
+
"example": "new LambdaFunction(myProject, {\n entrypoint: 'src/foo.lambda.ts',\n srcdir: myProject.srcdir,\n libdir: myProject.libdir,\n});",
|
|
17682
|
+
"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.",
|
|
17683
|
+
"stability": "experimental",
|
|
17684
|
+
"summary": "Generates a pre-bundled AWS Lambda function construct from handler code."
|
|
17685
|
+
},
|
|
17686
|
+
"fqn": "projen.awscdk.LambdaFunction",
|
|
17687
|
+
"initializer": {
|
|
17688
|
+
"docs": {
|
|
17689
|
+
"stability": "experimental",
|
|
17690
|
+
"summary": "Defines a pre-bundled AWS Lambda function construct from handler code."
|
|
17691
|
+
},
|
|
17692
|
+
"locationInModule": {
|
|
17693
|
+
"filename": "src/awscdk/lambda-function.ts",
|
|
17694
|
+
"line": 103
|
|
17695
|
+
},
|
|
17696
|
+
"parameters": [
|
|
17697
|
+
{
|
|
17698
|
+
"docs": {
|
|
17699
|
+
"summary": "The project to use."
|
|
17700
|
+
},
|
|
17701
|
+
"name": "project",
|
|
17702
|
+
"type": {
|
|
17703
|
+
"fqn": "projen.Project"
|
|
17704
|
+
}
|
|
17705
|
+
},
|
|
17706
|
+
{
|
|
17707
|
+
"docs": {
|
|
17708
|
+
"summary": "Options."
|
|
17709
|
+
},
|
|
17710
|
+
"name": "options",
|
|
17711
|
+
"type": {
|
|
17712
|
+
"fqn": "projen.awscdk.LambdaFunctionOptions"
|
|
17713
|
+
}
|
|
17714
|
+
}
|
|
17715
|
+
]
|
|
17716
|
+
},
|
|
17717
|
+
"kind": "class",
|
|
17718
|
+
"locationInModule": {
|
|
17719
|
+
"filename": "src/awscdk/lambda-function.ts",
|
|
17720
|
+
"line": 91
|
|
17721
|
+
},
|
|
17722
|
+
"name": "LambdaFunction",
|
|
17723
|
+
"namespace": "awscdk",
|
|
17724
|
+
"properties": [
|
|
17725
|
+
{
|
|
17726
|
+
"docs": {
|
|
17727
|
+
"stability": "experimental",
|
|
17728
|
+
"summary": "The bundle task for this function."
|
|
17729
|
+
},
|
|
17730
|
+
"immutable": true,
|
|
17731
|
+
"locationInModule": {
|
|
17732
|
+
"filename": "src/awscdk/lambda-function.ts",
|
|
17733
|
+
"line": 95
|
|
17734
|
+
},
|
|
17735
|
+
"name": "bundleTask",
|
|
17736
|
+
"type": {
|
|
17737
|
+
"fqn": "projen.tasks.Task"
|
|
17738
|
+
}
|
|
17739
|
+
}
|
|
17740
|
+
],
|
|
17741
|
+
"symbolId": "src/awscdk/lambda-function:LambdaFunction"
|
|
17742
|
+
},
|
|
17743
|
+
"projen.awscdk.LambdaFunctionCommonOptions": {
|
|
17744
|
+
"assembly": "projen",
|
|
17745
|
+
"datatype": true,
|
|
17746
|
+
"docs": {
|
|
17747
|
+
"remarks": "Applies to all functions in\nauto-discovery.",
|
|
17748
|
+
"stability": "experimental",
|
|
17749
|
+
"summary": "Common options for `LambdaFunction`."
|
|
17750
|
+
},
|
|
17751
|
+
"fqn": "projen.awscdk.LambdaFunctionCommonOptions",
|
|
17752
|
+
"kind": "interface",
|
|
17753
|
+
"locationInModule": {
|
|
17754
|
+
"filename": "src/awscdk/lambda-function.ts",
|
|
17755
|
+
"line": 15
|
|
17756
|
+
},
|
|
17757
|
+
"name": "LambdaFunctionCommonOptions",
|
|
17758
|
+
"namespace": "awscdk",
|
|
17759
|
+
"properties": [
|
|
17760
|
+
{
|
|
17761
|
+
"abstract": true,
|
|
17762
|
+
"docs": {
|
|
17763
|
+
"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.",
|
|
17764
|
+
"stability": "experimental",
|
|
17765
|
+
"summary": "Names of modules which should not be included in the bundle."
|
|
17766
|
+
},
|
|
17767
|
+
"immutable": true,
|
|
17768
|
+
"locationInModule": {
|
|
17769
|
+
"filename": "src/awscdk/lambda-function.ts",
|
|
17770
|
+
"line": 30
|
|
17771
|
+
},
|
|
17772
|
+
"name": "externals",
|
|
17773
|
+
"optional": true,
|
|
17774
|
+
"type": {
|
|
17775
|
+
"collection": {
|
|
17776
|
+
"elementtype": {
|
|
17777
|
+
"primitive": "string"
|
|
17778
|
+
},
|
|
17779
|
+
"kind": "array"
|
|
17780
|
+
}
|
|
17781
|
+
}
|
|
17782
|
+
},
|
|
17783
|
+
{
|
|
17784
|
+
"abstract": true,
|
|
17785
|
+
"docs": {
|
|
17786
|
+
"default": "Runtime.NODEJS_14_X",
|
|
17787
|
+
"stability": "experimental",
|
|
17788
|
+
"summary": "The node.js version to target."
|
|
17789
|
+
},
|
|
17790
|
+
"immutable": true,
|
|
17791
|
+
"locationInModule": {
|
|
17792
|
+
"filename": "src/awscdk/lambda-function.ts",
|
|
17793
|
+
"line": 21
|
|
17794
|
+
},
|
|
17795
|
+
"name": "runtime",
|
|
17796
|
+
"optional": true,
|
|
17797
|
+
"type": {
|
|
17798
|
+
"fqn": "projen.awscdk.LambdaRuntime"
|
|
17799
|
+
}
|
|
17800
|
+
}
|
|
17801
|
+
],
|
|
17802
|
+
"symbolId": "src/awscdk/lambda-function:LambdaFunctionCommonOptions"
|
|
17803
|
+
},
|
|
17804
|
+
"projen.awscdk.LambdaFunctionOptions": {
|
|
17805
|
+
"assembly": "projen",
|
|
17806
|
+
"datatype": true,
|
|
17807
|
+
"docs": {
|
|
17808
|
+
"stability": "experimental",
|
|
17809
|
+
"summary": "Options for `Function`."
|
|
17810
|
+
},
|
|
17811
|
+
"fqn": "projen.awscdk.LambdaFunctionOptions",
|
|
17812
|
+
"interfaces": [
|
|
17813
|
+
"projen.awscdk.LambdaFunctionCommonOptions"
|
|
17814
|
+
],
|
|
17815
|
+
"kind": "interface",
|
|
17816
|
+
"locationInModule": {
|
|
17817
|
+
"filename": "src/awscdk/lambda-function.ts",
|
|
17818
|
+
"line": 36
|
|
17819
|
+
},
|
|
17820
|
+
"name": "LambdaFunctionOptions",
|
|
17821
|
+
"namespace": "awscdk",
|
|
17822
|
+
"properties": [
|
|
17823
|
+
{
|
|
17824
|
+
"abstract": true,
|
|
17825
|
+
"docs": {
|
|
17826
|
+
"stability": "experimental",
|
|
17827
|
+
"summary": "A path from the project root directory to a TypeScript file which contains the AWS Lambda handler entrypoint (exports a `handler` function)."
|
|
17828
|
+
},
|
|
17829
|
+
"immutable": true,
|
|
17830
|
+
"locationInModule": {
|
|
17831
|
+
"filename": "src/awscdk/lambda-function.ts",
|
|
17832
|
+
"line": 41
|
|
17833
|
+
},
|
|
17834
|
+
"name": "entrypoint",
|
|
17835
|
+
"type": {
|
|
17836
|
+
"primitive": "string"
|
|
17837
|
+
}
|
|
17838
|
+
},
|
|
17839
|
+
{
|
|
17840
|
+
"abstract": true,
|
|
17841
|
+
"docs": {
|
|
17842
|
+
"stability": "experimental",
|
|
17843
|
+
"summary": "JavaScript output directory (where .js files go)."
|
|
17844
|
+
},
|
|
17845
|
+
"immutable": true,
|
|
17846
|
+
"locationInModule": {
|
|
17847
|
+
"filename": "src/awscdk/lambda-function.ts",
|
|
17848
|
+
"line": 67
|
|
17849
|
+
},
|
|
17850
|
+
"name": "libdir",
|
|
17851
|
+
"type": {
|
|
17852
|
+
"primitive": "string"
|
|
17853
|
+
}
|
|
17854
|
+
},
|
|
17855
|
+
{
|
|
17856
|
+
"abstract": true,
|
|
17857
|
+
"docs": {
|
|
17858
|
+
"stability": "experimental",
|
|
17859
|
+
"summary": "Project source directory tree (where .ts files live)."
|
|
17860
|
+
},
|
|
17861
|
+
"immutable": true,
|
|
17862
|
+
"locationInModule": {
|
|
17863
|
+
"filename": "src/awscdk/lambda-function.ts",
|
|
17864
|
+
"line": 62
|
|
17865
|
+
},
|
|
17866
|
+
"name": "srcdir",
|
|
17867
|
+
"type": {
|
|
17868
|
+
"primitive": "string"
|
|
17869
|
+
}
|
|
17870
|
+
},
|
|
17871
|
+
{
|
|
17872
|
+
"abstract": true,
|
|
17873
|
+
"docs": {
|
|
17874
|
+
"default": "- The name of the entrypoint file, with the `-function.ts` suffix\ninstead of `.lambda.ts`.",
|
|
17875
|
+
"stability": "experimental",
|
|
17876
|
+
"summary": "The name of the generated TypeScript source file."
|
|
17877
|
+
},
|
|
17878
|
+
"immutable": true,
|
|
17879
|
+
"locationInModule": {
|
|
17880
|
+
"filename": "src/awscdk/lambda-function.ts",
|
|
17881
|
+
"line": 49
|
|
17882
|
+
},
|
|
17883
|
+
"name": "constructFile",
|
|
17884
|
+
"optional": true,
|
|
17885
|
+
"type": {
|
|
17886
|
+
"primitive": "string"
|
|
17887
|
+
}
|
|
17888
|
+
},
|
|
17889
|
+
{
|
|
17890
|
+
"abstract": true,
|
|
17891
|
+
"docs": {
|
|
17892
|
+
"default": "- A pascal cased version of the name of the entrypoint file, with\nthe extension `Function` (e.g. `ResizeImageFunction`).",
|
|
17893
|
+
"stability": "experimental",
|
|
17894
|
+
"summary": "The name of the generated `lambda.Function` subclass."
|
|
17895
|
+
},
|
|
17896
|
+
"immutable": true,
|
|
17897
|
+
"locationInModule": {
|
|
17898
|
+
"filename": "src/awscdk/lambda-function.ts",
|
|
17899
|
+
"line": 57
|
|
17900
|
+
},
|
|
17901
|
+
"name": "constructName",
|
|
17902
|
+
"optional": true,
|
|
17903
|
+
"type": {
|
|
17904
|
+
"primitive": "string"
|
|
17905
|
+
}
|
|
17906
|
+
}
|
|
17907
|
+
],
|
|
17908
|
+
"symbolId": "src/awscdk/lambda-function:LambdaFunctionOptions"
|
|
17909
|
+
},
|
|
17910
|
+
"projen.awscdk.LambdaRuntime": {
|
|
17911
|
+
"assembly": "projen",
|
|
17912
|
+
"docs": {
|
|
17913
|
+
"stability": "experimental",
|
|
17914
|
+
"summary": "The runtime for the AWS Lambda function."
|
|
17915
|
+
},
|
|
17916
|
+
"fqn": "projen.awscdk.LambdaRuntime",
|
|
17917
|
+
"kind": "class",
|
|
17918
|
+
"locationInModule": {
|
|
17919
|
+
"filename": "src/awscdk/lambda-function.ts",
|
|
17920
|
+
"line": 189
|
|
17921
|
+
},
|
|
17922
|
+
"name": "LambdaRuntime",
|
|
17923
|
+
"namespace": "awscdk",
|
|
17924
|
+
"properties": [
|
|
17925
|
+
{
|
|
17926
|
+
"const": true,
|
|
17927
|
+
"docs": {
|
|
17928
|
+
"stability": "experimental",
|
|
17929
|
+
"summary": "Node.js 10.x."
|
|
17930
|
+
},
|
|
17931
|
+
"immutable": true,
|
|
17932
|
+
"locationInModule": {
|
|
17933
|
+
"filename": "src/awscdk/lambda-function.ts",
|
|
17934
|
+
"line": 193
|
|
17935
|
+
},
|
|
17936
|
+
"name": "NODEJS_10_X",
|
|
17937
|
+
"static": true,
|
|
17938
|
+
"type": {
|
|
17939
|
+
"fqn": "projen.awscdk.LambdaRuntime"
|
|
17940
|
+
}
|
|
17941
|
+
},
|
|
17942
|
+
{
|
|
17943
|
+
"const": true,
|
|
17944
|
+
"docs": {
|
|
17945
|
+
"stability": "experimental",
|
|
17946
|
+
"summary": "Node.js 12.x."
|
|
17947
|
+
},
|
|
17948
|
+
"immutable": true,
|
|
17949
|
+
"locationInModule": {
|
|
17950
|
+
"filename": "src/awscdk/lambda-function.ts",
|
|
17951
|
+
"line": 198
|
|
17952
|
+
},
|
|
17953
|
+
"name": "NODEJS_12_X",
|
|
17954
|
+
"static": true,
|
|
17955
|
+
"type": {
|
|
17956
|
+
"fqn": "projen.awscdk.LambdaRuntime"
|
|
17957
|
+
}
|
|
17958
|
+
},
|
|
17959
|
+
{
|
|
17960
|
+
"const": true,
|
|
17961
|
+
"docs": {
|
|
17962
|
+
"stability": "experimental",
|
|
17963
|
+
"summary": "Node.js 14.x."
|
|
17964
|
+
},
|
|
17965
|
+
"immutable": true,
|
|
17966
|
+
"locationInModule": {
|
|
17967
|
+
"filename": "src/awscdk/lambda-function.ts",
|
|
17968
|
+
"line": 203
|
|
17969
|
+
},
|
|
17970
|
+
"name": "NODEJS_14_X",
|
|
17971
|
+
"static": true,
|
|
17972
|
+
"type": {
|
|
17973
|
+
"fqn": "projen.awscdk.LambdaRuntime"
|
|
17974
|
+
}
|
|
17975
|
+
},
|
|
17976
|
+
{
|
|
17977
|
+
"docs": {
|
|
17978
|
+
"stability": "experimental"
|
|
17979
|
+
},
|
|
17980
|
+
"immutable": true,
|
|
17981
|
+
"locationInModule": {
|
|
17982
|
+
"filename": "src/awscdk/lambda-function.ts",
|
|
17983
|
+
"line": 205
|
|
17984
|
+
},
|
|
17985
|
+
"name": "esbuildPlatform",
|
|
17986
|
+
"type": {
|
|
17987
|
+
"primitive": "string"
|
|
17988
|
+
}
|
|
17989
|
+
},
|
|
17990
|
+
{
|
|
17991
|
+
"docs": {
|
|
17992
|
+
"stability": "experimental",
|
|
17993
|
+
"summary": "The esbuild setting to use."
|
|
17994
|
+
},
|
|
17995
|
+
"immutable": true,
|
|
17996
|
+
"locationInModule": {
|
|
17997
|
+
"filename": "src/awscdk/lambda-function.ts",
|
|
17998
|
+
"line": 216
|
|
17999
|
+
},
|
|
18000
|
+
"name": "esbuildTarget",
|
|
18001
|
+
"type": {
|
|
18002
|
+
"primitive": "string"
|
|
18003
|
+
}
|
|
18004
|
+
},
|
|
18005
|
+
{
|
|
18006
|
+
"docs": {
|
|
18007
|
+
"stability": "experimental",
|
|
18008
|
+
"summary": "The aws-lambda.Runtime member name to use."
|
|
18009
|
+
},
|
|
18010
|
+
"immutable": true,
|
|
18011
|
+
"locationInModule": {
|
|
18012
|
+
"filename": "src/awscdk/lambda-function.ts",
|
|
18013
|
+
"line": 211
|
|
18014
|
+
},
|
|
18015
|
+
"name": "functionRuntime",
|
|
18016
|
+
"type": {
|
|
18017
|
+
"primitive": "string"
|
|
18018
|
+
}
|
|
18019
|
+
}
|
|
18020
|
+
],
|
|
18021
|
+
"symbolId": "src/awscdk/lambda-function:LambdaRuntime"
|
|
18022
|
+
},
|
|
17334
18023
|
"projen.deps.Dependencies": {
|
|
17335
18024
|
"assembly": "projen",
|
|
17336
18025
|
"base": "projen.Component",
|
|
@@ -19060,7 +19749,7 @@
|
|
|
19060
19749
|
},
|
|
19061
19750
|
"locationInModule": {
|
|
19062
19751
|
"filename": "src/github/workflows.ts",
|
|
19063
|
-
"line":
|
|
19752
|
+
"line": 56
|
|
19064
19753
|
},
|
|
19065
19754
|
"parameters": [
|
|
19066
19755
|
{
|
|
@@ -19087,7 +19776,7 @@
|
|
|
19087
19776
|
"kind": "class",
|
|
19088
19777
|
"locationInModule": {
|
|
19089
19778
|
"filename": "src/github/workflows.ts",
|
|
19090
|
-
"line":
|
|
19779
|
+
"line": 35
|
|
19091
19780
|
},
|
|
19092
19781
|
"methods": [
|
|
19093
19782
|
{
|
|
@@ -19097,7 +19786,7 @@
|
|
|
19097
19786
|
},
|
|
19098
19787
|
"locationInModule": {
|
|
19099
19788
|
"filename": "src/github/workflows.ts",
|
|
19100
|
-
"line":
|
|
19789
|
+
"line": 88
|
|
19101
19790
|
},
|
|
19102
19791
|
"name": "addJobs",
|
|
19103
19792
|
"parameters": [
|
|
@@ -19124,7 +19813,7 @@
|
|
|
19124
19813
|
},
|
|
19125
19814
|
"locationInModule": {
|
|
19126
19815
|
"filename": "src/github/workflows.ts",
|
|
19127
|
-
"line":
|
|
19816
|
+
"line": 76
|
|
19128
19817
|
},
|
|
19129
19818
|
"name": "on",
|
|
19130
19819
|
"parameters": [
|
|
@@ -19151,7 +19840,7 @@
|
|
|
19151
19840
|
"immutable": true,
|
|
19152
19841
|
"locationInModule": {
|
|
19153
19842
|
"filename": "src/github/workflows.ts",
|
|
19154
|
-
"line":
|
|
19843
|
+
"line": 39
|
|
19155
19844
|
},
|
|
19156
19845
|
"name": "name",
|
|
19157
19846
|
"type": {
|
|
@@ -19167,7 +19856,7 @@
|
|
|
19167
19856
|
"immutable": true,
|
|
19168
19857
|
"locationInModule": {
|
|
19169
19858
|
"filename": "src/github/workflows.ts",
|
|
19170
|
-
"line":
|
|
19859
|
+
"line": 46
|
|
19171
19860
|
},
|
|
19172
19861
|
"name": "concurrency",
|
|
19173
19862
|
"optional": true,
|
|
@@ -19183,7 +19872,7 @@
|
|
|
19183
19872
|
"immutable": true,
|
|
19184
19873
|
"locationInModule": {
|
|
19185
19874
|
"filename": "src/github/workflows.ts",
|
|
19186
|
-
"line":
|
|
19875
|
+
"line": 51
|
|
19187
19876
|
},
|
|
19188
19877
|
"name": "file",
|
|
19189
19878
|
"optional": true,
|
|
@@ -19205,7 +19894,7 @@
|
|
|
19205
19894
|
"kind": "interface",
|
|
19206
19895
|
"locationInModule": {
|
|
19207
19896
|
"filename": "src/github/workflows.ts",
|
|
19208
|
-
"line":
|
|
19897
|
+
"line": 12
|
|
19209
19898
|
},
|
|
19210
19899
|
"name": "GithubWorkflowOptions",
|
|
19211
19900
|
"namespace": "github",
|
|
@@ -19222,7 +19911,7 @@
|
|
|
19222
19911
|
"immutable": true,
|
|
19223
19912
|
"locationInModule": {
|
|
19224
19913
|
"filename": "src/github/workflows.ts",
|
|
19225
|
-
"line":
|
|
19914
|
+
"line": 25
|
|
19226
19915
|
},
|
|
19227
19916
|
"name": "concurrency",
|
|
19228
19917
|
"optional": true,
|
|
@@ -19240,7 +19929,7 @@
|
|
|
19240
19929
|
"immutable": true,
|
|
19241
19930
|
"locationInModule": {
|
|
19242
19931
|
"filename": "src/github/workflows.ts",
|
|
19243
|
-
"line":
|
|
19932
|
+
"line": 18
|
|
19244
19933
|
},
|
|
19245
19934
|
"name": "force",
|
|
19246
19935
|
"optional": true,
|
|
@@ -24803,6 +25492,368 @@
|
|
|
24803
25492
|
],
|
|
24804
25493
|
"symbolId": "src/java/projenrc:ProjenrcOptions"
|
|
24805
25494
|
},
|
|
25495
|
+
"projen.javascript.BundleOptions": {
|
|
25496
|
+
"assembly": "projen",
|
|
25497
|
+
"datatype": true,
|
|
25498
|
+
"docs": {
|
|
25499
|
+
"stability": "experimental",
|
|
25500
|
+
"summary": "Options for bundling."
|
|
25501
|
+
},
|
|
25502
|
+
"fqn": "projen.javascript.BundleOptions",
|
|
25503
|
+
"kind": "interface",
|
|
25504
|
+
"locationInModule": {
|
|
25505
|
+
"filename": "src/javascript/bundler.ts",
|
|
25506
|
+
"line": 126
|
|
25507
|
+
},
|
|
25508
|
+
"name": "BundleOptions",
|
|
25509
|
+
"namespace": "javascript",
|
|
25510
|
+
"properties": [
|
|
25511
|
+
{
|
|
25512
|
+
"abstract": true,
|
|
25513
|
+
"docs": {
|
|
25514
|
+
"stability": "experimental",
|
|
25515
|
+
"summary": "The entrypoint of the code you wish to bundle."
|
|
25516
|
+
},
|
|
25517
|
+
"immutable": true,
|
|
25518
|
+
"locationInModule": {
|
|
25519
|
+
"filename": "src/javascript/bundler.ts",
|
|
25520
|
+
"line": 130
|
|
25521
|
+
},
|
|
25522
|
+
"name": "entrypoint",
|
|
25523
|
+
"type": {
|
|
25524
|
+
"primitive": "string"
|
|
25525
|
+
}
|
|
25526
|
+
},
|
|
25527
|
+
{
|
|
25528
|
+
"abstract": true,
|
|
25529
|
+
"docs": {
|
|
25530
|
+
"stability": "experimental",
|
|
25531
|
+
"summary": "This option sets the output file name for the build operation."
|
|
25532
|
+
},
|
|
25533
|
+
"immutable": true,
|
|
25534
|
+
"locationInModule": {
|
|
25535
|
+
"filename": "src/javascript/bundler.ts",
|
|
25536
|
+
"line": 149
|
|
25537
|
+
},
|
|
25538
|
+
"name": "outfile",
|
|
25539
|
+
"type": {
|
|
25540
|
+
"primitive": "string"
|
|
25541
|
+
}
|
|
25542
|
+
},
|
|
25543
|
+
{
|
|
25544
|
+
"abstract": true,
|
|
25545
|
+
"docs": {
|
|
25546
|
+
"example": "\"node\"",
|
|
25547
|
+
"stability": "experimental",
|
|
25548
|
+
"summary": "esbuild platform."
|
|
25549
|
+
},
|
|
25550
|
+
"immutable": true,
|
|
25551
|
+
"locationInModule": {
|
|
25552
|
+
"filename": "src/javascript/bundler.ts",
|
|
25553
|
+
"line": 144
|
|
25554
|
+
},
|
|
25555
|
+
"name": "platform",
|
|
25556
|
+
"type": {
|
|
25557
|
+
"primitive": "string"
|
|
25558
|
+
}
|
|
25559
|
+
},
|
|
25560
|
+
{
|
|
25561
|
+
"abstract": true,
|
|
25562
|
+
"docs": {
|
|
25563
|
+
"example": "\"node12\"",
|
|
25564
|
+
"stability": "experimental",
|
|
25565
|
+
"summary": "esbuild target."
|
|
25566
|
+
},
|
|
25567
|
+
"immutable": true,
|
|
25568
|
+
"locationInModule": {
|
|
25569
|
+
"filename": "src/javascript/bundler.ts",
|
|
25570
|
+
"line": 137
|
|
25571
|
+
},
|
|
25572
|
+
"name": "target",
|
|
25573
|
+
"type": {
|
|
25574
|
+
"primitive": "string"
|
|
25575
|
+
}
|
|
25576
|
+
},
|
|
25577
|
+
{
|
|
25578
|
+
"abstract": true,
|
|
25579
|
+
"docs": {
|
|
25580
|
+
"default": "[]",
|
|
25581
|
+
"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.",
|
|
25582
|
+
"stability": "experimental",
|
|
25583
|
+
"summary": "You can mark a file or a package as external to exclude it from your build."
|
|
25584
|
+
},
|
|
25585
|
+
"immutable": true,
|
|
25586
|
+
"locationInModule": {
|
|
25587
|
+
"filename": "src/javascript/bundler.ts",
|
|
25588
|
+
"line": 167
|
|
25589
|
+
},
|
|
25590
|
+
"name": "externals",
|
|
25591
|
+
"optional": true,
|
|
25592
|
+
"type": {
|
|
25593
|
+
"collection": {
|
|
25594
|
+
"elementtype": {
|
|
25595
|
+
"primitive": "string"
|
|
25596
|
+
},
|
|
25597
|
+
"kind": "array"
|
|
25598
|
+
}
|
|
25599
|
+
}
|
|
25600
|
+
},
|
|
25601
|
+
{
|
|
25602
|
+
"abstract": true,
|
|
25603
|
+
"docs": {
|
|
25604
|
+
"default": "true",
|
|
25605
|
+
"stability": "experimental",
|
|
25606
|
+
"summary": "Include a source map in the bundle."
|
|
25607
|
+
},
|
|
25608
|
+
"immutable": true,
|
|
25609
|
+
"locationInModule": {
|
|
25610
|
+
"filename": "src/javascript/bundler.ts",
|
|
25611
|
+
"line": 174
|
|
25612
|
+
},
|
|
25613
|
+
"name": "sourcemap",
|
|
25614
|
+
"optional": true,
|
|
25615
|
+
"type": {
|
|
25616
|
+
"primitive": "boolean"
|
|
25617
|
+
}
|
|
25618
|
+
},
|
|
25619
|
+
{
|
|
25620
|
+
"abstract": true,
|
|
25621
|
+
"docs": {
|
|
25622
|
+
"default": "true",
|
|
25623
|
+
"remarks": "This can be used\nto continusouly watch for changes.",
|
|
25624
|
+
"stability": "experimental",
|
|
25625
|
+
"summary": "In addition to the `bundle:xyz` task, creates `bundle:xyz:watch` task which will invoke the same esbuild command with the `--watch` flag."
|
|
25626
|
+
},
|
|
25627
|
+
"immutable": true,
|
|
25628
|
+
"locationInModule": {
|
|
25629
|
+
"filename": "src/javascript/bundler.ts",
|
|
25630
|
+
"line": 183
|
|
25631
|
+
},
|
|
25632
|
+
"name": "watchTask",
|
|
25633
|
+
"optional": true,
|
|
25634
|
+
"type": {
|
|
25635
|
+
"primitive": "boolean"
|
|
25636
|
+
}
|
|
25637
|
+
}
|
|
25638
|
+
],
|
|
25639
|
+
"symbolId": "src/javascript/bundler:BundleOptions"
|
|
25640
|
+
},
|
|
25641
|
+
"projen.javascript.Bundler": {
|
|
25642
|
+
"assembly": "projen",
|
|
25643
|
+
"base": "projen.Component",
|
|
25644
|
+
"docs": {
|
|
25645
|
+
"stability": "experimental",
|
|
25646
|
+
"summary": "Adds support for bundling JavaScript applications and dependencies into a single file."
|
|
25647
|
+
},
|
|
25648
|
+
"fqn": "projen.javascript.Bundler",
|
|
25649
|
+
"initializer": {
|
|
25650
|
+
"docs": {
|
|
25651
|
+
"stability": "experimental",
|
|
25652
|
+
"summary": "Creates a `Bundler`."
|
|
25653
|
+
},
|
|
25654
|
+
"locationInModule": {
|
|
25655
|
+
"filename": "src/javascript/bundler.ts",
|
|
25656
|
+
"line": 52
|
|
25657
|
+
},
|
|
25658
|
+
"parameters": [
|
|
25659
|
+
{
|
|
25660
|
+
"name": "project",
|
|
25661
|
+
"type": {
|
|
25662
|
+
"fqn": "projen.Project"
|
|
25663
|
+
}
|
|
25664
|
+
},
|
|
25665
|
+
{
|
|
25666
|
+
"name": "options",
|
|
25667
|
+
"type": {
|
|
25668
|
+
"fqn": "projen.javascript.BundlerOptions"
|
|
25669
|
+
}
|
|
25670
|
+
}
|
|
25671
|
+
]
|
|
25672
|
+
},
|
|
25673
|
+
"kind": "class",
|
|
25674
|
+
"locationInModule": {
|
|
25675
|
+
"filename": "src/javascript/bundler.ts",
|
|
25676
|
+
"line": 32
|
|
25677
|
+
},
|
|
25678
|
+
"methods": [
|
|
25679
|
+
{
|
|
25680
|
+
"docs": {
|
|
25681
|
+
"returns": "A bundler",
|
|
25682
|
+
"stability": "experimental",
|
|
25683
|
+
"summary": "Returns the `Bundler` instance associated with a project or `undefined` if there is no Bundler."
|
|
25684
|
+
},
|
|
25685
|
+
"locationInModule": {
|
|
25686
|
+
"filename": "src/javascript/bundler.ts",
|
|
25687
|
+
"line": 39
|
|
25688
|
+
},
|
|
25689
|
+
"name": "of",
|
|
25690
|
+
"parameters": [
|
|
25691
|
+
{
|
|
25692
|
+
"docs": {
|
|
25693
|
+
"summary": "The project."
|
|
25694
|
+
},
|
|
25695
|
+
"name": "project",
|
|
25696
|
+
"type": {
|
|
25697
|
+
"fqn": "projen.Project"
|
|
25698
|
+
}
|
|
25699
|
+
}
|
|
25700
|
+
],
|
|
25701
|
+
"returns": {
|
|
25702
|
+
"optional": true,
|
|
25703
|
+
"type": {
|
|
25704
|
+
"fqn": "projen.javascript.Bundler"
|
|
25705
|
+
}
|
|
25706
|
+
},
|
|
25707
|
+
"static": true
|
|
25708
|
+
},
|
|
25709
|
+
{
|
|
25710
|
+
"docs": {
|
|
25711
|
+
"stability": "experimental",
|
|
25712
|
+
"summary": "Adds a task to the project which bundles a specific entrypoint and all of its dependencies into a single javascript output file."
|
|
25713
|
+
},
|
|
25714
|
+
"locationInModule": {
|
|
25715
|
+
"filename": "src/javascript/bundler.ts",
|
|
25716
|
+
"line": 85
|
|
25717
|
+
},
|
|
25718
|
+
"name": "addBundle",
|
|
25719
|
+
"parameters": [
|
|
25720
|
+
{
|
|
25721
|
+
"docs": {
|
|
25722
|
+
"summary": "The name of the artifact (the task will be named `bundle:$name`)."
|
|
25723
|
+
},
|
|
25724
|
+
"name": "name",
|
|
25725
|
+
"type": {
|
|
25726
|
+
"primitive": "string"
|
|
25727
|
+
}
|
|
25728
|
+
},
|
|
25729
|
+
{
|
|
25730
|
+
"docs": {
|
|
25731
|
+
"summary": "Bundling options."
|
|
25732
|
+
},
|
|
25733
|
+
"name": "options",
|
|
25734
|
+
"type": {
|
|
25735
|
+
"fqn": "projen.javascript.BundleOptions"
|
|
25736
|
+
}
|
|
25737
|
+
}
|
|
25738
|
+
],
|
|
25739
|
+
"returns": {
|
|
25740
|
+
"type": {
|
|
25741
|
+
"fqn": "projen.tasks.Task"
|
|
25742
|
+
}
|
|
25743
|
+
}
|
|
25744
|
+
}
|
|
25745
|
+
],
|
|
25746
|
+
"name": "Bundler",
|
|
25747
|
+
"namespace": "javascript",
|
|
25748
|
+
"properties": [
|
|
25749
|
+
{
|
|
25750
|
+
"docs": {
|
|
25751
|
+
"stability": "experimental",
|
|
25752
|
+
"summary": "Gets or creates the singleton \"bundle\" task of the project."
|
|
25753
|
+
},
|
|
25754
|
+
"immutable": true,
|
|
25755
|
+
"locationInModule": {
|
|
25756
|
+
"filename": "src/javascript/bundler.ts",
|
|
25757
|
+
"line": 62
|
|
25758
|
+
},
|
|
25759
|
+
"name": "bundleTask",
|
|
25760
|
+
"type": {
|
|
25761
|
+
"fqn": "projen.tasks.Task"
|
|
25762
|
+
}
|
|
25763
|
+
},
|
|
25764
|
+
{
|
|
25765
|
+
"docs": {
|
|
25766
|
+
"stability": "experimental"
|
|
25767
|
+
},
|
|
25768
|
+
"immutable": true,
|
|
25769
|
+
"locationInModule": {
|
|
25770
|
+
"filename": "src/javascript/bundler.ts",
|
|
25771
|
+
"line": 47
|
|
25772
|
+
},
|
|
25773
|
+
"name": "esbuildVersion",
|
|
25774
|
+
"optional": true,
|
|
25775
|
+
"type": {
|
|
25776
|
+
"primitive": "string"
|
|
25777
|
+
}
|
|
25778
|
+
}
|
|
25779
|
+
],
|
|
25780
|
+
"symbolId": "src/javascript/bundler:Bundler"
|
|
25781
|
+
},
|
|
25782
|
+
"projen.javascript.BundlerCommonOptions": {
|
|
25783
|
+
"assembly": "projen",
|
|
25784
|
+
"datatype": true,
|
|
25785
|
+
"docs": {
|
|
25786
|
+
"stability": "experimental",
|
|
25787
|
+
"summary": "Common options for `Bundler`."
|
|
25788
|
+
},
|
|
25789
|
+
"fqn": "projen.javascript.BundlerCommonOptions",
|
|
25790
|
+
"kind": "interface",
|
|
25791
|
+
"locationInModule": {
|
|
25792
|
+
"filename": "src/javascript/bundler.ts",
|
|
25793
|
+
"line": 9
|
|
25794
|
+
},
|
|
25795
|
+
"name": "BundlerCommonOptions",
|
|
25796
|
+
"namespace": "javascript",
|
|
25797
|
+
"properties": [
|
|
25798
|
+
{
|
|
25799
|
+
"abstract": true,
|
|
25800
|
+
"docs": {
|
|
25801
|
+
"default": "- no specific version (implies latest)",
|
|
25802
|
+
"stability": "experimental",
|
|
25803
|
+
"summary": "The semantic version requirement for `esbuild`."
|
|
25804
|
+
},
|
|
25805
|
+
"immutable": true,
|
|
25806
|
+
"locationInModule": {
|
|
25807
|
+
"filename": "src/javascript/bundler.ts",
|
|
25808
|
+
"line": 15
|
|
25809
|
+
},
|
|
25810
|
+
"name": "esbuildVersion",
|
|
25811
|
+
"optional": true,
|
|
25812
|
+
"type": {
|
|
25813
|
+
"primitive": "string"
|
|
25814
|
+
}
|
|
25815
|
+
}
|
|
25816
|
+
],
|
|
25817
|
+
"symbolId": "src/javascript/bundler:BundlerCommonOptions"
|
|
25818
|
+
},
|
|
25819
|
+
"projen.javascript.BundlerOptions": {
|
|
25820
|
+
"assembly": "projen",
|
|
25821
|
+
"datatype": true,
|
|
25822
|
+
"docs": {
|
|
25823
|
+
"stability": "experimental",
|
|
25824
|
+
"summary": "Options for `Bundler`."
|
|
25825
|
+
},
|
|
25826
|
+
"fqn": "projen.javascript.BundlerOptions",
|
|
25827
|
+
"interfaces": [
|
|
25828
|
+
"projen.javascript.BundlerCommonOptions"
|
|
25829
|
+
],
|
|
25830
|
+
"kind": "interface",
|
|
25831
|
+
"locationInModule": {
|
|
25832
|
+
"filename": "src/javascript/bundler.ts",
|
|
25833
|
+
"line": 21
|
|
25834
|
+
},
|
|
25835
|
+
"name": "BundlerOptions",
|
|
25836
|
+
"namespace": "javascript",
|
|
25837
|
+
"properties": [
|
|
25838
|
+
{
|
|
25839
|
+
"abstract": true,
|
|
25840
|
+
"docs": {
|
|
25841
|
+
"stability": "experimental",
|
|
25842
|
+
"summary": "A parent task that will spawn the \"bundle\" task (usually \"compile\")."
|
|
25843
|
+
},
|
|
25844
|
+
"immutable": true,
|
|
25845
|
+
"locationInModule": {
|
|
25846
|
+
"filename": "src/javascript/bundler.ts",
|
|
25847
|
+
"line": 25
|
|
25848
|
+
},
|
|
25849
|
+
"name": "parentTask",
|
|
25850
|
+
"type": {
|
|
25851
|
+
"fqn": "projen.tasks.Task"
|
|
25852
|
+
}
|
|
25853
|
+
}
|
|
25854
|
+
],
|
|
25855
|
+
"symbolId": "src/javascript/bundler:BundlerOptions"
|
|
25856
|
+
},
|
|
24806
25857
|
"projen.javascript.NpmConfig": {
|
|
24807
25858
|
"assembly": "projen",
|
|
24808
25859
|
"base": "projen.Component",
|
|
@@ -26202,7 +27253,7 @@
|
|
|
26202
27253
|
},
|
|
26203
27254
|
"locationInModule": {
|
|
26204
27255
|
"filename": "src/python/projenrc.ts",
|
|
26205
|
-
"line":
|
|
27256
|
+
"line": 39
|
|
26206
27257
|
},
|
|
26207
27258
|
"parameters": [
|
|
26208
27259
|
{
|
|
@@ -26223,7 +27274,7 @@
|
|
|
26223
27274
|
"kind": "class",
|
|
26224
27275
|
"locationInModule": {
|
|
26225
27276
|
"filename": "src/python/projenrc.ts",
|
|
26226
|
-
"line":
|
|
27277
|
+
"line": 33
|
|
26227
27278
|
},
|
|
26228
27279
|
"name": "Projenrc",
|
|
26229
27280
|
"namespace": "python",
|
|
@@ -26240,7 +27291,7 @@
|
|
|
26240
27291
|
"kind": "interface",
|
|
26241
27292
|
"locationInModule": {
|
|
26242
27293
|
"filename": "src/python/projenrc.ts",
|
|
26243
|
-
"line":
|
|
27294
|
+
"line": 13
|
|
26244
27295
|
},
|
|
26245
27296
|
"name": "ProjenrcOptions",
|
|
26246
27297
|
"namespace": "python",
|
|
@@ -26255,7 +27306,7 @@
|
|
|
26255
27306
|
"immutable": true,
|
|
26256
27307
|
"locationInModule": {
|
|
26257
27308
|
"filename": "src/python/projenrc.ts",
|
|
26258
|
-
"line":
|
|
27309
|
+
"line": 18
|
|
26259
27310
|
},
|
|
26260
27311
|
"name": "filename",
|
|
26261
27312
|
"optional": true,
|
|
@@ -26273,7 +27324,7 @@
|
|
|
26273
27324
|
"immutable": true,
|
|
26274
27325
|
"locationInModule": {
|
|
26275
27326
|
"filename": "src/python/projenrc.ts",
|
|
26276
|
-
"line":
|
|
27327
|
+
"line": 24
|
|
26277
27328
|
},
|
|
26278
27329
|
"name": "projenVersion",
|
|
26279
27330
|
"optional": true,
|
|
@@ -27804,6 +28855,62 @@
|
|
|
27804
28855
|
],
|
|
27805
28856
|
"symbolId": "src/release/release:BranchOptions"
|
|
27806
28857
|
},
|
|
28858
|
+
"projen.release.CodeArtifactOptions": {
|
|
28859
|
+
"assembly": "projen",
|
|
28860
|
+
"datatype": true,
|
|
28861
|
+
"docs": {
|
|
28862
|
+
"stability": "experimental"
|
|
28863
|
+
},
|
|
28864
|
+
"fqn": "projen.release.CodeArtifactOptions",
|
|
28865
|
+
"kind": "interface",
|
|
28866
|
+
"locationInModule": {
|
|
28867
|
+
"filename": "src/release/publisher.ts",
|
|
28868
|
+
"line": 494
|
|
28869
|
+
},
|
|
28870
|
+
"name": "CodeArtifactOptions",
|
|
28871
|
+
"namespace": "release",
|
|
28872
|
+
"properties": [
|
|
28873
|
+
{
|
|
28874
|
+
"abstract": true,
|
|
28875
|
+
"docs": {
|
|
28876
|
+
"default": "\"AWS_ACCESS_KEY_ID\"",
|
|
28877
|
+
"remarks": "This property must be specified only when publishing to AWS CodeArtifact (`registry` contains AWS CodeArtifact URL).",
|
|
28878
|
+
"stability": "experimental",
|
|
28879
|
+
"summary": "GitHub secret which contains the AWS access key ID to use when publishing packages to AWS CodeArtifact."
|
|
28880
|
+
},
|
|
28881
|
+
"immutable": true,
|
|
28882
|
+
"locationInModule": {
|
|
28883
|
+
"filename": "src/release/publisher.ts",
|
|
28884
|
+
"line": 501
|
|
28885
|
+
},
|
|
28886
|
+
"name": "accessKeyIdSecret",
|
|
28887
|
+
"optional": true,
|
|
28888
|
+
"type": {
|
|
28889
|
+
"primitive": "string"
|
|
28890
|
+
}
|
|
28891
|
+
},
|
|
28892
|
+
{
|
|
28893
|
+
"abstract": true,
|
|
28894
|
+
"docs": {
|
|
28895
|
+
"default": "\"AWS_SECRET_ACCESS_KEY\"",
|
|
28896
|
+
"remarks": "This property must be specified only when publishing to AWS CodeArtifact (`registry` contains AWS CodeArtifact URL).",
|
|
28897
|
+
"stability": "experimental",
|
|
28898
|
+
"summary": "GitHub secret which contains the AWS secret access key to use when publishing packages to AWS CodeArtifact."
|
|
28899
|
+
},
|
|
28900
|
+
"immutable": true,
|
|
28901
|
+
"locationInModule": {
|
|
28902
|
+
"filename": "src/release/publisher.ts",
|
|
28903
|
+
"line": 509
|
|
28904
|
+
},
|
|
28905
|
+
"name": "secretAccessKeySecret",
|
|
28906
|
+
"optional": true,
|
|
28907
|
+
"type": {
|
|
28908
|
+
"primitive": "string"
|
|
28909
|
+
}
|
|
28910
|
+
}
|
|
28911
|
+
],
|
|
28912
|
+
"symbolId": "src/release/publisher:CodeArtifactOptions"
|
|
28913
|
+
},
|
|
27807
28914
|
"projen.release.GitHubReleasesPublishOptions": {
|
|
27808
28915
|
"assembly": "projen",
|
|
27809
28916
|
"datatype": true,
|
|
@@ -27815,7 +28922,7 @@
|
|
|
27815
28922
|
"kind": "interface",
|
|
27816
28923
|
"locationInModule": {
|
|
27817
28924
|
"filename": "src/release/publisher.ts",
|
|
27818
|
-
"line":
|
|
28925
|
+
"line": 730
|
|
27819
28926
|
},
|
|
27820
28927
|
"name": "GitHubReleasesPublishOptions",
|
|
27821
28928
|
"namespace": "release",
|
|
@@ -27830,7 +28937,7 @@
|
|
|
27830
28937
|
"immutable": true,
|
|
27831
28938
|
"locationInModule": {
|
|
27832
28939
|
"filename": "src/release/publisher.ts",
|
|
27833
|
-
"line":
|
|
28940
|
+
"line": 715
|
|
27834
28941
|
},
|
|
27835
28942
|
"name": "changelogFile",
|
|
27836
28943
|
"type": {
|
|
@@ -27847,7 +28954,7 @@
|
|
|
27847
28954
|
"immutable": true,
|
|
27848
28955
|
"locationInModule": {
|
|
27849
28956
|
"filename": "src/release/publisher.ts",
|
|
27850
|
-
"line":
|
|
28957
|
+
"line": 708
|
|
27851
28958
|
},
|
|
27852
28959
|
"name": "releaseTagFile",
|
|
27853
28960
|
"type": {
|
|
@@ -27864,7 +28971,7 @@
|
|
|
27864
28971
|
"immutable": true,
|
|
27865
28972
|
"locationInModule": {
|
|
27866
28973
|
"filename": "src/release/publisher.ts",
|
|
27867
|
-
"line":
|
|
28974
|
+
"line": 701
|
|
27868
28975
|
},
|
|
27869
28976
|
"name": "versionFile",
|
|
27870
28977
|
"type": {
|
|
@@ -27885,7 +28992,7 @@
|
|
|
27885
28992
|
"kind": "interface",
|
|
27886
28993
|
"locationInModule": {
|
|
27887
28994
|
"filename": "src/release/publisher.ts",
|
|
27888
|
-
"line":
|
|
28995
|
+
"line": 735
|
|
27889
28996
|
},
|
|
27890
28997
|
"name": "GitPublishOptions",
|
|
27891
28998
|
"namespace": "release",
|
|
@@ -27900,7 +29007,7 @@
|
|
|
27900
29007
|
"immutable": true,
|
|
27901
29008
|
"locationInModule": {
|
|
27902
29009
|
"filename": "src/release/publisher.ts",
|
|
27903
|
-
"line":
|
|
29010
|
+
"line": 715
|
|
27904
29011
|
},
|
|
27905
29012
|
"name": "changelogFile",
|
|
27906
29013
|
"type": {
|
|
@@ -27917,7 +29024,7 @@
|
|
|
27917
29024
|
"immutable": true,
|
|
27918
29025
|
"locationInModule": {
|
|
27919
29026
|
"filename": "src/release/publisher.ts",
|
|
27920
|
-
"line":
|
|
29027
|
+
"line": 708
|
|
27921
29028
|
},
|
|
27922
29029
|
"name": "releaseTagFile",
|
|
27923
29030
|
"type": {
|
|
@@ -27934,7 +29041,7 @@
|
|
|
27934
29041
|
"immutable": true,
|
|
27935
29042
|
"locationInModule": {
|
|
27936
29043
|
"filename": "src/release/publisher.ts",
|
|
27937
|
-
"line":
|
|
29044
|
+
"line": 701
|
|
27938
29045
|
},
|
|
27939
29046
|
"name": "versionFile",
|
|
27940
29047
|
"type": {
|
|
@@ -27951,7 +29058,7 @@
|
|
|
27951
29058
|
"immutable": true,
|
|
27952
29059
|
"locationInModule": {
|
|
27953
29060
|
"filename": "src/release/publisher.ts",
|
|
27954
|
-
"line":
|
|
29061
|
+
"line": 746
|
|
27955
29062
|
},
|
|
27956
29063
|
"name": "gitBranch",
|
|
27957
29064
|
"optional": true,
|
|
@@ -27968,7 +29075,7 @@
|
|
|
27968
29075
|
"immutable": true,
|
|
27969
29076
|
"locationInModule": {
|
|
27970
29077
|
"filename": "src/release/publisher.ts",
|
|
27971
|
-
"line":
|
|
29078
|
+
"line": 739
|
|
27972
29079
|
},
|
|
27973
29080
|
"name": "projectChangelogFile",
|
|
27974
29081
|
"optional": true,
|
|
@@ -27990,7 +29097,7 @@
|
|
|
27990
29097
|
"kind": "interface",
|
|
27991
29098
|
"locationInModule": {
|
|
27992
29099
|
"filename": "src/release/publisher.ts",
|
|
27993
|
-
"line":
|
|
29100
|
+
"line": 652
|
|
27994
29101
|
},
|
|
27995
29102
|
"name": "GoPublishOptions",
|
|
27996
29103
|
"namespace": "release",
|
|
@@ -28005,7 +29112,7 @@
|
|
|
28005
29112
|
"immutable": true,
|
|
28006
29113
|
"locationInModule": {
|
|
28007
29114
|
"filename": "src/release/publisher.ts",
|
|
28008
|
-
"line":
|
|
29115
|
+
"line": 673
|
|
28009
29116
|
},
|
|
28010
29117
|
"name": "gitBranch",
|
|
28011
29118
|
"optional": true,
|
|
@@ -28023,7 +29130,7 @@
|
|
|
28023
29130
|
"immutable": true,
|
|
28024
29131
|
"locationInModule": {
|
|
28025
29132
|
"filename": "src/release/publisher.ts",
|
|
28026
|
-
"line":
|
|
29133
|
+
"line": 692
|
|
28027
29134
|
},
|
|
28028
29135
|
"name": "gitCommitMessage",
|
|
28029
29136
|
"optional": true,
|
|
@@ -28041,7 +29148,7 @@
|
|
|
28041
29148
|
"immutable": true,
|
|
28042
29149
|
"locationInModule": {
|
|
28043
29150
|
"filename": "src/release/publisher.ts",
|
|
28044
|
-
"line":
|
|
29151
|
+
"line": 666
|
|
28045
29152
|
},
|
|
28046
29153
|
"name": "githubRepo",
|
|
28047
29154
|
"optional": true,
|
|
@@ -28059,7 +29166,7 @@
|
|
|
28059
29166
|
"immutable": true,
|
|
28060
29167
|
"locationInModule": {
|
|
28061
29168
|
"filename": "src/release/publisher.ts",
|
|
28062
|
-
"line":
|
|
29169
|
+
"line": 659
|
|
28063
29170
|
},
|
|
28064
29171
|
"name": "githubTokenSecret",
|
|
28065
29172
|
"optional": true,
|
|
@@ -28080,7 +29187,7 @@
|
|
|
28080
29187
|
"immutable": true,
|
|
28081
29188
|
"locationInModule": {
|
|
28082
29189
|
"filename": "src/release/publisher.ts",
|
|
28083
|
-
"line":
|
|
29190
|
+
"line": 685
|
|
28084
29191
|
},
|
|
28085
29192
|
"name": "gitUserEmail",
|
|
28086
29193
|
"optional": true,
|
|
@@ -28098,7 +29205,7 @@
|
|
|
28098
29205
|
"immutable": true,
|
|
28099
29206
|
"locationInModule": {
|
|
28100
29207
|
"filename": "src/release/publisher.ts",
|
|
28101
|
-
"line":
|
|
29208
|
+
"line": 679
|
|
28102
29209
|
},
|
|
28103
29210
|
"name": "gitUserName",
|
|
28104
29211
|
"optional": true,
|
|
@@ -28123,7 +29230,7 @@
|
|
|
28123
29230
|
"kind": "interface",
|
|
28124
29231
|
"locationInModule": {
|
|
28125
29232
|
"filename": "src/release/publisher.ts",
|
|
28126
|
-
"line":
|
|
29233
|
+
"line": 561
|
|
28127
29234
|
},
|
|
28128
29235
|
"name": "JsiiReleaseMaven",
|
|
28129
29236
|
"namespace": "release",
|
|
@@ -28143,7 +29250,7 @@
|
|
|
28143
29250
|
"kind": "interface",
|
|
28144
29251
|
"locationInModule": {
|
|
28145
29252
|
"filename": "src/release/publisher.ts",
|
|
28146
|
-
"line":
|
|
29253
|
+
"line": 442
|
|
28147
29254
|
},
|
|
28148
29255
|
"name": "JsiiReleaseNpm",
|
|
28149
29256
|
"namespace": "release",
|
|
@@ -28163,7 +29270,7 @@
|
|
|
28163
29270
|
"kind": "interface",
|
|
28164
29271
|
"locationInModule": {
|
|
28165
29272
|
"filename": "src/release/publisher.ts",
|
|
28166
|
-
"line":
|
|
29273
|
+
"line": 544
|
|
28167
29274
|
},
|
|
28168
29275
|
"name": "JsiiReleaseNuget",
|
|
28169
29276
|
"namespace": "release",
|
|
@@ -28183,7 +29290,7 @@
|
|
|
28183
29290
|
"kind": "interface",
|
|
28184
29291
|
"locationInModule": {
|
|
28185
29292
|
"filename": "src/release/publisher.ts",
|
|
28186
|
-
"line":
|
|
29293
|
+
"line": 515
|
|
28187
29294
|
},
|
|
28188
29295
|
"name": "JsiiReleasePyPi",
|
|
28189
29296
|
"namespace": "release",
|
|
@@ -28255,7 +29362,7 @@
|
|
|
28255
29362
|
"kind": "interface",
|
|
28256
29363
|
"locationInModule": {
|
|
28257
29364
|
"filename": "src/release/publisher.ts",
|
|
28258
|
-
"line":
|
|
29365
|
+
"line": 566
|
|
28259
29366
|
},
|
|
28260
29367
|
"name": "MavenPublishOptions",
|
|
28261
29368
|
"namespace": "release",
|
|
@@ -28271,7 +29378,7 @@
|
|
|
28271
29378
|
"immutable": true,
|
|
28272
29379
|
"locationInModule": {
|
|
28273
29380
|
"filename": "src/release/publisher.ts",
|
|
28274
|
-
"line":
|
|
29381
|
+
"line": 572
|
|
28275
29382
|
},
|
|
28276
29383
|
"name": "mavenEndpoint",
|
|
28277
29384
|
"optional": true,
|
|
@@ -28291,7 +29398,7 @@
|
|
|
28291
29398
|
"immutable": true,
|
|
28292
29399
|
"locationInModule": {
|
|
28293
29400
|
"filename": "src/release/publisher.ts",
|
|
28294
|
-
"line":
|
|
29401
|
+
"line": 605
|
|
28295
29402
|
},
|
|
28296
29403
|
"name": "mavenGpgPrivateKeyPassphrase",
|
|
28297
29404
|
"optional": true,
|
|
@@ -28311,7 +29418,7 @@
|
|
|
28311
29418
|
"immutable": true,
|
|
28312
29419
|
"locationInModule": {
|
|
28313
29420
|
"filename": "src/release/publisher.ts",
|
|
28314
|
-
"line":
|
|
29421
|
+
"line": 596
|
|
28315
29422
|
},
|
|
28316
29423
|
"name": "mavenGpgPrivateKeySecret",
|
|
28317
29424
|
"optional": true,
|
|
@@ -28331,7 +29438,7 @@
|
|
|
28331
29438
|
"immutable": true,
|
|
28332
29439
|
"locationInModule": {
|
|
28333
29440
|
"filename": "src/release/publisher.ts",
|
|
28334
|
-
"line":
|
|
29441
|
+
"line": 631
|
|
28335
29442
|
},
|
|
28336
29443
|
"name": "mavenPassword",
|
|
28337
29444
|
"optional": true,
|
|
@@ -28349,7 +29456,7 @@
|
|
|
28349
29456
|
"immutable": true,
|
|
28350
29457
|
"locationInModule": {
|
|
28351
29458
|
"filename": "src/release/publisher.ts",
|
|
28352
|
-
"line":
|
|
29459
|
+
"line": 586
|
|
28353
29460
|
},
|
|
28354
29461
|
"name": "mavenRepositoryUrl",
|
|
28355
29462
|
"optional": true,
|
|
@@ -28367,7 +29474,7 @@
|
|
|
28367
29474
|
"immutable": true,
|
|
28368
29475
|
"locationInModule": {
|
|
28369
29476
|
"filename": "src/release/publisher.ts",
|
|
28370
|
-
"line":
|
|
29477
|
+
"line": 579
|
|
28371
29478
|
},
|
|
28372
29479
|
"name": "mavenServerId",
|
|
28373
29480
|
"optional": true,
|
|
@@ -28385,7 +29492,7 @@
|
|
|
28385
29492
|
"immutable": true,
|
|
28386
29493
|
"locationInModule": {
|
|
28387
29494
|
"filename": "src/release/publisher.ts",
|
|
28388
|
-
"line":
|
|
29495
|
+
"line": 642
|
|
28389
29496
|
},
|
|
28390
29497
|
"name": "mavenStagingProfileId",
|
|
28391
29498
|
"optional": true,
|
|
@@ -28405,7 +29512,7 @@
|
|
|
28405
29512
|
"immutable": true,
|
|
28406
29513
|
"locationInModule": {
|
|
28407
29514
|
"filename": "src/release/publisher.ts",
|
|
28408
|
-
"line":
|
|
29515
|
+
"line": 618
|
|
28409
29516
|
},
|
|
28410
29517
|
"name": "mavenUsername",
|
|
28411
29518
|
"optional": true,
|
|
@@ -28427,11 +29534,29 @@
|
|
|
28427
29534
|
"kind": "interface",
|
|
28428
29535
|
"locationInModule": {
|
|
28429
29536
|
"filename": "src/release/publisher.ts",
|
|
28430
|
-
"line":
|
|
29537
|
+
"line": 447
|
|
28431
29538
|
},
|
|
28432
29539
|
"name": "NpmPublishOptions",
|
|
28433
29540
|
"namespace": "release",
|
|
28434
29541
|
"properties": [
|
|
29542
|
+
{
|
|
29543
|
+
"abstract": true,
|
|
29544
|
+
"docs": {
|
|
29545
|
+
"default": "- undefined",
|
|
29546
|
+
"stability": "experimental",
|
|
29547
|
+
"summary": "Options for publishing npm package to AWS CodeArtifact."
|
|
29548
|
+
},
|
|
29549
|
+
"immutable": true,
|
|
29550
|
+
"locationInModule": {
|
|
29551
|
+
"filename": "src/release/publisher.ts",
|
|
29552
|
+
"line": 491
|
|
29553
|
+
},
|
|
29554
|
+
"name": "codeArtifactOptions",
|
|
29555
|
+
"optional": true,
|
|
29556
|
+
"type": {
|
|
29557
|
+
"fqn": "projen.release.CodeArtifactOptions"
|
|
29558
|
+
}
|
|
29559
|
+
},
|
|
28435
29560
|
{
|
|
28436
29561
|
"abstract": true,
|
|
28437
29562
|
"docs": {
|
|
@@ -28443,7 +29568,7 @@
|
|
|
28443
29568
|
"immutable": true,
|
|
28444
29569
|
"locationInModule": {
|
|
28445
29570
|
"filename": "src/release/publisher.ts",
|
|
28446
|
-
"line":
|
|
29571
|
+
"line": 464
|
|
28447
29572
|
},
|
|
28448
29573
|
"name": "distTag",
|
|
28449
29574
|
"optional": true,
|
|
@@ -28461,7 +29586,7 @@
|
|
|
28461
29586
|
"immutable": true,
|
|
28462
29587
|
"locationInModule": {
|
|
28463
29588
|
"filename": "src/release/publisher.ts",
|
|
28464
|
-
"line":
|
|
29589
|
+
"line": 484
|
|
28465
29590
|
},
|
|
28466
29591
|
"name": "npmTokenSecret",
|
|
28467
29592
|
"optional": true,
|
|
@@ -28481,7 +29606,7 @@
|
|
|
28481
29606
|
"immutable": true,
|
|
28482
29607
|
"locationInModule": {
|
|
28483
29608
|
"filename": "src/release/publisher.ts",
|
|
28484
|
-
"line":
|
|
29609
|
+
"line": 478
|
|
28485
29610
|
},
|
|
28486
29611
|
"name": "registry",
|
|
28487
29612
|
"optional": true,
|
|
@@ -28503,7 +29628,7 @@
|
|
|
28503
29628
|
"kind": "interface",
|
|
28504
29629
|
"locationInModule": {
|
|
28505
29630
|
"filename": "src/release/publisher.ts",
|
|
28506
|
-
"line":
|
|
29631
|
+
"line": 549
|
|
28507
29632
|
},
|
|
28508
29633
|
"name": "NugetPublishOptions",
|
|
28509
29634
|
"namespace": "release",
|
|
@@ -28518,7 +29643,7 @@
|
|
|
28518
29643
|
"immutable": true,
|
|
28519
29644
|
"locationInModule": {
|
|
28520
29645
|
"filename": "src/release/publisher.ts",
|
|
28521
|
-
"line":
|
|
29646
|
+
"line": 555
|
|
28522
29647
|
},
|
|
28523
29648
|
"name": "nugetApiKeySecret",
|
|
28524
29649
|
"optional": true,
|
|
@@ -28544,7 +29669,7 @@
|
|
|
28544
29669
|
},
|
|
28545
29670
|
"locationInModule": {
|
|
28546
29671
|
"filename": "src/release/publisher.ts",
|
|
28547
|
-
"line":
|
|
29672
|
+
"line": 82
|
|
28548
29673
|
},
|
|
28549
29674
|
"parameters": [
|
|
28550
29675
|
{
|
|
@@ -28564,7 +29689,7 @@
|
|
|
28564
29689
|
"kind": "class",
|
|
28565
29690
|
"locationInModule": {
|
|
28566
29691
|
"filename": "src/release/publisher.ts",
|
|
28567
|
-
"line":
|
|
29692
|
+
"line": 70
|
|
28568
29693
|
},
|
|
28569
29694
|
"methods": [
|
|
28570
29695
|
{
|
|
@@ -28575,7 +29700,7 @@
|
|
|
28575
29700
|
},
|
|
28576
29701
|
"locationInModule": {
|
|
28577
29702
|
"filename": "src/release/publisher.ts",
|
|
28578
|
-
"line":
|
|
29703
|
+
"line": 109
|
|
28579
29704
|
},
|
|
28580
29705
|
"name": "publishToGit",
|
|
28581
29706
|
"parameters": [
|
|
@@ -28602,7 +29727,7 @@
|
|
|
28602
29727
|
},
|
|
28603
29728
|
"locationInModule": {
|
|
28604
29729
|
"filename": "src/release/publisher.ts",
|
|
28605
|
-
"line":
|
|
29730
|
+
"line": 140
|
|
28606
29731
|
},
|
|
28607
29732
|
"name": "publishToGitHubReleases",
|
|
28608
29733
|
"parameters": [
|
|
@@ -28624,7 +29749,7 @@
|
|
|
28624
29749
|
},
|
|
28625
29750
|
"locationInModule": {
|
|
28626
29751
|
"filename": "src/release/publisher.ts",
|
|
28627
|
-
"line":
|
|
29752
|
+
"line": 289
|
|
28628
29753
|
},
|
|
28629
29754
|
"name": "publishToGo",
|
|
28630
29755
|
"parameters": [
|
|
@@ -28647,7 +29772,7 @@
|
|
|
28647
29772
|
},
|
|
28648
29773
|
"locationInModule": {
|
|
28649
29774
|
"filename": "src/release/publisher.ts",
|
|
28650
|
-
"line":
|
|
29775
|
+
"line": 232
|
|
28651
29776
|
},
|
|
28652
29777
|
"name": "publishToMaven",
|
|
28653
29778
|
"parameters": [
|
|
@@ -28670,7 +29795,7 @@
|
|
|
28670
29795
|
},
|
|
28671
29796
|
"locationInModule": {
|
|
28672
29797
|
"filename": "src/release/publisher.ts",
|
|
28673
|
-
"line":
|
|
29798
|
+
"line": 185
|
|
28674
29799
|
},
|
|
28675
29800
|
"name": "publishToNpm",
|
|
28676
29801
|
"parameters": [
|
|
@@ -28693,7 +29818,7 @@
|
|
|
28693
29818
|
},
|
|
28694
29819
|
"locationInModule": {
|
|
28695
29820
|
"filename": "src/release/publisher.ts",
|
|
28696
|
-
"line":
|
|
29821
|
+
"line": 216
|
|
28697
29822
|
},
|
|
28698
29823
|
"name": "publishToNuget",
|
|
28699
29824
|
"parameters": [
|
|
@@ -28716,7 +29841,7 @@
|
|
|
28716
29841
|
},
|
|
28717
29842
|
"locationInModule": {
|
|
28718
29843
|
"filename": "src/release/publisher.ts",
|
|
28719
|
-
"line":
|
|
29844
|
+
"line": 269
|
|
28720
29845
|
},
|
|
28721
29846
|
"name": "publishToPyPi",
|
|
28722
29847
|
"parameters": [
|
|
@@ -28740,7 +29865,7 @@
|
|
|
28740
29865
|
},
|
|
28741
29866
|
"locationInModule": {
|
|
28742
29867
|
"filename": "src/release/publisher.ts",
|
|
28743
|
-
"line":
|
|
29868
|
+
"line": 98
|
|
28744
29869
|
},
|
|
28745
29870
|
"name": "render",
|
|
28746
29871
|
"returns": {
|
|
@@ -28765,7 +29890,7 @@
|
|
|
28765
29890
|
"immutable": true,
|
|
28766
29891
|
"locationInModule": {
|
|
28767
29892
|
"filename": "src/release/publisher.ts",
|
|
28768
|
-
"line":
|
|
29893
|
+
"line": 72
|
|
28769
29894
|
},
|
|
28770
29895
|
"name": "artifactName",
|
|
28771
29896
|
"type": {
|
|
@@ -28779,7 +29904,7 @@
|
|
|
28779
29904
|
"immutable": true,
|
|
28780
29905
|
"locationInModule": {
|
|
28781
29906
|
"filename": "src/release/publisher.ts",
|
|
28782
|
-
"line":
|
|
29907
|
+
"line": 71
|
|
28783
29908
|
},
|
|
28784
29909
|
"name": "buildJobId",
|
|
28785
29910
|
"type": {
|
|
@@ -28793,7 +29918,7 @@
|
|
|
28793
29918
|
"immutable": true,
|
|
28794
29919
|
"locationInModule": {
|
|
28795
29920
|
"filename": "src/release/publisher.ts",
|
|
28796
|
-
"line":
|
|
29921
|
+
"line": 73
|
|
28797
29922
|
},
|
|
28798
29923
|
"name": "jsiiReleaseVersion",
|
|
28799
29924
|
"type": {
|
|
@@ -28807,7 +29932,7 @@
|
|
|
28807
29932
|
"immutable": true,
|
|
28808
29933
|
"locationInModule": {
|
|
28809
29934
|
"filename": "src/release/publisher.ts",
|
|
28810
|
-
"line":
|
|
29935
|
+
"line": 74
|
|
28811
29936
|
},
|
|
28812
29937
|
"name": "condition",
|
|
28813
29938
|
"optional": true,
|
|
@@ -28829,7 +29954,7 @@
|
|
|
28829
29954
|
"kind": "interface",
|
|
28830
29955
|
"locationInModule": {
|
|
28831
29956
|
"filename": "src/release/publisher.ts",
|
|
28832
|
-
"line":
|
|
29957
|
+
"line": 18
|
|
28833
29958
|
},
|
|
28834
29959
|
"name": "PublisherOptions",
|
|
28835
29960
|
"namespace": "release",
|
|
@@ -28845,7 +29970,7 @@
|
|
|
28845
29970
|
"immutable": true,
|
|
28846
29971
|
"locationInModule": {
|
|
28847
29972
|
"filename": "src/release/publisher.ts",
|
|
28848
|
-
"line":
|
|
29973
|
+
"line": 40
|
|
28849
29974
|
},
|
|
28850
29975
|
"name": "artifactName",
|
|
28851
29976
|
"type": {
|
|
@@ -28862,7 +29987,7 @@
|
|
|
28862
29987
|
"immutable": true,
|
|
28863
29988
|
"locationInModule": {
|
|
28864
29989
|
"filename": "src/release/publisher.ts",
|
|
28865
|
-
"line":
|
|
29990
|
+
"line": 22
|
|
28866
29991
|
},
|
|
28867
29992
|
"name": "buildJobId",
|
|
28868
29993
|
"type": {
|
|
@@ -28879,7 +30004,7 @@
|
|
|
28879
30004
|
"immutable": true,
|
|
28880
30005
|
"locationInModule": {
|
|
28881
30006
|
"filename": "src/release/publisher.ts",
|
|
28882
|
-
"line":
|
|
30007
|
+
"line": 29
|
|
28883
30008
|
},
|
|
28884
30009
|
"name": "condition",
|
|
28885
30010
|
"optional": true,
|
|
@@ -28897,7 +30022,7 @@
|
|
|
28897
30022
|
"immutable": true,
|
|
28898
30023
|
"locationInModule": {
|
|
28899
30024
|
"filename": "src/release/publisher.ts",
|
|
28900
|
-
"line":
|
|
30025
|
+
"line": 54
|
|
28901
30026
|
},
|
|
28902
30027
|
"name": "failureIssue",
|
|
28903
30028
|
"optional": true,
|
|
@@ -28916,7 +30041,7 @@
|
|
|
28916
30041
|
"immutable": true,
|
|
28917
30042
|
"locationInModule": {
|
|
28918
30043
|
"filename": "src/release/publisher.ts",
|
|
28919
|
-
"line":
|
|
30044
|
+
"line": 62
|
|
28920
30045
|
},
|
|
28921
30046
|
"name": "failureIssueLabel",
|
|
28922
30047
|
"optional": true,
|
|
@@ -28934,7 +30059,7 @@
|
|
|
28934
30059
|
"immutable": true,
|
|
28935
30060
|
"locationInModule": {
|
|
28936
30061
|
"filename": "src/release/publisher.ts",
|
|
28937
|
-
"line":
|
|
30062
|
+
"line": 47
|
|
28938
30063
|
},
|
|
28939
30064
|
"name": "jsiiReleaseVersion",
|
|
28940
30065
|
"optional": true,
|
|
@@ -28956,7 +30081,7 @@
|
|
|
28956
30081
|
"kind": "interface",
|
|
28957
30082
|
"locationInModule": {
|
|
28958
30083
|
"filename": "src/release/publisher.ts",
|
|
28959
|
-
"line":
|
|
30084
|
+
"line": 520
|
|
28960
30085
|
},
|
|
28961
30086
|
"name": "PyPiPublishOptions",
|
|
28962
30087
|
"namespace": "release",
|
|
@@ -28971,7 +30096,7 @@
|
|
|
28971
30096
|
"immutable": true,
|
|
28972
30097
|
"locationInModule": {
|
|
28973
30098
|
"filename": "src/release/publisher.ts",
|
|
28974
|
-
"line":
|
|
30099
|
+
"line": 538
|
|
28975
30100
|
},
|
|
28976
30101
|
"name": "twinePasswordSecret",
|
|
28977
30102
|
"optional": true,
|
|
@@ -28989,7 +30114,7 @@
|
|
|
28989
30114
|
"immutable": true,
|
|
28990
30115
|
"locationInModule": {
|
|
28991
30116
|
"filename": "src/release/publisher.ts",
|
|
28992
|
-
"line":
|
|
30117
|
+
"line": 526
|
|
28993
30118
|
},
|
|
28994
30119
|
"name": "twineRegistryUrl",
|
|
28995
30120
|
"optional": true,
|
|
@@ -29007,7 +30132,7 @@
|
|
|
29007
30132
|
"immutable": true,
|
|
29008
30133
|
"locationInModule": {
|
|
29009
30134
|
"filename": "src/release/publisher.ts",
|
|
29010
|
-
"line":
|
|
30135
|
+
"line": 532
|
|
29011
30136
|
},
|
|
29012
30137
|
"name": "twineUsernameSecret",
|
|
29013
30138
|
"optional": true,
|
|
@@ -32917,6 +34042,6 @@
|
|
|
32917
34042
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
32918
34043
|
}
|
|
32919
34044
|
},
|
|
32920
|
-
"version": "0.32.
|
|
32921
|
-
"fingerprint": "
|
|
34045
|
+
"version": "0.32.4",
|
|
34046
|
+
"fingerprint": "j7i+uadUw61D4YnUWhBOANvjXurRCKvx64w6c4UFUJ8="
|
|
32922
34047
|
}
|