projen 0.85.2 → 0.86.1
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 +272 -144
- package/lib/awscdk/auto-discover.js +5 -5
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.d.ts +15 -4
- package/lib/cdk/jsii-project.js +3 -2
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.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/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.js +1 -1
- package/lib/gitattributes.d.ts +40 -1
- package/lib/gitattributes.js +37 -4
- package/lib/github/actions-provider.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-credentials.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-backport.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflow-steps.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.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 +2 -2
- 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 +4 -4
- package/lib/javascript/license-checker.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/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +2 -2
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/javascript/yarnrc.js +1 -1
- package/lib/json-patch.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/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project-tree.js +1 -1
- package/lib/project.d.ts +12 -1
- package/lib/project.js +5 -3
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +2 -2
- package/lib/projenrc.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-sample.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.d.ts +0 -6
- package/lib/release/publisher.js +2 -3
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/sample-file.d.ts +1 -1
- package/lib/sample-file.js +3 -3
- 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-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +6 -6
- package/lib/version.js +2 -2
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.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/is-core-module/CHANGELOG.md +10 -0
- package/node_modules/is-core-module/core.json +2 -2
- package/node_modules/is-core-module/package.json +4 -4
- package/node_modules/is-core-module/test/index.js +17 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -2994,6 +2994,51 @@
|
|
|
2994
2994
|
],
|
|
2995
2995
|
"symbolId": "src/docker-compose/docker-compose-volume:DockerComposeVolumeMount"
|
|
2996
2996
|
},
|
|
2997
|
+
"projen.EndOfLine": {
|
|
2998
|
+
"assembly": "projen",
|
|
2999
|
+
"docs": {
|
|
3000
|
+
"stability": "experimental",
|
|
3001
|
+
"summary": "The end of line characters supported by git."
|
|
3002
|
+
},
|
|
3003
|
+
"fqn": "projen.EndOfLine",
|
|
3004
|
+
"kind": "enum",
|
|
3005
|
+
"locationInModule": {
|
|
3006
|
+
"filename": "src/gitattributes.ts",
|
|
3007
|
+
"line": 7
|
|
3008
|
+
},
|
|
3009
|
+
"members": [
|
|
3010
|
+
{
|
|
3011
|
+
"docs": {
|
|
3012
|
+
"stability": "experimental",
|
|
3013
|
+
"summary": "Maintain existing (mixed values within one file are normalised by looking at what's used after the first line)."
|
|
3014
|
+
},
|
|
3015
|
+
"name": "AUTO"
|
|
3016
|
+
},
|
|
3017
|
+
{
|
|
3018
|
+
"docs": {
|
|
3019
|
+
"stability": "experimental",
|
|
3020
|
+
"summary": "Carriage Return + Line Feed characters (\\r\\n), common on Windows."
|
|
3021
|
+
},
|
|
3022
|
+
"name": "CRLF"
|
|
3023
|
+
},
|
|
3024
|
+
{
|
|
3025
|
+
"docs": {
|
|
3026
|
+
"stability": "experimental",
|
|
3027
|
+
"summary": "Line Feed only (\\n), common on Linux and macOS as well as inside git repos."
|
|
3028
|
+
},
|
|
3029
|
+
"name": "LF"
|
|
3030
|
+
},
|
|
3031
|
+
{
|
|
3032
|
+
"docs": {
|
|
3033
|
+
"stability": "experimental",
|
|
3034
|
+
"summary": "Disable and do not configure the end of line character."
|
|
3035
|
+
},
|
|
3036
|
+
"name": "NONE"
|
|
3037
|
+
}
|
|
3038
|
+
],
|
|
3039
|
+
"name": "EndOfLine",
|
|
3040
|
+
"symbolId": "src/gitattributes:EndOfLine"
|
|
3041
|
+
},
|
|
2997
3042
|
"projen.FileBase": {
|
|
2998
3043
|
"abstract": true,
|
|
2999
3044
|
"assembly": "projen",
|
|
@@ -3302,7 +3347,7 @@
|
|
|
3302
3347
|
},
|
|
3303
3348
|
"locationInModule": {
|
|
3304
3349
|
"filename": "src/gitattributes.ts",
|
|
3305
|
-
"line":
|
|
3350
|
+
"line": 57
|
|
3306
3351
|
},
|
|
3307
3352
|
"parameters": [
|
|
3308
3353
|
{
|
|
@@ -3310,13 +3355,20 @@
|
|
|
3310
3355
|
"type": {
|
|
3311
3356
|
"fqn": "constructs.IConstruct"
|
|
3312
3357
|
}
|
|
3358
|
+
},
|
|
3359
|
+
{
|
|
3360
|
+
"name": "options",
|
|
3361
|
+
"optional": true,
|
|
3362
|
+
"type": {
|
|
3363
|
+
"fqn": "projen.GitAttributesFileOptions"
|
|
3364
|
+
}
|
|
3313
3365
|
}
|
|
3314
3366
|
]
|
|
3315
3367
|
},
|
|
3316
3368
|
"kind": "class",
|
|
3317
3369
|
"locationInModule": {
|
|
3318
3370
|
"filename": "src/gitattributes.ts",
|
|
3319
|
-
"line":
|
|
3371
|
+
"line": 49
|
|
3320
3372
|
},
|
|
3321
3373
|
"methods": [
|
|
3322
3374
|
{
|
|
@@ -3326,7 +3378,7 @@
|
|
|
3326
3378
|
},
|
|
3327
3379
|
"locationInModule": {
|
|
3328
3380
|
"filename": "src/gitattributes.ts",
|
|
3329
|
-
"line":
|
|
3381
|
+
"line": 82
|
|
3330
3382
|
},
|
|
3331
3383
|
"name": "addAttributes",
|
|
3332
3384
|
"parameters": [
|
|
@@ -3359,7 +3411,7 @@
|
|
|
3359
3411
|
},
|
|
3360
3412
|
"locationInModule": {
|
|
3361
3413
|
"filename": "src/gitattributes.ts",
|
|
3362
|
-
"line":
|
|
3414
|
+
"line": 95
|
|
3363
3415
|
},
|
|
3364
3416
|
"name": "addLfsPattern",
|
|
3365
3417
|
"parameters": [
|
|
@@ -3378,7 +3430,7 @@
|
|
|
3378
3430
|
},
|
|
3379
3431
|
"locationInModule": {
|
|
3380
3432
|
"filename": "src/gitattributes.ts",
|
|
3381
|
-
"line":
|
|
3433
|
+
"line": 108
|
|
3382
3434
|
},
|
|
3383
3435
|
"name": "preSynthesize",
|
|
3384
3436
|
"overrides": "projen.Component"
|
|
@@ -3390,7 +3442,7 @@
|
|
|
3390
3442
|
},
|
|
3391
3443
|
"locationInModule": {
|
|
3392
3444
|
"filename": "src/gitattributes.ts",
|
|
3393
|
-
"line":
|
|
3445
|
+
"line": 114
|
|
3394
3446
|
},
|
|
3395
3447
|
"name": "synthesizeContent",
|
|
3396
3448
|
"overrides": "projen.FileBase",
|
|
@@ -3413,6 +3465,21 @@
|
|
|
3413
3465
|
],
|
|
3414
3466
|
"name": "GitAttributesFile",
|
|
3415
3467
|
"properties": [
|
|
3468
|
+
{
|
|
3469
|
+
"docs": {
|
|
3470
|
+
"stability": "experimental",
|
|
3471
|
+
"summary": "The default end of line character for text files."
|
|
3472
|
+
},
|
|
3473
|
+
"immutable": true,
|
|
3474
|
+
"locationInModule": {
|
|
3475
|
+
"filename": "src/gitattributes.ts",
|
|
3476
|
+
"line": 55
|
|
3477
|
+
},
|
|
3478
|
+
"name": "endOfLine",
|
|
3479
|
+
"type": {
|
|
3480
|
+
"fqn": "projen.EndOfLine"
|
|
3481
|
+
}
|
|
3482
|
+
},
|
|
3416
3483
|
{
|
|
3417
3484
|
"docs": {
|
|
3418
3485
|
"stability": "experimental",
|
|
@@ -3421,7 +3488,7 @@
|
|
|
3421
3488
|
"immutable": true,
|
|
3422
3489
|
"locationInModule": {
|
|
3423
3490
|
"filename": "src/gitattributes.ts",
|
|
3424
|
-
"line":
|
|
3491
|
+
"line": 102
|
|
3425
3492
|
},
|
|
3426
3493
|
"name": "hasLfsPatterns",
|
|
3427
3494
|
"type": {
|
|
@@ -3431,6 +3498,43 @@
|
|
|
3431
3498
|
],
|
|
3432
3499
|
"symbolId": "src/gitattributes:GitAttributesFile"
|
|
3433
3500
|
},
|
|
3501
|
+
"projen.GitAttributesFileOptions": {
|
|
3502
|
+
"assembly": "projen",
|
|
3503
|
+
"datatype": true,
|
|
3504
|
+
"docs": {
|
|
3505
|
+
"stability": "experimental",
|
|
3506
|
+
"summary": "Options for `GitAttributesFile`."
|
|
3507
|
+
},
|
|
3508
|
+
"fqn": "projen.GitAttributesFileOptions",
|
|
3509
|
+
"kind": "interface",
|
|
3510
|
+
"locationInModule": {
|
|
3511
|
+
"filename": "src/gitattributes.ts",
|
|
3512
|
+
"line": 33
|
|
3513
|
+
},
|
|
3514
|
+
"name": "GitAttributesFileOptions",
|
|
3515
|
+
"properties": [
|
|
3516
|
+
{
|
|
3517
|
+
"abstract": true,
|
|
3518
|
+
"docs": {
|
|
3519
|
+
"default": "EndOfLine.LF",
|
|
3520
|
+
"remarks": "endOfLine it's useful to keep the same end of line between Windows and Unix operative systems for git checking/checkout operations. Hence, it can avoid simple repository mutations consisting only of changes in the end of line characters. It will be set in the first line of the .gitattributes file to make it the first match with high priority but it can be overriden in a later line. Can be disabled by setting explicitly: `{ endOfLine: EndOfLine.NONE }`.",
|
|
3521
|
+
"stability": "experimental",
|
|
3522
|
+
"summary": "The default end of line character for text files."
|
|
3523
|
+
},
|
|
3524
|
+
"immutable": true,
|
|
3525
|
+
"locationInModule": {
|
|
3526
|
+
"filename": "src/gitattributes.ts",
|
|
3527
|
+
"line": 41
|
|
3528
|
+
},
|
|
3529
|
+
"name": "endOfLine",
|
|
3530
|
+
"optional": true,
|
|
3531
|
+
"type": {
|
|
3532
|
+
"fqn": "projen.EndOfLine"
|
|
3533
|
+
}
|
|
3534
|
+
}
|
|
3535
|
+
],
|
|
3536
|
+
"symbolId": "src/gitattributes:GitAttributesFileOptions"
|
|
3537
|
+
},
|
|
3434
3538
|
"projen.GitOptions": {
|
|
3435
3539
|
"assembly": "projen",
|
|
3436
3540
|
"datatype": true,
|
|
@@ -3446,6 +3550,25 @@
|
|
|
3446
3550
|
},
|
|
3447
3551
|
"name": "GitOptions",
|
|
3448
3552
|
"properties": [
|
|
3553
|
+
{
|
|
3554
|
+
"abstract": true,
|
|
3555
|
+
"docs": {
|
|
3556
|
+
"default": "EndOfLine.LF",
|
|
3557
|
+
"remarks": "endOfLine it's useful to keep the same end of line between Windows and Unix operative systems for git checking/checkout operations.\nHence, it can avoid simple repository mutations consisting only of changes in the end of line characters.\nIt will be set in the first line of the .gitattributes file to make it the first match with high priority but it can be overriden in a later line.\nCan be disabled by setting: `endOfLine: EndOfLine.NONE`.",
|
|
3558
|
+
"stability": "experimental",
|
|
3559
|
+
"summary": "The default end of line character for text files."
|
|
3560
|
+
},
|
|
3561
|
+
"immutable": true,
|
|
3562
|
+
"locationInModule": {
|
|
3563
|
+
"filename": "src/project.ts",
|
|
3564
|
+
"line": 149
|
|
3565
|
+
},
|
|
3566
|
+
"name": "endOfLine",
|
|
3567
|
+
"optional": true,
|
|
3568
|
+
"type": {
|
|
3569
|
+
"fqn": "projen.EndOfLine"
|
|
3570
|
+
}
|
|
3571
|
+
},
|
|
3449
3572
|
{
|
|
3450
3573
|
"abstract": true,
|
|
3451
3574
|
"docs": {
|
|
@@ -5193,7 +5316,7 @@
|
|
|
5193
5316
|
"kind": "interface",
|
|
5194
5317
|
"locationInModule": {
|
|
5195
5318
|
"filename": "src/project.ts",
|
|
5196
|
-
"line":
|
|
5319
|
+
"line": 712
|
|
5197
5320
|
},
|
|
5198
5321
|
"name": "InitProject",
|
|
5199
5322
|
"properties": [
|
|
@@ -5206,7 +5329,7 @@
|
|
|
5206
5329
|
"immutable": true,
|
|
5207
5330
|
"locationInModule": {
|
|
5208
5331
|
"filename": "src/project.ts",
|
|
5209
|
-
"line":
|
|
5332
|
+
"line": 721
|
|
5210
5333
|
},
|
|
5211
5334
|
"name": "args",
|
|
5212
5335
|
"type": {
|
|
@@ -5229,7 +5352,7 @@
|
|
|
5229
5352
|
"immutable": true,
|
|
5230
5353
|
"locationInModule": {
|
|
5231
5354
|
"filename": "src/project.ts",
|
|
5232
|
-
"line":
|
|
5355
|
+
"line": 732
|
|
5233
5356
|
},
|
|
5234
5357
|
"name": "comments",
|
|
5235
5358
|
"type": {
|
|
@@ -5245,7 +5368,7 @@
|
|
|
5245
5368
|
"immutable": true,
|
|
5246
5369
|
"locationInModule": {
|
|
5247
5370
|
"filename": "src/project.ts",
|
|
5248
|
-
"line":
|
|
5371
|
+
"line": 716
|
|
5249
5372
|
},
|
|
5250
5373
|
"name": "fqn",
|
|
5251
5374
|
"type": {
|
|
@@ -5261,7 +5384,7 @@
|
|
|
5261
5384
|
"immutable": true,
|
|
5262
5385
|
"locationInModule": {
|
|
5263
5386
|
"filename": "src/project.ts",
|
|
5264
|
-
"line":
|
|
5387
|
+
"line": 726
|
|
5265
5388
|
},
|
|
5266
5389
|
"name": "type",
|
|
5267
5390
|
"type": {
|
|
@@ -6731,7 +6854,7 @@
|
|
|
6731
6854
|
},
|
|
6732
6855
|
"locationInModule": {
|
|
6733
6856
|
"filename": "src/project.ts",
|
|
6734
|
-
"line":
|
|
6857
|
+
"line": 261
|
|
6735
6858
|
},
|
|
6736
6859
|
"parameters": [
|
|
6737
6860
|
{
|
|
@@ -6745,7 +6868,7 @@
|
|
|
6745
6868
|
"kind": "class",
|
|
6746
6869
|
"locationInModule": {
|
|
6747
6870
|
"filename": "src/project.ts",
|
|
6748
|
-
"line":
|
|
6871
|
+
"line": 154
|
|
6749
6872
|
},
|
|
6750
6873
|
"methods": [
|
|
6751
6874
|
{
|
|
@@ -6755,7 +6878,7 @@
|
|
|
6755
6878
|
},
|
|
6756
6879
|
"locationInModule": {
|
|
6757
6880
|
"filename": "src/project.ts",
|
|
6758
|
-
"line":
|
|
6881
|
+
"line": 164
|
|
6759
6882
|
},
|
|
6760
6883
|
"name": "isProject",
|
|
6761
6884
|
"parameters": [
|
|
@@ -6784,7 +6907,7 @@
|
|
|
6784
6907
|
},
|
|
6785
6908
|
"locationInModule": {
|
|
6786
6909
|
"filename": "src/project.ts",
|
|
6787
|
-
"line":
|
|
6910
|
+
"line": 174
|
|
6788
6911
|
},
|
|
6789
6912
|
"name": "of",
|
|
6790
6913
|
"parameters": [
|
|
@@ -6810,7 +6933,7 @@
|
|
|
6810
6933
|
},
|
|
6811
6934
|
"locationInModule": {
|
|
6812
6935
|
"filename": "src/project.ts",
|
|
6813
|
-
"line":
|
|
6936
|
+
"line": 552
|
|
6814
6937
|
},
|
|
6815
6938
|
"name": "addExcludeFromCleanup",
|
|
6816
6939
|
"parameters": [
|
|
@@ -6834,7 +6957,7 @@
|
|
|
6834
6957
|
},
|
|
6835
6958
|
"locationInModule": {
|
|
6836
6959
|
"filename": "src/project.ts",
|
|
6837
|
-
"line":
|
|
6960
|
+
"line": 582
|
|
6838
6961
|
},
|
|
6839
6962
|
"name": "addGitIgnore",
|
|
6840
6963
|
"parameters": [
|
|
@@ -6857,7 +6980,7 @@
|
|
|
6857
6980
|
},
|
|
6858
6981
|
"locationInModule": {
|
|
6859
6982
|
"filename": "src/project.ts",
|
|
6860
|
-
"line":
|
|
6983
|
+
"line": 574
|
|
6861
6984
|
},
|
|
6862
6985
|
"name": "addPackageIgnore",
|
|
6863
6986
|
"parameters": [
|
|
@@ -6880,7 +7003,7 @@
|
|
|
6880
7003
|
},
|
|
6881
7004
|
"locationInModule": {
|
|
6882
7005
|
"filename": "src/project.ts",
|
|
6883
|
-
"line":
|
|
7006
|
+
"line": 421
|
|
6884
7007
|
},
|
|
6885
7008
|
"name": "addTask",
|
|
6886
7009
|
"parameters": [
|
|
@@ -6918,7 +7041,7 @@
|
|
|
6918
7041
|
},
|
|
6919
7042
|
"locationInModule": {
|
|
6920
7043
|
"filename": "src/project.ts",
|
|
6921
|
-
"line":
|
|
7044
|
+
"line": 542
|
|
6922
7045
|
},
|
|
6923
7046
|
"name": "addTip",
|
|
6924
7047
|
"parameters": [
|
|
@@ -6941,7 +7064,7 @@
|
|
|
6941
7064
|
},
|
|
6942
7065
|
"locationInModule": {
|
|
6943
7066
|
"filename": "src/project.ts",
|
|
6944
|
-
"line":
|
|
7067
|
+
"line": 593
|
|
6945
7068
|
},
|
|
6946
7069
|
"name": "annotateGenerated",
|
|
6947
7070
|
"parameters": [
|
|
@@ -6964,7 +7087,7 @@
|
|
|
6964
7087
|
},
|
|
6965
7088
|
"locationInModule": {
|
|
6966
7089
|
"filename": "src/project.ts",
|
|
6967
|
-
"line":
|
|
7090
|
+
"line": 681
|
|
6968
7091
|
},
|
|
6969
7092
|
"name": "postSynthesize"
|
|
6970
7093
|
},
|
|
@@ -6975,7 +7098,7 @@
|
|
|
6975
7098
|
},
|
|
6976
7099
|
"locationInModule": {
|
|
6977
7100
|
"filename": "src/project.ts",
|
|
6978
|
-
"line":
|
|
7101
|
+
"line": 676
|
|
6979
7102
|
},
|
|
6980
7103
|
"name": "preSynthesize"
|
|
6981
7104
|
},
|
|
@@ -6987,7 +7110,7 @@
|
|
|
6987
7110
|
},
|
|
6988
7111
|
"locationInModule": {
|
|
6989
7112
|
"filename": "src/project.ts",
|
|
6990
|
-
"line":
|
|
7113
|
+
"line": 432
|
|
6991
7114
|
},
|
|
6992
7115
|
"name": "removeTask",
|
|
6993
7116
|
"parameters": [
|
|
@@ -7016,7 +7139,7 @@
|
|
|
7016
7139
|
},
|
|
7017
7140
|
"locationInModule": {
|
|
7018
7141
|
"filename": "src/project.ts",
|
|
7019
|
-
"line":
|
|
7142
|
+
"line": 563
|
|
7020
7143
|
},
|
|
7021
7144
|
"name": "runTaskCommand",
|
|
7022
7145
|
"parameters": [
|
|
@@ -7044,7 +7167,7 @@
|
|
|
7044
7167
|
},
|
|
7045
7168
|
"locationInModule": {
|
|
7046
7169
|
"filename": "src/project.ts",
|
|
7047
|
-
"line":
|
|
7170
|
+
"line": 607
|
|
7048
7171
|
},
|
|
7049
7172
|
"name": "synth"
|
|
7050
7173
|
},
|
|
@@ -7056,7 +7179,7 @@
|
|
|
7056
7179
|
},
|
|
7057
7180
|
"locationInModule": {
|
|
7058
7181
|
"filename": "src/project.ts",
|
|
7059
|
-
"line":
|
|
7182
|
+
"line": 463
|
|
7060
7183
|
},
|
|
7061
7184
|
"name": "tryFindFile",
|
|
7062
7185
|
"parameters": [
|
|
@@ -7086,7 +7209,7 @@
|
|
|
7086
7209
|
},
|
|
7087
7210
|
"locationInModule": {
|
|
7088
7211
|
"filename": "src/project.ts",
|
|
7089
|
-
"line":
|
|
7212
|
+
"line": 483
|
|
7090
7213
|
},
|
|
7091
7214
|
"name": "tryFindJsonFile",
|
|
7092
7215
|
"parameters": [
|
|
@@ -7114,7 +7237,7 @@
|
|
|
7114
7237
|
},
|
|
7115
7238
|
"locationInModule": {
|
|
7116
7239
|
"filename": "src/project.ts",
|
|
7117
|
-
"line":
|
|
7240
|
+
"line": 502
|
|
7118
7241
|
},
|
|
7119
7242
|
"name": "tryFindObjectFile",
|
|
7120
7243
|
"parameters": [
|
|
@@ -7143,7 +7266,7 @@
|
|
|
7143
7266
|
},
|
|
7144
7267
|
"locationInModule": {
|
|
7145
7268
|
"filename": "src/project.ts",
|
|
7146
|
-
"line":
|
|
7269
|
+
"line": 526
|
|
7147
7270
|
},
|
|
7148
7271
|
"name": "tryRemoveFile",
|
|
7149
7272
|
"parameters": [
|
|
@@ -7178,7 +7301,7 @@
|
|
|
7178
7301
|
"immutable": true,
|
|
7179
7302
|
"locationInModule": {
|
|
7180
7303
|
"filename": "src/project.ts",
|
|
7181
|
-
"line":
|
|
7304
|
+
"line": 159
|
|
7182
7305
|
},
|
|
7183
7306
|
"name": "DEFAULT_TASK",
|
|
7184
7307
|
"static": true,
|
|
@@ -7193,7 +7316,7 @@
|
|
|
7193
7316
|
"immutable": true,
|
|
7194
7317
|
"locationInModule": {
|
|
7195
7318
|
"filename": "src/project.ts",
|
|
7196
|
-
"line":
|
|
7319
|
+
"line": 436
|
|
7197
7320
|
},
|
|
7198
7321
|
"name": "buildTask",
|
|
7199
7322
|
"type": {
|
|
@@ -7208,7 +7331,7 @@
|
|
|
7208
7331
|
"immutable": true,
|
|
7209
7332
|
"locationInModule": {
|
|
7210
7333
|
"filename": "src/project.ts",
|
|
7211
|
-
"line":
|
|
7334
|
+
"line": 253
|
|
7212
7335
|
},
|
|
7213
7336
|
"name": "commitGenerated",
|
|
7214
7337
|
"type": {
|
|
@@ -7222,7 +7345,7 @@
|
|
|
7222
7345
|
"immutable": true,
|
|
7223
7346
|
"locationInModule": {
|
|
7224
7347
|
"filename": "src/project.ts",
|
|
7225
|
-
"line":
|
|
7348
|
+
"line": 439
|
|
7226
7349
|
},
|
|
7227
7350
|
"name": "compileTask",
|
|
7228
7351
|
"type": {
|
|
@@ -7237,7 +7360,7 @@
|
|
|
7237
7360
|
"immutable": true,
|
|
7238
7361
|
"locationInModule": {
|
|
7239
7362
|
"filename": "src/project.ts",
|
|
7240
|
-
"line":
|
|
7363
|
+
"line": 390
|
|
7241
7364
|
},
|
|
7242
7365
|
"name": "components",
|
|
7243
7366
|
"type": {
|
|
@@ -7257,7 +7380,7 @@
|
|
|
7257
7380
|
"immutable": true,
|
|
7258
7381
|
"locationInModule": {
|
|
7259
7382
|
"filename": "src/project.ts",
|
|
7260
|
-
"line":
|
|
7383
|
+
"line": 210
|
|
7261
7384
|
},
|
|
7262
7385
|
"name": "deps",
|
|
7263
7386
|
"type": {
|
|
@@ -7272,7 +7395,7 @@
|
|
|
7272
7395
|
"immutable": true,
|
|
7273
7396
|
"locationInModule": {
|
|
7274
7397
|
"filename": "src/project.ts",
|
|
7275
|
-
"line":
|
|
7398
|
+
"line": 669
|
|
7276
7399
|
},
|
|
7277
7400
|
"name": "ejected",
|
|
7278
7401
|
"type": {
|
|
@@ -7287,7 +7410,7 @@
|
|
|
7287
7410
|
"immutable": true,
|
|
7288
7411
|
"locationInModule": {
|
|
7289
7412
|
"filename": "src/project.ts",
|
|
7290
|
-
"line":
|
|
7413
|
+
"line": 408
|
|
7291
7414
|
},
|
|
7292
7415
|
"name": "files",
|
|
7293
7416
|
"type": {
|
|
@@ -7307,7 +7430,7 @@
|
|
|
7307
7430
|
"immutable": true,
|
|
7308
7431
|
"locationInModule": {
|
|
7309
7432
|
"filename": "src/project.ts",
|
|
7310
|
-
"line":
|
|
7433
|
+
"line": 191
|
|
7311
7434
|
},
|
|
7312
7435
|
"name": "gitattributes",
|
|
7313
7436
|
"type": {
|
|
@@ -7322,7 +7445,7 @@
|
|
|
7322
7445
|
"immutable": true,
|
|
7323
7446
|
"locationInModule": {
|
|
7324
7447
|
"filename": "src/project.ts",
|
|
7325
|
-
"line":
|
|
7448
|
+
"line": 186
|
|
7326
7449
|
},
|
|
7327
7450
|
"name": "gitignore",
|
|
7328
7451
|
"type": {
|
|
@@ -7337,7 +7460,7 @@
|
|
|
7337
7460
|
"immutable": true,
|
|
7338
7461
|
"locationInModule": {
|
|
7339
7462
|
"filename": "src/project.ts",
|
|
7340
|
-
"line":
|
|
7463
|
+
"line": 215
|
|
7341
7464
|
},
|
|
7342
7465
|
"name": "logger",
|
|
7343
7466
|
"type": {
|
|
@@ -7352,7 +7475,7 @@
|
|
|
7352
7475
|
"immutable": true,
|
|
7353
7476
|
"locationInModule": {
|
|
7354
7477
|
"filename": "src/project.ts",
|
|
7355
|
-
"line":
|
|
7478
|
+
"line": 181
|
|
7356
7479
|
},
|
|
7357
7480
|
"name": "name",
|
|
7358
7481
|
"type": {
|
|
@@ -7367,7 +7490,7 @@
|
|
|
7367
7490
|
"immutable": true,
|
|
7368
7491
|
"locationInModule": {
|
|
7369
7492
|
"filename": "src/project.ts",
|
|
7370
|
-
"line":
|
|
7493
|
+
"line": 201
|
|
7371
7494
|
},
|
|
7372
7495
|
"name": "outdir",
|
|
7373
7496
|
"type": {
|
|
@@ -7381,7 +7504,7 @@
|
|
|
7381
7504
|
"immutable": true,
|
|
7382
7505
|
"locationInModule": {
|
|
7383
7506
|
"filename": "src/project.ts",
|
|
7384
|
-
"line":
|
|
7507
|
+
"line": 451
|
|
7385
7508
|
},
|
|
7386
7509
|
"name": "packageTask",
|
|
7387
7510
|
"type": {
|
|
@@ -7395,7 +7518,7 @@
|
|
|
7395
7518
|
"immutable": true,
|
|
7396
7519
|
"locationInModule": {
|
|
7397
7520
|
"filename": "src/project.ts",
|
|
7398
|
-
"line":
|
|
7521
|
+
"line": 448
|
|
7399
7522
|
},
|
|
7400
7523
|
"name": "postCompileTask",
|
|
7401
7524
|
"type": {
|
|
@@ -7409,7 +7532,7 @@
|
|
|
7409
7532
|
"immutable": true,
|
|
7410
7533
|
"locationInModule": {
|
|
7411
7534
|
"filename": "src/project.ts",
|
|
7412
|
-
"line":
|
|
7535
|
+
"line": 445
|
|
7413
7536
|
},
|
|
7414
7537
|
"name": "preCompileTask",
|
|
7415
7538
|
"type": {
|
|
@@ -7424,7 +7547,7 @@
|
|
|
7424
7547
|
"immutable": true,
|
|
7425
7548
|
"locationInModule": {
|
|
7426
7549
|
"filename": "src/project.ts",
|
|
7427
|
-
"line":
|
|
7550
|
+
"line": 248
|
|
7428
7551
|
},
|
|
7429
7552
|
"name": "projectBuild",
|
|
7430
7553
|
"type": {
|
|
@@ -7439,7 +7562,7 @@
|
|
|
7439
7562
|
"immutable": true,
|
|
7440
7563
|
"locationInModule": {
|
|
7441
7564
|
"filename": "src/project.ts",
|
|
7442
|
-
"line":
|
|
7565
|
+
"line": 227
|
|
7443
7566
|
},
|
|
7444
7567
|
"name": "projenCommand",
|
|
7445
7568
|
"type": {
|
|
@@ -7454,7 +7577,7 @@
|
|
|
7454
7577
|
"immutable": true,
|
|
7455
7578
|
"locationInModule": {
|
|
7456
7579
|
"filename": "src/project.ts",
|
|
7457
|
-
"line":
|
|
7580
|
+
"line": 383
|
|
7458
7581
|
},
|
|
7459
7582
|
"name": "root",
|
|
7460
7583
|
"type": {
|
|
@@ -7469,7 +7592,7 @@
|
|
|
7469
7592
|
"immutable": true,
|
|
7470
7593
|
"locationInModule": {
|
|
7471
7594
|
"filename": "src/project.ts",
|
|
7472
|
-
"line":
|
|
7595
|
+
"line": 401
|
|
7473
7596
|
},
|
|
7474
7597
|
"name": "subprojects",
|
|
7475
7598
|
"type": {
|
|
@@ -7489,7 +7612,7 @@
|
|
|
7489
7612
|
"immutable": true,
|
|
7490
7613
|
"locationInModule": {
|
|
7491
7614
|
"filename": "src/project.ts",
|
|
7492
|
-
"line":
|
|
7615
|
+
"line": 205
|
|
7493
7616
|
},
|
|
7494
7617
|
"name": "tasks",
|
|
7495
7618
|
"type": {
|
|
@@ -7503,7 +7626,7 @@
|
|
|
7503
7626
|
"immutable": true,
|
|
7504
7627
|
"locationInModule": {
|
|
7505
7628
|
"filename": "src/project.ts",
|
|
7506
|
-
"line":
|
|
7629
|
+
"line": 442
|
|
7507
7630
|
},
|
|
7508
7631
|
"name": "testTask",
|
|
7509
7632
|
"type": {
|
|
@@ -7519,7 +7642,7 @@
|
|
|
7519
7642
|
"immutable": true,
|
|
7520
7643
|
"locationInModule": {
|
|
7521
7644
|
"filename": "src/project.ts",
|
|
7522
|
-
"line":
|
|
7645
|
+
"line": 235
|
|
7523
7646
|
},
|
|
7524
7647
|
"name": "defaultTask",
|
|
7525
7648
|
"optional": true,
|
|
@@ -7536,7 +7659,7 @@
|
|
|
7536
7659
|
"immutable": true,
|
|
7537
7660
|
"locationInModule": {
|
|
7538
7661
|
"filename": "src/project.ts",
|
|
7539
|
-
"line":
|
|
7662
|
+
"line": 222
|
|
7540
7663
|
},
|
|
7541
7664
|
"name": "initProject",
|
|
7542
7665
|
"optional": true,
|
|
@@ -7553,7 +7676,7 @@
|
|
|
7553
7676
|
"immutable": true,
|
|
7554
7677
|
"locationInModule": {
|
|
7555
7678
|
"filename": "src/project.ts",
|
|
7556
|
-
"line":
|
|
7679
|
+
"line": 196
|
|
7557
7680
|
},
|
|
7558
7681
|
"name": "parent",
|
|
7559
7682
|
"optional": true,
|
|
@@ -7984,7 +8107,7 @@
|
|
|
7984
8107
|
"kind": "enum",
|
|
7985
8108
|
"locationInModule": {
|
|
7986
8109
|
"filename": "src/project.ts",
|
|
7987
|
-
"line":
|
|
8110
|
+
"line": 689
|
|
7988
8111
|
},
|
|
7989
8112
|
"members": [
|
|
7990
8113
|
{
|
|
@@ -9135,7 +9258,7 @@
|
|
|
9135
9258
|
{
|
|
9136
9259
|
"abstract": true,
|
|
9137
9260
|
"docs": {
|
|
9138
|
-
"remarks": "If your project is Typescript-based and has configured `testdir` to be a\nsubdirectory of `src`, sample files should outside of the `src` directory,\notherwise they may not be copied. For example:\n```\nnew SampleFile(this, 'assets/icon.png', {
|
|
9261
|
+
"remarks": "If your project is Typescript-based and has configured `testdir` to be a\nsubdirectory of `src`, sample files should outside of the `src` directory,\notherwise they may not be copied. For example:\n```\nnew SampleFile(this, 'assets/icon.png', { sourcePath: path.join(__dirname, '..', 'sample-assets', 'icon.png') });\n```",
|
|
9139
9262
|
"stability": "experimental",
|
|
9140
9263
|
"summary": "Absolute path to a file to copy the contents from (does not need to be a text file)."
|
|
9141
9264
|
},
|
|
@@ -17046,14 +17169,15 @@
|
|
|
17046
17169
|
{
|
|
17047
17170
|
"abstract": true,
|
|
17048
17171
|
"docs": {
|
|
17049
|
-
"example": "github.com/owner/repo
|
|
17172
|
+
"example": "github.com/owner/repo",
|
|
17173
|
+
"remarks": "The module itself will always be published under a subdirectory named according\nto the `packageName` of the module (e.g. github.com/foo/bar/pkg).",
|
|
17050
17174
|
"stability": "experimental",
|
|
17051
|
-
"summary": "The name of the target
|
|
17175
|
+
"summary": "The name of the target repository in which this module will be published (e.g. github.com/owner/repo)."
|
|
17052
17176
|
},
|
|
17053
17177
|
"immutable": true,
|
|
17054
17178
|
"locationInModule": {
|
|
17055
17179
|
"filename": "src/cdk/jsii-project.ts",
|
|
17056
|
-
"line":
|
|
17180
|
+
"line": 172
|
|
17057
17181
|
},
|
|
17058
17182
|
"name": "moduleName",
|
|
17059
17183
|
"type": {
|
|
@@ -17063,20 +17187,42 @@
|
|
|
17063
17187
|
{
|
|
17064
17188
|
"abstract": true,
|
|
17065
17189
|
"docs": {
|
|
17066
|
-
"
|
|
17190
|
+
"custom": {
|
|
17191
|
+
"projen": "/foo-bar will be projenfoobar)."
|
|
17192
|
+
},
|
|
17193
|
+
"default": "- derived from the JavaScript module name",
|
|
17194
|
+
"remarks": "If not specified, package name will be derived from the JavaScript module name\nby removing non-alphanumeric characters (e.g.",
|
|
17067
17195
|
"stability": "experimental",
|
|
17068
|
-
"summary": "The name of the
|
|
17196
|
+
"summary": "The name of the Go package name."
|
|
17069
17197
|
},
|
|
17070
17198
|
"immutable": true,
|
|
17071
17199
|
"locationInModule": {
|
|
17072
17200
|
"filename": "src/cdk/jsii-project.ts",
|
|
17073
|
-
"line":
|
|
17201
|
+
"line": 182
|
|
17074
17202
|
},
|
|
17075
17203
|
"name": "packageName",
|
|
17076
17204
|
"optional": true,
|
|
17077
17205
|
"type": {
|
|
17078
17206
|
"primitive": "string"
|
|
17079
17207
|
}
|
|
17208
|
+
},
|
|
17209
|
+
{
|
|
17210
|
+
"abstract": true,
|
|
17211
|
+
"docs": {
|
|
17212
|
+
"default": "- none",
|
|
17213
|
+
"stability": "experimental",
|
|
17214
|
+
"summary": "A suffix appended at the end of the module version (e.g `\"-devprefix\"`)."
|
|
17215
|
+
},
|
|
17216
|
+
"immutable": true,
|
|
17217
|
+
"locationInModule": {
|
|
17218
|
+
"filename": "src/cdk/jsii-project.ts",
|
|
17219
|
+
"line": 189
|
|
17220
|
+
},
|
|
17221
|
+
"name": "versionSuffix",
|
|
17222
|
+
"optional": true,
|
|
17223
|
+
"type": {
|
|
17224
|
+
"primitive": "string"
|
|
17225
|
+
}
|
|
17080
17226
|
}
|
|
17081
17227
|
],
|
|
17082
17228
|
"symbolId": "src/cdk/jsii-project:JsiiGoTarget"
|
|
@@ -17164,7 +17310,7 @@
|
|
|
17164
17310
|
},
|
|
17165
17311
|
"locationInModule": {
|
|
17166
17312
|
"filename": "src/cdk/jsii-project.ts",
|
|
17167
|
-
"line":
|
|
17313
|
+
"line": 212
|
|
17168
17314
|
},
|
|
17169
17315
|
"parameters": [
|
|
17170
17316
|
{
|
|
@@ -17178,7 +17324,7 @@
|
|
|
17178
17324
|
"kind": "class",
|
|
17179
17325
|
"locationInModule": {
|
|
17180
17326
|
"filename": "src/cdk/jsii-project.ts",
|
|
17181
|
-
"line":
|
|
17327
|
+
"line": 197
|
|
17182
17328
|
},
|
|
17183
17329
|
"name": "JsiiProject",
|
|
17184
17330
|
"namespace": "cdk",
|
|
@@ -17190,7 +17336,7 @@
|
|
|
17190
17336
|
"immutable": true,
|
|
17191
17337
|
"locationInModule": {
|
|
17192
17338
|
"filename": "src/cdk/jsii-project.ts",
|
|
17193
|
-
"line":
|
|
17339
|
+
"line": 198
|
|
17194
17340
|
},
|
|
17195
17341
|
"name": "eslint",
|
|
17196
17342
|
"optional": true,
|
|
@@ -57197,7 +57343,7 @@
|
|
|
57197
57343
|
"kind": "enum",
|
|
57198
57344
|
"locationInModule": {
|
|
57199
57345
|
"filename": "src/release/publisher.ts",
|
|
57200
|
-
"line":
|
|
57346
|
+
"line": 959
|
|
57201
57347
|
},
|
|
57202
57348
|
"members": [
|
|
57203
57349
|
{
|
|
@@ -57231,7 +57377,7 @@
|
|
|
57231
57377
|
"kind": "interface",
|
|
57232
57378
|
"locationInModule": {
|
|
57233
57379
|
"filename": "src/release/publisher.ts",
|
|
57234
|
-
"line":
|
|
57380
|
+
"line": 977
|
|
57235
57381
|
},
|
|
57236
57382
|
"name": "CodeArtifactOptions",
|
|
57237
57383
|
"namespace": "release",
|
|
@@ -57247,7 +57393,7 @@
|
|
|
57247
57393
|
"immutable": true,
|
|
57248
57394
|
"locationInModule": {
|
|
57249
57395
|
"filename": "src/release/publisher.ts",
|
|
57250
|
-
"line":
|
|
57396
|
+
"line": 993
|
|
57251
57397
|
},
|
|
57252
57398
|
"name": "accessKeyIdSecret",
|
|
57253
57399
|
"optional": true,
|
|
@@ -57265,7 +57411,7 @@
|
|
|
57265
57411
|
"immutable": true,
|
|
57266
57412
|
"locationInModule": {
|
|
57267
57413
|
"filename": "src/release/publisher.ts",
|
|
57268
|
-
"line":
|
|
57414
|
+
"line": 983
|
|
57269
57415
|
},
|
|
57270
57416
|
"name": "authProvider",
|
|
57271
57417
|
"optional": true,
|
|
@@ -57284,7 +57430,7 @@
|
|
|
57284
57430
|
"immutable": true,
|
|
57285
57431
|
"locationInModule": {
|
|
57286
57432
|
"filename": "src/release/publisher.ts",
|
|
57287
|
-
"line":
|
|
57433
|
+
"line": 1013
|
|
57288
57434
|
},
|
|
57289
57435
|
"name": "roleToAssume",
|
|
57290
57436
|
"optional": true,
|
|
@@ -57303,7 +57449,7 @@
|
|
|
57303
57449
|
"immutable": true,
|
|
57304
57450
|
"locationInModule": {
|
|
57305
57451
|
"filename": "src/release/publisher.ts",
|
|
57306
|
-
"line":
|
|
57452
|
+
"line": 1004
|
|
57307
57453
|
},
|
|
57308
57454
|
"name": "secretAccessKeySecret",
|
|
57309
57455
|
"optional": true,
|
|
@@ -57325,7 +57471,7 @@
|
|
|
57325
57471
|
"kind": "interface",
|
|
57326
57472
|
"locationInModule": {
|
|
57327
57473
|
"filename": "src/release/publisher.ts",
|
|
57328
|
-
"line":
|
|
57474
|
+
"line": 861
|
|
57329
57475
|
},
|
|
57330
57476
|
"name": "CommonPublishOptions",
|
|
57331
57477
|
"namespace": "release",
|
|
@@ -57340,7 +57486,7 @@
|
|
|
57340
57486
|
"immutable": true,
|
|
57341
57487
|
"locationInModule": {
|
|
57342
57488
|
"filename": "src/release/publisher.ts",
|
|
57343
|
-
"line":
|
|
57489
|
+
"line": 880
|
|
57344
57490
|
},
|
|
57345
57491
|
"name": "postPublishSteps",
|
|
57346
57492
|
"optional": true,
|
|
@@ -57363,7 +57509,7 @@
|
|
|
57363
57509
|
"immutable": true,
|
|
57364
57510
|
"locationInModule": {
|
|
57365
57511
|
"filename": "src/release/publisher.ts",
|
|
57366
|
-
"line":
|
|
57512
|
+
"line": 871
|
|
57367
57513
|
},
|
|
57368
57514
|
"name": "prePublishSteps",
|
|
57369
57515
|
"optional": true,
|
|
@@ -57386,7 +57532,7 @@
|
|
|
57386
57532
|
"immutable": true,
|
|
57387
57533
|
"locationInModule": {
|
|
57388
57534
|
"filename": "src/release/publisher.ts",
|
|
57389
|
-
"line":
|
|
57535
|
+
"line": 886
|
|
57390
57536
|
},
|
|
57391
57537
|
"name": "publishTools",
|
|
57392
57538
|
"optional": true,
|
|
@@ -57451,7 +57597,7 @@
|
|
|
57451
57597
|
"kind": "interface",
|
|
57452
57598
|
"locationInModule": {
|
|
57453
57599
|
"filename": "src/release/publisher.ts",
|
|
57454
|
-
"line":
|
|
57600
|
+
"line": 1281
|
|
57455
57601
|
},
|
|
57456
57602
|
"name": "GitHubReleasesPublishOptions",
|
|
57457
57603
|
"namespace": "release",
|
|
@@ -57466,7 +57612,7 @@
|
|
|
57466
57612
|
"immutable": true,
|
|
57467
57613
|
"locationInModule": {
|
|
57468
57614
|
"filename": "src/release/publisher.ts",
|
|
57469
|
-
"line":
|
|
57615
|
+
"line": 1244
|
|
57470
57616
|
},
|
|
57471
57617
|
"name": "changelogFile",
|
|
57472
57618
|
"type": {
|
|
@@ -57483,7 +57629,7 @@
|
|
|
57483
57629
|
"immutable": true,
|
|
57484
57630
|
"locationInModule": {
|
|
57485
57631
|
"filename": "src/release/publisher.ts",
|
|
57486
|
-
"line":
|
|
57632
|
+
"line": 1237
|
|
57487
57633
|
},
|
|
57488
57634
|
"name": "releaseTagFile",
|
|
57489
57635
|
"type": {
|
|
@@ -57500,7 +57646,7 @@
|
|
|
57500
57646
|
"immutable": true,
|
|
57501
57647
|
"locationInModule": {
|
|
57502
57648
|
"filename": "src/release/publisher.ts",
|
|
57503
|
-
"line":
|
|
57649
|
+
"line": 1230
|
|
57504
57650
|
},
|
|
57505
57651
|
"name": "versionFile",
|
|
57506
57652
|
"type": {
|
|
@@ -57521,7 +57667,7 @@
|
|
|
57521
57667
|
"kind": "interface",
|
|
57522
57668
|
"locationInModule": {
|
|
57523
57669
|
"filename": "src/release/publisher.ts",
|
|
57524
|
-
"line":
|
|
57670
|
+
"line": 1288
|
|
57525
57671
|
},
|
|
57526
57672
|
"name": "GitPublishOptions",
|
|
57527
57673
|
"namespace": "release",
|
|
@@ -57536,7 +57682,7 @@
|
|
|
57536
57682
|
"immutable": true,
|
|
57537
57683
|
"locationInModule": {
|
|
57538
57684
|
"filename": "src/release/publisher.ts",
|
|
57539
|
-
"line":
|
|
57685
|
+
"line": 1244
|
|
57540
57686
|
},
|
|
57541
57687
|
"name": "changelogFile",
|
|
57542
57688
|
"type": {
|
|
@@ -57553,7 +57699,7 @@
|
|
|
57553
57699
|
"immutable": true,
|
|
57554
57700
|
"locationInModule": {
|
|
57555
57701
|
"filename": "src/release/publisher.ts",
|
|
57556
|
-
"line":
|
|
57702
|
+
"line": 1237
|
|
57557
57703
|
},
|
|
57558
57704
|
"name": "releaseTagFile",
|
|
57559
57705
|
"type": {
|
|
@@ -57570,7 +57716,7 @@
|
|
|
57570
57716
|
"immutable": true,
|
|
57571
57717
|
"locationInModule": {
|
|
57572
57718
|
"filename": "src/release/publisher.ts",
|
|
57573
|
-
"line":
|
|
57719
|
+
"line": 1230
|
|
57574
57720
|
},
|
|
57575
57721
|
"name": "versionFile",
|
|
57576
57722
|
"type": {
|
|
@@ -57587,7 +57733,7 @@
|
|
|
57587
57733
|
"immutable": true,
|
|
57588
57734
|
"locationInModule": {
|
|
57589
57735
|
"filename": "src/release/publisher.ts",
|
|
57590
|
-
"line":
|
|
57736
|
+
"line": 1299
|
|
57591
57737
|
},
|
|
57592
57738
|
"name": "gitBranch",
|
|
57593
57739
|
"optional": true,
|
|
@@ -57605,7 +57751,7 @@
|
|
|
57605
57751
|
"immutable": true,
|
|
57606
57752
|
"locationInModule": {
|
|
57607
57753
|
"filename": "src/release/publisher.ts",
|
|
57608
|
-
"line":
|
|
57754
|
+
"line": 1306
|
|
57609
57755
|
},
|
|
57610
57756
|
"name": "gitPushCommand",
|
|
57611
57757
|
"optional": true,
|
|
@@ -57622,7 +57768,7 @@
|
|
|
57622
57768
|
"immutable": true,
|
|
57623
57769
|
"locationInModule": {
|
|
57624
57770
|
"filename": "src/release/publisher.ts",
|
|
57625
|
-
"line":
|
|
57771
|
+
"line": 1292
|
|
57626
57772
|
},
|
|
57627
57773
|
"name": "projectChangelogFile",
|
|
57628
57774
|
"optional": true,
|
|
@@ -57647,7 +57793,7 @@
|
|
|
57647
57793
|
"kind": "interface",
|
|
57648
57794
|
"locationInModule": {
|
|
57649
57795
|
"filename": "src/release/publisher.ts",
|
|
57650
|
-
"line":
|
|
57796
|
+
"line": 1169
|
|
57651
57797
|
},
|
|
57652
57798
|
"name": "GoPublishOptions",
|
|
57653
57799
|
"namespace": "release",
|
|
@@ -57662,7 +57808,7 @@
|
|
|
57662
57808
|
"immutable": true,
|
|
57663
57809
|
"locationInModule": {
|
|
57664
57810
|
"filename": "src/release/publisher.ts",
|
|
57665
|
-
"line":
|
|
57811
|
+
"line": 1202
|
|
57666
57812
|
},
|
|
57667
57813
|
"name": "gitBranch",
|
|
57668
57814
|
"optional": true,
|
|
@@ -57680,7 +57826,7 @@
|
|
|
57680
57826
|
"immutable": true,
|
|
57681
57827
|
"locationInModule": {
|
|
57682
57828
|
"filename": "src/release/publisher.ts",
|
|
57683
|
-
"line":
|
|
57829
|
+
"line": 1221
|
|
57684
57830
|
},
|
|
57685
57831
|
"name": "gitCommitMessage",
|
|
57686
57832
|
"optional": true,
|
|
@@ -57699,7 +57845,7 @@
|
|
|
57699
57845
|
"immutable": true,
|
|
57700
57846
|
"locationInModule": {
|
|
57701
57847
|
"filename": "src/release/publisher.ts",
|
|
57702
|
-
"line":
|
|
57848
|
+
"line": 1188
|
|
57703
57849
|
},
|
|
57704
57850
|
"name": "githubDeployKeySecret",
|
|
57705
57851
|
"optional": true,
|
|
@@ -57707,24 +57853,6 @@
|
|
|
57707
57853
|
"primitive": "string"
|
|
57708
57854
|
}
|
|
57709
57855
|
},
|
|
57710
|
-
{
|
|
57711
|
-
"abstract": true,
|
|
57712
|
-
"docs": {
|
|
57713
|
-
"default": "- derived from `moduleName`",
|
|
57714
|
-
"stability": "experimental",
|
|
57715
|
-
"summary": "GitHub repository to push to."
|
|
57716
|
-
},
|
|
57717
|
-
"immutable": true,
|
|
57718
|
-
"locationInModule": {
|
|
57719
|
-
"filename": "src/release/publisher.ts",
|
|
57720
|
-
"line": 1203
|
|
57721
|
-
},
|
|
57722
|
-
"name": "githubRepo",
|
|
57723
|
-
"optional": true,
|
|
57724
|
-
"type": {
|
|
57725
|
-
"primitive": "string"
|
|
57726
|
-
}
|
|
57727
|
-
},
|
|
57728
57856
|
{
|
|
57729
57857
|
"abstract": true,
|
|
57730
57858
|
"docs": {
|
|
@@ -57736,7 +57864,7 @@
|
|
|
57736
57864
|
"immutable": true,
|
|
57737
57865
|
"locationInModule": {
|
|
57738
57866
|
"filename": "src/release/publisher.ts",
|
|
57739
|
-
"line":
|
|
57867
|
+
"line": 1178
|
|
57740
57868
|
},
|
|
57741
57869
|
"name": "githubTokenSecret",
|
|
57742
57870
|
"optional": true,
|
|
@@ -57754,7 +57882,7 @@
|
|
|
57754
57882
|
"immutable": true,
|
|
57755
57883
|
"locationInModule": {
|
|
57756
57884
|
"filename": "src/release/publisher.ts",
|
|
57757
|
-
"line":
|
|
57885
|
+
"line": 1195
|
|
57758
57886
|
},
|
|
57759
57887
|
"name": "githubUseSsh",
|
|
57760
57888
|
"optional": true,
|
|
@@ -57772,7 +57900,7 @@
|
|
|
57772
57900
|
"immutable": true,
|
|
57773
57901
|
"locationInModule": {
|
|
57774
57902
|
"filename": "src/release/publisher.ts",
|
|
57775
|
-
"line":
|
|
57903
|
+
"line": 1214
|
|
57776
57904
|
},
|
|
57777
57905
|
"name": "gitUserEmail",
|
|
57778
57906
|
"optional": true,
|
|
@@ -57790,7 +57918,7 @@
|
|
|
57790
57918
|
"immutable": true,
|
|
57791
57919
|
"locationInModule": {
|
|
57792
57920
|
"filename": "src/release/publisher.ts",
|
|
57793
|
-
"line":
|
|
57921
|
+
"line": 1208
|
|
57794
57922
|
},
|
|
57795
57923
|
"name": "gitUserName",
|
|
57796
57924
|
"optional": true,
|
|
@@ -57815,7 +57943,7 @@
|
|
|
57815
57943
|
"kind": "interface",
|
|
57816
57944
|
"locationInModule": {
|
|
57817
57945
|
"filename": "src/release/publisher.ts",
|
|
57818
|
-
"line":
|
|
57946
|
+
"line": 1164
|
|
57819
57947
|
},
|
|
57820
57948
|
"name": "JsiiReleaseGo",
|
|
57821
57949
|
"namespace": "release",
|
|
@@ -57835,7 +57963,7 @@
|
|
|
57835
57963
|
"kind": "interface",
|
|
57836
57964
|
"locationInModule": {
|
|
57837
57965
|
"filename": "src/release/publisher.ts",
|
|
57838
|
-
"line":
|
|
57966
|
+
"line": 1077
|
|
57839
57967
|
},
|
|
57840
57968
|
"name": "JsiiReleaseMaven",
|
|
57841
57969
|
"namespace": "release",
|
|
@@ -57855,7 +57983,7 @@
|
|
|
57855
57983
|
"kind": "interface",
|
|
57856
57984
|
"locationInModule": {
|
|
57857
57985
|
"filename": "src/release/publisher.ts",
|
|
57858
|
-
"line":
|
|
57986
|
+
"line": 892
|
|
57859
57987
|
},
|
|
57860
57988
|
"name": "JsiiReleaseNpm",
|
|
57861
57989
|
"namespace": "release",
|
|
@@ -57875,7 +58003,7 @@
|
|
|
57875
58003
|
"kind": "interface",
|
|
57876
58004
|
"locationInModule": {
|
|
57877
58005
|
"filename": "src/release/publisher.ts",
|
|
57878
|
-
"line":
|
|
58006
|
+
"line": 1055
|
|
57879
58007
|
},
|
|
57880
58008
|
"name": "JsiiReleaseNuget",
|
|
57881
58009
|
"namespace": "release",
|
|
@@ -57895,7 +58023,7 @@
|
|
|
57895
58023
|
"kind": "interface",
|
|
57896
58024
|
"locationInModule": {
|
|
57897
58025
|
"filename": "src/release/publisher.ts",
|
|
57898
|
-
"line":
|
|
58026
|
+
"line": 1019
|
|
57899
58027
|
},
|
|
57900
58028
|
"name": "JsiiReleasePyPi",
|
|
57901
58029
|
"namespace": "release",
|
|
@@ -57988,7 +58116,7 @@
|
|
|
57988
58116
|
"kind": "interface",
|
|
57989
58117
|
"locationInModule": {
|
|
57990
58118
|
"filename": "src/release/publisher.ts",
|
|
57991
|
-
"line":
|
|
58119
|
+
"line": 1082
|
|
57992
58120
|
},
|
|
57993
58121
|
"name": "MavenPublishOptions",
|
|
57994
58122
|
"namespace": "release",
|
|
@@ -58004,7 +58132,7 @@
|
|
|
58004
58132
|
"immutable": true,
|
|
58005
58133
|
"locationInModule": {
|
|
58006
58134
|
"filename": "src/release/publisher.ts",
|
|
58007
|
-
"line":
|
|
58135
|
+
"line": 1088
|
|
58008
58136
|
},
|
|
58009
58137
|
"name": "mavenEndpoint",
|
|
58010
58138
|
"optional": true,
|
|
@@ -58024,7 +58152,7 @@
|
|
|
58024
58152
|
"immutable": true,
|
|
58025
58153
|
"locationInModule": {
|
|
58026
58154
|
"filename": "src/release/publisher.ts",
|
|
58027
|
-
"line":
|
|
58155
|
+
"line": 1121
|
|
58028
58156
|
},
|
|
58029
58157
|
"name": "mavenGpgPrivateKeyPassphrase",
|
|
58030
58158
|
"optional": true,
|
|
@@ -58044,7 +58172,7 @@
|
|
|
58044
58172
|
"immutable": true,
|
|
58045
58173
|
"locationInModule": {
|
|
58046
58174
|
"filename": "src/release/publisher.ts",
|
|
58047
|
-
"line":
|
|
58175
|
+
"line": 1112
|
|
58048
58176
|
},
|
|
58049
58177
|
"name": "mavenGpgPrivateKeySecret",
|
|
58050
58178
|
"optional": true,
|
|
@@ -58064,7 +58192,7 @@
|
|
|
58064
58192
|
"immutable": true,
|
|
58065
58193
|
"locationInModule": {
|
|
58066
58194
|
"filename": "src/release/publisher.ts",
|
|
58067
|
-
"line":
|
|
58195
|
+
"line": 1147
|
|
58068
58196
|
},
|
|
58069
58197
|
"name": "mavenPassword",
|
|
58070
58198
|
"optional": true,
|
|
@@ -58082,7 +58210,7 @@
|
|
|
58082
58210
|
"immutable": true,
|
|
58083
58211
|
"locationInModule": {
|
|
58084
58212
|
"filename": "src/release/publisher.ts",
|
|
58085
|
-
"line":
|
|
58213
|
+
"line": 1102
|
|
58086
58214
|
},
|
|
58087
58215
|
"name": "mavenRepositoryUrl",
|
|
58088
58216
|
"optional": true,
|
|
@@ -58100,7 +58228,7 @@
|
|
|
58100
58228
|
"immutable": true,
|
|
58101
58229
|
"locationInModule": {
|
|
58102
58230
|
"filename": "src/release/publisher.ts",
|
|
58103
|
-
"line":
|
|
58231
|
+
"line": 1095
|
|
58104
58232
|
},
|
|
58105
58233
|
"name": "mavenServerId",
|
|
58106
58234
|
"optional": true,
|
|
@@ -58118,7 +58246,7 @@
|
|
|
58118
58246
|
"immutable": true,
|
|
58119
58247
|
"locationInModule": {
|
|
58120
58248
|
"filename": "src/release/publisher.ts",
|
|
58121
|
-
"line":
|
|
58249
|
+
"line": 1158
|
|
58122
58250
|
},
|
|
58123
58251
|
"name": "mavenStagingProfileId",
|
|
58124
58252
|
"optional": true,
|
|
@@ -58138,7 +58266,7 @@
|
|
|
58138
58266
|
"immutable": true,
|
|
58139
58267
|
"locationInModule": {
|
|
58140
58268
|
"filename": "src/release/publisher.ts",
|
|
58141
|
-
"line":
|
|
58269
|
+
"line": 1134
|
|
58142
58270
|
},
|
|
58143
58271
|
"name": "mavenUsername",
|
|
58144
58272
|
"optional": true,
|
|
@@ -58163,7 +58291,7 @@
|
|
|
58163
58291
|
"kind": "interface",
|
|
58164
58292
|
"locationInModule": {
|
|
58165
58293
|
"filename": "src/release/publisher.ts",
|
|
58166
|
-
"line":
|
|
58294
|
+
"line": 897
|
|
58167
58295
|
},
|
|
58168
58296
|
"name": "NpmPublishOptions",
|
|
58169
58297
|
"namespace": "release",
|
|
@@ -58178,7 +58306,7 @@
|
|
|
58178
58306
|
"immutable": true,
|
|
58179
58307
|
"locationInModule": {
|
|
58180
58308
|
"filename": "src/release/publisher.ts",
|
|
58181
|
-
"line":
|
|
58309
|
+
"line": 953
|
|
58182
58310
|
},
|
|
58183
58311
|
"name": "codeArtifactOptions",
|
|
58184
58312
|
"optional": true,
|
|
@@ -58198,7 +58326,7 @@
|
|
|
58198
58326
|
"immutable": true,
|
|
58199
58327
|
"locationInModule": {
|
|
58200
58328
|
"filename": "src/release/publisher.ts",
|
|
58201
|
-
"line":
|
|
58329
|
+
"line": 915
|
|
58202
58330
|
},
|
|
58203
58331
|
"name": "distTag",
|
|
58204
58332
|
"optional": true,
|
|
@@ -58218,7 +58346,7 @@
|
|
|
58218
58346
|
"immutable": true,
|
|
58219
58347
|
"locationInModule": {
|
|
58220
58348
|
"filename": "src/release/publisher.ts",
|
|
58221
|
-
"line":
|
|
58349
|
+
"line": 946
|
|
58222
58350
|
},
|
|
58223
58351
|
"name": "npmProvenance",
|
|
58224
58352
|
"optional": true,
|
|
@@ -58236,7 +58364,7 @@
|
|
|
58236
58364
|
"immutable": true,
|
|
58237
58365
|
"locationInModule": {
|
|
58238
58366
|
"filename": "src/release/publisher.ts",
|
|
58239
|
-
"line":
|
|
58367
|
+
"line": 935
|
|
58240
58368
|
},
|
|
58241
58369
|
"name": "npmTokenSecret",
|
|
58242
58370
|
"optional": true,
|
|
@@ -58256,7 +58384,7 @@
|
|
|
58256
58384
|
"immutable": true,
|
|
58257
58385
|
"locationInModule": {
|
|
58258
58386
|
"filename": "src/release/publisher.ts",
|
|
58259
|
-
"line":
|
|
58387
|
+
"line": 929
|
|
58260
58388
|
},
|
|
58261
58389
|
"name": "registry",
|
|
58262
58390
|
"optional": true,
|
|
@@ -58281,7 +58409,7 @@
|
|
|
58281
58409
|
"kind": "interface",
|
|
58282
58410
|
"locationInModule": {
|
|
58283
58411
|
"filename": "src/release/publisher.ts",
|
|
58284
|
-
"line":
|
|
58412
|
+
"line": 1060
|
|
58285
58413
|
},
|
|
58286
58414
|
"name": "NugetPublishOptions",
|
|
58287
58415
|
"namespace": "release",
|
|
@@ -58296,7 +58424,7 @@
|
|
|
58296
58424
|
"immutable": true,
|
|
58297
58425
|
"locationInModule": {
|
|
58298
58426
|
"filename": "src/release/publisher.ts",
|
|
58299
|
-
"line":
|
|
58427
|
+
"line": 1066
|
|
58300
58428
|
},
|
|
58301
58429
|
"name": "nugetApiKeySecret",
|
|
58302
58430
|
"optional": true,
|
|
@@ -58313,7 +58441,7 @@
|
|
|
58313
58441
|
"immutable": true,
|
|
58314
58442
|
"locationInModule": {
|
|
58315
58443
|
"filename": "src/release/publisher.ts",
|
|
58316
|
-
"line":
|
|
58444
|
+
"line": 1071
|
|
58317
58445
|
},
|
|
58318
58446
|
"name": "nugetServer",
|
|
58319
58447
|
"optional": true,
|
|
@@ -58950,7 +59078,7 @@
|
|
|
58950
59078
|
"kind": "interface",
|
|
58951
59079
|
"locationInModule": {
|
|
58952
59080
|
"filename": "src/release/publisher.ts",
|
|
58953
|
-
"line":
|
|
59081
|
+
"line": 1024
|
|
58954
59082
|
},
|
|
58955
59083
|
"name": "PyPiPublishOptions",
|
|
58956
59084
|
"namespace": "release",
|
|
@@ -58965,7 +59093,7 @@
|
|
|
58965
59093
|
"immutable": true,
|
|
58966
59094
|
"locationInModule": {
|
|
58967
59095
|
"filename": "src/release/publisher.ts",
|
|
58968
|
-
"line":
|
|
59096
|
+
"line": 1049
|
|
58969
59097
|
},
|
|
58970
59098
|
"name": "codeArtifactOptions",
|
|
58971
59099
|
"optional": true,
|
|
@@ -58983,7 +59111,7 @@
|
|
|
58983
59111
|
"immutable": true,
|
|
58984
59112
|
"locationInModule": {
|
|
58985
59113
|
"filename": "src/release/publisher.ts",
|
|
58986
|
-
"line":
|
|
59114
|
+
"line": 1042
|
|
58987
59115
|
},
|
|
58988
59116
|
"name": "twinePasswordSecret",
|
|
58989
59117
|
"optional": true,
|
|
@@ -59001,7 +59129,7 @@
|
|
|
59001
59129
|
"immutable": true,
|
|
59002
59130
|
"locationInModule": {
|
|
59003
59131
|
"filename": "src/release/publisher.ts",
|
|
59004
|
-
"line":
|
|
59132
|
+
"line": 1030
|
|
59005
59133
|
},
|
|
59006
59134
|
"name": "twineRegistryUrl",
|
|
59007
59135
|
"optional": true,
|
|
@@ -59019,7 +59147,7 @@
|
|
|
59019
59147
|
"immutable": true,
|
|
59020
59148
|
"locationInModule": {
|
|
59021
59149
|
"filename": "src/release/publisher.ts",
|
|
59022
|
-
"line":
|
|
59150
|
+
"line": 1036
|
|
59023
59151
|
},
|
|
59024
59152
|
"name": "twineUsernameSecret",
|
|
59025
59153
|
"optional": true,
|
|
@@ -64304,6 +64432,6 @@
|
|
|
64304
64432
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
64305
64433
|
}
|
|
64306
64434
|
},
|
|
64307
|
-
"version": "0.
|
|
64308
|
-
"fingerprint": "
|
|
64435
|
+
"version": "0.86.1",
|
|
64436
|
+
"fingerprint": "bNXzIGdn7LqFSFZ1b27M2ogEaH0mryUU6KXNcKwWvXg="
|
|
64309
64437
|
}
|