projen 0.46.0 → 0.46.9
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 +236 -172
- package/API.md +75 -7
- package/bin/projen +0 -0
- package/changelog.md +7 -0
- package/lib/awscdk/auto-discover.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +3 -3
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.d.ts +1 -1
- package/lib/awscdk/cdk-config.js +2 -2
- package/lib/awscdk/cdk-tasks.d.ts +6 -0
- package/lib/awscdk/cdk-tasks.js +7 -3
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/java-app.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +4 -5
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.d.ts +1 -0
- package/lib/cdk/jsii-project.js +44 -29
- 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 +1 -1
- package/lib/github/constants.d.ts +5 -0
- package/lib/github/constants.js +7 -2
- 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.d.ts +12 -0
- package/lib/javascript/node-package.js +6 -2
- package/lib/javascript/node-project.d.ts +9 -1
- package/lib/javascript/node-project.js +6 -4
- 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 +2 -2
- 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 +4 -4
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +4 -3
- 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 +3 -3
- package/lib/version.js +1 -1
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/node_modules/xmlbuilder2/node_modules/@types/node/README.md +1 -1
- package/node_modules/xmlbuilder2/node_modules/@types/node/package.json +2 -2
- package/node_modules/xmlbuilder2/node_modules/@types/node/tls.d.ts +2 -1
- package/package.json +2 -2
- package/releasetag.txt +1 -0
- package/version.txt +1 -0
package/.jsii
CHANGED
|
@@ -10388,7 +10388,7 @@
|
|
|
10388
10388
|
"type": {
|
|
10389
10389
|
"collection": {
|
|
10390
10390
|
"elementtype": {
|
|
10391
|
-
"primitive": "
|
|
10391
|
+
"primitive": "any"
|
|
10392
10392
|
},
|
|
10393
10393
|
"kind": "map"
|
|
10394
10394
|
}
|
|
@@ -10531,7 +10531,7 @@
|
|
|
10531
10531
|
},
|
|
10532
10532
|
"locationInModule": {
|
|
10533
10533
|
"filename": "src/awscdk/cdk-tasks.ts",
|
|
10534
|
-
"line":
|
|
10534
|
+
"line": 39
|
|
10535
10535
|
},
|
|
10536
10536
|
"parameters": [
|
|
10537
10537
|
{
|
|
@@ -10558,7 +10558,7 @@
|
|
|
10558
10558
|
"immutable": true,
|
|
10559
10559
|
"locationInModule": {
|
|
10560
10560
|
"filename": "src/awscdk/cdk-tasks.ts",
|
|
10561
|
-
"line":
|
|
10561
|
+
"line": 22
|
|
10562
10562
|
},
|
|
10563
10563
|
"name": "deploy",
|
|
10564
10564
|
"type": {
|
|
@@ -10573,7 +10573,7 @@
|
|
|
10573
10573
|
"immutable": true,
|
|
10574
10574
|
"locationInModule": {
|
|
10575
10575
|
"filename": "src/awscdk/cdk-tasks.ts",
|
|
10576
|
-
"line":
|
|
10576
|
+
"line": 27
|
|
10577
10577
|
},
|
|
10578
10578
|
"name": "destroy",
|
|
10579
10579
|
"type": {
|
|
@@ -10588,7 +10588,7 @@
|
|
|
10588
10588
|
"immutable": true,
|
|
10589
10589
|
"locationInModule": {
|
|
10590
10590
|
"filename": "src/awscdk/cdk-tasks.ts",
|
|
10591
|
-
"line":
|
|
10591
|
+
"line": 32
|
|
10592
10592
|
},
|
|
10593
10593
|
"name": "diff",
|
|
10594
10594
|
"type": {
|
|
@@ -10610,6 +10610,21 @@
|
|
|
10610
10610
|
"fqn": "projen.Task"
|
|
10611
10611
|
}
|
|
10612
10612
|
},
|
|
10613
|
+
{
|
|
10614
|
+
"docs": {
|
|
10615
|
+
"stability": "experimental",
|
|
10616
|
+
"summary": "Synthesizes your app and suppresses stdout."
|
|
10617
|
+
},
|
|
10618
|
+
"immutable": true,
|
|
10619
|
+
"locationInModule": {
|
|
10620
|
+
"filename": "src/awscdk/cdk-tasks.ts",
|
|
10621
|
+
"line": 17
|
|
10622
|
+
},
|
|
10623
|
+
"name": "synthSilent",
|
|
10624
|
+
"type": {
|
|
10625
|
+
"fqn": "projen.Task"
|
|
10626
|
+
}
|
|
10627
|
+
},
|
|
10613
10628
|
{
|
|
10614
10629
|
"docs": {
|
|
10615
10630
|
"stability": "experimental",
|
|
@@ -10618,7 +10633,7 @@
|
|
|
10618
10633
|
"immutable": true,
|
|
10619
10634
|
"locationInModule": {
|
|
10620
10635
|
"filename": "src/awscdk/cdk-tasks.ts",
|
|
10621
|
-
"line":
|
|
10636
|
+
"line": 37
|
|
10622
10637
|
},
|
|
10623
10638
|
"name": "watch",
|
|
10624
10639
|
"type": {
|
|
@@ -20981,7 +20996,7 @@
|
|
|
20981
20996
|
"kind": "enum",
|
|
20982
20997
|
"locationInModule": {
|
|
20983
20998
|
"filename": "src/javascript/node-project.ts",
|
|
20984
|
-
"line":
|
|
20999
|
+
"line": 300
|
|
20985
21000
|
},
|
|
20986
21001
|
"members": [
|
|
20987
21002
|
{
|
|
@@ -21393,7 +21408,7 @@
|
|
|
21393
21408
|
"kind": "interface",
|
|
21394
21409
|
"locationInModule": {
|
|
21395
21410
|
"filename": "src/javascript/node-package.ts",
|
|
21396
|
-
"line":
|
|
21411
|
+
"line": 285
|
|
21397
21412
|
},
|
|
21398
21413
|
"name": "CodeArtifactOptions",
|
|
21399
21414
|
"namespace": "javascript",
|
|
@@ -21409,7 +21424,7 @@
|
|
|
21409
21424
|
"immutable": true,
|
|
21410
21425
|
"locationInModule": {
|
|
21411
21426
|
"filename": "src/javascript/node-package.ts",
|
|
21412
|
-
"line":
|
|
21427
|
+
"line": 292
|
|
21413
21428
|
},
|
|
21414
21429
|
"name": "accessKeyIdSecret",
|
|
21415
21430
|
"optional": true,
|
|
@@ -21427,7 +21442,7 @@
|
|
|
21427
21442
|
"immutable": true,
|
|
21428
21443
|
"locationInModule": {
|
|
21429
21444
|
"filename": "src/javascript/node-package.ts",
|
|
21430
|
-
"line":
|
|
21445
|
+
"line": 308
|
|
21431
21446
|
},
|
|
21432
21447
|
"name": "roleToAssume",
|
|
21433
21448
|
"optional": true,
|
|
@@ -21446,7 +21461,7 @@
|
|
|
21446
21461
|
"immutable": true,
|
|
21447
21462
|
"locationInModule": {
|
|
21448
21463
|
"filename": "src/javascript/node-package.ts",
|
|
21449
|
-
"line":
|
|
21464
|
+
"line": 300
|
|
21450
21465
|
},
|
|
21451
21466
|
"name": "secretAccessKeySecret",
|
|
21452
21467
|
"optional": true,
|
|
@@ -23933,7 +23948,7 @@
|
|
|
23933
23948
|
},
|
|
23934
23949
|
"locationInModule": {
|
|
23935
23950
|
"filename": "src/javascript/node-package.ts",
|
|
23936
|
-
"line":
|
|
23951
|
+
"line": 398
|
|
23937
23952
|
},
|
|
23938
23953
|
"parameters": [
|
|
23939
23954
|
{
|
|
@@ -23954,7 +23969,7 @@
|
|
|
23954
23969
|
"kind": "class",
|
|
23955
23970
|
"locationInModule": {
|
|
23956
23971
|
"filename": "src/javascript/node-package.ts",
|
|
23957
|
-
"line":
|
|
23972
|
+
"line": 315
|
|
23958
23973
|
},
|
|
23959
23974
|
"methods": [
|
|
23960
23975
|
{
|
|
@@ -23963,7 +23978,7 @@
|
|
|
23963
23978
|
},
|
|
23964
23979
|
"locationInModule": {
|
|
23965
23980
|
"filename": "src/javascript/node-package.ts",
|
|
23966
|
-
"line":
|
|
23981
|
+
"line": 579
|
|
23967
23982
|
},
|
|
23968
23983
|
"name": "addBin",
|
|
23969
23984
|
"parameters": [
|
|
@@ -23988,7 +24003,7 @@
|
|
|
23988
24003
|
},
|
|
23989
24004
|
"locationInModule": {
|
|
23990
24005
|
"filename": "src/javascript/node-package.ts",
|
|
23991
|
-
"line":
|
|
24006
|
+
"line": 550
|
|
23992
24007
|
},
|
|
23993
24008
|
"name": "addBundledDeps",
|
|
23994
24009
|
"parameters": [
|
|
@@ -24013,7 +24028,7 @@
|
|
|
24013
24028
|
},
|
|
24014
24029
|
"locationInModule": {
|
|
24015
24030
|
"filename": "src/javascript/node-package.ts",
|
|
24016
|
-
"line":
|
|
24031
|
+
"line": 493
|
|
24017
24032
|
},
|
|
24018
24033
|
"name": "addDeps",
|
|
24019
24034
|
"parameters": [
|
|
@@ -24038,7 +24053,7 @@
|
|
|
24038
24053
|
},
|
|
24039
24054
|
"locationInModule": {
|
|
24040
24055
|
"filename": "src/javascript/node-package.ts",
|
|
24041
|
-
"line":
|
|
24056
|
+
"line": 508
|
|
24042
24057
|
},
|
|
24043
24058
|
"name": "addDevDeps",
|
|
24044
24059
|
"parameters": [
|
|
@@ -24063,7 +24078,7 @@
|
|
|
24063
24078
|
},
|
|
24064
24079
|
"locationInModule": {
|
|
24065
24080
|
"filename": "src/javascript/node-package.ts",
|
|
24066
|
-
"line":
|
|
24081
|
+
"line": 565
|
|
24067
24082
|
},
|
|
24068
24083
|
"name": "addEngine",
|
|
24069
24084
|
"parameters": [
|
|
@@ -24097,7 +24112,7 @@
|
|
|
24097
24112
|
},
|
|
24098
24113
|
"locationInModule": {
|
|
24099
24114
|
"filename": "src/javascript/node-package.ts",
|
|
24100
|
-
"line":
|
|
24115
|
+
"line": 619
|
|
24101
24116
|
},
|
|
24102
24117
|
"name": "addField",
|
|
24103
24118
|
"parameters": [
|
|
@@ -24128,7 +24143,7 @@
|
|
|
24128
24143
|
},
|
|
24129
24144
|
"locationInModule": {
|
|
24130
24145
|
"filename": "src/javascript/node-package.ts",
|
|
24131
|
-
"line":
|
|
24146
|
+
"line": 573
|
|
24132
24147
|
},
|
|
24133
24148
|
"name": "addKeywords",
|
|
24134
24149
|
"parameters": [
|
|
@@ -24153,7 +24168,7 @@
|
|
|
24153
24168
|
},
|
|
24154
24169
|
"locationInModule": {
|
|
24155
24170
|
"filename": "src/javascript/node-package.ts",
|
|
24156
|
-
"line":
|
|
24171
|
+
"line": 528
|
|
24157
24172
|
},
|
|
24158
24173
|
"name": "addPeerDeps",
|
|
24159
24174
|
"parameters": [
|
|
@@ -24178,7 +24193,7 @@
|
|
|
24178
24193
|
},
|
|
24179
24194
|
"locationInModule": {
|
|
24180
24195
|
"filename": "src/javascript/node-package.ts",
|
|
24181
|
-
"line":
|
|
24196
|
+
"line": 627
|
|
24182
24197
|
},
|
|
24183
24198
|
"name": "addVersion",
|
|
24184
24199
|
"parameters": [
|
|
@@ -24201,7 +24216,7 @@
|
|
|
24201
24216
|
},
|
|
24202
24217
|
"locationInModule": {
|
|
24203
24218
|
"filename": "src/javascript/node-package.ts",
|
|
24204
|
-
"line":
|
|
24219
|
+
"line": 609
|
|
24205
24220
|
},
|
|
24206
24221
|
"name": "hasScript",
|
|
24207
24222
|
"parameters": [
|
|
@@ -24229,7 +24244,7 @@
|
|
|
24229
24244
|
},
|
|
24230
24245
|
"locationInModule": {
|
|
24231
24246
|
"filename": "src/javascript/node-package.ts",
|
|
24232
|
-
"line":
|
|
24247
|
+
"line": 696
|
|
24233
24248
|
},
|
|
24234
24249
|
"name": "postSynthesize",
|
|
24235
24250
|
"overrides": "projen.Component"
|
|
@@ -24241,7 +24256,7 @@
|
|
|
24241
24256
|
},
|
|
24242
24257
|
"locationInModule": {
|
|
24243
24258
|
"filename": "src/javascript/node-package.ts",
|
|
24244
|
-
"line":
|
|
24259
|
+
"line": 691
|
|
24245
24260
|
},
|
|
24246
24261
|
"name": "preSynthesize",
|
|
24247
24262
|
"overrides": "projen.Component"
|
|
@@ -24253,7 +24268,7 @@
|
|
|
24253
24268
|
},
|
|
24254
24269
|
"locationInModule": {
|
|
24255
24270
|
"filename": "src/javascript/node-package.ts",
|
|
24256
|
-
"line":
|
|
24271
|
+
"line": 599
|
|
24257
24272
|
},
|
|
24258
24273
|
"name": "removeScript",
|
|
24259
24274
|
"parameters": [
|
|
@@ -24275,7 +24290,7 @@
|
|
|
24275
24290
|
},
|
|
24276
24291
|
"locationInModule": {
|
|
24277
24292
|
"filename": "src/javascript/node-package.ts",
|
|
24278
|
-
"line":
|
|
24293
|
+
"line": 648
|
|
24279
24294
|
},
|
|
24280
24295
|
"name": "renderUpgradePackagesCommand",
|
|
24281
24296
|
"parameters": [
|
|
@@ -24316,7 +24331,7 @@
|
|
|
24316
24331
|
},
|
|
24317
24332
|
"locationInModule": {
|
|
24318
24333
|
"filename": "src/javascript/node-package.ts",
|
|
24319
|
-
"line":
|
|
24334
|
+
"line": 591
|
|
24320
24335
|
},
|
|
24321
24336
|
"name": "setScript",
|
|
24322
24337
|
"parameters": [
|
|
@@ -24352,7 +24367,7 @@
|
|
|
24352
24367
|
"immutable": true,
|
|
24353
24368
|
"locationInModule": {
|
|
24354
24369
|
"filename": "src/javascript/node-package.ts",
|
|
24355
|
-
"line":
|
|
24370
|
+
"line": 330
|
|
24356
24371
|
},
|
|
24357
24372
|
"name": "allowLibraryDependencies",
|
|
24358
24373
|
"type": {
|
|
@@ -24367,7 +24382,7 @@
|
|
|
24367
24382
|
"immutable": true,
|
|
24368
24383
|
"locationInModule": {
|
|
24369
24384
|
"filename": "src/javascript/node-package.ts",
|
|
24370
|
-
"line":
|
|
24385
|
+
"line": 325
|
|
24371
24386
|
},
|
|
24372
24387
|
"name": "entrypoint",
|
|
24373
24388
|
"type": {
|
|
@@ -24382,7 +24397,7 @@
|
|
|
24382
24397
|
"immutable": true,
|
|
24383
24398
|
"locationInModule": {
|
|
24384
24399
|
"filename": "src/javascript/node-package.ts",
|
|
24385
|
-
"line":
|
|
24400
|
+
"line": 641
|
|
24386
24401
|
},
|
|
24387
24402
|
"name": "installAndUpdateLockfileCommand",
|
|
24388
24403
|
"type": {
|
|
@@ -24397,7 +24412,7 @@
|
|
|
24397
24412
|
"immutable": true,
|
|
24398
24413
|
"locationInModule": {
|
|
24399
24414
|
"filename": "src/javascript/node-package.ts",
|
|
24400
|
-
"line":
|
|
24415
|
+
"line": 634
|
|
24401
24416
|
},
|
|
24402
24417
|
"name": "installCommand",
|
|
24403
24418
|
"type": {
|
|
@@ -24412,7 +24427,7 @@
|
|
|
24412
24427
|
"immutable": true,
|
|
24413
24428
|
"locationInModule": {
|
|
24414
24429
|
"filename": "src/javascript/node-package.ts",
|
|
24415
|
-
"line":
|
|
24430
|
+
"line": 389
|
|
24416
24431
|
},
|
|
24417
24432
|
"name": "lockFile",
|
|
24418
24433
|
"type": {
|
|
@@ -24427,7 +24442,7 @@
|
|
|
24427
24442
|
"immutable": true,
|
|
24428
24443
|
"locationInModule": {
|
|
24429
24444
|
"filename": "src/javascript/node-package.ts",
|
|
24430
|
-
"line":
|
|
24445
|
+
"line": 340
|
|
24431
24446
|
},
|
|
24432
24447
|
"name": "manifest",
|
|
24433
24448
|
"type": {
|
|
@@ -24442,7 +24457,7 @@
|
|
|
24442
24457
|
"immutable": true,
|
|
24443
24458
|
"locationInModule": {
|
|
24444
24459
|
"filename": "src/javascript/node-package.ts",
|
|
24445
|
-
"line":
|
|
24460
|
+
"line": 384
|
|
24446
24461
|
},
|
|
24447
24462
|
"name": "npmAccess",
|
|
24448
24463
|
"type": {
|
|
@@ -24457,7 +24472,7 @@
|
|
|
24457
24472
|
"immutable": true,
|
|
24458
24473
|
"locationInModule": {
|
|
24459
24474
|
"filename": "src/javascript/node-package.ts",
|
|
24460
|
-
"line":
|
|
24475
|
+
"line": 367
|
|
24461
24476
|
},
|
|
24462
24477
|
"name": "npmRegistry",
|
|
24463
24478
|
"type": {
|
|
@@ -24472,7 +24487,7 @@
|
|
|
24472
24487
|
"immutable": true,
|
|
24473
24488
|
"locationInModule": {
|
|
24474
24489
|
"filename": "src/javascript/node-package.ts",
|
|
24475
|
-
"line":
|
|
24490
|
+
"line": 362
|
|
24476
24491
|
},
|
|
24477
24492
|
"name": "npmRegistryUrl",
|
|
24478
24493
|
"type": {
|
|
@@ -24487,7 +24502,7 @@
|
|
|
24487
24502
|
"immutable": true,
|
|
24488
24503
|
"locationInModule": {
|
|
24489
24504
|
"filename": "src/javascript/node-package.ts",
|
|
24490
|
-
"line":
|
|
24505
|
+
"line": 335
|
|
24491
24506
|
},
|
|
24492
24507
|
"name": "packageManager",
|
|
24493
24508
|
"type": {
|
|
@@ -24502,7 +24517,7 @@
|
|
|
24502
24517
|
"immutable": true,
|
|
24503
24518
|
"locationInModule": {
|
|
24504
24519
|
"filename": "src/javascript/node-package.ts",
|
|
24505
|
-
"line":
|
|
24520
|
+
"line": 320
|
|
24506
24521
|
},
|
|
24507
24522
|
"name": "packageName",
|
|
24508
24523
|
"type": {
|
|
@@ -24517,7 +24532,7 @@
|
|
|
24517
24532
|
"immutable": true,
|
|
24518
24533
|
"locationInModule": {
|
|
24519
24534
|
"filename": "src/javascript/node-package.ts",
|
|
24520
|
-
"line":
|
|
24535
|
+
"line": 709
|
|
24521
24536
|
},
|
|
24522
24537
|
"name": "projenCommand",
|
|
24523
24538
|
"type": {
|
|
@@ -24533,7 +24548,7 @@
|
|
|
24533
24548
|
"immutable": true,
|
|
24534
24549
|
"locationInModule": {
|
|
24535
24550
|
"filename": "src/javascript/node-package.ts",
|
|
24536
|
-
"line":
|
|
24551
|
+
"line": 379
|
|
24537
24552
|
},
|
|
24538
24553
|
"name": "codeArtifactOptions",
|
|
24539
24554
|
"optional": true,
|
|
@@ -24550,7 +24565,7 @@
|
|
|
24550
24565
|
"immutable": true,
|
|
24551
24566
|
"locationInModule": {
|
|
24552
24567
|
"filename": "src/javascript/node-package.ts",
|
|
24553
|
-
"line":
|
|
24568
|
+
"line": 357
|
|
24554
24569
|
},
|
|
24555
24570
|
"name": "license",
|
|
24556
24571
|
"optional": true,
|
|
@@ -24567,7 +24582,7 @@
|
|
|
24567
24582
|
"immutable": true,
|
|
24568
24583
|
"locationInModule": {
|
|
24569
24584
|
"filename": "src/javascript/node-package.ts",
|
|
24570
|
-
"line":
|
|
24585
|
+
"line": 352
|
|
24571
24586
|
},
|
|
24572
24587
|
"name": "maxNodeVersion",
|
|
24573
24588
|
"optional": true,
|
|
@@ -24584,7 +24599,7 @@
|
|
|
24584
24599
|
"immutable": true,
|
|
24585
24600
|
"locationInModule": {
|
|
24586
24601
|
"filename": "src/javascript/node-package.ts",
|
|
24587
|
-
"line":
|
|
24602
|
+
"line": 346
|
|
24588
24603
|
},
|
|
24589
24604
|
"name": "minNodeVersion",
|
|
24590
24605
|
"optional": true,
|
|
@@ -24600,7 +24615,7 @@
|
|
|
24600
24615
|
"immutable": true,
|
|
24601
24616
|
"locationInModule": {
|
|
24602
24617
|
"filename": "src/javascript/node-package.ts",
|
|
24603
|
-
"line":
|
|
24618
|
+
"line": 372
|
|
24604
24619
|
},
|
|
24605
24620
|
"name": "npmTokenSecret",
|
|
24606
24621
|
"optional": true,
|
|
@@ -24621,7 +24636,7 @@
|
|
|
24621
24636
|
"kind": "enum",
|
|
24622
24637
|
"locationInModule": {
|
|
24623
24638
|
"filename": "src/javascript/node-package.ts",
|
|
24624
|
-
"line":
|
|
24639
|
+
"line": 1087
|
|
24625
24640
|
},
|
|
24626
24641
|
"members": [
|
|
24627
24642
|
{
|
|
@@ -24793,6 +24808,40 @@
|
|
|
24793
24808
|
}
|
|
24794
24809
|
}
|
|
24795
24810
|
},
|
|
24811
|
+
{
|
|
24812
|
+
"abstract": true,
|
|
24813
|
+
"docs": {
|
|
24814
|
+
"stability": "experimental",
|
|
24815
|
+
"summary": "The email address to which issues should be reported."
|
|
24816
|
+
},
|
|
24817
|
+
"immutable": true,
|
|
24818
|
+
"locationInModule": {
|
|
24819
|
+
"filename": "src/javascript/node-package.ts",
|
|
24820
|
+
"line": 259
|
|
24821
|
+
},
|
|
24822
|
+
"name": "bugsEmail",
|
|
24823
|
+
"optional": true,
|
|
24824
|
+
"type": {
|
|
24825
|
+
"primitive": "string"
|
|
24826
|
+
}
|
|
24827
|
+
},
|
|
24828
|
+
{
|
|
24829
|
+
"abstract": true,
|
|
24830
|
+
"docs": {
|
|
24831
|
+
"stability": "experimental",
|
|
24832
|
+
"summary": "The url to your project's issue tracker."
|
|
24833
|
+
},
|
|
24834
|
+
"immutable": true,
|
|
24835
|
+
"locationInModule": {
|
|
24836
|
+
"filename": "src/javascript/node-package.ts",
|
|
24837
|
+
"line": 254
|
|
24838
|
+
},
|
|
24839
|
+
"name": "bugsUrl",
|
|
24840
|
+
"optional": true,
|
|
24841
|
+
"type": {
|
|
24842
|
+
"primitive": "string"
|
|
24843
|
+
}
|
|
24844
|
+
},
|
|
24796
24845
|
{
|
|
24797
24846
|
"abstract": true,
|
|
24798
24847
|
"docs": {
|
|
@@ -24826,7 +24875,7 @@
|
|
|
24826
24875
|
"immutable": true,
|
|
24827
24876
|
"locationInModule": {
|
|
24828
24877
|
"filename": "src/javascript/node-package.ts",
|
|
24829
|
-
"line":
|
|
24878
|
+
"line": 282
|
|
24830
24879
|
},
|
|
24831
24880
|
"name": "codeArtifactOptions",
|
|
24832
24881
|
"optional": true,
|
|
@@ -25052,7 +25101,7 @@
|
|
|
25052
25101
|
"immutable": true,
|
|
25053
25102
|
"locationInModule": {
|
|
25054
25103
|
"filename": "src/javascript/node-package.ts",
|
|
25055
|
-
"line":
|
|
25104
|
+
"line": 268
|
|
25056
25105
|
},
|
|
25057
25106
|
"name": "npmAccess",
|
|
25058
25107
|
"optional": true,
|
|
@@ -25108,7 +25157,7 @@
|
|
|
25108
25157
|
"immutable": true,
|
|
25109
25158
|
"locationInModule": {
|
|
25110
25159
|
"filename": "src/javascript/node-package.ts",
|
|
25111
|
-
"line":
|
|
25160
|
+
"line": 275
|
|
25112
25161
|
},
|
|
25113
25162
|
"name": "npmTokenSecret",
|
|
25114
25163
|
"optional": true,
|
|
@@ -25292,7 +25341,7 @@
|
|
|
25292
25341
|
},
|
|
25293
25342
|
"locationInModule": {
|
|
25294
25343
|
"filename": "src/javascript/node-project.ts",
|
|
25295
|
-
"line":
|
|
25344
|
+
"line": 425
|
|
25296
25345
|
},
|
|
25297
25346
|
"parameters": [
|
|
25298
25347
|
{
|
|
@@ -25306,7 +25355,7 @@
|
|
|
25306
25355
|
"kind": "class",
|
|
25307
25356
|
"locationInModule": {
|
|
25308
25357
|
"filename": "src/javascript/node-project.ts",
|
|
25309
|
-
"line":
|
|
25358
|
+
"line": 317
|
|
25310
25359
|
},
|
|
25311
25360
|
"methods": [
|
|
25312
25361
|
{
|
|
@@ -25315,7 +25364,7 @@
|
|
|
25315
25364
|
},
|
|
25316
25365
|
"locationInModule": {
|
|
25317
25366
|
"filename": "src/javascript/node-project.ts",
|
|
25318
|
-
"line":
|
|
25367
|
+
"line": 675
|
|
25319
25368
|
},
|
|
25320
25369
|
"name": "addBins",
|
|
25321
25370
|
"parameters": [
|
|
@@ -25340,7 +25389,7 @@
|
|
|
25340
25389
|
},
|
|
25341
25390
|
"locationInModule": {
|
|
25342
25391
|
"filename": "src/javascript/node-project.ts",
|
|
25343
|
-
"line":
|
|
25392
|
+
"line": 828
|
|
25344
25393
|
},
|
|
25345
25394
|
"name": "addBundledDeps",
|
|
25346
25395
|
"parameters": [
|
|
@@ -25366,7 +25415,7 @@
|
|
|
25366
25415
|
},
|
|
25367
25416
|
"locationInModule": {
|
|
25368
25417
|
"filename": "src/javascript/node-project.ts",
|
|
25369
|
-
"line":
|
|
25418
|
+
"line": 709
|
|
25370
25419
|
},
|
|
25371
25420
|
"name": "addCompileCommand",
|
|
25372
25421
|
"parameters": [
|
|
@@ -25387,7 +25436,7 @@
|
|
|
25387
25436
|
},
|
|
25388
25437
|
"locationInModule": {
|
|
25389
25438
|
"filename": "src/javascript/node-project.ts",
|
|
25390
|
-
"line":
|
|
25439
|
+
"line": 782
|
|
25391
25440
|
},
|
|
25392
25441
|
"name": "addDeps",
|
|
25393
25442
|
"parameters": [
|
|
@@ -25412,7 +25461,7 @@
|
|
|
25412
25461
|
},
|
|
25413
25462
|
"locationInModule": {
|
|
25414
25463
|
"filename": "src/javascript/node-project.ts",
|
|
25415
|
-
"line":
|
|
25464
|
+
"line": 795
|
|
25416
25465
|
},
|
|
25417
25466
|
"name": "addDevDeps",
|
|
25418
25467
|
"parameters": [
|
|
@@ -25437,7 +25486,7 @@
|
|
|
25437
25486
|
},
|
|
25438
25487
|
"locationInModule": {
|
|
25439
25488
|
"filename": "src/javascript/node-project.ts",
|
|
25440
|
-
"line":
|
|
25489
|
+
"line": 729
|
|
25441
25490
|
},
|
|
25442
25491
|
"name": "addFields",
|
|
25443
25492
|
"parameters": [
|
|
@@ -25464,7 +25513,7 @@
|
|
|
25464
25513
|
},
|
|
25465
25514
|
"locationInModule": {
|
|
25466
25515
|
"filename": "src/javascript/node-project.ts",
|
|
25467
|
-
"line":
|
|
25516
|
+
"line": 739
|
|
25468
25517
|
},
|
|
25469
25518
|
"name": "addKeywords",
|
|
25470
25519
|
"parameters": [
|
|
@@ -25489,7 +25538,7 @@
|
|
|
25489
25538
|
},
|
|
25490
25539
|
"locationInModule": {
|
|
25491
25540
|
"filename": "src/javascript/node-project.ts",
|
|
25492
|
-
"line":
|
|
25541
|
+
"line": 832
|
|
25493
25542
|
},
|
|
25494
25543
|
"name": "addPackageIgnore",
|
|
25495
25544
|
"overrides": "projen.Project",
|
|
@@ -25510,7 +25559,7 @@
|
|
|
25510
25559
|
},
|
|
25511
25560
|
"locationInModule": {
|
|
25512
25561
|
"filename": "src/javascript/node-project.ts",
|
|
25513
|
-
"line":
|
|
25562
|
+
"line": 812
|
|
25514
25563
|
},
|
|
25515
25564
|
"name": "addPeerDeps",
|
|
25516
25565
|
"parameters": [
|
|
@@ -25536,7 +25585,7 @@
|
|
|
25536
25585
|
},
|
|
25537
25586
|
"locationInModule": {
|
|
25538
25587
|
"filename": "src/javascript/node-project.ts",
|
|
25539
|
-
"line":
|
|
25588
|
+
"line": 719
|
|
25540
25589
|
},
|
|
25541
25590
|
"name": "addTestCommand",
|
|
25542
25591
|
"parameters": [
|
|
@@ -25557,7 +25606,7 @@
|
|
|
25557
25606
|
},
|
|
25558
25607
|
"locationInModule": {
|
|
25559
25608
|
"filename": "src/javascript/node-project.ts",
|
|
25560
|
-
"line":
|
|
25609
|
+
"line": 701
|
|
25561
25610
|
},
|
|
25562
25611
|
"name": "hasScript",
|
|
25563
25612
|
"parameters": [
|
|
@@ -25584,7 +25633,7 @@
|
|
|
25584
25633
|
},
|
|
25585
25634
|
"locationInModule": {
|
|
25586
25635
|
"filename": "src/javascript/node-project.ts",
|
|
25587
|
-
"line":
|
|
25636
|
+
"line": 693
|
|
25588
25637
|
},
|
|
25589
25638
|
"name": "removeScript",
|
|
25590
25639
|
"parameters": [
|
|
@@ -25607,7 +25656,7 @@
|
|
|
25607
25656
|
},
|
|
25608
25657
|
"locationInModule": {
|
|
25609
25658
|
"filename": "src/javascript/node-project.ts",
|
|
25610
|
-
"line":
|
|
25659
|
+
"line": 906
|
|
25611
25660
|
},
|
|
25612
25661
|
"name": "runTaskCommand",
|
|
25613
25662
|
"overrides": "projen.Project",
|
|
@@ -25635,7 +25684,7 @@
|
|
|
25635
25684
|
},
|
|
25636
25685
|
"locationInModule": {
|
|
25637
25686
|
"filename": "src/javascript/node-project.ts",
|
|
25638
|
-
"line":
|
|
25687
|
+
"line": 685
|
|
25639
25688
|
},
|
|
25640
25689
|
"name": "setScript",
|
|
25641
25690
|
"parameters": [
|
|
@@ -25671,7 +25720,7 @@
|
|
|
25671
25720
|
"immutable": true,
|
|
25672
25721
|
"locationInModule": {
|
|
25673
25722
|
"filename": "src/javascript/node-project.ts",
|
|
25674
|
-
"line":
|
|
25723
|
+
"line": 331
|
|
25675
25724
|
},
|
|
25676
25725
|
"name": "allowLibraryDependencies",
|
|
25677
25726
|
"type": {
|
|
@@ -25686,7 +25735,7 @@
|
|
|
25686
25735
|
"immutable": true,
|
|
25687
25736
|
"locationInModule": {
|
|
25688
25737
|
"filename": "src/javascript/node-project.ts",
|
|
25689
|
-
"line":
|
|
25738
|
+
"line": 377
|
|
25690
25739
|
},
|
|
25691
25740
|
"name": "antitamper",
|
|
25692
25741
|
"type": {
|
|
@@ -25695,20 +25744,35 @@
|
|
|
25695
25744
|
},
|
|
25696
25745
|
{
|
|
25697
25746
|
"docs": {
|
|
25698
|
-
"remarks": "
|
|
25747
|
+
"remarks": "An npm tarball will be created under the `js`\nsubdirectory. For example, if this is set to `dist` (the default), the npm\ntarball will be placed under `dist/js/boom-boom-1.2.3.tg`.",
|
|
25699
25748
|
"stability": "experimental",
|
|
25700
25749
|
"summary": "The build output directory."
|
|
25701
25750
|
},
|
|
25702
25751
|
"immutable": true,
|
|
25703
25752
|
"locationInModule": {
|
|
25704
25753
|
"filename": "src/javascript/node-project.ts",
|
|
25705
|
-
"line":
|
|
25754
|
+
"line": 410
|
|
25706
25755
|
},
|
|
25707
25756
|
"name": "artifactsDirectory",
|
|
25708
25757
|
"type": {
|
|
25709
25758
|
"primitive": "string"
|
|
25710
25759
|
}
|
|
25711
25760
|
},
|
|
25761
|
+
{
|
|
25762
|
+
"docs": {
|
|
25763
|
+
"stability": "experimental",
|
|
25764
|
+
"summary": "The location of the npm tarball after build (`${artifactsDirectory}/js`)."
|
|
25765
|
+
},
|
|
25766
|
+
"immutable": true,
|
|
25767
|
+
"locationInModule": {
|
|
25768
|
+
"filename": "src/javascript/node-project.ts",
|
|
25769
|
+
"line": 415
|
|
25770
|
+
},
|
|
25771
|
+
"name": "artifactsJavascriptDirectory",
|
|
25772
|
+
"type": {
|
|
25773
|
+
"primitive": "string"
|
|
25774
|
+
}
|
|
25775
|
+
},
|
|
25712
25776
|
{
|
|
25713
25777
|
"docs": {
|
|
25714
25778
|
"stability": "experimental"
|
|
@@ -25716,7 +25780,7 @@
|
|
|
25716
25780
|
"immutable": true,
|
|
25717
25781
|
"locationInModule": {
|
|
25718
25782
|
"filename": "src/javascript/node-project.ts",
|
|
25719
|
-
"line":
|
|
25783
|
+
"line": 403
|
|
25720
25784
|
},
|
|
25721
25785
|
"name": "bundler",
|
|
25722
25786
|
"type": {
|
|
@@ -25731,7 +25795,7 @@
|
|
|
25731
25795
|
"immutable": true,
|
|
25732
25796
|
"locationInModule": {
|
|
25733
25797
|
"filename": "src/javascript/node-project.ts",
|
|
25734
|
-
"line":
|
|
25798
|
+
"line": 336
|
|
25735
25799
|
},
|
|
25736
25800
|
"name": "entrypoint",
|
|
25737
25801
|
"type": {
|
|
@@ -25745,7 +25809,7 @@
|
|
|
25745
25809
|
"immutable": true,
|
|
25746
25810
|
"locationInModule": {
|
|
25747
25811
|
"filename": "src/javascript/node-project.ts",
|
|
25748
|
-
"line":
|
|
25812
|
+
"line": 743
|
|
25749
25813
|
},
|
|
25750
25814
|
"name": "installWorkflowSteps",
|
|
25751
25815
|
"type": {
|
|
@@ -25765,7 +25829,7 @@
|
|
|
25765
25829
|
"immutable": true,
|
|
25766
25830
|
"locationInModule": {
|
|
25767
25831
|
"filename": "src/javascript/node-project.ts",
|
|
25768
|
-
"line":
|
|
25832
|
+
"line": 399
|
|
25769
25833
|
},
|
|
25770
25834
|
"name": "manifest",
|
|
25771
25835
|
"type": {
|
|
@@ -25780,7 +25844,7 @@
|
|
|
25780
25844
|
"immutable": true,
|
|
25781
25845
|
"locationInModule": {
|
|
25782
25846
|
"filename": "src/javascript/node-project.ts",
|
|
25783
|
-
"line":
|
|
25847
|
+
"line": 321
|
|
25784
25848
|
},
|
|
25785
25849
|
"name": "package",
|
|
25786
25850
|
"type": {
|
|
@@ -25796,7 +25860,7 @@
|
|
|
25796
25860
|
"immutable": true,
|
|
25797
25861
|
"locationInModule": {
|
|
25798
25862
|
"filename": "src/javascript/node-project.ts",
|
|
25799
|
-
"line":
|
|
25863
|
+
"line": 384
|
|
25800
25864
|
},
|
|
25801
25865
|
"name": "packageManager",
|
|
25802
25866
|
"type": {
|
|
@@ -25811,7 +25875,7 @@
|
|
|
25811
25875
|
"immutable": true,
|
|
25812
25876
|
"locationInModule": {
|
|
25813
25877
|
"filename": "src/javascript/node-project.ts",
|
|
25814
|
-
"line":
|
|
25878
|
+
"line": 389
|
|
25815
25879
|
},
|
|
25816
25880
|
"name": "runScriptCommand",
|
|
25817
25881
|
"type": {
|
|
@@ -25826,7 +25890,7 @@
|
|
|
25826
25890
|
"immutable": true,
|
|
25827
25891
|
"locationInModule": {
|
|
25828
25892
|
"filename": "src/javascript/node-project.ts",
|
|
25829
|
-
"line":
|
|
25893
|
+
"line": 341
|
|
25830
25894
|
},
|
|
25831
25895
|
"name": "autoMerge",
|
|
25832
25896
|
"optional": true,
|
|
@@ -25843,7 +25907,7 @@
|
|
|
25843
25907
|
"immutable": true,
|
|
25844
25908
|
"locationInModule": {
|
|
25845
25909
|
"filename": "src/javascript/node-project.ts",
|
|
25846
|
-
"line":
|
|
25910
|
+
"line": 347
|
|
25847
25911
|
},
|
|
25848
25912
|
"name": "buildWorkflow",
|
|
25849
25913
|
"optional": true,
|
|
@@ -25859,7 +25923,7 @@
|
|
|
25859
25923
|
"immutable": true,
|
|
25860
25924
|
"locationInModule": {
|
|
25861
25925
|
"filename": "src/javascript/node-project.ts",
|
|
25862
|
-
"line":
|
|
25926
|
+
"line": 913
|
|
25863
25927
|
},
|
|
25864
25928
|
"name": "buildWorkflowJobId",
|
|
25865
25929
|
"optional": true,
|
|
@@ -25875,7 +25939,7 @@
|
|
|
25875
25939
|
"immutable": true,
|
|
25876
25940
|
"locationInModule": {
|
|
25877
25941
|
"filename": "src/javascript/node-project.ts",
|
|
25878
|
-
"line":
|
|
25942
|
+
"line": 394
|
|
25879
25943
|
},
|
|
25880
25944
|
"name": "jest",
|
|
25881
25945
|
"optional": true,
|
|
@@ -25891,7 +25955,7 @@
|
|
|
25891
25955
|
"immutable": true,
|
|
25892
25956
|
"locationInModule": {
|
|
25893
25957
|
"filename": "src/javascript/node-project.ts",
|
|
25894
|
-
"line":
|
|
25958
|
+
"line": 370
|
|
25895
25959
|
},
|
|
25896
25960
|
"name": "maxNodeVersion",
|
|
25897
25961
|
"optional": true,
|
|
@@ -25907,7 +25971,7 @@
|
|
|
25907
25971
|
"immutable": true,
|
|
25908
25972
|
"locationInModule": {
|
|
25909
25973
|
"filename": "src/javascript/node-project.ts",
|
|
25910
|
-
"line":
|
|
25974
|
+
"line": 365
|
|
25911
25975
|
},
|
|
25912
25976
|
"name": "minNodeVersion",
|
|
25913
25977
|
"optional": true,
|
|
@@ -25923,7 +25987,7 @@
|
|
|
25923
25987
|
"immutable": true,
|
|
25924
25988
|
"locationInModule": {
|
|
25925
25989
|
"filename": "src/javascript/node-project.ts",
|
|
25926
|
-
"line":
|
|
25990
|
+
"line": 326
|
|
25927
25991
|
},
|
|
25928
25992
|
"name": "npmignore",
|
|
25929
25993
|
"optional": true,
|
|
@@ -25941,7 +26005,7 @@
|
|
|
25941
26005
|
"immutable": true,
|
|
25942
26006
|
"locationInModule": {
|
|
25943
26007
|
"filename": "src/javascript/node-project.ts",
|
|
25944
|
-
"line":
|
|
26008
|
+
"line": 355
|
|
25945
26009
|
},
|
|
25946
26010
|
"name": "publisher",
|
|
25947
26011
|
"optional": true,
|
|
@@ -25957,7 +26021,7 @@
|
|
|
25957
26021
|
"immutable": true,
|
|
25958
26022
|
"locationInModule": {
|
|
25959
26023
|
"filename": "src/javascript/node-project.ts",
|
|
25960
|
-
"line":
|
|
26024
|
+
"line": 360
|
|
25961
26025
|
},
|
|
25962
26026
|
"name": "release",
|
|
25963
26027
|
"optional": true,
|
|
@@ -25973,7 +26037,7 @@
|
|
|
25973
26037
|
"immutable": true,
|
|
25974
26038
|
"locationInModule": {
|
|
25975
26039
|
"filename": "src/javascript/node-project.ts",
|
|
25976
|
-
"line":
|
|
26040
|
+
"line": 420
|
|
25977
26041
|
},
|
|
25978
26042
|
"name": "upgradeWorkflow",
|
|
25979
26043
|
"optional": true,
|
|
@@ -25999,7 +26063,7 @@
|
|
|
25999
26063
|
"kind": "interface",
|
|
26000
26064
|
"locationInModule": {
|
|
26001
26065
|
"filename": "src/javascript/node-project.ts",
|
|
26002
|
-
"line":
|
|
26066
|
+
"line": 21
|
|
26003
26067
|
},
|
|
26004
26068
|
"name": "NodeProjectOptions",
|
|
26005
26069
|
"namespace": "javascript",
|
|
@@ -26014,7 +26078,7 @@
|
|
|
26014
26078
|
"immutable": true,
|
|
26015
26079
|
"locationInModule": {
|
|
26016
26080
|
"filename": "src/javascript/node-project.ts",
|
|
26017
|
-
"line":
|
|
26081
|
+
"line": 104
|
|
26018
26082
|
},
|
|
26019
26083
|
"name": "defaultReleaseBranch",
|
|
26020
26084
|
"type": {
|
|
@@ -26031,7 +26095,7 @@
|
|
|
26031
26095
|
"immutable": true,
|
|
26032
26096
|
"locationInModule": {
|
|
26033
26097
|
"filename": "src/javascript/node-project.ts",
|
|
26034
|
-
"line":
|
|
26098
|
+
"line": 286
|
|
26035
26099
|
},
|
|
26036
26100
|
"name": "artifactsDirectory",
|
|
26037
26101
|
"optional": true,
|
|
@@ -26050,7 +26114,7 @@
|
|
|
26050
26114
|
"immutable": true,
|
|
26051
26115
|
"locationInModule": {
|
|
26052
26116
|
"filename": "src/javascript/node-project.ts",
|
|
26053
|
-
"line":
|
|
26117
|
+
"line": 198
|
|
26054
26118
|
},
|
|
26055
26119
|
"name": "autoApproveProjenUpgrades",
|
|
26056
26120
|
"optional": true,
|
|
@@ -26069,7 +26133,7 @@
|
|
|
26069
26133
|
"immutable": true,
|
|
26070
26134
|
"locationInModule": {
|
|
26071
26135
|
"filename": "src/javascript/node-project.ts",
|
|
26072
|
-
"line":
|
|
26136
|
+
"line": 208
|
|
26073
26137
|
},
|
|
26074
26138
|
"name": "autoApproveUpgrades",
|
|
26075
26139
|
"optional": true,
|
|
@@ -26087,7 +26151,7 @@
|
|
|
26087
26151
|
"immutable": true,
|
|
26088
26152
|
"locationInModule": {
|
|
26089
26153
|
"filename": "src/javascript/node-project.ts",
|
|
26090
|
-
"line":
|
|
26154
|
+
"line": 55
|
|
26091
26155
|
},
|
|
26092
26156
|
"name": "buildWorkflow",
|
|
26093
26157
|
"optional": true,
|
|
@@ -26104,7 +26168,7 @@
|
|
|
26104
26168
|
"immutable": true,
|
|
26105
26169
|
"locationInModule": {
|
|
26106
26170
|
"filename": "src/javascript/node-project.ts",
|
|
26107
|
-
"line":
|
|
26171
|
+
"line": 279
|
|
26108
26172
|
},
|
|
26109
26173
|
"name": "bundlerOptions",
|
|
26110
26174
|
"optional": true,
|
|
@@ -26122,7 +26186,7 @@
|
|
|
26122
26186
|
"immutable": true,
|
|
26123
26187
|
"locationInModule": {
|
|
26124
26188
|
"filename": "src/javascript/node-project.ts",
|
|
26125
|
-
"line":
|
|
26189
|
+
"line": 74
|
|
26126
26190
|
},
|
|
26127
26191
|
"name": "codeCov",
|
|
26128
26192
|
"optional": true,
|
|
@@ -26140,7 +26204,7 @@
|
|
|
26140
26204
|
"immutable": true,
|
|
26141
26205
|
"locationInModule": {
|
|
26142
26206
|
"filename": "src/javascript/node-project.ts",
|
|
26143
|
-
"line":
|
|
26207
|
+
"line": 81
|
|
26144
26208
|
},
|
|
26145
26209
|
"name": "codeCovTokenSecret",
|
|
26146
26210
|
"optional": true,
|
|
@@ -26158,7 +26222,7 @@
|
|
|
26158
26222
|
"immutable": true,
|
|
26159
26223
|
"locationInModule": {
|
|
26160
26224
|
"filename": "src/javascript/node-project.ts",
|
|
26161
|
-
"line":
|
|
26225
|
+
"line": 27
|
|
26162
26226
|
},
|
|
26163
26227
|
"name": "copyrightOwner",
|
|
26164
26228
|
"optional": true,
|
|
@@ -26176,7 +26240,7 @@
|
|
|
26176
26240
|
"immutable": true,
|
|
26177
26241
|
"locationInModule": {
|
|
26178
26242
|
"filename": "src/javascript/node-project.ts",
|
|
26179
|
-
"line":
|
|
26243
|
+
"line": 34
|
|
26180
26244
|
},
|
|
26181
26245
|
"name": "copyrightPeriod",
|
|
26182
26246
|
"optional": true,
|
|
@@ -26195,7 +26259,7 @@
|
|
|
26195
26259
|
"immutable": true,
|
|
26196
26260
|
"locationInModule": {
|
|
26197
26261
|
"filename": "src/javascript/node-project.ts",
|
|
26198
|
-
"line":
|
|
26262
|
+
"line": 139
|
|
26199
26263
|
},
|
|
26200
26264
|
"name": "dependabot",
|
|
26201
26265
|
"optional": true,
|
|
@@ -26213,7 +26277,7 @@
|
|
|
26213
26277
|
"immutable": true,
|
|
26214
26278
|
"locationInModule": {
|
|
26215
26279
|
"filename": "src/javascript/node-project.ts",
|
|
26216
|
-
"line":
|
|
26280
|
+
"line": 146
|
|
26217
26281
|
},
|
|
26218
26282
|
"name": "dependabotOptions",
|
|
26219
26283
|
"optional": true,
|
|
@@ -26232,7 +26296,7 @@
|
|
|
26232
26296
|
"immutable": true,
|
|
26233
26297
|
"locationInModule": {
|
|
26234
26298
|
"filename": "src/javascript/node-project.ts",
|
|
26235
|
-
"line":
|
|
26299
|
+
"line": 154
|
|
26236
26300
|
},
|
|
26237
26301
|
"name": "depsUpgrade",
|
|
26238
26302
|
"optional": true,
|
|
@@ -26250,7 +26314,7 @@
|
|
|
26250
26314
|
"immutable": true,
|
|
26251
26315
|
"locationInModule": {
|
|
26252
26316
|
"filename": "src/javascript/node-project.ts",
|
|
26253
|
-
"line":
|
|
26317
|
+
"line": 161
|
|
26254
26318
|
},
|
|
26255
26319
|
"name": "depsUpgradeOptions",
|
|
26256
26320
|
"optional": true,
|
|
@@ -26267,7 +26331,7 @@
|
|
|
26267
26331
|
"immutable": true,
|
|
26268
26332
|
"locationInModule": {
|
|
26269
26333
|
"filename": "src/javascript/node-project.ts",
|
|
26270
|
-
"line":
|
|
26334
|
+
"line": 248
|
|
26271
26335
|
},
|
|
26272
26336
|
"name": "gitignore",
|
|
26273
26337
|
"optional": true,
|
|
@@ -26290,7 +26354,7 @@
|
|
|
26290
26354
|
"immutable": true,
|
|
26291
26355
|
"locationInModule": {
|
|
26292
26356
|
"filename": "src/javascript/node-project.ts",
|
|
26293
|
-
"line":
|
|
26357
|
+
"line": 254
|
|
26294
26358
|
},
|
|
26295
26359
|
"name": "jest",
|
|
26296
26360
|
"optional": true,
|
|
@@ -26308,7 +26372,7 @@
|
|
|
26308
26372
|
"immutable": true,
|
|
26309
26373
|
"locationInModule": {
|
|
26310
26374
|
"filename": "src/javascript/node-project.ts",
|
|
26311
|
-
"line":
|
|
26375
|
+
"line": 260
|
|
26312
26376
|
},
|
|
26313
26377
|
"name": "jestOptions",
|
|
26314
26378
|
"optional": true,
|
|
@@ -26327,7 +26391,7 @@
|
|
|
26327
26391
|
"immutable": true,
|
|
26328
26392
|
"locationInModule": {
|
|
26329
26393
|
"filename": "src/javascript/node-project.ts",
|
|
26330
|
-
"line":
|
|
26394
|
+
"line": 66
|
|
26331
26395
|
},
|
|
26332
26396
|
"name": "mutableBuild",
|
|
26333
26397
|
"optional": true,
|
|
@@ -26345,7 +26409,7 @@
|
|
|
26345
26409
|
"immutable": true,
|
|
26346
26410
|
"locationInModule": {
|
|
26347
26411
|
"filename": "src/javascript/node-project.ts",
|
|
26348
|
-
"line":
|
|
26412
|
+
"line": 229
|
|
26349
26413
|
},
|
|
26350
26414
|
"name": "npmignore",
|
|
26351
26415
|
"optional": true,
|
|
@@ -26368,7 +26432,7 @@
|
|
|
26368
26432
|
"immutable": true,
|
|
26369
26433
|
"locationInModule": {
|
|
26370
26434
|
"filename": "src/javascript/node-project.ts",
|
|
26371
|
-
"line":
|
|
26435
|
+
"line": 223
|
|
26372
26436
|
},
|
|
26373
26437
|
"name": "npmignoreEnabled",
|
|
26374
26438
|
"optional": true,
|
|
@@ -26386,7 +26450,7 @@
|
|
|
26386
26450
|
"immutable": true,
|
|
26387
26451
|
"locationInModule": {
|
|
26388
26452
|
"filename": "src/javascript/node-project.ts",
|
|
26389
|
-
"line":
|
|
26453
|
+
"line": 294
|
|
26390
26454
|
},
|
|
26391
26455
|
"name": "package",
|
|
26392
26456
|
"optional": true,
|
|
@@ -26404,7 +26468,7 @@
|
|
|
26404
26468
|
"immutable": true,
|
|
26405
26469
|
"locationInModule": {
|
|
26406
26470
|
"filename": "src/javascript/node-project.ts",
|
|
26407
|
-
"line":
|
|
26471
|
+
"line": 49
|
|
26408
26472
|
},
|
|
26409
26473
|
"name": "projenDevDependency",
|
|
26410
26474
|
"optional": true,
|
|
@@ -26422,7 +26486,7 @@
|
|
|
26422
26486
|
"immutable": true,
|
|
26423
26487
|
"locationInModule": {
|
|
26424
26488
|
"filename": "src/javascript/node-project.ts",
|
|
26425
|
-
"line":
|
|
26489
|
+
"line": 268
|
|
26426
26490
|
},
|
|
26427
26491
|
"name": "projenrcJs",
|
|
26428
26492
|
"optional": true,
|
|
@@ -26440,7 +26504,7 @@
|
|
|
26440
26504
|
"immutable": true,
|
|
26441
26505
|
"locationInModule": {
|
|
26442
26506
|
"filename": "src/javascript/node-project.ts",
|
|
26443
|
-
"line":
|
|
26507
|
+
"line": 274
|
|
26444
26508
|
},
|
|
26445
26509
|
"name": "projenrcJsOptions",
|
|
26446
26510
|
"optional": true,
|
|
@@ -26460,7 +26524,7 @@
|
|
|
26460
26524
|
"immutable": true,
|
|
26461
26525
|
"locationInModule": {
|
|
26462
26526
|
"filename": "src/javascript/node-project.ts",
|
|
26463
|
-
"line":
|
|
26527
|
+
"line": 188
|
|
26464
26528
|
},
|
|
26465
26529
|
"name": "projenUpgradeAutoMerge",
|
|
26466
26530
|
"optional": true,
|
|
@@ -26478,7 +26542,7 @@
|
|
|
26478
26542
|
"immutable": true,
|
|
26479
26543
|
"locationInModule": {
|
|
26480
26544
|
"filename": "src/javascript/node-project.ts",
|
|
26481
|
-
"line":
|
|
26545
|
+
"line": 215
|
|
26482
26546
|
},
|
|
26483
26547
|
"name": "projenUpgradeSchedule",
|
|
26484
26548
|
"optional": true,
|
|
@@ -26502,7 +26566,7 @@
|
|
|
26502
26566
|
"immutable": true,
|
|
26503
26567
|
"locationInModule": {
|
|
26504
26568
|
"filename": "src/javascript/node-project.ts",
|
|
26505
|
-
"line":
|
|
26569
|
+
"line": 177
|
|
26506
26570
|
},
|
|
26507
26571
|
"name": "projenUpgradeSecret",
|
|
26508
26572
|
"optional": true,
|
|
@@ -26520,7 +26584,7 @@
|
|
|
26520
26584
|
"immutable": true,
|
|
26521
26585
|
"locationInModule": {
|
|
26522
26586
|
"filename": "src/javascript/node-project.ts",
|
|
26523
|
-
"line":
|
|
26587
|
+
"line": 42
|
|
26524
26588
|
},
|
|
26525
26589
|
"name": "projenVersion",
|
|
26526
26590
|
"optional": true,
|
|
@@ -26538,7 +26602,7 @@
|
|
|
26538
26602
|
"immutable": true,
|
|
26539
26603
|
"locationInModule": {
|
|
26540
26604
|
"filename": "src/javascript/node-project.ts",
|
|
26541
|
-
"line":
|
|
26605
|
+
"line": 236
|
|
26542
26606
|
},
|
|
26543
26607
|
"name": "pullRequestTemplate",
|
|
26544
26608
|
"optional": true,
|
|
@@ -26556,7 +26620,7 @@
|
|
|
26556
26620
|
"immutable": true,
|
|
26557
26621
|
"locationInModule": {
|
|
26558
26622
|
"filename": "src/javascript/node-project.ts",
|
|
26559
|
-
"line":
|
|
26623
|
+
"line": 243
|
|
26560
26624
|
},
|
|
26561
26625
|
"name": "pullRequestTemplateContents",
|
|
26562
26626
|
"optional": true,
|
|
@@ -26582,7 +26646,7 @@
|
|
|
26582
26646
|
"immutable": true,
|
|
26583
26647
|
"locationInModule": {
|
|
26584
26648
|
"filename": "src/javascript/node-project.ts",
|
|
26585
|
-
"line":
|
|
26649
|
+
"line": 97
|
|
26586
26650
|
},
|
|
26587
26651
|
"name": "release",
|
|
26588
26652
|
"optional": true,
|
|
@@ -26600,7 +26664,7 @@
|
|
|
26600
26664
|
"immutable": true,
|
|
26601
26665
|
"locationInModule": {
|
|
26602
26666
|
"filename": "src/javascript/node-project.ts",
|
|
26603
|
-
"line":
|
|
26667
|
+
"line": 124
|
|
26604
26668
|
},
|
|
26605
26669
|
"name": "releaseToNpm",
|
|
26606
26670
|
"optional": true,
|
|
@@ -26619,7 +26683,7 @@
|
|
|
26619
26683
|
"immutable": true,
|
|
26620
26684
|
"locationInModule": {
|
|
26621
26685
|
"filename": "src/javascript/node-project.ts",
|
|
26622
|
-
"line":
|
|
26686
|
+
"line": 89
|
|
26623
26687
|
},
|
|
26624
26688
|
"name": "releaseWorkflow",
|
|
26625
26689
|
"optional": true,
|
|
@@ -26637,7 +26701,7 @@
|
|
|
26637
26701
|
"immutable": true,
|
|
26638
26702
|
"locationInModule": {
|
|
26639
26703
|
"filename": "src/javascript/node-project.ts",
|
|
26640
|
-
"line":
|
|
26704
|
+
"line": 111
|
|
26641
26705
|
},
|
|
26642
26706
|
"name": "workflowBootstrapSteps",
|
|
26643
26707
|
"optional": true,
|
|
@@ -26660,7 +26724,7 @@
|
|
|
26660
26724
|
"immutable": true,
|
|
26661
26725
|
"locationInModule": {
|
|
26662
26726
|
"filename": "src/javascript/node-project.ts",
|
|
26663
|
-
"line":
|
|
26727
|
+
"line": 118
|
|
26664
26728
|
},
|
|
26665
26729
|
"name": "workflowGitIdentity",
|
|
26666
26730
|
"optional": true,
|
|
@@ -26678,7 +26742,7 @@
|
|
|
26678
26742
|
"immutable": true,
|
|
26679
26743
|
"locationInModule": {
|
|
26680
26744
|
"filename": "src/javascript/node-project.ts",
|
|
26681
|
-
"line":
|
|
26745
|
+
"line": 131
|
|
26682
26746
|
},
|
|
26683
26747
|
"name": "workflowNodeVersion",
|
|
26684
26748
|
"optional": true,
|
|
@@ -26699,7 +26763,7 @@
|
|
|
26699
26763
|
"kind": "interface",
|
|
26700
26764
|
"locationInModule": {
|
|
26701
26765
|
"filename": "src/javascript/node-project.ts",
|
|
26702
|
-
"line":
|
|
26766
|
+
"line": 918
|
|
26703
26767
|
},
|
|
26704
26768
|
"name": "NodeWorkflowSteps",
|
|
26705
26769
|
"namespace": "javascript",
|
|
@@ -26712,7 +26776,7 @@
|
|
|
26712
26776
|
"immutable": true,
|
|
26713
26777
|
"locationInModule": {
|
|
26714
26778
|
"filename": "src/javascript/node-project.ts",
|
|
26715
|
-
"line":
|
|
26779
|
+
"line": 919
|
|
26716
26780
|
},
|
|
26717
26781
|
"name": "antitamper",
|
|
26718
26782
|
"type": {
|
|
@@ -26732,7 +26796,7 @@
|
|
|
26732
26796
|
"immutable": true,
|
|
26733
26797
|
"locationInModule": {
|
|
26734
26798
|
"filename": "src/javascript/node-project.ts",
|
|
26735
|
-
"line":
|
|
26799
|
+
"line": 920
|
|
26736
26800
|
},
|
|
26737
26801
|
"name": "install",
|
|
26738
26802
|
"type": {
|
|
@@ -26757,7 +26821,7 @@
|
|
|
26757
26821
|
"kind": "enum",
|
|
26758
26822
|
"locationInModule": {
|
|
26759
26823
|
"filename": "src/javascript/node-package.ts",
|
|
26760
|
-
"line":
|
|
26824
|
+
"line": 1107
|
|
26761
26825
|
},
|
|
26762
26826
|
"members": [
|
|
26763
26827
|
{
|
|
@@ -26934,7 +26998,7 @@
|
|
|
26934
26998
|
"kind": "interface",
|
|
26935
26999
|
"locationInModule": {
|
|
26936
27000
|
"filename": "src/javascript/node-package.ts",
|
|
26937
|
-
"line":
|
|
27001
|
+
"line": 1076
|
|
26938
27002
|
},
|
|
26939
27003
|
"name": "PeerDependencyOptions",
|
|
26940
27004
|
"namespace": "javascript",
|
|
@@ -26949,7 +27013,7 @@
|
|
|
26949
27013
|
"immutable": true,
|
|
26950
27014
|
"locationInModule": {
|
|
26951
27015
|
"filename": "src/javascript/node-package.ts",
|
|
26952
|
-
"line":
|
|
27016
|
+
"line": 1081
|
|
26953
27017
|
},
|
|
26954
27018
|
"name": "pinnedDevDependency",
|
|
26955
27019
|
"optional": true,
|
|
@@ -31293,7 +31357,7 @@
|
|
|
31293
31357
|
"kind": "interface",
|
|
31294
31358
|
"locationInModule": {
|
|
31295
31359
|
"filename": "src/release/release.ts",
|
|
31296
|
-
"line":
|
|
31360
|
+
"line": 532
|
|
31297
31361
|
},
|
|
31298
31362
|
"name": "BranchOptions",
|
|
31299
31363
|
"namespace": "release",
|
|
@@ -31307,7 +31371,7 @@
|
|
|
31307
31371
|
"immutable": true,
|
|
31308
31372
|
"locationInModule": {
|
|
31309
31373
|
"filename": "src/release/release.ts",
|
|
31310
|
-
"line":
|
|
31374
|
+
"line": 542
|
|
31311
31375
|
},
|
|
31312
31376
|
"name": "majorVersion",
|
|
31313
31377
|
"type": {
|
|
@@ -31324,7 +31388,7 @@
|
|
|
31324
31388
|
"immutable": true,
|
|
31325
31389
|
"locationInModule": {
|
|
31326
31390
|
"filename": "src/release/release.ts",
|
|
31327
|
-
"line":
|
|
31391
|
+
"line": 570
|
|
31328
31392
|
},
|
|
31329
31393
|
"name": "npmDistTag",
|
|
31330
31394
|
"optional": true,
|
|
@@ -31342,7 +31406,7 @@
|
|
|
31342
31406
|
"immutable": true,
|
|
31343
31407
|
"locationInModule": {
|
|
31344
31408
|
"filename": "src/release/release.ts",
|
|
31345
|
-
"line":
|
|
31409
|
+
"line": 549
|
|
31346
31410
|
},
|
|
31347
31411
|
"name": "prerelease",
|
|
31348
31412
|
"optional": true,
|
|
@@ -31361,7 +31425,7 @@
|
|
|
31361
31425
|
"immutable": true,
|
|
31362
31426
|
"locationInModule": {
|
|
31363
31427
|
"filename": "src/release/release.ts",
|
|
31364
|
-
"line":
|
|
31428
|
+
"line": 563
|
|
31365
31429
|
},
|
|
31366
31430
|
"name": "tagPrefix",
|
|
31367
31431
|
"optional": true,
|
|
@@ -31379,7 +31443,7 @@
|
|
|
31379
31443
|
"immutable": true,
|
|
31380
31444
|
"locationInModule": {
|
|
31381
31445
|
"filename": "src/release/release.ts",
|
|
31382
|
-
"line":
|
|
31446
|
+
"line": 537
|
|
31383
31447
|
},
|
|
31384
31448
|
"name": "workflowName",
|
|
31385
31449
|
"optional": true,
|
|
@@ -32864,7 +32928,7 @@
|
|
|
32864
32928
|
},
|
|
32865
32929
|
"locationInModule": {
|
|
32866
32930
|
"filename": "src/release/release.ts",
|
|
32867
|
-
"line":
|
|
32931
|
+
"line": 259
|
|
32868
32932
|
},
|
|
32869
32933
|
"parameters": [
|
|
32870
32934
|
{
|
|
@@ -32884,7 +32948,7 @@
|
|
|
32884
32948
|
"kind": "class",
|
|
32885
32949
|
"locationInModule": {
|
|
32886
32950
|
"filename": "src/release/release.ts",
|
|
32887
|
-
"line":
|
|
32951
|
+
"line": 234
|
|
32888
32952
|
},
|
|
32889
32953
|
"methods": [
|
|
32890
32954
|
{
|
|
@@ -32895,7 +32959,7 @@
|
|
|
32895
32959
|
},
|
|
32896
32960
|
"locationInModule": {
|
|
32897
32961
|
"filename": "src/release/release.ts",
|
|
32898
|
-
"line":
|
|
32962
|
+
"line": 342
|
|
32899
32963
|
},
|
|
32900
32964
|
"name": "addBranch",
|
|
32901
32965
|
"parameters": [
|
|
@@ -32926,7 +32990,7 @@
|
|
|
32926
32990
|
},
|
|
32927
32991
|
"locationInModule": {
|
|
32928
32992
|
"filename": "src/release/release.ts",
|
|
32929
|
-
"line":
|
|
32993
|
+
"line": 393
|
|
32930
32994
|
},
|
|
32931
32995
|
"name": "addJobs",
|
|
32932
32996
|
"parameters": [
|
|
@@ -32953,7 +33017,7 @@
|
|
|
32953
33017
|
},
|
|
32954
33018
|
"locationInModule": {
|
|
32955
33019
|
"filename": "src/release/release.ts",
|
|
32956
|
-
"line":
|
|
33020
|
+
"line": 378
|
|
32957
33021
|
},
|
|
32958
33022
|
"name": "preSynthesize",
|
|
32959
33023
|
"overrides": "projen.Component"
|
|
@@ -32970,7 +33034,7 @@
|
|
|
32970
33034
|
"immutable": true,
|
|
32971
33035
|
"locationInModule": {
|
|
32972
33036
|
"filename": "src/release/release.ts",
|
|
32973
|
-
"line":
|
|
33037
|
+
"line": 257
|
|
32974
33038
|
},
|
|
32975
33039
|
"name": "artifactsDirectory",
|
|
32976
33040
|
"type": {
|
|
@@ -32985,7 +33049,7 @@
|
|
|
32985
33049
|
"immutable": true,
|
|
32986
33050
|
"locationInModule": {
|
|
32987
33051
|
"filename": "src/release/release.ts",
|
|
32988
|
-
"line":
|
|
33052
|
+
"line": 402
|
|
32989
33053
|
},
|
|
32990
33054
|
"name": "branches",
|
|
32991
33055
|
"type": {
|
|
@@ -33005,7 +33069,7 @@
|
|
|
33005
33069
|
"immutable": true,
|
|
33006
33070
|
"locationInModule": {
|
|
33007
33071
|
"filename": "src/release/release.ts",
|
|
33008
|
-
"line":
|
|
33072
|
+
"line": 238
|
|
33009
33073
|
},
|
|
33010
33074
|
"name": "publisher",
|
|
33011
33075
|
"type": {
|
|
@@ -33029,7 +33093,7 @@
|
|
|
33029
33093
|
"kind": "interface",
|
|
33030
33094
|
"locationInModule": {
|
|
33031
33095
|
"filename": "src/release/release.ts",
|
|
33032
|
-
"line":
|
|
33096
|
+
"line": 187
|
|
33033
33097
|
},
|
|
33034
33098
|
"name": "ReleaseOptions",
|
|
33035
33099
|
"namespace": "release",
|
|
@@ -33044,7 +33108,7 @@
|
|
|
33044
33108
|
"immutable": true,
|
|
33045
33109
|
"locationInModule": {
|
|
33046
33110
|
"filename": "src/release/release.ts",
|
|
33047
|
-
"line":
|
|
33111
|
+
"line": 225
|
|
33048
33112
|
},
|
|
33049
33113
|
"name": "artifactsDirectory",
|
|
33050
33114
|
"type": {
|
|
@@ -33061,7 +33125,7 @@
|
|
|
33061
33125
|
"immutable": true,
|
|
33062
33126
|
"locationInModule": {
|
|
33063
33127
|
"filename": "src/release/release.ts",
|
|
33064
|
-
"line":
|
|
33128
|
+
"line": 210
|
|
33065
33129
|
},
|
|
33066
33130
|
"name": "branch",
|
|
33067
33131
|
"type": {
|
|
@@ -33078,7 +33142,7 @@
|
|
|
33078
33142
|
"immutable": true,
|
|
33079
33143
|
"locationInModule": {
|
|
33080
33144
|
"filename": "src/release/release.ts",
|
|
33081
|
-
"line":
|
|
33145
|
+
"line": 193
|
|
33082
33146
|
},
|
|
33083
33147
|
"name": "task",
|
|
33084
33148
|
"type": {
|
|
@@ -33095,7 +33159,7 @@
|
|
|
33095
33159
|
"immutable": true,
|
|
33096
33160
|
"locationInModule": {
|
|
33097
33161
|
"filename": "src/release/release.ts",
|
|
33098
|
-
"line":
|
|
33162
|
+
"line": 200
|
|
33099
33163
|
},
|
|
33100
33164
|
"name": "versionFile",
|
|
33101
33165
|
"type": {
|
|
@@ -33112,7 +33176,7 @@
|
|
|
33112
33176
|
"immutable": true,
|
|
33113
33177
|
"locationInModule": {
|
|
33114
33178
|
"filename": "src/release/release.ts",
|
|
33115
|
-
"line":
|
|
33179
|
+
"line": 217
|
|
33116
33180
|
},
|
|
33117
33181
|
"name": "githubRelease",
|
|
33118
33182
|
"optional": true,
|
|
@@ -33134,7 +33198,7 @@
|
|
|
33134
33198
|
"kind": "interface",
|
|
33135
33199
|
"locationInModule": {
|
|
33136
33200
|
"filename": "src/release/release.ts",
|
|
33137
|
-
"line":
|
|
33201
|
+
"line": 18
|
|
33138
33202
|
},
|
|
33139
33203
|
"name": "ReleaseProjectOptions",
|
|
33140
33204
|
"namespace": "release",
|
|
@@ -33149,7 +33213,7 @@
|
|
|
33149
33213
|
"immutable": true,
|
|
33150
33214
|
"locationInModule": {
|
|
33151
33215
|
"filename": "src/release/release.ts",
|
|
33152
|
-
"line":
|
|
33216
|
+
"line": 73
|
|
33153
33217
|
},
|
|
33154
33218
|
"name": "antitamper",
|
|
33155
33219
|
"optional": true,
|
|
@@ -33167,7 +33231,7 @@
|
|
|
33167
33231
|
"immutable": true,
|
|
33168
33232
|
"locationInModule": {
|
|
33169
33233
|
"filename": "src/release/release.ts",
|
|
33170
|
-
"line":
|
|
33234
|
+
"line": 61
|
|
33171
33235
|
},
|
|
33172
33236
|
"name": "jsiiReleaseVersion",
|
|
33173
33237
|
"optional": true,
|
|
@@ -33186,7 +33250,7 @@
|
|
|
33186
33250
|
"immutable": true,
|
|
33187
33251
|
"locationInModule": {
|
|
33188
33252
|
"filename": "src/release/release.ts",
|
|
33189
|
-
"line":
|
|
33253
|
+
"line": 83
|
|
33190
33254
|
},
|
|
33191
33255
|
"name": "majorVersion",
|
|
33192
33256
|
"optional": true,
|
|
@@ -33205,7 +33269,7 @@
|
|
|
33205
33269
|
"immutable": true,
|
|
33206
33270
|
"locationInModule": {
|
|
33207
33271
|
"filename": "src/release/release.ts",
|
|
33208
|
-
"line":
|
|
33272
|
+
"line": 101
|
|
33209
33273
|
},
|
|
33210
33274
|
"name": "npmDistTag",
|
|
33211
33275
|
"optional": true,
|
|
@@ -33223,7 +33287,7 @@
|
|
|
33223
33287
|
"immutable": true,
|
|
33224
33288
|
"locationInModule": {
|
|
33225
33289
|
"filename": "src/release/release.ts",
|
|
33226
|
-
"line":
|
|
33290
|
+
"line": 67
|
|
33227
33291
|
},
|
|
33228
33292
|
"name": "postBuildSteps",
|
|
33229
33293
|
"optional": true,
|
|
@@ -33246,7 +33310,7 @@
|
|
|
33246
33310
|
"immutable": true,
|
|
33247
33311
|
"locationInModule": {
|
|
33248
33312
|
"filename": "src/release/release.ts",
|
|
33249
|
-
"line":
|
|
33313
|
+
"line": 91
|
|
33250
33314
|
},
|
|
33251
33315
|
"name": "prerelease",
|
|
33252
33316
|
"optional": true,
|
|
@@ -33264,7 +33328,7 @@
|
|
|
33264
33328
|
"immutable": true,
|
|
33265
33329
|
"locationInModule": {
|
|
33266
33330
|
"filename": "src/release/release.ts",
|
|
33267
|
-
"line":
|
|
33331
|
+
"line": 181
|
|
33268
33332
|
},
|
|
33269
33333
|
"name": "publishDryRun",
|
|
33270
33334
|
"optional": true,
|
|
@@ -33283,7 +33347,7 @@
|
|
|
33283
33347
|
"immutable": true,
|
|
33284
33348
|
"locationInModule": {
|
|
33285
33349
|
"filename": "src/release/release.ts",
|
|
33286
|
-
"line":
|
|
33350
|
+
"line": 174
|
|
33287
33351
|
},
|
|
33288
33352
|
"name": "publishTasks",
|
|
33289
33353
|
"optional": true,
|
|
@@ -33302,7 +33366,7 @@
|
|
|
33302
33366
|
"immutable": true,
|
|
33303
33367
|
"locationInModule": {
|
|
33304
33368
|
"filename": "src/release/release.ts",
|
|
33305
|
-
"line":
|
|
33369
|
+
"line": 121
|
|
33306
33370
|
},
|
|
33307
33371
|
"name": "releaseBranches",
|
|
33308
33372
|
"optional": true,
|
|
@@ -33326,7 +33390,7 @@
|
|
|
33326
33390
|
"immutable": true,
|
|
33327
33391
|
"locationInModule": {
|
|
33328
33392
|
"filename": "src/release/release.ts",
|
|
33329
|
-
"line":
|
|
33393
|
+
"line": 26
|
|
33330
33394
|
},
|
|
33331
33395
|
"name": "releaseEveryCommit",
|
|
33332
33396
|
"optional": true,
|
|
@@ -33344,7 +33408,7 @@
|
|
|
33344
33408
|
"immutable": true,
|
|
33345
33409
|
"locationInModule": {
|
|
33346
33410
|
"filename": "src/release/release.ts",
|
|
33347
|
-
"line":
|
|
33411
|
+
"line": 128
|
|
33348
33412
|
},
|
|
33349
33413
|
"name": "releaseFailureIssue",
|
|
33350
33414
|
"optional": true,
|
|
@@ -33363,7 +33427,7 @@
|
|
|
33363
33427
|
"immutable": true,
|
|
33364
33428
|
"locationInModule": {
|
|
33365
33429
|
"filename": "src/release/release.ts",
|
|
33366
|
-
"line":
|
|
33430
|
+
"line": 136
|
|
33367
33431
|
},
|
|
33368
33432
|
"name": "releaseFailureIssueLabel",
|
|
33369
33433
|
"optional": true,
|
|
@@ -33382,7 +33446,7 @@
|
|
|
33382
33446
|
"immutable": true,
|
|
33383
33447
|
"locationInModule": {
|
|
33384
33448
|
"filename": "src/release/release.ts",
|
|
33385
|
-
"line":
|
|
33449
|
+
"line": 35
|
|
33386
33450
|
},
|
|
33387
33451
|
"name": "releaseSchedule",
|
|
33388
33452
|
"optional": true,
|
|
@@ -33401,7 +33465,7 @@
|
|
|
33401
33465
|
"immutable": true,
|
|
33402
33466
|
"locationInModule": {
|
|
33403
33467
|
"filename": "src/release/release.ts",
|
|
33404
|
-
"line":
|
|
33468
|
+
"line": 150
|
|
33405
33469
|
},
|
|
33406
33470
|
"name": "releaseTagPrefix",
|
|
33407
33471
|
"optional": true,
|
|
@@ -33419,7 +33483,7 @@
|
|
|
33419
33483
|
"immutable": true,
|
|
33420
33484
|
"locationInModule": {
|
|
33421
33485
|
"filename": "src/release/release.ts",
|
|
33422
|
-
"line":
|
|
33486
|
+
"line": 42
|
|
33423
33487
|
},
|
|
33424
33488
|
"name": "releaseTrigger",
|
|
33425
33489
|
"optional": true,
|
|
@@ -33437,7 +33501,7 @@
|
|
|
33437
33501
|
"immutable": true,
|
|
33438
33502
|
"locationInModule": {
|
|
33439
33503
|
"filename": "src/release/release.ts",
|
|
33440
|
-
"line":
|
|
33504
|
+
"line": 108
|
|
33441
33505
|
},
|
|
33442
33506
|
"name": "releaseWorkflowName",
|
|
33443
33507
|
"optional": true,
|
|
@@ -33454,7 +33518,7 @@
|
|
|
33454
33518
|
"immutable": true,
|
|
33455
33519
|
"locationInModule": {
|
|
33456
33520
|
"filename": "src/release/release.ts",
|
|
33457
|
-
"line":
|
|
33521
|
+
"line": 48
|
|
33458
33522
|
},
|
|
33459
33523
|
"name": "releaseWorkflowSetupSteps",
|
|
33460
33524
|
"optional": true,
|
|
@@ -33478,7 +33542,7 @@
|
|
|
33478
33542
|
"immutable": true,
|
|
33479
33543
|
"locationInModule": {
|
|
33480
33544
|
"filename": "src/release/release.ts",
|
|
33481
|
-
"line":
|
|
33545
|
+
"line": 158
|
|
33482
33546
|
},
|
|
33483
33547
|
"name": "versionrcOptions",
|
|
33484
33548
|
"optional": true,
|
|
@@ -33501,7 +33565,7 @@
|
|
|
33501
33565
|
"immutable": true,
|
|
33502
33566
|
"locationInModule": {
|
|
33503
33567
|
"filename": "src/release/release.ts",
|
|
33504
|
-
"line":
|
|
33568
|
+
"line": 55
|
|
33505
33569
|
},
|
|
33506
33570
|
"name": "workflowContainerImage",
|
|
33507
33571
|
"optional": true,
|
|
@@ -33519,7 +33583,7 @@
|
|
|
33519
33583
|
"immutable": true,
|
|
33520
33584
|
"locationInModule": {
|
|
33521
33585
|
"filename": "src/release/release.ts",
|
|
33522
|
-
"line":
|
|
33586
|
+
"line": 164
|
|
33523
33587
|
},
|
|
33524
33588
|
"name": "workflowRunsOn",
|
|
33525
33589
|
"optional": true,
|
|
@@ -36296,6 +36360,6 @@
|
|
|
36296
36360
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
36297
36361
|
}
|
|
36298
36362
|
},
|
|
36299
|
-
"version": "0.46.
|
|
36300
|
-
"fingerprint": "
|
|
36363
|
+
"version": "0.46.9",
|
|
36364
|
+
"fingerprint": "i5xhbL7IBJtWw/odOiHLBNr9m5Auwzwn/Vyf6P82zT8="
|
|
36301
36365
|
}
|