projen 0.40.7 → 0.42.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +407 -217
- package/API.md +165 -32
- package/lib/awscdk/auto-discover.d.ts +7 -0
- package/lib/awscdk/auto-discover.js +5 -4
- package/lib/awscdk/awscdk-app-ts.d.ts +7 -28
- package/lib/awscdk/awscdk-app-ts.js +30 -37
- package/lib/awscdk/awscdk-construct.d.ts +13 -93
- package/lib/awscdk/awscdk-construct.js +49 -87
- package/lib/awscdk/awscdk-deps.d.ts +157 -0
- package/lib/awscdk/awscdk-deps.js +163 -0
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/index.d.ts +1 -0
- package/lib/awscdk/index.js +2 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/java-app.js +1 -1
- package/lib/awscdk/lambda-function.d.ts +8 -1
- package/lib/awscdk/lambda-function.js +14 -5
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose.js +2 -2
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +7 -3
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-project.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/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- 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.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +1 -1
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +1 -1
- package/lib/javascript/upgrade-dependencies.js +4 -4
- 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/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- 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.js +1 -1
- 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/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.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/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +16 -5
- 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/package.json +3 -3
package/.jsii
CHANGED
|
@@ -9087,7 +9087,7 @@
|
|
|
9087
9087
|
},
|
|
9088
9088
|
"locationInModule": {
|
|
9089
9089
|
"filename": "src/awscdk/auto-discover.ts",
|
|
9090
|
-
"line":
|
|
9090
|
+
"line": 45
|
|
9091
9091
|
},
|
|
9092
9092
|
"parameters": [
|
|
9093
9093
|
{
|
|
@@ -9107,7 +9107,7 @@
|
|
|
9107
9107
|
"kind": "class",
|
|
9108
9108
|
"locationInModule": {
|
|
9109
9109
|
"filename": "src/awscdk/auto-discover.ts",
|
|
9110
|
-
"line":
|
|
9110
|
+
"line": 44
|
|
9111
9111
|
},
|
|
9112
9112
|
"name": "AutoDiscover",
|
|
9113
9113
|
"namespace": "awscdk",
|
|
@@ -9124,11 +9124,27 @@
|
|
|
9124
9124
|
"kind": "interface",
|
|
9125
9125
|
"locationInModule": {
|
|
9126
9126
|
"filename": "src/awscdk/auto-discover.ts",
|
|
9127
|
-
"line":
|
|
9127
|
+
"line": 13
|
|
9128
9128
|
},
|
|
9129
9129
|
"name": "AutoDiscoverOptions",
|
|
9130
9130
|
"namespace": "awscdk",
|
|
9131
9131
|
"properties": [
|
|
9132
|
+
{
|
|
9133
|
+
"abstract": true,
|
|
9134
|
+
"docs": {
|
|
9135
|
+
"stability": "experimental",
|
|
9136
|
+
"summary": "AWS CDK dependency manager."
|
|
9137
|
+
},
|
|
9138
|
+
"immutable": true,
|
|
9139
|
+
"locationInModule": {
|
|
9140
|
+
"filename": "src/awscdk/auto-discover.ts",
|
|
9141
|
+
"line": 37
|
|
9142
|
+
},
|
|
9143
|
+
"name": "cdkDeps",
|
|
9144
|
+
"type": {
|
|
9145
|
+
"fqn": "projen.awscdk.AwsCdkDeps"
|
|
9146
|
+
}
|
|
9147
|
+
},
|
|
9132
9148
|
{
|
|
9133
9149
|
"abstract": true,
|
|
9134
9150
|
"docs": {
|
|
@@ -9138,7 +9154,7 @@
|
|
|
9138
9154
|
"immutable": true,
|
|
9139
9155
|
"locationInModule": {
|
|
9140
9156
|
"filename": "src/awscdk/auto-discover.ts",
|
|
9141
|
-
"line":
|
|
9157
|
+
"line": 22
|
|
9142
9158
|
},
|
|
9143
9159
|
"name": "srcdir",
|
|
9144
9160
|
"type": {
|
|
@@ -9154,7 +9170,7 @@
|
|
|
9154
9170
|
"immutable": true,
|
|
9155
9171
|
"locationInModule": {
|
|
9156
9172
|
"filename": "src/awscdk/auto-discover.ts",
|
|
9157
|
-
"line":
|
|
9173
|
+
"line": 27
|
|
9158
9174
|
},
|
|
9159
9175
|
"name": "testdir",
|
|
9160
9176
|
"type": {
|
|
@@ -9170,7 +9186,7 @@
|
|
|
9170
9186
|
"immutable": true,
|
|
9171
9187
|
"locationInModule": {
|
|
9172
9188
|
"filename": "src/awscdk/auto-discover.ts",
|
|
9173
|
-
"line":
|
|
9189
|
+
"line": 32
|
|
9174
9190
|
},
|
|
9175
9191
|
"name": "tsconfigPath",
|
|
9176
9192
|
"type": {
|
|
@@ -9186,7 +9202,7 @@
|
|
|
9186
9202
|
"immutable": true,
|
|
9187
9203
|
"locationInModule": {
|
|
9188
9204
|
"filename": "src/awscdk/auto-discover.ts",
|
|
9189
|
-
"line":
|
|
9205
|
+
"line": 17
|
|
9190
9206
|
},
|
|
9191
9207
|
"name": "lambdaOptions",
|
|
9192
9208
|
"optional": true,
|
|
@@ -9215,7 +9231,7 @@
|
|
|
9215
9231
|
},
|
|
9216
9232
|
"locationInModule": {
|
|
9217
9233
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9218
|
-
"line":
|
|
9234
|
+
"line": 42
|
|
9219
9235
|
},
|
|
9220
9236
|
"parameters": [
|
|
9221
9237
|
{
|
|
@@ -9229,18 +9245,19 @@
|
|
|
9229
9245
|
"kind": "class",
|
|
9230
9246
|
"locationInModule": {
|
|
9231
9247
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9232
|
-
"line":
|
|
9248
|
+
"line": 39
|
|
9233
9249
|
},
|
|
9234
9250
|
"methods": [
|
|
9235
9251
|
{
|
|
9236
9252
|
"docs": {
|
|
9237
|
-
"
|
|
9238
|
-
"
|
|
9239
|
-
"
|
|
9253
|
+
"deprecated": "Not supported in v2. For v1, use `project.cdkDeps.addV1Dependencies()`",
|
|
9254
|
+
"remarks": "Since this is a library project, dependencies will be added as peer dependencies.",
|
|
9255
|
+
"stability": "deprecated",
|
|
9256
|
+
"summary": "Adds dependencies to AWS CDK modules."
|
|
9240
9257
|
},
|
|
9241
9258
|
"locationInModule": {
|
|
9242
9259
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9243
|
-
"line":
|
|
9260
|
+
"line": 91
|
|
9244
9261
|
},
|
|
9245
9262
|
"name": "addCdkDependencies",
|
|
9246
9263
|
"parameters": [
|
|
@@ -9259,12 +9276,13 @@
|
|
|
9259
9276
|
},
|
|
9260
9277
|
{
|
|
9261
9278
|
"docs": {
|
|
9262
|
-
"
|
|
9263
|
-
"
|
|
9279
|
+
"deprecated": "Not supported in v2. For v1, use `project.cdkDeps.addV1DevDependencies()`",
|
|
9280
|
+
"stability": "deprecated",
|
|
9281
|
+
"summary": "Adds AWS CDK modules as dev dependencies."
|
|
9264
9282
|
},
|
|
9265
9283
|
"locationInModule": {
|
|
9266
9284
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9267
|
-
"line":
|
|
9285
|
+
"line": 101
|
|
9268
9286
|
},
|
|
9269
9287
|
"name": "addCdkTestDependencies",
|
|
9270
9288
|
"parameters": [
|
|
@@ -9287,17 +9305,16 @@
|
|
|
9287
9305
|
"properties": [
|
|
9288
9306
|
{
|
|
9289
9307
|
"docs": {
|
|
9290
|
-
"stability": "experimental"
|
|
9291
|
-
"summary": "Whether CDK dependencies are added as normal dependencies (and peer dependencies)."
|
|
9308
|
+
"stability": "experimental"
|
|
9292
9309
|
},
|
|
9293
9310
|
"immutable": true,
|
|
9294
9311
|
"locationInModule": {
|
|
9295
9312
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9296
|
-
"line":
|
|
9313
|
+
"line": 40
|
|
9297
9314
|
},
|
|
9298
|
-
"name": "
|
|
9315
|
+
"name": "cdkDeps",
|
|
9299
9316
|
"type": {
|
|
9300
|
-
"
|
|
9317
|
+
"fqn": "projen.awscdk.AwsCdkDeps"
|
|
9301
9318
|
}
|
|
9302
9319
|
},
|
|
9303
9320
|
{
|
|
@@ -9308,7 +9325,7 @@
|
|
|
9308
9325
|
"immutable": true,
|
|
9309
9326
|
"locationInModule": {
|
|
9310
9327
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9311
|
-
"line":
|
|
9328
|
+
"line": 72
|
|
9312
9329
|
},
|
|
9313
9330
|
"name": "cdkVersion",
|
|
9314
9331
|
"type": {
|
|
@@ -9323,7 +9340,7 @@
|
|
|
9323
9340
|
"immutable": true,
|
|
9324
9341
|
"locationInModule": {
|
|
9325
9342
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9326
|
-
"line":
|
|
9343
|
+
"line": 79
|
|
9327
9344
|
},
|
|
9328
9345
|
"name": "version",
|
|
9329
9346
|
"type": {
|
|
@@ -9338,16 +9355,17 @@
|
|
|
9338
9355
|
"datatype": true,
|
|
9339
9356
|
"docs": {
|
|
9340
9357
|
"stability": "experimental",
|
|
9341
|
-
"summary": "Options for
|
|
9358
|
+
"summary": "Options for `AwsCdkConstructLibrary`."
|
|
9342
9359
|
},
|
|
9343
9360
|
"fqn": "projen.awscdk.AwsCdkConstructLibraryOptions",
|
|
9344
9361
|
"interfaces": [
|
|
9345
|
-
"projen.cdk.ConstructLibraryOptions"
|
|
9362
|
+
"projen.cdk.ConstructLibraryOptions",
|
|
9363
|
+
"projen.awscdk.AwsCdkDepsCommonOptions"
|
|
9346
9364
|
],
|
|
9347
9365
|
"kind": "interface",
|
|
9348
9366
|
"locationInModule": {
|
|
9349
9367
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9350
|
-
"line":
|
|
9368
|
+
"line": 11
|
|
9351
9369
|
},
|
|
9352
9370
|
"name": "AwsCdkConstructLibraryOptions",
|
|
9353
9371
|
"namespace": "awscdk",
|
|
@@ -9355,17 +9373,224 @@
|
|
|
9355
9373
|
{
|
|
9356
9374
|
"abstract": true,
|
|
9357
9375
|
"docs": {
|
|
9358
|
-
"
|
|
9359
|
-
"featured": "true"
|
|
9360
|
-
},
|
|
9361
|
-
"default": "\"2.0.0\"",
|
|
9376
|
+
"default": "true",
|
|
9362
9377
|
"stability": "experimental",
|
|
9363
|
-
"summary": "
|
|
9378
|
+
"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."
|
|
9364
9379
|
},
|
|
9365
9380
|
"immutable": true,
|
|
9366
9381
|
"locationInModule": {
|
|
9367
9382
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9368
|
-
"line":
|
|
9383
|
+
"line": 20
|
|
9384
|
+
},
|
|
9385
|
+
"name": "lambdaAutoDiscover",
|
|
9386
|
+
"optional": true,
|
|
9387
|
+
"type": {
|
|
9388
|
+
"primitive": "boolean"
|
|
9389
|
+
}
|
|
9390
|
+
},
|
|
9391
|
+
{
|
|
9392
|
+
"abstract": true,
|
|
9393
|
+
"docs": {
|
|
9394
|
+
"default": "- default options",
|
|
9395
|
+
"stability": "experimental",
|
|
9396
|
+
"summary": "Common options for all AWS Lambda functions."
|
|
9397
|
+
},
|
|
9398
|
+
"immutable": true,
|
|
9399
|
+
"locationInModule": {
|
|
9400
|
+
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9401
|
+
"line": 27
|
|
9402
|
+
},
|
|
9403
|
+
"name": "lambdaOptions",
|
|
9404
|
+
"optional": true,
|
|
9405
|
+
"type": {
|
|
9406
|
+
"fqn": "projen.awscdk.LambdaFunctionCommonOptions"
|
|
9407
|
+
}
|
|
9408
|
+
}
|
|
9409
|
+
],
|
|
9410
|
+
"symbolId": "src/awscdk/awscdk-construct:AwsCdkConstructLibraryOptions"
|
|
9411
|
+
},
|
|
9412
|
+
"projen.awscdk.AwsCdkDeps": {
|
|
9413
|
+
"assembly": "projen",
|
|
9414
|
+
"base": "projen.Component",
|
|
9415
|
+
"docs": {
|
|
9416
|
+
"stability": "experimental",
|
|
9417
|
+
"summary": "Manages dependencies on the AWS CDK."
|
|
9418
|
+
},
|
|
9419
|
+
"fqn": "projen.awscdk.AwsCdkDeps",
|
|
9420
|
+
"initializer": {
|
|
9421
|
+
"docs": {
|
|
9422
|
+
"stability": "experimental"
|
|
9423
|
+
},
|
|
9424
|
+
"locationInModule": {
|
|
9425
|
+
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9426
|
+
"line": 119
|
|
9427
|
+
},
|
|
9428
|
+
"parameters": [
|
|
9429
|
+
{
|
|
9430
|
+
"name": "project",
|
|
9431
|
+
"type": {
|
|
9432
|
+
"fqn": "projen.Project"
|
|
9433
|
+
}
|
|
9434
|
+
},
|
|
9435
|
+
{
|
|
9436
|
+
"name": "options",
|
|
9437
|
+
"type": {
|
|
9438
|
+
"fqn": "projen.awscdk.AwsCdkDepsOptions"
|
|
9439
|
+
}
|
|
9440
|
+
}
|
|
9441
|
+
]
|
|
9442
|
+
},
|
|
9443
|
+
"kind": "class",
|
|
9444
|
+
"locationInModule": {
|
|
9445
|
+
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9446
|
+
"line": 95
|
|
9447
|
+
},
|
|
9448
|
+
"methods": [
|
|
9449
|
+
{
|
|
9450
|
+
"docs": {
|
|
9451
|
+
"remarks": "The type of dependency is determined by the `dependencyType` option.\n\nThis method is not supported in CDK v2. Use `project.addPeerDeps()` or\n`project.addDeps()` as appropriate.",
|
|
9452
|
+
"stability": "experimental",
|
|
9453
|
+
"summary": "Adds dependencies to AWS CDK modules."
|
|
9454
|
+
},
|
|
9455
|
+
"locationInModule": {
|
|
9456
|
+
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9457
|
+
"line": 164
|
|
9458
|
+
},
|
|
9459
|
+
"name": "addV1Dependencies",
|
|
9460
|
+
"parameters": [
|
|
9461
|
+
{
|
|
9462
|
+
"docs": {
|
|
9463
|
+
"summary": "names of cdk modules (e.g. `@aws-cdk/aws-lambda`)."
|
|
9464
|
+
},
|
|
9465
|
+
"name": "deps",
|
|
9466
|
+
"type": {
|
|
9467
|
+
"primitive": "string"
|
|
9468
|
+
},
|
|
9469
|
+
"variadic": true
|
|
9470
|
+
}
|
|
9471
|
+
],
|
|
9472
|
+
"variadic": true
|
|
9473
|
+
},
|
|
9474
|
+
{
|
|
9475
|
+
"docs": {
|
|
9476
|
+
"remarks": "This method is not supported in CDK v2. Use `project.addPeerDeps()` or\n`project.addDeps()` as appropriate.",
|
|
9477
|
+
"stability": "experimental",
|
|
9478
|
+
"summary": "Adds AWS CDK modules as dev dependencies."
|
|
9479
|
+
},
|
|
9480
|
+
"locationInModule": {
|
|
9481
|
+
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9482
|
+
"line": 187
|
|
9483
|
+
},
|
|
9484
|
+
"name": "addV1DevDependencies",
|
|
9485
|
+
"parameters": [
|
|
9486
|
+
{
|
|
9487
|
+
"docs": {
|
|
9488
|
+
"summary": "names of cdk modules (e.g. `@aws-cdk/aws-lambda`)."
|
|
9489
|
+
},
|
|
9490
|
+
"name": "deps",
|
|
9491
|
+
"type": {
|
|
9492
|
+
"primitive": "string"
|
|
9493
|
+
},
|
|
9494
|
+
"variadic": true
|
|
9495
|
+
}
|
|
9496
|
+
],
|
|
9497
|
+
"variadic": true
|
|
9498
|
+
}
|
|
9499
|
+
],
|
|
9500
|
+
"name": "AwsCdkDeps",
|
|
9501
|
+
"namespace": "awscdk",
|
|
9502
|
+
"properties": [
|
|
9503
|
+
{
|
|
9504
|
+
"docs": {
|
|
9505
|
+
"deprecated": "Not used for CDK 2.x",
|
|
9506
|
+
"stability": "deprecated",
|
|
9507
|
+
"summary": "Whether CDK dependencies are added as normal dependencies (and peer dependencies)."
|
|
9508
|
+
},
|
|
9509
|
+
"immutable": true,
|
|
9510
|
+
"locationInModule": {
|
|
9511
|
+
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9512
|
+
"line": 110
|
|
9513
|
+
},
|
|
9514
|
+
"name": "cdkDependenciesAsDeps",
|
|
9515
|
+
"type": {
|
|
9516
|
+
"primitive": "boolean"
|
|
9517
|
+
}
|
|
9518
|
+
},
|
|
9519
|
+
{
|
|
9520
|
+
"docs": {
|
|
9521
|
+
"stability": "experimental",
|
|
9522
|
+
"summary": "The major version of the AWX CDK (e.g. 1, 2, ...)."
|
|
9523
|
+
},
|
|
9524
|
+
"immutable": true,
|
|
9525
|
+
"locationInModule": {
|
|
9526
|
+
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9527
|
+
"line": 115
|
|
9528
|
+
},
|
|
9529
|
+
"name": "cdkMajorVersion",
|
|
9530
|
+
"type": {
|
|
9531
|
+
"primitive": "number"
|
|
9532
|
+
}
|
|
9533
|
+
},
|
|
9534
|
+
{
|
|
9535
|
+
"docs": {
|
|
9536
|
+
"stability": "experimental",
|
|
9537
|
+
"summary": "The dependency requirement for AWS CDK (e.g. `^2.0.0`)."
|
|
9538
|
+
},
|
|
9539
|
+
"immutable": true,
|
|
9540
|
+
"locationInModule": {
|
|
9541
|
+
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9542
|
+
"line": 99
|
|
9543
|
+
},
|
|
9544
|
+
"name": "cdkVersion",
|
|
9545
|
+
"type": {
|
|
9546
|
+
"primitive": "string"
|
|
9547
|
+
}
|
|
9548
|
+
},
|
|
9549
|
+
{
|
|
9550
|
+
"docs": {
|
|
9551
|
+
"stability": "experimental",
|
|
9552
|
+
"summary": "The semantic version requirement of `constructs`."
|
|
9553
|
+
},
|
|
9554
|
+
"immutable": true,
|
|
9555
|
+
"locationInModule": {
|
|
9556
|
+
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9557
|
+
"line": 104
|
|
9558
|
+
},
|
|
9559
|
+
"name": "constructsVersion",
|
|
9560
|
+
"type": {
|
|
9561
|
+
"primitive": "string"
|
|
9562
|
+
}
|
|
9563
|
+
}
|
|
9564
|
+
],
|
|
9565
|
+
"symbolId": "src/awscdk/awscdk-deps:AwsCdkDeps"
|
|
9566
|
+
},
|
|
9567
|
+
"projen.awscdk.AwsCdkDepsCommonOptions": {
|
|
9568
|
+
"assembly": "projen",
|
|
9569
|
+
"datatype": true,
|
|
9570
|
+
"docs": {
|
|
9571
|
+
"stability": "experimental",
|
|
9572
|
+
"summary": "Options for `AwsCdkDeps`."
|
|
9573
|
+
},
|
|
9574
|
+
"fqn": "projen.awscdk.AwsCdkDepsCommonOptions",
|
|
9575
|
+
"kind": "interface",
|
|
9576
|
+
"locationInModule": {
|
|
9577
|
+
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9578
|
+
"line": 9
|
|
9579
|
+
},
|
|
9580
|
+
"name": "AwsCdkDepsCommonOptions",
|
|
9581
|
+
"namespace": "awscdk",
|
|
9582
|
+
"properties": [
|
|
9583
|
+
{
|
|
9584
|
+
"abstract": true,
|
|
9585
|
+
"docs": {
|
|
9586
|
+
"default": "\"^2\"",
|
|
9587
|
+
"stability": "experimental",
|
|
9588
|
+
"summary": "Semantic version requirement for the the AWS CDK libraries."
|
|
9589
|
+
},
|
|
9590
|
+
"immutable": true,
|
|
9591
|
+
"locationInModule": {
|
|
9592
|
+
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9593
|
+
"line": 15
|
|
9369
9594
|
},
|
|
9370
9595
|
"name": "cdkVersion",
|
|
9371
9596
|
"type": {
|
|
@@ -9376,14 +9601,14 @@
|
|
|
9376
9601
|
"abstract": true,
|
|
9377
9602
|
"docs": {
|
|
9378
9603
|
"default": "false",
|
|
9379
|
-
"deprecated": "
|
|
9604
|
+
"deprecated": "Use `cdkAssertions` instead",
|
|
9380
9605
|
"stability": "deprecated",
|
|
9381
9606
|
"summary": "Install the @aws-cdk/assert library?"
|
|
9382
9607
|
},
|
|
9383
9608
|
"immutable": true,
|
|
9384
9609
|
"locationInModule": {
|
|
9385
|
-
"filename": "src/awscdk/awscdk-
|
|
9386
|
-
"line":
|
|
9610
|
+
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9611
|
+
"line": 63
|
|
9387
9612
|
},
|
|
9388
9613
|
"name": "cdkAssert",
|
|
9389
9614
|
"optional": true,
|
|
@@ -9401,8 +9626,8 @@
|
|
|
9401
9626
|
},
|
|
9402
9627
|
"immutable": true,
|
|
9403
9628
|
"locationInModule": {
|
|
9404
|
-
"filename": "src/awscdk/awscdk-
|
|
9405
|
-
"line":
|
|
9629
|
+
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9630
|
+
"line": 73
|
|
9406
9631
|
},
|
|
9407
9632
|
"name": "cdkAssertions",
|
|
9408
9633
|
"optional": true,
|
|
@@ -9413,14 +9638,14 @@
|
|
|
9413
9638
|
{
|
|
9414
9639
|
"abstract": true,
|
|
9415
9640
|
"docs": {
|
|
9416
|
-
"deprecated": "
|
|
9641
|
+
"deprecated": "For CDK 2.x use 'peerDeps' instead",
|
|
9417
9642
|
"stability": "deprecated",
|
|
9418
9643
|
"summary": "Which AWS CDK modules (those that start with \"@aws-cdk/\") does this library require when consumed?"
|
|
9419
9644
|
},
|
|
9420
9645
|
"immutable": true,
|
|
9421
9646
|
"locationInModule": {
|
|
9422
|
-
"filename": "src/awscdk/awscdk-
|
|
9423
|
-
"line":
|
|
9647
|
+
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9648
|
+
"line": 41
|
|
9424
9649
|
},
|
|
9425
9650
|
"name": "cdkDependencies",
|
|
9426
9651
|
"optional": true,
|
|
@@ -9437,15 +9662,15 @@
|
|
|
9437
9662
|
"abstract": true,
|
|
9438
9663
|
"docs": {
|
|
9439
9664
|
"default": "true",
|
|
9440
|
-
"deprecated": "
|
|
9665
|
+
"deprecated": "Not supported in CDK v2.",
|
|
9441
9666
|
"remarks": "This is to ensure that downstream consumers actually have your CDK dependencies installed\nwhen using npm < 7 or yarn, where peer dependencies are not automatically installed.\nIf this is disabled, `cdkDependencies` will be added to `devDependencies` to ensure\nthey are present during development.",
|
|
9442
9667
|
"stability": "deprecated",
|
|
9443
9668
|
"summary": "If this is enabled (default), all modules declared in `cdkDependencies` will be also added as normal `dependencies` (as well as `peerDependencies`)."
|
|
9444
9669
|
},
|
|
9445
9670
|
"immutable": true,
|
|
9446
9671
|
"locationInModule": {
|
|
9447
|
-
"filename": "src/awscdk/awscdk-
|
|
9448
|
-
"line":
|
|
9672
|
+
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9673
|
+
"line": 55
|
|
9449
9674
|
},
|
|
9450
9675
|
"name": "cdkDependenciesAsDeps",
|
|
9451
9676
|
"optional": true,
|
|
@@ -9456,17 +9681,14 @@
|
|
|
9456
9681
|
{
|
|
9457
9682
|
"abstract": true,
|
|
9458
9683
|
"docs": {
|
|
9459
|
-
"
|
|
9460
|
-
"featured": "true"
|
|
9461
|
-
},
|
|
9462
|
-
"deprecated": "- For CDK 2.x use 'devDeps' instead",
|
|
9684
|
+
"deprecated": "For CDK 2.x use 'devDeps' instead",
|
|
9463
9685
|
"stability": "deprecated",
|
|
9464
9686
|
"summary": "AWS CDK modules required for testing."
|
|
9465
9687
|
},
|
|
9466
9688
|
"immutable": true,
|
|
9467
9689
|
"locationInModule": {
|
|
9468
|
-
"filename": "src/awscdk/awscdk-
|
|
9469
|
-
"line":
|
|
9690
|
+
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9691
|
+
"line": 80
|
|
9470
9692
|
},
|
|
9471
9693
|
"name": "cdkTestDependencies",
|
|
9472
9694
|
"optional": true,
|
|
@@ -9482,15 +9704,15 @@
|
|
|
9482
9704
|
{
|
|
9483
9705
|
"abstract": true,
|
|
9484
9706
|
"docs": {
|
|
9485
|
-
"
|
|
9707
|
+
"deprecated": "Not supported: to pin your CDK version just set `cdkVersion` to a pinned version.",
|
|
9486
9708
|
"remarks": "You can use this to prevent yarn to mix versions for your CDK dependencies and to prevent auto-updates.\nIf you use experimental features this will let you define the moment you include breaking changes.",
|
|
9487
|
-
"stability": "
|
|
9709
|
+
"stability": "deprecated",
|
|
9488
9710
|
"summary": "Use pinned version instead of caret version for CDK."
|
|
9489
9711
|
},
|
|
9490
9712
|
"immutable": true,
|
|
9491
9713
|
"locationInModule": {
|
|
9492
|
-
"filename": "src/awscdk/awscdk-
|
|
9493
|
-
"line":
|
|
9714
|
+
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9715
|
+
"line": 33
|
|
9494
9716
|
},
|
|
9495
9717
|
"name": "cdkVersionPinning",
|
|
9496
9718
|
"optional": true,
|
|
@@ -9501,60 +9723,61 @@
|
|
|
9501
9723
|
{
|
|
9502
9724
|
"abstract": true,
|
|
9503
9725
|
"docs": {
|
|
9504
|
-
"default": "-
|
|
9505
|
-
"remarks": "- For CDK 1.x, the default is \"3.2.27\"\n- For CDK 2.x, the default is \"10.0.5\"\n- Otherwise, the default is \"*\"",
|
|
9726
|
+
"default": "- for CDK 1.x the default is \"^3.2.27\", for CDK 2.x the default\nis \"^10.0.5\".",
|
|
9506
9727
|
"stability": "experimental",
|
|
9507
|
-
"summary": "
|
|
9728
|
+
"summary": "Semantic version requirement for the `constructs` library."
|
|
9508
9729
|
},
|
|
9509
9730
|
"immutable": true,
|
|
9510
9731
|
"locationInModule": {
|
|
9511
|
-
"filename": "src/awscdk/awscdk-
|
|
9512
|
-
"line":
|
|
9732
|
+
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9733
|
+
"line": 23
|
|
9513
9734
|
},
|
|
9514
9735
|
"name": "constructsVersion",
|
|
9515
9736
|
"optional": true,
|
|
9516
9737
|
"type": {
|
|
9517
9738
|
"primitive": "string"
|
|
9518
9739
|
}
|
|
9519
|
-
}
|
|
9520
|
-
|
|
9521
|
-
|
|
9522
|
-
|
|
9523
|
-
|
|
9524
|
-
|
|
9525
|
-
|
|
9526
|
-
|
|
9527
|
-
|
|
9528
|
-
|
|
9529
|
-
|
|
9530
|
-
|
|
9531
|
-
|
|
9532
|
-
|
|
9533
|
-
|
|
9534
|
-
|
|
9535
|
-
|
|
9536
|
-
|
|
9537
|
-
|
|
9740
|
+
}
|
|
9741
|
+
],
|
|
9742
|
+
"symbolId": "src/awscdk/awscdk-deps:AwsCdkDepsCommonOptions"
|
|
9743
|
+
},
|
|
9744
|
+
"projen.awscdk.AwsCdkDepsOptions": {
|
|
9745
|
+
"assembly": "projen",
|
|
9746
|
+
"datatype": true,
|
|
9747
|
+
"docs": {
|
|
9748
|
+
"stability": "experimental"
|
|
9749
|
+
},
|
|
9750
|
+
"fqn": "projen.awscdk.AwsCdkDepsOptions",
|
|
9751
|
+
"interfaces": [
|
|
9752
|
+
"projen.awscdk.AwsCdkDepsCommonOptions"
|
|
9753
|
+
],
|
|
9754
|
+
"kind": "interface",
|
|
9755
|
+
"locationInModule": {
|
|
9756
|
+
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9757
|
+
"line": 83
|
|
9758
|
+
},
|
|
9759
|
+
"name": "AwsCdkDepsOptions",
|
|
9760
|
+
"namespace": "awscdk",
|
|
9761
|
+
"properties": [
|
|
9538
9762
|
{
|
|
9539
9763
|
"abstract": true,
|
|
9540
9764
|
"docs": {
|
|
9541
|
-
"
|
|
9765
|
+
"remarks": "For libraries, use peer dependencies and for apps use runtime dependencies.",
|
|
9542
9766
|
"stability": "experimental",
|
|
9543
|
-
"summary": "
|
|
9767
|
+
"summary": "The type of dependency to use for runtime AWS CDK and `constructs` modules."
|
|
9544
9768
|
},
|
|
9545
9769
|
"immutable": true,
|
|
9546
9770
|
"locationInModule": {
|
|
9547
|
-
"filename": "src/awscdk/awscdk-
|
|
9548
|
-
"line":
|
|
9771
|
+
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9772
|
+
"line": 89
|
|
9549
9773
|
},
|
|
9550
|
-
"name": "
|
|
9551
|
-
"optional": true,
|
|
9774
|
+
"name": "dependencyType",
|
|
9552
9775
|
"type": {
|
|
9553
|
-
"fqn": "projen.
|
|
9776
|
+
"fqn": "projen.DependencyType"
|
|
9554
9777
|
}
|
|
9555
9778
|
}
|
|
9556
9779
|
],
|
|
9557
|
-
"symbolId": "src/awscdk/awscdk-
|
|
9780
|
+
"symbolId": "src/awscdk/awscdk-deps:AwsCdkDepsOptions"
|
|
9558
9781
|
},
|
|
9559
9782
|
"projen.awscdk.AwsCdkJavaApp": {
|
|
9560
9783
|
"assembly": "projen",
|
|
@@ -9811,7 +10034,7 @@
|
|
|
9811
10034
|
},
|
|
9812
10035
|
"locationInModule": {
|
|
9813
10036
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
9814
|
-
"line":
|
|
10037
|
+
"line": 66
|
|
9815
10038
|
},
|
|
9816
10039
|
"parameters": [
|
|
9817
10040
|
{
|
|
@@ -9825,7 +10048,7 @@
|
|
|
9825
10048
|
"kind": "class",
|
|
9826
10049
|
"locationInModule": {
|
|
9827
10050
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
9828
|
-
"line":
|
|
10051
|
+
"line": 43
|
|
9829
10052
|
},
|
|
9830
10053
|
"methods": [
|
|
9831
10054
|
{
|
|
@@ -9835,7 +10058,7 @@
|
|
|
9835
10058
|
},
|
|
9836
10059
|
"locationInModule": {
|
|
9837
10060
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
9838
|
-
"line":
|
|
10061
|
+
"line": 152
|
|
9839
10062
|
},
|
|
9840
10063
|
"name": "addCdkDependency",
|
|
9841
10064
|
"parameters": [
|
|
@@ -9864,7 +10087,7 @@
|
|
|
9864
10087
|
"immutable": true,
|
|
9865
10088
|
"locationInModule": {
|
|
9866
10089
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
9867
|
-
"line":
|
|
10090
|
+
"line": 52
|
|
9868
10091
|
},
|
|
9869
10092
|
"name": "appEntrypoint",
|
|
9870
10093
|
"type": {
|
|
@@ -9879,13 +10102,27 @@
|
|
|
9879
10102
|
"immutable": true,
|
|
9880
10103
|
"locationInModule": {
|
|
9881
10104
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
9882
|
-
"line":
|
|
10105
|
+
"line": 62
|
|
9883
10106
|
},
|
|
9884
10107
|
"name": "cdkConfig",
|
|
9885
10108
|
"type": {
|
|
9886
10109
|
"fqn": "projen.awscdk.CdkConfig"
|
|
9887
10110
|
}
|
|
9888
10111
|
},
|
|
10112
|
+
{
|
|
10113
|
+
"docs": {
|
|
10114
|
+
"stability": "experimental"
|
|
10115
|
+
},
|
|
10116
|
+
"immutable": true,
|
|
10117
|
+
"locationInModule": {
|
|
10118
|
+
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10119
|
+
"line": 64
|
|
10120
|
+
},
|
|
10121
|
+
"name": "cdkDeps",
|
|
10122
|
+
"type": {
|
|
10123
|
+
"fqn": "projen.awscdk.AwsCdkDeps"
|
|
10124
|
+
}
|
|
10125
|
+
},
|
|
9889
10126
|
{
|
|
9890
10127
|
"docs": {
|
|
9891
10128
|
"stability": "experimental",
|
|
@@ -9894,7 +10131,7 @@
|
|
|
9894
10131
|
"immutable": true,
|
|
9895
10132
|
"locationInModule": {
|
|
9896
10133
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
9897
|
-
"line":
|
|
10134
|
+
"line": 57
|
|
9898
10135
|
},
|
|
9899
10136
|
"name": "cdkTasks",
|
|
9900
10137
|
"type": {
|
|
@@ -9909,7 +10146,7 @@
|
|
|
9909
10146
|
"immutable": true,
|
|
9910
10147
|
"locationInModule": {
|
|
9911
10148
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
9912
|
-
"line":
|
|
10149
|
+
"line": 47
|
|
9913
10150
|
},
|
|
9914
10151
|
"name": "cdkVersion",
|
|
9915
10152
|
"type": {
|
|
@@ -9928,36 +10165,17 @@
|
|
|
9928
10165
|
"fqn": "projen.awscdk.AwsCdkTypeScriptAppOptions",
|
|
9929
10166
|
"interfaces": [
|
|
9930
10167
|
"projen.typescript.TypeScriptProjectOptions",
|
|
9931
|
-
"projen.awscdk.CdkConfigCommonOptions"
|
|
10168
|
+
"projen.awscdk.CdkConfigCommonOptions",
|
|
10169
|
+
"projen.awscdk.AwsCdkDepsCommonOptions"
|
|
9932
10170
|
],
|
|
9933
10171
|
"kind": "interface",
|
|
9934
10172
|
"locationInModule": {
|
|
9935
10173
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
9936
|
-
"line":
|
|
10174
|
+
"line": 12
|
|
9937
10175
|
},
|
|
9938
10176
|
"name": "AwsCdkTypeScriptAppOptions",
|
|
9939
10177
|
"namespace": "awscdk",
|
|
9940
10178
|
"properties": [
|
|
9941
|
-
{
|
|
9942
|
-
"abstract": true,
|
|
9943
|
-
"docs": {
|
|
9944
|
-
"custom": {
|
|
9945
|
-
"featured": "true"
|
|
9946
|
-
},
|
|
9947
|
-
"default": "\"1.129.0\"",
|
|
9948
|
-
"stability": "experimental",
|
|
9949
|
-
"summary": "AWS CDK version to use."
|
|
9950
|
-
},
|
|
9951
|
-
"immutable": true,
|
|
9952
|
-
"locationInModule": {
|
|
9953
|
-
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
9954
|
-
"line": 18
|
|
9955
|
-
},
|
|
9956
|
-
"name": "cdkVersion",
|
|
9957
|
-
"type": {
|
|
9958
|
-
"primitive": "string"
|
|
9959
|
-
}
|
|
9960
|
-
},
|
|
9961
10179
|
{
|
|
9962
10180
|
"abstract": true,
|
|
9963
10181
|
"docs": {
|
|
@@ -9968,7 +10186,7 @@
|
|
|
9968
10186
|
"immutable": true,
|
|
9969
10187
|
"locationInModule": {
|
|
9970
10188
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
9971
|
-
"line":
|
|
10189
|
+
"line": 19
|
|
9972
10190
|
},
|
|
9973
10191
|
"name": "appEntrypoint",
|
|
9974
10192
|
"optional": true,
|
|
@@ -9976,50 +10194,6 @@
|
|
|
9976
10194
|
"primitive": "string"
|
|
9977
10195
|
}
|
|
9978
10196
|
},
|
|
9979
|
-
{
|
|
9980
|
-
"abstract": true,
|
|
9981
|
-
"docs": {
|
|
9982
|
-
"custom": {
|
|
9983
|
-
"featured": "true"
|
|
9984
|
-
},
|
|
9985
|
-
"stability": "experimental",
|
|
9986
|
-
"summary": "Which AWS CDK modules (those that start with \"@aws-cdk/\") this app uses."
|
|
9987
|
-
},
|
|
9988
|
-
"immutable": true,
|
|
9989
|
-
"locationInModule": {
|
|
9990
|
-
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
9991
|
-
"line": 34
|
|
9992
|
-
},
|
|
9993
|
-
"name": "cdkDependencies",
|
|
9994
|
-
"optional": true,
|
|
9995
|
-
"type": {
|
|
9996
|
-
"collection": {
|
|
9997
|
-
"elementtype": {
|
|
9998
|
-
"primitive": "string"
|
|
9999
|
-
},
|
|
10000
|
-
"kind": "array"
|
|
10001
|
-
}
|
|
10002
|
-
}
|
|
10003
|
-
},
|
|
10004
|
-
{
|
|
10005
|
-
"abstract": true,
|
|
10006
|
-
"docs": {
|
|
10007
|
-
"default": "false",
|
|
10008
|
-
"remarks": "You can use this to prevent yarn to mix versions for your CDK dependencies and to prevent auto-updates.\nIf you use experimental features this will let you define the moment you include breaking changes.",
|
|
10009
|
-
"stability": "experimental",
|
|
10010
|
-
"summary": "Use pinned version instead of caret version for CDK."
|
|
10011
|
-
},
|
|
10012
|
-
"immutable": true,
|
|
10013
|
-
"locationInModule": {
|
|
10014
|
-
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10015
|
-
"line": 28
|
|
10016
|
-
},
|
|
10017
|
-
"name": "cdkVersionPinning",
|
|
10018
|
-
"optional": true,
|
|
10019
|
-
"type": {
|
|
10020
|
-
"primitive": "boolean"
|
|
10021
|
-
}
|
|
10022
|
-
},
|
|
10023
10197
|
{
|
|
10024
10198
|
"abstract": true,
|
|
10025
10199
|
"docs": {
|
|
@@ -10030,7 +10204,7 @@
|
|
|
10030
10204
|
"immutable": true,
|
|
10031
10205
|
"locationInModule": {
|
|
10032
10206
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10033
|
-
"line":
|
|
10207
|
+
"line": 28
|
|
10034
10208
|
},
|
|
10035
10209
|
"name": "lambdaAutoDiscover",
|
|
10036
10210
|
"optional": true,
|
|
@@ -10048,7 +10222,7 @@
|
|
|
10048
10222
|
"immutable": true,
|
|
10049
10223
|
"locationInModule": {
|
|
10050
10224
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10051
|
-
"line":
|
|
10225
|
+
"line": 35
|
|
10052
10226
|
},
|
|
10053
10227
|
"name": "lambdaOptions",
|
|
10054
10228
|
"optional": true,
|
|
@@ -10455,7 +10629,7 @@
|
|
|
10455
10629
|
},
|
|
10456
10630
|
"locationInModule": {
|
|
10457
10631
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
10458
|
-
"line":
|
|
10632
|
+
"line": 42
|
|
10459
10633
|
},
|
|
10460
10634
|
"parameters": [
|
|
10461
10635
|
{
|
|
@@ -10469,7 +10643,7 @@
|
|
|
10469
10643
|
"kind": "class",
|
|
10470
10644
|
"locationInModule": {
|
|
10471
10645
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
10472
|
-
"line":
|
|
10646
|
+
"line": 134
|
|
10473
10647
|
},
|
|
10474
10648
|
"name": "ConstructLibraryAws",
|
|
10475
10649
|
"namespace": "awscdk",
|
|
@@ -10489,7 +10663,7 @@
|
|
|
10489
10663
|
"kind": "interface",
|
|
10490
10664
|
"locationInModule": {
|
|
10491
10665
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
10492
|
-
"line":
|
|
10666
|
+
"line": 131
|
|
10493
10667
|
},
|
|
10494
10668
|
"name": "ConstructLibraryAwsOptions",
|
|
10495
10669
|
"namespace": "awscdk",
|
|
@@ -10722,7 +10896,7 @@
|
|
|
10722
10896
|
},
|
|
10723
10897
|
"locationInModule": {
|
|
10724
10898
|
"filename": "src/awscdk/lambda-function.ts",
|
|
10725
|
-
"line":
|
|
10899
|
+
"line": 98
|
|
10726
10900
|
},
|
|
10727
10901
|
"parameters": [
|
|
10728
10902
|
{
|
|
@@ -10748,7 +10922,7 @@
|
|
|
10748
10922
|
"kind": "class",
|
|
10749
10923
|
"locationInModule": {
|
|
10750
10924
|
"filename": "src/awscdk/lambda-function.ts",
|
|
10751
|
-
"line":
|
|
10925
|
+
"line": 91
|
|
10752
10926
|
},
|
|
10753
10927
|
"name": "LambdaFunction",
|
|
10754
10928
|
"namespace": "awscdk",
|
|
@@ -10766,7 +10940,7 @@
|
|
|
10766
10940
|
"kind": "interface",
|
|
10767
10941
|
"locationInModule": {
|
|
10768
10942
|
"filename": "src/awscdk/lambda-function.ts",
|
|
10769
|
-
"line":
|
|
10943
|
+
"line": 15
|
|
10770
10944
|
},
|
|
10771
10945
|
"name": "LambdaFunctionCommonOptions",
|
|
10772
10946
|
"namespace": "awscdk",
|
|
@@ -10782,7 +10956,7 @@
|
|
|
10782
10956
|
"immutable": true,
|
|
10783
10957
|
"locationInModule": {
|
|
10784
10958
|
"filename": "src/awscdk/lambda-function.ts",
|
|
10785
|
-
"line":
|
|
10959
|
+
"line": 31
|
|
10786
10960
|
},
|
|
10787
10961
|
"name": "bundlingOptions",
|
|
10788
10962
|
"optional": true,
|
|
@@ -10800,7 +10974,7 @@
|
|
|
10800
10974
|
"immutable": true,
|
|
10801
10975
|
"locationInModule": {
|
|
10802
10976
|
"filename": "src/awscdk/lambda-function.ts",
|
|
10803
|
-
"line":
|
|
10977
|
+
"line": 21
|
|
10804
10978
|
},
|
|
10805
10979
|
"name": "runtime",
|
|
10806
10980
|
"optional": true,
|
|
@@ -10825,11 +10999,27 @@
|
|
|
10825
10999
|
"kind": "interface",
|
|
10826
11000
|
"locationInModule": {
|
|
10827
11001
|
"filename": "src/awscdk/lambda-function.ts",
|
|
10828
|
-
"line":
|
|
11002
|
+
"line": 37
|
|
10829
11003
|
},
|
|
10830
11004
|
"name": "LambdaFunctionOptions",
|
|
10831
11005
|
"namespace": "awscdk",
|
|
10832
11006
|
"properties": [
|
|
11007
|
+
{
|
|
11008
|
+
"abstract": true,
|
|
11009
|
+
"docs": {
|
|
11010
|
+
"stability": "experimental",
|
|
11011
|
+
"summary": "AWS CDK dependency manager."
|
|
11012
|
+
},
|
|
11013
|
+
"immutable": true,
|
|
11014
|
+
"locationInModule": {
|
|
11015
|
+
"filename": "src/awscdk/lambda-function.ts",
|
|
11016
|
+
"line": 68
|
|
11017
|
+
},
|
|
11018
|
+
"name": "cdkDeps",
|
|
11019
|
+
"type": {
|
|
11020
|
+
"fqn": "projen.awscdk.AwsCdkDeps"
|
|
11021
|
+
}
|
|
11022
|
+
},
|
|
10833
11023
|
{
|
|
10834
11024
|
"abstract": true,
|
|
10835
11025
|
"docs": {
|
|
@@ -10841,7 +11031,7 @@
|
|
|
10841
11031
|
"immutable": true,
|
|
10842
11032
|
"locationInModule": {
|
|
10843
11033
|
"filename": "src/awscdk/lambda-function.ts",
|
|
10844
|
-
"line":
|
|
11034
|
+
"line": 46
|
|
10845
11035
|
},
|
|
10846
11036
|
"name": "entrypoint",
|
|
10847
11037
|
"type": {
|
|
@@ -10859,7 +11049,7 @@
|
|
|
10859
11049
|
"immutable": true,
|
|
10860
11050
|
"locationInModule": {
|
|
10861
11051
|
"filename": "src/awscdk/lambda-function.ts",
|
|
10862
|
-
"line":
|
|
11052
|
+
"line": 55
|
|
10863
11053
|
},
|
|
10864
11054
|
"name": "constructFile",
|
|
10865
11055
|
"optional": true,
|
|
@@ -10877,7 +11067,7 @@
|
|
|
10877
11067
|
"immutable": true,
|
|
10878
11068
|
"locationInModule": {
|
|
10879
11069
|
"filename": "src/awscdk/lambda-function.ts",
|
|
10880
|
-
"line":
|
|
11070
|
+
"line": 63
|
|
10881
11071
|
},
|
|
10882
11072
|
"name": "constructName",
|
|
10883
11073
|
"optional": true,
|
|
@@ -10898,7 +11088,7 @@
|
|
|
10898
11088
|
"kind": "class",
|
|
10899
11089
|
"locationInModule": {
|
|
10900
11090
|
"filename": "src/awscdk/lambda-function.ts",
|
|
10901
|
-
"line":
|
|
11091
|
+
"line": 195
|
|
10902
11092
|
},
|
|
10903
11093
|
"name": "LambdaRuntime",
|
|
10904
11094
|
"namespace": "awscdk",
|
|
@@ -10912,7 +11102,7 @@
|
|
|
10912
11102
|
"immutable": true,
|
|
10913
11103
|
"locationInModule": {
|
|
10914
11104
|
"filename": "src/awscdk/lambda-function.ts",
|
|
10915
|
-
"line":
|
|
11105
|
+
"line": 199
|
|
10916
11106
|
},
|
|
10917
11107
|
"name": "NODEJS_10_X",
|
|
10918
11108
|
"static": true,
|
|
@@ -10929,7 +11119,7 @@
|
|
|
10929
11119
|
"immutable": true,
|
|
10930
11120
|
"locationInModule": {
|
|
10931
11121
|
"filename": "src/awscdk/lambda-function.ts",
|
|
10932
|
-
"line":
|
|
11122
|
+
"line": 204
|
|
10933
11123
|
},
|
|
10934
11124
|
"name": "NODEJS_12_X",
|
|
10935
11125
|
"static": true,
|
|
@@ -10946,7 +11136,7 @@
|
|
|
10946
11136
|
"immutable": true,
|
|
10947
11137
|
"locationInModule": {
|
|
10948
11138
|
"filename": "src/awscdk/lambda-function.ts",
|
|
10949
|
-
"line":
|
|
11139
|
+
"line": 209
|
|
10950
11140
|
},
|
|
10951
11141
|
"name": "NODEJS_14_X",
|
|
10952
11142
|
"static": true,
|
|
@@ -10961,7 +11151,7 @@
|
|
|
10961
11151
|
"immutable": true,
|
|
10962
11152
|
"locationInModule": {
|
|
10963
11153
|
"filename": "src/awscdk/lambda-function.ts",
|
|
10964
|
-
"line":
|
|
11154
|
+
"line": 211
|
|
10965
11155
|
},
|
|
10966
11156
|
"name": "esbuildPlatform",
|
|
10967
11157
|
"type": {
|
|
@@ -10976,7 +11166,7 @@
|
|
|
10976
11166
|
"immutable": true,
|
|
10977
11167
|
"locationInModule": {
|
|
10978
11168
|
"filename": "src/awscdk/lambda-function.ts",
|
|
10979
|
-
"line":
|
|
11169
|
+
"line": 222
|
|
10980
11170
|
},
|
|
10981
11171
|
"name": "esbuildTarget",
|
|
10982
11172
|
"type": {
|
|
@@ -10991,7 +11181,7 @@
|
|
|
10991
11181
|
"immutable": true,
|
|
10992
11182
|
"locationInModule": {
|
|
10993
11183
|
"filename": "src/awscdk/lambda-function.ts",
|
|
10994
|
-
"line":
|
|
11184
|
+
"line": 217
|
|
10995
11185
|
},
|
|
10996
11186
|
"name": "functionRuntime",
|
|
10997
11187
|
"type": {
|
|
@@ -32864,7 +33054,7 @@
|
|
|
32864
33054
|
},
|
|
32865
33055
|
"locationInModule": {
|
|
32866
33056
|
"filename": "src/typescript/typescript.ts",
|
|
32867
|
-
"line":
|
|
33057
|
+
"line": 424
|
|
32868
33058
|
},
|
|
32869
33059
|
"parameters": [
|
|
32870
33060
|
{
|
|
@@ -32878,7 +33068,7 @@
|
|
|
32878
33068
|
"kind": "class",
|
|
32879
33069
|
"locationInModule": {
|
|
32880
33070
|
"filename": "src/typescript/typescript.ts",
|
|
32881
|
-
"line":
|
|
33071
|
+
"line": 423
|
|
32882
33072
|
},
|
|
32883
33073
|
"name": "TypeScriptAppProject",
|
|
32884
33074
|
"namespace": "typescript",
|
|
@@ -32898,7 +33088,7 @@
|
|
|
32898
33088
|
},
|
|
32899
33089
|
"locationInModule": {
|
|
32900
33090
|
"filename": "src/typescript/typescript.ts",
|
|
32901
|
-
"line":
|
|
33091
|
+
"line": 171
|
|
32902
33092
|
},
|
|
32903
33093
|
"parameters": [
|
|
32904
33094
|
{
|
|
@@ -32912,7 +33102,7 @@
|
|
|
32912
33102
|
"kind": "class",
|
|
32913
33103
|
"locationInModule": {
|
|
32914
33104
|
"filename": "src/typescript/typescript.ts",
|
|
32915
|
-
"line":
|
|
33105
|
+
"line": 438
|
|
32916
33106
|
},
|
|
32917
33107
|
"name": "TypeScriptLibraryProject",
|
|
32918
33108
|
"namespace": "typescript",
|
|
@@ -32932,7 +33122,7 @@
|
|
|
32932
33122
|
"kind": "interface",
|
|
32933
33123
|
"locationInModule": {
|
|
32934
33124
|
"filename": "src/typescript/typescript.ts",
|
|
32935
|
-
"line":
|
|
33125
|
+
"line": 444
|
|
32936
33126
|
},
|
|
32937
33127
|
"name": "TypeScriptLibraryProjectOptions",
|
|
32938
33128
|
"namespace": "typescript",
|
|
@@ -32955,7 +33145,7 @@
|
|
|
32955
33145
|
},
|
|
32956
33146
|
"locationInModule": {
|
|
32957
33147
|
"filename": "src/typescript/typescript.ts",
|
|
32958
|
-
"line":
|
|
33148
|
+
"line": 171
|
|
32959
33149
|
},
|
|
32960
33150
|
"parameters": [
|
|
32961
33151
|
{
|
|
@@ -32969,7 +33159,7 @@
|
|
|
32969
33159
|
"kind": "class",
|
|
32970
33160
|
"locationInModule": {
|
|
32971
33161
|
"filename": "src/typescript/typescript.ts",
|
|
32972
|
-
"line":
|
|
33162
|
+
"line": 139
|
|
32973
33163
|
},
|
|
32974
33164
|
"name": "TypeScriptProject",
|
|
32975
33165
|
"namespace": "typescript",
|
|
@@ -32981,7 +33171,7 @@
|
|
|
32981
33171
|
"immutable": true,
|
|
32982
33172
|
"locationInModule": {
|
|
32983
33173
|
"filename": "src/typescript/typescript.ts",
|
|
32984
|
-
"line":
|
|
33174
|
+
"line": 141
|
|
32985
33175
|
},
|
|
32986
33176
|
"name": "docsDirectory",
|
|
32987
33177
|
"type": {
|
|
@@ -32996,7 +33186,7 @@
|
|
|
32996
33186
|
"immutable": true,
|
|
32997
33187
|
"locationInModule": {
|
|
32998
33188
|
"filename": "src/typescript/typescript.ts",
|
|
32999
|
-
"line":
|
|
33189
|
+
"line": 159
|
|
33000
33190
|
},
|
|
33001
33191
|
"name": "libdir",
|
|
33002
33192
|
"type": {
|
|
@@ -33011,7 +33201,7 @@
|
|
|
33011
33201
|
"immutable": true,
|
|
33012
33202
|
"locationInModule": {
|
|
33013
33203
|
"filename": "src/typescript/typescript.ts",
|
|
33014
|
-
"line":
|
|
33204
|
+
"line": 154
|
|
33015
33205
|
},
|
|
33016
33206
|
"name": "srcdir",
|
|
33017
33207
|
"type": {
|
|
@@ -33026,7 +33216,7 @@
|
|
|
33026
33216
|
"immutable": true,
|
|
33027
33217
|
"locationInModule": {
|
|
33028
33218
|
"filename": "src/typescript/typescript.ts",
|
|
33029
|
-
"line":
|
|
33219
|
+
"line": 164
|
|
33030
33220
|
},
|
|
33031
33221
|
"name": "testdir",
|
|
33032
33222
|
"type": {
|
|
@@ -33041,7 +33231,7 @@
|
|
|
33041
33231
|
"immutable": true,
|
|
33042
33232
|
"locationInModule": {
|
|
33043
33233
|
"filename": "src/typescript/typescript.ts",
|
|
33044
|
-
"line":
|
|
33234
|
+
"line": 149
|
|
33045
33235
|
},
|
|
33046
33236
|
"name": "tsconfigDev",
|
|
33047
33237
|
"type": {
|
|
@@ -33056,7 +33246,7 @@
|
|
|
33056
33246
|
"immutable": true,
|
|
33057
33247
|
"locationInModule": {
|
|
33058
33248
|
"filename": "src/typescript/typescript.ts",
|
|
33059
|
-
"line":
|
|
33249
|
+
"line": 169
|
|
33060
33250
|
},
|
|
33061
33251
|
"name": "watchTask",
|
|
33062
33252
|
"type": {
|
|
@@ -33070,7 +33260,7 @@
|
|
|
33070
33260
|
"immutable": true,
|
|
33071
33261
|
"locationInModule": {
|
|
33072
33262
|
"filename": "src/typescript/typescript.ts",
|
|
33073
|
-
"line":
|
|
33263
|
+
"line": 140
|
|
33074
33264
|
},
|
|
33075
33265
|
"name": "docgen",
|
|
33076
33266
|
"optional": true,
|
|
@@ -33085,7 +33275,7 @@
|
|
|
33085
33275
|
"immutable": true,
|
|
33086
33276
|
"locationInModule": {
|
|
33087
33277
|
"filename": "src/typescript/typescript.ts",
|
|
33088
|
-
"line":
|
|
33278
|
+
"line": 142
|
|
33089
33279
|
},
|
|
33090
33280
|
"name": "eslint",
|
|
33091
33281
|
"optional": true,
|
|
@@ -33100,7 +33290,7 @@
|
|
|
33100
33290
|
"immutable": true,
|
|
33101
33291
|
"locationInModule": {
|
|
33102
33292
|
"filename": "src/typescript/typescript.ts",
|
|
33103
|
-
"line":
|
|
33293
|
+
"line": 144
|
|
33104
33294
|
},
|
|
33105
33295
|
"name": "tsconfig",
|
|
33106
33296
|
"optional": true,
|
|
@@ -33115,7 +33305,7 @@
|
|
|
33115
33305
|
"immutable": true,
|
|
33116
33306
|
"locationInModule": {
|
|
33117
33307
|
"filename": "src/typescript/typescript.ts",
|
|
33118
|
-
"line":
|
|
33308
|
+
"line": 143
|
|
33119
33309
|
},
|
|
33120
33310
|
"name": "tsconfigEslint",
|
|
33121
33311
|
"optional": true,
|
|
@@ -33139,7 +33329,7 @@
|
|
|
33139
33329
|
"kind": "interface",
|
|
33140
33330
|
"locationInModule": {
|
|
33141
33331
|
"filename": "src/typescript/typescript.ts",
|
|
33142
|
-
"line":
|
|
33332
|
+
"line": 11
|
|
33143
33333
|
},
|
|
33144
33334
|
"name": "TypeScriptProjectOptions",
|
|
33145
33335
|
"namespace": "typescript",
|
|
@@ -33154,7 +33344,7 @@
|
|
|
33154
33344
|
"immutable": true,
|
|
33155
33345
|
"locationInModule": {
|
|
33156
33346
|
"filename": "src/typescript/typescript.ts",
|
|
33157
|
-
"line":
|
|
33347
|
+
"line": 100
|
|
33158
33348
|
},
|
|
33159
33349
|
"name": "disableTsconfig",
|
|
33160
33350
|
"optional": true,
|
|
@@ -33172,7 +33362,7 @@
|
|
|
33172
33362
|
"immutable": true,
|
|
33173
33363
|
"locationInModule": {
|
|
33174
33364
|
"filename": "src/typescript/typescript.ts",
|
|
33175
|
-
"line":
|
|
33365
|
+
"line": 66
|
|
33176
33366
|
},
|
|
33177
33367
|
"name": "docgen",
|
|
33178
33368
|
"optional": true,
|
|
@@ -33190,7 +33380,7 @@
|
|
|
33190
33380
|
"immutable": true,
|
|
33191
33381
|
"locationInModule": {
|
|
33192
33382
|
"filename": "src/typescript/typescript.ts",
|
|
33193
|
-
"line":
|
|
33383
|
+
"line": 73
|
|
33194
33384
|
},
|
|
33195
33385
|
"name": "docsDirectory",
|
|
33196
33386
|
"optional": true,
|
|
@@ -33208,7 +33398,7 @@
|
|
|
33208
33398
|
"immutable": true,
|
|
33209
33399
|
"locationInModule": {
|
|
33210
33400
|
"filename": "src/typescript/typescript.ts",
|
|
33211
|
-
"line":
|
|
33401
|
+
"line": 112
|
|
33212
33402
|
},
|
|
33213
33403
|
"name": "entrypointTypes",
|
|
33214
33404
|
"optional": true,
|
|
@@ -33226,7 +33416,7 @@
|
|
|
33226
33416
|
"immutable": true,
|
|
33227
33417
|
"locationInModule": {
|
|
33228
33418
|
"filename": "src/typescript/typescript.ts",
|
|
33229
|
-
"line":
|
|
33419
|
+
"line": 43
|
|
33230
33420
|
},
|
|
33231
33421
|
"name": "eslint",
|
|
33232
33422
|
"optional": true,
|
|
@@ -33244,7 +33434,7 @@
|
|
|
33244
33434
|
"immutable": true,
|
|
33245
33435
|
"locationInModule": {
|
|
33246
33436
|
"filename": "src/typescript/typescript.ts",
|
|
33247
|
-
"line":
|
|
33437
|
+
"line": 49
|
|
33248
33438
|
},
|
|
33249
33439
|
"name": "eslintOptions",
|
|
33250
33440
|
"optional": true,
|
|
@@ -33262,7 +33452,7 @@
|
|
|
33262
33452
|
"immutable": true,
|
|
33263
33453
|
"locationInModule": {
|
|
33264
33454
|
"filename": "src/typescript/typescript.ts",
|
|
33265
|
-
"line":
|
|
33455
|
+
"line": 17
|
|
33266
33456
|
},
|
|
33267
33457
|
"name": "libdir",
|
|
33268
33458
|
"optional": true,
|
|
@@ -33280,7 +33470,7 @@
|
|
|
33280
33470
|
"immutable": true,
|
|
33281
33471
|
"locationInModule": {
|
|
33282
33472
|
"filename": "src/typescript/typescript.ts",
|
|
33283
|
-
"line":
|
|
33473
|
+
"line": 120
|
|
33284
33474
|
},
|
|
33285
33475
|
"name": "package",
|
|
33286
33476
|
"optional": true,
|
|
@@ -33298,7 +33488,7 @@
|
|
|
33298
33488
|
"immutable": true,
|
|
33299
33489
|
"locationInModule": {
|
|
33300
33490
|
"filename": "src/typescript/typescript.ts",
|
|
33301
|
-
"line":
|
|
33491
|
+
"line": 127
|
|
33302
33492
|
},
|
|
33303
33493
|
"name": "projenrcTs",
|
|
33304
33494
|
"optional": true,
|
|
@@ -33315,7 +33505,7 @@
|
|
|
33315
33505
|
"immutable": true,
|
|
33316
33506
|
"locationInModule": {
|
|
33317
33507
|
"filename": "src/typescript/typescript.ts",
|
|
33318
|
-
"line":
|
|
33508
|
+
"line": 132
|
|
33319
33509
|
},
|
|
33320
33510
|
"name": "projenrcTsOptions",
|
|
33321
33511
|
"optional": true,
|
|
@@ -33333,7 +33523,7 @@
|
|
|
33333
33523
|
"immutable": true,
|
|
33334
33524
|
"locationInModule": {
|
|
33335
33525
|
"filename": "src/typescript/typescript.ts",
|
|
33336
|
-
"line":
|
|
33526
|
+
"line": 106
|
|
33337
33527
|
},
|
|
33338
33528
|
"name": "sampleCode",
|
|
33339
33529
|
"optional": true,
|
|
@@ -33351,7 +33541,7 @@
|
|
|
33351
33541
|
"immutable": true,
|
|
33352
33542
|
"locationInModule": {
|
|
33353
33543
|
"filename": "src/typescript/typescript.ts",
|
|
33354
|
-
"line":
|
|
33544
|
+
"line": 24
|
|
33355
33545
|
},
|
|
33356
33546
|
"name": "srcdir",
|
|
33357
33547
|
"optional": true,
|
|
@@ -33370,7 +33560,7 @@
|
|
|
33370
33560
|
"immutable": true,
|
|
33371
33561
|
"locationInModule": {
|
|
33372
33562
|
"filename": "src/typescript/typescript.ts",
|
|
33373
|
-
"line":
|
|
33563
|
+
"line": 36
|
|
33374
33564
|
},
|
|
33375
33565
|
"name": "testdir",
|
|
33376
33566
|
"optional": true,
|
|
@@ -33388,7 +33578,7 @@
|
|
|
33388
33578
|
"immutable": true,
|
|
33389
33579
|
"locationInModule": {
|
|
33390
33580
|
"filename": "src/typescript/typescript.ts",
|
|
33391
|
-
"line":
|
|
33581
|
+
"line": 79
|
|
33392
33582
|
},
|
|
33393
33583
|
"name": "tsconfig",
|
|
33394
33584
|
"optional": true,
|
|
@@ -33406,7 +33596,7 @@
|
|
|
33406
33596
|
"immutable": true,
|
|
33407
33597
|
"locationInModule": {
|
|
33408
33598
|
"filename": "src/typescript/typescript.ts",
|
|
33409
|
-
"line":
|
|
33599
|
+
"line": 85
|
|
33410
33600
|
},
|
|
33411
33601
|
"name": "tsconfigDev",
|
|
33412
33602
|
"optional": true,
|
|
@@ -33424,7 +33614,7 @@
|
|
|
33424
33614
|
"immutable": true,
|
|
33425
33615
|
"locationInModule": {
|
|
33426
33616
|
"filename": "src/typescript/typescript.ts",
|
|
33427
|
-
"line":
|
|
33617
|
+
"line": 92
|
|
33428
33618
|
},
|
|
33429
33619
|
"name": "tsconfigDevFile",
|
|
33430
33620
|
"optional": true,
|
|
@@ -33443,7 +33633,7 @@
|
|
|
33443
33633
|
"immutable": true,
|
|
33444
33634
|
"locationInModule": {
|
|
33445
33635
|
"filename": "src/typescript/typescript.ts",
|
|
33446
|
-
"line":
|
|
33636
|
+
"line": 59
|
|
33447
33637
|
},
|
|
33448
33638
|
"name": "typescriptVersion",
|
|
33449
33639
|
"optional": true,
|
|
@@ -35316,6 +35506,6 @@
|
|
|
35316
35506
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
35317
35507
|
}
|
|
35318
35508
|
},
|
|
35319
|
-
"version": "0.
|
|
35320
|
-
"fingerprint": "
|
|
35509
|
+
"version": "0.42.0",
|
|
35510
|
+
"fingerprint": "9RIz6226P9FXb9l3Lk+jPuWvOeiQy9NVViWgkaXq8Mg="
|
|
35321
35511
|
}
|