projen 0.86.10 → 0.87.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 +294 -273
- 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.d.ts +2 -1
- package/lib/build/build-workflow.js +20 -19
- package/lib/build/private/consts.d.ts +1 -0
- package/lib/build/private/consts.js +3 -2
- 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.js +1 -1
- 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.js +1 -1
- 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/private/util.d.ts +4 -0
- package/lib/github/private/util.js +23 -0
- 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 +4 -2
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +7 -8
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflow-steps.d.ts +8 -0
- package/lib/github/workflow-steps.js +4 -3
- 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 +7 -4
- 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.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +2 -2
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +3 -3
- 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 +6 -4
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +9 -5
- package/lib/renovatebot.js +1 -1
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc-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/package.json +1 -1
- package/lib/github/util.d.ts +0 -1
- package/lib/github/util.js +0 -7
package/.jsii
CHANGED
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"stability": "experimental"
|
|
61
61
|
},
|
|
62
62
|
"homepage": "https://github.com/projen/projen.git",
|
|
63
|
-
"jsiiVersion": "5.5.
|
|
63
|
+
"jsiiVersion": "5.5.3 (build a448a4c)",
|
|
64
64
|
"keywords": [
|
|
65
65
|
"cdk",
|
|
66
66
|
"cicd",
|
|
@@ -15814,7 +15814,7 @@
|
|
|
15814
15814
|
"kind": "interface",
|
|
15815
15815
|
"locationInModule": {
|
|
15816
15816
|
"filename": "src/build/build-workflow.ts",
|
|
15817
|
-
"line":
|
|
15817
|
+
"line": 487
|
|
15818
15818
|
},
|
|
15819
15819
|
"name": "AddPostBuildJobCommandsOptions",
|
|
15820
15820
|
"namespace": "build",
|
|
@@ -15829,7 +15829,7 @@
|
|
|
15829
15829
|
"immutable": true,
|
|
15830
15830
|
"locationInModule": {
|
|
15831
15831
|
"filename": "src/build/build-workflow.ts",
|
|
15832
|
-
"line":
|
|
15832
|
+
"line": 499
|
|
15833
15833
|
},
|
|
15834
15834
|
"name": "checkoutRepo",
|
|
15835
15835
|
"optional": true,
|
|
@@ -15848,7 +15848,7 @@
|
|
|
15848
15848
|
"immutable": true,
|
|
15849
15849
|
"locationInModule": {
|
|
15850
15850
|
"filename": "src/build/build-workflow.ts",
|
|
15851
|
-
"line":
|
|
15851
|
+
"line": 509
|
|
15852
15852
|
},
|
|
15853
15853
|
"name": "installDeps",
|
|
15854
15854
|
"optional": true,
|
|
@@ -15870,7 +15870,7 @@
|
|
|
15870
15870
|
"immutable": true,
|
|
15871
15871
|
"locationInModule": {
|
|
15872
15872
|
"filename": "src/build/build-workflow.ts",
|
|
15873
|
-
"line":
|
|
15873
|
+
"line": 517
|
|
15874
15874
|
},
|
|
15875
15875
|
"name": "runsOn",
|
|
15876
15876
|
"optional": true,
|
|
@@ -15896,7 +15896,7 @@
|
|
|
15896
15896
|
"immutable": true,
|
|
15897
15897
|
"locationInModule": {
|
|
15898
15898
|
"filename": "src/build/build-workflow.ts",
|
|
15899
|
-
"line":
|
|
15899
|
+
"line": 524
|
|
15900
15900
|
},
|
|
15901
15901
|
"name": "runsOnGroup",
|
|
15902
15902
|
"optional": true,
|
|
@@ -15913,7 +15913,7 @@
|
|
|
15913
15913
|
"immutable": true,
|
|
15914
15914
|
"locationInModule": {
|
|
15915
15915
|
"filename": "src/build/build-workflow.ts",
|
|
15916
|
-
"line":
|
|
15916
|
+
"line": 491
|
|
15917
15917
|
},
|
|
15918
15918
|
"name": "tools",
|
|
15919
15919
|
"optional": true,
|
|
@@ -15935,7 +15935,7 @@
|
|
|
15935
15935
|
"kind": "interface",
|
|
15936
15936
|
"locationInModule": {
|
|
15937
15937
|
"filename": "src/build/build-workflow.ts",
|
|
15938
|
-
"line":
|
|
15938
|
+
"line": 462
|
|
15939
15939
|
},
|
|
15940
15940
|
"name": "AddPostBuildJobTaskOptions",
|
|
15941
15941
|
"namespace": "build",
|
|
@@ -15954,7 +15954,7 @@
|
|
|
15954
15954
|
"immutable": true,
|
|
15955
15955
|
"locationInModule": {
|
|
15956
15956
|
"filename": "src/build/build-workflow.ts",
|
|
15957
|
-
"line":
|
|
15957
|
+
"line": 474
|
|
15958
15958
|
},
|
|
15959
15959
|
"name": "runsOn",
|
|
15960
15960
|
"optional": true,
|
|
@@ -15980,7 +15980,7 @@
|
|
|
15980
15980
|
"immutable": true,
|
|
15981
15981
|
"locationInModule": {
|
|
15982
15982
|
"filename": "src/build/build-workflow.ts",
|
|
15983
|
-
"line":
|
|
15983
|
+
"line": 481
|
|
15984
15984
|
},
|
|
15985
15985
|
"name": "runsOnGroup",
|
|
15986
15986
|
"optional": true,
|
|
@@ -15997,7 +15997,7 @@
|
|
|
15997
15997
|
"immutable": true,
|
|
15998
15998
|
"locationInModule": {
|
|
15999
15999
|
"filename": "src/build/build-workflow.ts",
|
|
16000
|
-
"line":
|
|
16000
|
+
"line": 466
|
|
16001
16001
|
},
|
|
16002
16002
|
"name": "tools",
|
|
16003
16003
|
"optional": true,
|
|
@@ -16021,7 +16021,7 @@
|
|
|
16021
16021
|
},
|
|
16022
16022
|
"locationInModule": {
|
|
16023
16023
|
"filename": "src/build/build-workflow.ts",
|
|
16024
|
-
"line":
|
|
16024
|
+
"line": 153
|
|
16025
16025
|
},
|
|
16026
16026
|
"parameters": [
|
|
16027
16027
|
{
|
|
@@ -16041,7 +16041,7 @@
|
|
|
16041
16041
|
"kind": "class",
|
|
16042
16042
|
"locationInModule": {
|
|
16043
16043
|
"filename": "src/build/build-workflow.ts",
|
|
16044
|
-
"line":
|
|
16044
|
+
"line": 137
|
|
16045
16045
|
},
|
|
16046
16046
|
"methods": [
|
|
16047
16047
|
{
|
|
@@ -16052,7 +16052,7 @@
|
|
|
16052
16052
|
},
|
|
16053
16053
|
"locationInModule": {
|
|
16054
16054
|
"filename": "src/build/build-workflow.ts",
|
|
16055
|
-
"line":
|
|
16055
|
+
"line": 258
|
|
16056
16056
|
},
|
|
16057
16057
|
"name": "addPostBuildJob",
|
|
16058
16058
|
"parameters": [
|
|
@@ -16084,7 +16084,7 @@
|
|
|
16084
16084
|
},
|
|
16085
16085
|
"locationInModule": {
|
|
16086
16086
|
"filename": "src/build/build-workflow.ts",
|
|
16087
|
-
"line":
|
|
16087
|
+
"line": 332
|
|
16088
16088
|
},
|
|
16089
16089
|
"name": "addPostBuildJobCommands",
|
|
16090
16090
|
"parameters": [
|
|
@@ -16125,7 +16125,7 @@
|
|
|
16125
16125
|
},
|
|
16126
16126
|
"locationInModule": {
|
|
16127
16127
|
"filename": "src/build/build-workflow.ts",
|
|
16128
|
-
"line":
|
|
16128
|
+
"line": 306
|
|
16129
16129
|
},
|
|
16130
16130
|
"name": "addPostBuildJobTask",
|
|
16131
16131
|
"parameters": [
|
|
@@ -16154,7 +16154,7 @@
|
|
|
16154
16154
|
},
|
|
16155
16155
|
"locationInModule": {
|
|
16156
16156
|
"filename": "src/build/build-workflow.ts",
|
|
16157
|
-
"line":
|
|
16157
|
+
"line": 243
|
|
16158
16158
|
},
|
|
16159
16159
|
"name": "addPostBuildSteps",
|
|
16160
16160
|
"parameters": [
|
|
@@ -16183,7 +16183,7 @@
|
|
|
16183
16183
|
"immutable": true,
|
|
16184
16184
|
"locationInModule": {
|
|
16185
16185
|
"filename": "src/build/build-workflow.ts",
|
|
16186
|
-
"line":
|
|
16186
|
+
"line": 235
|
|
16187
16187
|
},
|
|
16188
16188
|
"name": "buildJobIds",
|
|
16189
16189
|
"type": {
|
|
@@ -16203,7 +16203,7 @@
|
|
|
16203
16203
|
"immutable": true,
|
|
16204
16204
|
"locationInModule": {
|
|
16205
16205
|
"filename": "src/build/build-workflow.ts",
|
|
16206
|
-
"line":
|
|
16206
|
+
"line": 141
|
|
16207
16207
|
},
|
|
16208
16208
|
"name": "name",
|
|
16209
16209
|
"type": {
|
|
@@ -16223,7 +16223,7 @@
|
|
|
16223
16223
|
"kind": "interface",
|
|
16224
16224
|
"locationInModule": {
|
|
16225
16225
|
"filename": "src/build/build-workflow.ts",
|
|
16226
|
-
"line":
|
|
16226
|
+
"line": 42
|
|
16227
16227
|
},
|
|
16228
16228
|
"name": "BuildWorkflowCommonOptions",
|
|
16229
16229
|
"namespace": "build",
|
|
@@ -16238,7 +16238,7 @@
|
|
|
16238
16238
|
"immutable": true,
|
|
16239
16239
|
"locationInModule": {
|
|
16240
16240
|
"filename": "src/build/build-workflow.ts",
|
|
16241
|
-
"line":
|
|
16241
|
+
"line": 48
|
|
16242
16242
|
},
|
|
16243
16243
|
"name": "name",
|
|
16244
16244
|
"optional": true,
|
|
@@ -16256,7 +16256,7 @@
|
|
|
16256
16256
|
"immutable": true,
|
|
16257
16257
|
"locationInModule": {
|
|
16258
16258
|
"filename": "src/build/build-workflow.ts",
|
|
16259
|
-
"line":
|
|
16259
|
+
"line": 67
|
|
16260
16260
|
},
|
|
16261
16261
|
"name": "permissions",
|
|
16262
16262
|
"optional": true,
|
|
@@ -16274,7 +16274,7 @@
|
|
|
16274
16274
|
"immutable": true,
|
|
16275
16275
|
"locationInModule": {
|
|
16276
16276
|
"filename": "src/build/build-workflow.ts",
|
|
16277
|
-
"line":
|
|
16277
|
+
"line": 54
|
|
16278
16278
|
},
|
|
16279
16279
|
"name": "preBuildSteps",
|
|
16280
16280
|
"optional": true,
|
|
@@ -16297,7 +16297,7 @@
|
|
|
16297
16297
|
"immutable": true,
|
|
16298
16298
|
"locationInModule": {
|
|
16299
16299
|
"filename": "src/build/build-workflow.ts",
|
|
16300
|
-
"line":
|
|
16300
|
+
"line": 60
|
|
16301
16301
|
},
|
|
16302
16302
|
"name": "workflowTriggers",
|
|
16303
16303
|
"optional": true,
|
|
@@ -16321,7 +16321,7 @@
|
|
|
16321
16321
|
"kind": "interface",
|
|
16322
16322
|
"locationInModule": {
|
|
16323
16323
|
"filename": "src/build/build-workflow.ts",
|
|
16324
|
-
"line":
|
|
16324
|
+
"line": 70
|
|
16325
16325
|
},
|
|
16326
16326
|
"name": "BuildWorkflowOptions",
|
|
16327
16327
|
"namespace": "build",
|
|
@@ -16330,32 +16330,34 @@
|
|
|
16330
16330
|
"abstract": true,
|
|
16331
16331
|
"docs": {
|
|
16332
16332
|
"stability": "experimental",
|
|
16333
|
-
"summary": "
|
|
16333
|
+
"summary": "The task to execute in order to build the project."
|
|
16334
16334
|
},
|
|
16335
16335
|
"immutable": true,
|
|
16336
16336
|
"locationInModule": {
|
|
16337
16337
|
"filename": "src/build/build-workflow.ts",
|
|
16338
|
-
"line":
|
|
16338
|
+
"line": 74
|
|
16339
16339
|
},
|
|
16340
|
-
"name": "
|
|
16340
|
+
"name": "buildTask",
|
|
16341
16341
|
"type": {
|
|
16342
|
-
"
|
|
16342
|
+
"fqn": "projen.Task"
|
|
16343
16343
|
}
|
|
16344
16344
|
},
|
|
16345
16345
|
{
|
|
16346
16346
|
"abstract": true,
|
|
16347
16347
|
"docs": {
|
|
16348
|
+
"default": "\"dist\"",
|
|
16348
16349
|
"stability": "experimental",
|
|
16349
|
-
"summary": "
|
|
16350
|
+
"summary": "A name of a directory that includes build artifacts."
|
|
16350
16351
|
},
|
|
16351
16352
|
"immutable": true,
|
|
16352
16353
|
"locationInModule": {
|
|
16353
16354
|
"filename": "src/build/build-workflow.ts",
|
|
16354
|
-
"line":
|
|
16355
|
+
"line": 80
|
|
16355
16356
|
},
|
|
16356
|
-
"name": "
|
|
16357
|
+
"name": "artifactsDirectory",
|
|
16358
|
+
"optional": true,
|
|
16357
16359
|
"type": {
|
|
16358
|
-
"
|
|
16360
|
+
"primitive": "string"
|
|
16359
16361
|
}
|
|
16360
16362
|
},
|
|
16361
16363
|
{
|
|
@@ -16368,7 +16370,7 @@
|
|
|
16368
16370
|
"immutable": true,
|
|
16369
16371
|
"locationInModule": {
|
|
16370
16372
|
"filename": "src/build/build-workflow.ts",
|
|
16371
|
-
"line":
|
|
16373
|
+
"line": 86
|
|
16372
16374
|
},
|
|
16373
16375
|
"name": "containerImage",
|
|
16374
16376
|
"optional": true,
|
|
@@ -16386,7 +16388,7 @@
|
|
|
16386
16388
|
"immutable": true,
|
|
16387
16389
|
"locationInModule": {
|
|
16388
16390
|
"filename": "src/build/build-workflow.ts",
|
|
16389
|
-
"line":
|
|
16391
|
+
"line": 119
|
|
16390
16392
|
},
|
|
16391
16393
|
"name": "env",
|
|
16392
16394
|
"optional": true,
|
|
@@ -16409,7 +16411,7 @@
|
|
|
16409
16411
|
"immutable": true,
|
|
16410
16412
|
"locationInModule": {
|
|
16411
16413
|
"filename": "src/build/build-workflow.ts",
|
|
16412
|
-
"line":
|
|
16414
|
+
"line": 113
|
|
16413
16415
|
},
|
|
16414
16416
|
"name": "gitIdentity",
|
|
16415
16417
|
"optional": true,
|
|
@@ -16428,7 +16430,7 @@
|
|
|
16428
16430
|
"immutable": true,
|
|
16429
16431
|
"locationInModule": {
|
|
16430
16432
|
"filename": "src/build/build-workflow.ts",
|
|
16431
|
-
"line":
|
|
16433
|
+
"line": 101
|
|
16432
16434
|
},
|
|
16433
16435
|
"name": "mutableBuild",
|
|
16434
16436
|
"optional": true,
|
|
@@ -16446,7 +16448,7 @@
|
|
|
16446
16448
|
"immutable": true,
|
|
16447
16449
|
"locationInModule": {
|
|
16448
16450
|
"filename": "src/build/build-workflow.ts",
|
|
16449
|
-
"line":
|
|
16451
|
+
"line": 107
|
|
16450
16452
|
},
|
|
16451
16453
|
"name": "postBuildSteps",
|
|
16452
16454
|
"optional": true,
|
|
@@ -16473,7 +16475,7 @@
|
|
|
16473
16475
|
"immutable": true,
|
|
16474
16476
|
"locationInModule": {
|
|
16475
16477
|
"filename": "src/build/build-workflow.ts",
|
|
16476
|
-
"line":
|
|
16478
|
+
"line": 127
|
|
16477
16479
|
},
|
|
16478
16480
|
"name": "runsOn",
|
|
16479
16481
|
"optional": true,
|
|
@@ -16499,7 +16501,7 @@
|
|
|
16499
16501
|
"immutable": true,
|
|
16500
16502
|
"locationInModule": {
|
|
16501
16503
|
"filename": "src/build/build-workflow.ts",
|
|
16502
|
-
"line":
|
|
16504
|
+
"line": 134
|
|
16503
16505
|
},
|
|
16504
16506
|
"name": "runsOnGroup",
|
|
16505
16507
|
"optional": true,
|
|
@@ -21265,7 +21267,7 @@
|
|
|
21265
21267
|
"kind": "interface",
|
|
21266
21268
|
"locationInModule": {
|
|
21267
21269
|
"filename": "src/github/workflow-steps.ts",
|
|
21268
|
-
"line":
|
|
21270
|
+
"line": 163
|
|
21269
21271
|
},
|
|
21270
21272
|
"name": "CheckoutOptions",
|
|
21271
21273
|
"namespace": "github",
|
|
@@ -21279,7 +21281,7 @@
|
|
|
21279
21281
|
"immutable": true,
|
|
21280
21282
|
"locationInModule": {
|
|
21281
21283
|
"filename": "src/github/workflow-steps.ts",
|
|
21282
|
-
"line":
|
|
21284
|
+
"line": 167
|
|
21283
21285
|
},
|
|
21284
21286
|
"name": "with",
|
|
21285
21287
|
"optional": true,
|
|
@@ -21301,7 +21303,7 @@
|
|
|
21301
21303
|
"kind": "interface",
|
|
21302
21304
|
"locationInModule": {
|
|
21303
21305
|
"filename": "src/github/workflow-steps.ts",
|
|
21304
|
-
"line":
|
|
21306
|
+
"line": 173
|
|
21305
21307
|
},
|
|
21306
21308
|
"name": "CheckoutWith",
|
|
21307
21309
|
"namespace": "github",
|
|
@@ -21317,7 +21319,7 @@
|
|
|
21317
21319
|
"immutable": true,
|
|
21318
21320
|
"locationInModule": {
|
|
21319
21321
|
"filename": "src/github/workflow-steps.ts",
|
|
21320
|
-
"line":
|
|
21322
|
+
"line": 179
|
|
21321
21323
|
},
|
|
21322
21324
|
"name": "fetchDepth",
|
|
21323
21325
|
"optional": true,
|
|
@@ -21335,7 +21337,7 @@
|
|
|
21335
21337
|
"immutable": true,
|
|
21336
21338
|
"locationInModule": {
|
|
21337
21339
|
"filename": "src/github/workflow-steps.ts",
|
|
21338
|
-
"line":
|
|
21340
|
+
"line": 185
|
|
21339
21341
|
},
|
|
21340
21342
|
"name": "lfs",
|
|
21341
21343
|
"optional": true,
|
|
@@ -21353,7 +21355,7 @@
|
|
|
21353
21355
|
"immutable": true,
|
|
21354
21356
|
"locationInModule": {
|
|
21355
21357
|
"filename": "src/github/workflow-steps.ts",
|
|
21356
|
-
"line":
|
|
21358
|
+
"line": 212
|
|
21357
21359
|
},
|
|
21358
21360
|
"name": "path",
|
|
21359
21361
|
"optional": true,
|
|
@@ -21371,7 +21373,7 @@
|
|
|
21371
21373
|
"immutable": true,
|
|
21372
21374
|
"locationInModule": {
|
|
21373
21375
|
"filename": "src/github/workflow-steps.ts",
|
|
21374
|
-
"line":
|
|
21376
|
+
"line": 191
|
|
21375
21377
|
},
|
|
21376
21378
|
"name": "ref",
|
|
21377
21379
|
"optional": true,
|
|
@@ -21389,7 +21391,7 @@
|
|
|
21389
21391
|
"immutable": true,
|
|
21390
21392
|
"locationInModule": {
|
|
21391
21393
|
"filename": "src/github/workflow-steps.ts",
|
|
21392
|
-
"line":
|
|
21394
|
+
"line": 197
|
|
21393
21395
|
},
|
|
21394
21396
|
"name": "repository",
|
|
21395
21397
|
"optional": true,
|
|
@@ -21408,7 +21410,7 @@
|
|
|
21408
21410
|
"immutable": true,
|
|
21409
21411
|
"locationInModule": {
|
|
21410
21412
|
"filename": "src/github/workflow-steps.ts",
|
|
21411
|
-
"line":
|
|
21413
|
+
"line": 206
|
|
21412
21414
|
},
|
|
21413
21415
|
"name": "token",
|
|
21414
21416
|
"optional": true,
|
|
@@ -21433,7 +21435,7 @@
|
|
|
21433
21435
|
"kind": "interface",
|
|
21434
21436
|
"locationInModule": {
|
|
21435
21437
|
"filename": "src/github/workflow-actions.ts",
|
|
21436
|
-
"line":
|
|
21438
|
+
"line": 164
|
|
21437
21439
|
},
|
|
21438
21440
|
"name": "CheckoutWithPatchOptions",
|
|
21439
21441
|
"namespace": "github",
|
|
@@ -21448,7 +21450,7 @@
|
|
|
21448
21450
|
"immutable": true,
|
|
21449
21451
|
"locationInModule": {
|
|
21450
21452
|
"filename": "src/github/workflow-actions.ts",
|
|
21451
|
-
"line":
|
|
21453
|
+
"line": 169
|
|
21452
21454
|
},
|
|
21453
21455
|
"name": "patchFile",
|
|
21454
21456
|
"optional": true,
|
|
@@ -21591,7 +21593,7 @@
|
|
|
21591
21593
|
"kind": "interface",
|
|
21592
21594
|
"locationInModule": {
|
|
21593
21595
|
"filename": "src/github/workflow-actions.ts",
|
|
21594
|
-
"line":
|
|
21596
|
+
"line": 205
|
|
21595
21597
|
},
|
|
21596
21598
|
"name": "CreatePullRequestOptions",
|
|
21597
21599
|
"namespace": "github",
|
|
@@ -21606,7 +21608,7 @@
|
|
|
21606
21608
|
"immutable": true,
|
|
21607
21609
|
"locationInModule": {
|
|
21608
21610
|
"filename": "src/github/workflow-actions.ts",
|
|
21609
|
-
"line":
|
|
21611
|
+
"line": 242
|
|
21610
21612
|
},
|
|
21611
21613
|
"name": "pullRequestDescription",
|
|
21612
21614
|
"type": {
|
|
@@ -21623,7 +21625,7 @@
|
|
|
21623
21625
|
"immutable": true,
|
|
21624
21626
|
"locationInModule": {
|
|
21625
21627
|
"filename": "src/github/workflow-actions.ts",
|
|
21626
|
-
"line":
|
|
21628
|
+
"line": 235
|
|
21627
21629
|
},
|
|
21628
21630
|
"name": "pullRequestTitle",
|
|
21629
21631
|
"type": {
|
|
@@ -21639,7 +21641,7 @@
|
|
|
21639
21641
|
"immutable": true,
|
|
21640
21642
|
"locationInModule": {
|
|
21641
21643
|
"filename": "src/github/workflow-actions.ts",
|
|
21642
|
-
"line":
|
|
21644
|
+
"line": 228
|
|
21643
21645
|
},
|
|
21644
21646
|
"name": "workflowName",
|
|
21645
21647
|
"type": {
|
|
@@ -21656,7 +21658,7 @@
|
|
|
21656
21658
|
"immutable": true,
|
|
21657
21659
|
"locationInModule": {
|
|
21658
21660
|
"filename": "src/github/workflow-actions.ts",
|
|
21659
|
-
"line":
|
|
21661
|
+
"line": 283
|
|
21660
21662
|
},
|
|
21661
21663
|
"name": "assignees",
|
|
21662
21664
|
"optional": true,
|
|
@@ -21679,7 +21681,7 @@
|
|
|
21679
21681
|
"immutable": true,
|
|
21680
21682
|
"locationInModule": {
|
|
21681
21683
|
"filename": "src/github/workflow-actions.ts",
|
|
21682
|
-
"line":
|
|
21684
|
+
"line": 249
|
|
21683
21685
|
},
|
|
21684
21686
|
"name": "baseBranch",
|
|
21685
21687
|
"optional": true,
|
|
@@ -21697,7 +21699,7 @@
|
|
|
21697
21699
|
"immutable": true,
|
|
21698
21700
|
"locationInModule": {
|
|
21699
21701
|
"filename": "src/github/workflow-actions.ts",
|
|
21700
|
-
"line":
|
|
21702
|
+
"line": 256
|
|
21701
21703
|
},
|
|
21702
21704
|
"name": "branchName",
|
|
21703
21705
|
"optional": true,
|
|
@@ -21715,7 +21717,7 @@
|
|
|
21715
21717
|
"immutable": true,
|
|
21716
21718
|
"locationInModule": {
|
|
21717
21719
|
"filename": "src/github/workflow-actions.ts",
|
|
21718
|
-
"line":
|
|
21720
|
+
"line": 223
|
|
21719
21721
|
},
|
|
21720
21722
|
"name": "credentials",
|
|
21721
21723
|
"optional": true,
|
|
@@ -21733,7 +21735,7 @@
|
|
|
21733
21735
|
"immutable": true,
|
|
21734
21736
|
"locationInModule": {
|
|
21735
21737
|
"filename": "src/github/workflow-actions.ts",
|
|
21736
|
-
"line":
|
|
21738
|
+
"line": 262
|
|
21737
21739
|
},
|
|
21738
21740
|
"name": "gitIdentity",
|
|
21739
21741
|
"optional": true,
|
|
@@ -21751,7 +21753,7 @@
|
|
|
21751
21753
|
"immutable": true,
|
|
21752
21754
|
"locationInModule": {
|
|
21753
21755
|
"filename": "src/github/workflow-actions.ts",
|
|
21754
|
-
"line":
|
|
21756
|
+
"line": 276
|
|
21755
21757
|
},
|
|
21756
21758
|
"name": "labels",
|
|
21757
21759
|
"optional": true,
|
|
@@ -21774,7 +21776,7 @@
|
|
|
21774
21776
|
"immutable": true,
|
|
21775
21777
|
"locationInModule": {
|
|
21776
21778
|
"filename": "src/github/workflow-actions.ts",
|
|
21777
|
-
"line":
|
|
21779
|
+
"line": 269
|
|
21778
21780
|
},
|
|
21779
21781
|
"name": "signoff",
|
|
21780
21782
|
"optional": true,
|
|
@@ -21792,7 +21794,7 @@
|
|
|
21792
21794
|
"immutable": true,
|
|
21793
21795
|
"locationInModule": {
|
|
21794
21796
|
"filename": "src/github/workflow-actions.ts",
|
|
21795
|
-
"line":
|
|
21797
|
+
"line": 210
|
|
21796
21798
|
},
|
|
21797
21799
|
"name": "stepId",
|
|
21798
21800
|
"optional": true,
|
|
@@ -21810,7 +21812,7 @@
|
|
|
21810
21812
|
"immutable": true,
|
|
21811
21813
|
"locationInModule": {
|
|
21812
21814
|
"filename": "src/github/workflow-actions.ts",
|
|
21813
|
-
"line":
|
|
21815
|
+
"line": 216
|
|
21814
21816
|
},
|
|
21815
21817
|
"name": "stepName",
|
|
21816
21818
|
"optional": true,
|
|
@@ -22701,7 +22703,7 @@
|
|
|
22701
22703
|
"kind": "interface",
|
|
22702
22704
|
"locationInModule": {
|
|
22703
22705
|
"filename": "src/github/workflow-steps.ts",
|
|
22704
|
-
"line":
|
|
22706
|
+
"line": 347
|
|
22705
22707
|
},
|
|
22706
22708
|
"name": "DownloadArtifactOptions",
|
|
22707
22709
|
"namespace": "github",
|
|
@@ -22715,7 +22717,7 @@
|
|
|
22715
22717
|
"immutable": true,
|
|
22716
22718
|
"locationInModule": {
|
|
22717
22719
|
"filename": "src/github/workflow-steps.ts",
|
|
22718
|
-
"line":
|
|
22720
|
+
"line": 351
|
|
22719
22721
|
},
|
|
22720
22722
|
"name": "with",
|
|
22721
22723
|
"type": {
|
|
@@ -22735,7 +22737,7 @@
|
|
|
22735
22737
|
"kind": "interface",
|
|
22736
22738
|
"locationInModule": {
|
|
22737
22739
|
"filename": "src/github/workflow-steps.ts",
|
|
22738
|
-
"line":
|
|
22740
|
+
"line": 293
|
|
22739
22741
|
},
|
|
22740
22742
|
"name": "DownloadArtifactWith",
|
|
22741
22743
|
"namespace": "github",
|
|
@@ -22750,7 +22752,7 @@
|
|
|
22750
22752
|
"immutable": true,
|
|
22751
22753
|
"locationInModule": {
|
|
22752
22754
|
"filename": "src/github/workflow-steps.ts",
|
|
22753
|
-
"line":
|
|
22755
|
+
"line": 321
|
|
22754
22756
|
},
|
|
22755
22757
|
"name": "mergeMultiple",
|
|
22756
22758
|
"optional": true,
|
|
@@ -22768,7 +22770,7 @@
|
|
|
22768
22770
|
"immutable": true,
|
|
22769
22771
|
"locationInModule": {
|
|
22770
22772
|
"filename": "src/github/workflow-steps.ts",
|
|
22771
|
-
"line":
|
|
22773
|
+
"line": 299
|
|
22772
22774
|
},
|
|
22773
22775
|
"name": "name",
|
|
22774
22776
|
"optional": true,
|
|
@@ -22787,7 +22789,7 @@
|
|
|
22787
22789
|
"immutable": true,
|
|
22788
22790
|
"locationInModule": {
|
|
22789
22791
|
"filename": "src/github/workflow-steps.ts",
|
|
22790
|
-
"line":
|
|
22792
|
+
"line": 306
|
|
22791
22793
|
},
|
|
22792
22794
|
"name": "path",
|
|
22793
22795
|
"optional": true,
|
|
@@ -22804,7 +22806,7 @@
|
|
|
22804
22806
|
"immutable": true,
|
|
22805
22807
|
"locationInModule": {
|
|
22806
22808
|
"filename": "src/github/workflow-steps.ts",
|
|
22807
|
-
"line":
|
|
22809
|
+
"line": 312
|
|
22808
22810
|
},
|
|
22809
22811
|
"name": "pattern",
|
|
22810
22812
|
"optional": true,
|
|
@@ -22822,7 +22824,7 @@
|
|
|
22822
22824
|
"immutable": true,
|
|
22823
22825
|
"locationInModule": {
|
|
22824
22826
|
"filename": "src/github/workflow-steps.ts",
|
|
22825
|
-
"line":
|
|
22827
|
+
"line": 336
|
|
22826
22828
|
},
|
|
22827
22829
|
"name": "repository",
|
|
22828
22830
|
"optional": true,
|
|
@@ -22840,7 +22842,7 @@
|
|
|
22840
22842
|
"immutable": true,
|
|
22841
22843
|
"locationInModule": {
|
|
22842
22844
|
"filename": "src/github/workflow-steps.ts",
|
|
22843
|
-
"line":
|
|
22845
|
+
"line": 344
|
|
22844
22846
|
},
|
|
22845
22847
|
"name": "runId",
|
|
22846
22848
|
"optional": true,
|
|
@@ -22858,7 +22860,7 @@
|
|
|
22858
22860
|
"immutable": true,
|
|
22859
22861
|
"locationInModule": {
|
|
22860
22862
|
"filename": "src/github/workflow-steps.ts",
|
|
22861
|
-
"line":
|
|
22863
|
+
"line": 328
|
|
22862
22864
|
},
|
|
22863
22865
|
"name": "token",
|
|
22864
22866
|
"optional": true,
|
|
@@ -25845,7 +25847,7 @@
|
|
|
25845
25847
|
"kind": "interface",
|
|
25846
25848
|
"locationInModule": {
|
|
25847
25849
|
"filename": "src/github/workflow-steps.ts",
|
|
25848
|
-
"line":
|
|
25850
|
+
"line": 215
|
|
25849
25851
|
},
|
|
25850
25852
|
"name": "SetupGitIdentityOptions",
|
|
25851
25853
|
"namespace": "github",
|
|
@@ -25859,7 +25861,7 @@
|
|
|
25859
25861
|
"immutable": true,
|
|
25860
25862
|
"locationInModule": {
|
|
25861
25863
|
"filename": "src/github/workflow-steps.ts",
|
|
25862
|
-
"line":
|
|
25864
|
+
"line": 219
|
|
25863
25865
|
},
|
|
25864
25866
|
"name": "gitIdentity",
|
|
25865
25867
|
"type": {
|
|
@@ -26260,7 +26262,7 @@
|
|
|
26260
26262
|
},
|
|
26261
26263
|
"locationInModule": {
|
|
26262
26264
|
"filename": "src/github/task-workflow-job.ts",
|
|
26263
|
-
"line":
|
|
26265
|
+
"line": 152
|
|
26264
26266
|
},
|
|
26265
26267
|
"parameters": [
|
|
26266
26268
|
{
|
|
@@ -26295,7 +26297,7 @@
|
|
|
26295
26297
|
"kind": "class",
|
|
26296
26298
|
"locationInModule": {
|
|
26297
26299
|
"filename": "src/github/task-workflow-job.ts",
|
|
26298
|
-
"line":
|
|
26300
|
+
"line": 127
|
|
26299
26301
|
},
|
|
26300
26302
|
"name": "TaskWorkflowJob",
|
|
26301
26303
|
"namespace": "github",
|
|
@@ -26307,7 +26309,7 @@
|
|
|
26307
26309
|
"immutable": true,
|
|
26308
26310
|
"locationInModule": {
|
|
26309
26311
|
"filename": "src/github/task-workflow-job.ts",
|
|
26310
|
-
"line":
|
|
26312
|
+
"line": 142
|
|
26311
26313
|
},
|
|
26312
26314
|
"name": "permissions",
|
|
26313
26315
|
"type": {
|
|
@@ -26321,7 +26323,7 @@
|
|
|
26321
26323
|
"immutable": true,
|
|
26322
26324
|
"locationInModule": {
|
|
26323
26325
|
"filename": "src/github/task-workflow-job.ts",
|
|
26324
|
-
"line":
|
|
26326
|
+
"line": 130
|
|
26325
26327
|
},
|
|
26326
26328
|
"name": "steps",
|
|
26327
26329
|
"type": {
|
|
@@ -26340,7 +26342,7 @@
|
|
|
26340
26342
|
"immutable": true,
|
|
26341
26343
|
"locationInModule": {
|
|
26342
26344
|
"filename": "src/github/task-workflow-job.ts",
|
|
26343
|
-
"line":
|
|
26345
|
+
"line": 143
|
|
26344
26346
|
},
|
|
26345
26347
|
"name": "concurrency",
|
|
26346
26348
|
"optional": true,
|
|
@@ -26355,7 +26357,7 @@
|
|
|
26355
26357
|
"immutable": true,
|
|
26356
26358
|
"locationInModule": {
|
|
26357
26359
|
"filename": "src/github/task-workflow-job.ts",
|
|
26358
|
-
"line":
|
|
26360
|
+
"line": 137
|
|
26359
26361
|
},
|
|
26360
26362
|
"name": "container",
|
|
26361
26363
|
"optional": true,
|
|
@@ -26370,7 +26372,7 @@
|
|
|
26370
26372
|
"immutable": true,
|
|
26371
26373
|
"locationInModule": {
|
|
26372
26374
|
"filename": "src/github/task-workflow-job.ts",
|
|
26373
|
-
"line":
|
|
26375
|
+
"line": 136
|
|
26374
26376
|
},
|
|
26375
26377
|
"name": "continueOnError",
|
|
26376
26378
|
"optional": true,
|
|
@@ -26385,7 +26387,7 @@
|
|
|
26385
26387
|
"immutable": true,
|
|
26386
26388
|
"locationInModule": {
|
|
26387
26389
|
"filename": "src/github/task-workflow-job.ts",
|
|
26388
|
-
"line":
|
|
26390
|
+
"line": 134
|
|
26389
26391
|
},
|
|
26390
26392
|
"name": "defaults",
|
|
26391
26393
|
"optional": true,
|
|
@@ -26400,7 +26402,7 @@
|
|
|
26400
26402
|
"immutable": true,
|
|
26401
26403
|
"locationInModule": {
|
|
26402
26404
|
"filename": "src/github/task-workflow-job.ts",
|
|
26403
|
-
"line":
|
|
26405
|
+
"line": 133
|
|
26404
26406
|
},
|
|
26405
26407
|
"name": "env",
|
|
26406
26408
|
"optional": true,
|
|
@@ -26420,7 +26422,7 @@
|
|
|
26420
26422
|
"immutable": true,
|
|
26421
26423
|
"locationInModule": {
|
|
26422
26424
|
"filename": "src/github/task-workflow-job.ts",
|
|
26423
|
-
"line":
|
|
26425
|
+
"line": 131
|
|
26424
26426
|
},
|
|
26425
26427
|
"name": "environment",
|
|
26426
26428
|
"optional": true,
|
|
@@ -26435,7 +26437,7 @@
|
|
|
26435
26437
|
"immutable": true,
|
|
26436
26438
|
"locationInModule": {
|
|
26437
26439
|
"filename": "src/github/task-workflow-job.ts",
|
|
26438
|
-
"line":
|
|
26440
|
+
"line": 144
|
|
26439
26441
|
},
|
|
26440
26442
|
"name": "if",
|
|
26441
26443
|
"optional": true,
|
|
@@ -26450,7 +26452,7 @@
|
|
|
26450
26452
|
"immutable": true,
|
|
26451
26453
|
"locationInModule": {
|
|
26452
26454
|
"filename": "src/github/task-workflow-job.ts",
|
|
26453
|
-
"line":
|
|
26455
|
+
"line": 140
|
|
26454
26456
|
},
|
|
26455
26457
|
"name": "name",
|
|
26456
26458
|
"optional": true,
|
|
@@ -26465,7 +26467,7 @@
|
|
|
26465
26467
|
"immutable": true,
|
|
26466
26468
|
"locationInModule": {
|
|
26467
26469
|
"filename": "src/github/task-workflow-job.ts",
|
|
26468
|
-
"line":
|
|
26470
|
+
"line": 141
|
|
26469
26471
|
},
|
|
26470
26472
|
"name": "needs",
|
|
26471
26473
|
"optional": true,
|
|
@@ -26485,7 +26487,7 @@
|
|
|
26485
26487
|
"immutable": true,
|
|
26486
26488
|
"locationInModule": {
|
|
26487
26489
|
"filename": "src/github/task-workflow-job.ts",
|
|
26488
|
-
"line":
|
|
26490
|
+
"line": 132
|
|
26489
26491
|
},
|
|
26490
26492
|
"name": "outputs",
|
|
26491
26493
|
"optional": true,
|
|
@@ -26505,7 +26507,7 @@
|
|
|
26505
26507
|
"immutable": true,
|
|
26506
26508
|
"locationInModule": {
|
|
26507
26509
|
"filename": "src/github/task-workflow-job.ts",
|
|
26508
|
-
"line":
|
|
26510
|
+
"line": 128
|
|
26509
26511
|
},
|
|
26510
26512
|
"name": "runsOn",
|
|
26511
26513
|
"optional": true,
|
|
@@ -26525,7 +26527,7 @@
|
|
|
26525
26527
|
"immutable": true,
|
|
26526
26528
|
"locationInModule": {
|
|
26527
26529
|
"filename": "src/github/task-workflow-job.ts",
|
|
26528
|
-
"line":
|
|
26530
|
+
"line": 129
|
|
26529
26531
|
},
|
|
26530
26532
|
"name": "runsOnGroup",
|
|
26531
26533
|
"optional": true,
|
|
@@ -26540,7 +26542,7 @@
|
|
|
26540
26542
|
"immutable": true,
|
|
26541
26543
|
"locationInModule": {
|
|
26542
26544
|
"filename": "src/github/task-workflow-job.ts",
|
|
26543
|
-
"line":
|
|
26545
|
+
"line": 138
|
|
26544
26546
|
},
|
|
26545
26547
|
"name": "services",
|
|
26546
26548
|
"optional": true,
|
|
@@ -26560,7 +26562,7 @@
|
|
|
26560
26562
|
"immutable": true,
|
|
26561
26563
|
"locationInModule": {
|
|
26562
26564
|
"filename": "src/github/task-workflow-job.ts",
|
|
26563
|
-
"line":
|
|
26565
|
+
"line": 145
|
|
26564
26566
|
},
|
|
26565
26567
|
"name": "strategy",
|
|
26566
26568
|
"optional": true,
|
|
@@ -26575,7 +26577,7 @@
|
|
|
26575
26577
|
"immutable": true,
|
|
26576
26578
|
"locationInModule": {
|
|
26577
26579
|
"filename": "src/github/task-workflow-job.ts",
|
|
26578
|
-
"line":
|
|
26580
|
+
"line": 135
|
|
26579
26581
|
},
|
|
26580
26582
|
"name": "timeoutMinutes",
|
|
26581
26583
|
"optional": true,
|
|
@@ -26590,7 +26592,7 @@
|
|
|
26590
26592
|
"immutable": true,
|
|
26591
26593
|
"locationInModule": {
|
|
26592
26594
|
"filename": "src/github/task-workflow-job.ts",
|
|
26593
|
-
"line":
|
|
26595
|
+
"line": 139
|
|
26594
26596
|
},
|
|
26595
26597
|
"name": "tools",
|
|
26596
26598
|
"optional": true,
|
|
@@ -26612,7 +26614,7 @@
|
|
|
26612
26614
|
"kind": "interface",
|
|
26613
26615
|
"locationInModule": {
|
|
26614
26616
|
"filename": "src/github/task-workflow-job.ts",
|
|
26615
|
-
"line":
|
|
26617
|
+
"line": 23
|
|
26616
26618
|
},
|
|
26617
26619
|
"name": "TaskWorkflowJobOptions",
|
|
26618
26620
|
"namespace": "github",
|
|
@@ -26626,7 +26628,7 @@
|
|
|
26626
26628
|
"immutable": true,
|
|
26627
26629
|
"locationInModule": {
|
|
26628
26630
|
"filename": "src/github/task-workflow-job.ts",
|
|
26629
|
-
"line":
|
|
26631
|
+
"line": 80
|
|
26630
26632
|
},
|
|
26631
26633
|
"name": "permissions",
|
|
26632
26634
|
"type": {
|
|
@@ -26643,7 +26645,7 @@
|
|
|
26643
26645
|
"immutable": true,
|
|
26644
26646
|
"locationInModule": {
|
|
26645
26647
|
"filename": "src/github/task-workflow-job.ts",
|
|
26646
|
-
"line":
|
|
26648
|
+
"line": 41
|
|
26647
26649
|
},
|
|
26648
26650
|
"name": "artifactsDirectory",
|
|
26649
26651
|
"optional": true,
|
|
@@ -26661,7 +26663,7 @@
|
|
|
26661
26663
|
"immutable": true,
|
|
26662
26664
|
"locationInModule": {
|
|
26663
26665
|
"filename": "src/github/task-workflow-job.ts",
|
|
26664
|
-
"line":
|
|
26666
|
+
"line": 55
|
|
26665
26667
|
},
|
|
26666
26668
|
"name": "checkoutWith",
|
|
26667
26669
|
"optional": true,
|
|
@@ -26678,7 +26680,7 @@
|
|
|
26678
26680
|
"immutable": true,
|
|
26679
26681
|
"locationInModule": {
|
|
26680
26682
|
"filename": "src/github/task-workflow-job.ts",
|
|
26681
|
-
"line":
|
|
26683
|
+
"line": 32
|
|
26682
26684
|
},
|
|
26683
26685
|
"name": "condition",
|
|
26684
26686
|
"optional": true,
|
|
@@ -26695,7 +26697,7 @@
|
|
|
26695
26697
|
"immutable": true,
|
|
26696
26698
|
"locationInModule": {
|
|
26697
26699
|
"filename": "src/github/task-workflow-job.ts",
|
|
26698
|
-
"line":
|
|
26700
|
+
"line": 27
|
|
26699
26701
|
},
|
|
26700
26702
|
"name": "container",
|
|
26701
26703
|
"optional": true,
|
|
@@ -26713,7 +26715,7 @@
|
|
|
26713
26715
|
"immutable": true,
|
|
26714
26716
|
"locationInModule": {
|
|
26715
26717
|
"filename": "src/github/task-workflow-job.ts",
|
|
26716
|
-
"line":
|
|
26718
|
+
"line": 114
|
|
26717
26719
|
},
|
|
26718
26720
|
"name": "downloadLfs",
|
|
26719
26721
|
"optional": true,
|
|
@@ -26731,7 +26733,7 @@
|
|
|
26731
26733
|
"immutable": true,
|
|
26732
26734
|
"locationInModule": {
|
|
26733
26735
|
"filename": "src/github/task-workflow-job.ts",
|
|
26734
|
-
"line":
|
|
26736
|
+
"line": 75
|
|
26735
26737
|
},
|
|
26736
26738
|
"name": "env",
|
|
26737
26739
|
"optional": true,
|
|
@@ -26753,7 +26755,7 @@
|
|
|
26753
26755
|
"immutable": true,
|
|
26754
26756
|
"locationInModule": {
|
|
26755
26757
|
"filename": "src/github/task-workflow-job.ts",
|
|
26756
|
-
"line":
|
|
26758
|
+
"line": 92
|
|
26757
26759
|
},
|
|
26758
26760
|
"name": "gitIdentity",
|
|
26759
26761
|
"optional": true,
|
|
@@ -26770,7 +26772,7 @@
|
|
|
26770
26772
|
"immutable": true,
|
|
26771
26773
|
"locationInModule": {
|
|
26772
26774
|
"filename": "src/github/task-workflow-job.ts",
|
|
26773
|
-
"line":
|
|
26775
|
+
"line": 119
|
|
26774
26776
|
},
|
|
26775
26777
|
"name": "jobDefaults",
|
|
26776
26778
|
"optional": true,
|
|
@@ -26788,7 +26790,7 @@
|
|
|
26788
26790
|
"immutable": true,
|
|
26789
26791
|
"locationInModule": {
|
|
26790
26792
|
"filename": "src/github/task-workflow-job.ts",
|
|
26791
|
-
"line":
|
|
26793
|
+
"line": 87
|
|
26792
26794
|
},
|
|
26793
26795
|
"name": "outputs",
|
|
26794
26796
|
"optional": true,
|
|
@@ -26811,7 +26813,7 @@
|
|
|
26811
26813
|
"immutable": true,
|
|
26812
26814
|
"locationInModule": {
|
|
26813
26815
|
"filename": "src/github/task-workflow-job.ts",
|
|
26814
|
-
"line":
|
|
26816
|
+
"line": 69
|
|
26815
26817
|
},
|
|
26816
26818
|
"name": "postBuildSteps",
|
|
26817
26819
|
"optional": true,
|
|
@@ -26834,7 +26836,7 @@
|
|
|
26834
26836
|
"immutable": true,
|
|
26835
26837
|
"locationInModule": {
|
|
26836
26838
|
"filename": "src/github/task-workflow-job.ts",
|
|
26837
|
-
"line":
|
|
26839
|
+
"line": 62
|
|
26838
26840
|
},
|
|
26839
26841
|
"name": "preBuildSteps",
|
|
26840
26842
|
"optional": true,
|
|
@@ -26857,7 +26859,7 @@
|
|
|
26857
26859
|
"immutable": true,
|
|
26858
26860
|
"locationInModule": {
|
|
26859
26861
|
"filename": "src/github/task-workflow-job.ts",
|
|
26860
|
-
"line":
|
|
26862
|
+
"line": 48
|
|
26861
26863
|
},
|
|
26862
26864
|
"name": "preCheckoutSteps",
|
|
26863
26865
|
"optional": true,
|
|
@@ -26884,7 +26886,7 @@
|
|
|
26884
26886
|
"immutable": true,
|
|
26885
26887
|
"locationInModule": {
|
|
26886
26888
|
"filename": "src/github/task-workflow-job.ts",
|
|
26887
|
-
"line":
|
|
26889
|
+
"line": 100
|
|
26888
26890
|
},
|
|
26889
26891
|
"name": "runsOn",
|
|
26890
26892
|
"optional": true,
|
|
@@ -26910,7 +26912,7 @@
|
|
|
26910
26912
|
"immutable": true,
|
|
26911
26913
|
"locationInModule": {
|
|
26912
26914
|
"filename": "src/github/task-workflow-job.ts",
|
|
26913
|
-
"line":
|
|
26915
|
+
"line": 107
|
|
26914
26916
|
},
|
|
26915
26917
|
"name": "runsOnGroup",
|
|
26916
26918
|
"optional": true,
|
|
@@ -27024,7 +27026,7 @@
|
|
|
27024
27026
|
"kind": "interface",
|
|
27025
27027
|
"locationInModule": {
|
|
27026
27028
|
"filename": "src/github/workflow-steps.ts",
|
|
27027
|
-
"line":
|
|
27029
|
+
"line": 286
|
|
27028
27030
|
},
|
|
27029
27031
|
"name": "UploadArtifactOptions",
|
|
27030
27032
|
"namespace": "github",
|
|
@@ -27038,7 +27040,7 @@
|
|
|
27038
27040
|
"immutable": true,
|
|
27039
27041
|
"locationInModule": {
|
|
27040
27042
|
"filename": "src/github/workflow-steps.ts",
|
|
27041
|
-
"line":
|
|
27043
|
+
"line": 290
|
|
27042
27044
|
},
|
|
27043
27045
|
"name": "with",
|
|
27044
27046
|
"type": {
|
|
@@ -27058,7 +27060,7 @@
|
|
|
27058
27060
|
"kind": "interface",
|
|
27059
27061
|
"locationInModule": {
|
|
27060
27062
|
"filename": "src/github/workflow-steps.ts",
|
|
27061
|
-
"line":
|
|
27063
|
+
"line": 222
|
|
27062
27064
|
},
|
|
27063
27065
|
"name": "UploadArtifactWith",
|
|
27064
27066
|
"namespace": "github",
|
|
@@ -27072,7 +27074,7 @@
|
|
|
27072
27074
|
"immutable": true,
|
|
27073
27075
|
"locationInModule": {
|
|
27074
27076
|
"filename": "src/github/workflow-steps.ts",
|
|
27075
|
-
"line":
|
|
27077
|
+
"line": 233
|
|
27076
27078
|
},
|
|
27077
27079
|
"name": "path",
|
|
27078
27080
|
"type": {
|
|
@@ -27090,7 +27092,7 @@
|
|
|
27090
27092
|
"immutable": true,
|
|
27091
27093
|
"locationInModule": {
|
|
27092
27094
|
"filename": "src/github/workflow-steps.ts",
|
|
27093
|
-
"line":
|
|
27095
|
+
"line": 264
|
|
27094
27096
|
},
|
|
27095
27097
|
"name": "compressionLevel",
|
|
27096
27098
|
"optional": true,
|
|
@@ -27109,7 +27111,7 @@
|
|
|
27109
27111
|
"immutable": true,
|
|
27110
27112
|
"locationInModule": {
|
|
27111
27113
|
"filename": "src/github/workflow-steps.ts",
|
|
27112
|
-
"line":
|
|
27114
|
+
"line": 244
|
|
27113
27115
|
},
|
|
27114
27116
|
"name": "ifNoFilesFound",
|
|
27115
27117
|
"optional": true,
|
|
@@ -27117,6 +27119,25 @@
|
|
|
27117
27119
|
"primitive": "string"
|
|
27118
27120
|
}
|
|
27119
27121
|
},
|
|
27122
|
+
{
|
|
27123
|
+
"abstract": true,
|
|
27124
|
+
"docs": {
|
|
27125
|
+
"default": "false",
|
|
27126
|
+
"remarks": "The file contents of any hidden files in the path should be validated before enabled this to avoid uploading sensitive information.",
|
|
27127
|
+
"stability": "experimental",
|
|
27128
|
+
"summary": "Whether to include hidden files in the provided path in the artifact."
|
|
27129
|
+
},
|
|
27130
|
+
"immutable": true,
|
|
27131
|
+
"locationInModule": {
|
|
27132
|
+
"filename": "src/github/workflow-steps.ts",
|
|
27133
|
+
"line": 283
|
|
27134
|
+
},
|
|
27135
|
+
"name": "includeHiddenFiles",
|
|
27136
|
+
"optional": true,
|
|
27137
|
+
"type": {
|
|
27138
|
+
"primitive": "boolean"
|
|
27139
|
+
}
|
|
27140
|
+
},
|
|
27120
27141
|
{
|
|
27121
27142
|
"abstract": true,
|
|
27122
27143
|
"docs": {
|
|
@@ -27127,7 +27148,7 @@
|
|
|
27127
27148
|
"immutable": true,
|
|
27128
27149
|
"locationInModule": {
|
|
27129
27150
|
"filename": "src/github/workflow-steps.ts",
|
|
27130
|
-
"line":
|
|
27151
|
+
"line": 228
|
|
27131
27152
|
},
|
|
27132
27153
|
"name": "name",
|
|
27133
27154
|
"optional": true,
|
|
@@ -27146,7 +27167,7 @@
|
|
|
27146
27167
|
"immutable": true,
|
|
27147
27168
|
"locationInModule": {
|
|
27148
27169
|
"filename": "src/github/workflow-steps.ts",
|
|
27149
|
-
"line":
|
|
27170
|
+
"line": 274
|
|
27150
27171
|
},
|
|
27151
27172
|
"name": "overwrite",
|
|
27152
27173
|
"optional": true,
|
|
@@ -27165,7 +27186,7 @@
|
|
|
27165
27186
|
"immutable": true,
|
|
27166
27187
|
"locationInModule": {
|
|
27167
27188
|
"filename": "src/github/workflow-steps.ts",
|
|
27168
|
-
"line":
|
|
27189
|
+
"line": 254
|
|
27169
27190
|
},
|
|
27170
27191
|
"name": "retentionDays",
|
|
27171
27192
|
"optional": true,
|
|
@@ -27187,7 +27208,7 @@
|
|
|
27187
27208
|
"kind": "interface",
|
|
27188
27209
|
"locationInModule": {
|
|
27189
27210
|
"filename": "src/github/workflow-actions.ts",
|
|
27190
|
-
"line":
|
|
27211
|
+
"line": 175
|
|
27191
27212
|
},
|
|
27192
27213
|
"name": "UploadGitPatchOptions",
|
|
27193
27214
|
"namespace": "github",
|
|
@@ -27202,7 +27223,7 @@
|
|
|
27202
27223
|
"immutable": true,
|
|
27203
27224
|
"locationInModule": {
|
|
27204
27225
|
"filename": "src/github/workflow-actions.ts",
|
|
27205
|
-
"line":
|
|
27226
|
+
"line": 196
|
|
27206
27227
|
},
|
|
27207
27228
|
"name": "outputName",
|
|
27208
27229
|
"type": {
|
|
@@ -27218,7 +27239,7 @@
|
|
|
27218
27239
|
"immutable": true,
|
|
27219
27240
|
"locationInModule": {
|
|
27220
27241
|
"filename": "src/github/workflow-actions.ts",
|
|
27221
|
-
"line":
|
|
27242
|
+
"line": 179
|
|
27222
27243
|
},
|
|
27223
27244
|
"name": "stepId",
|
|
27224
27245
|
"type": {
|
|
@@ -27235,7 +27256,7 @@
|
|
|
27235
27256
|
"immutable": true,
|
|
27236
27257
|
"locationInModule": {
|
|
27237
27258
|
"filename": "src/github/workflow-actions.ts",
|
|
27238
|
-
"line":
|
|
27259
|
+
"line": 202
|
|
27239
27260
|
},
|
|
27240
27261
|
"name": "mutationError",
|
|
27241
27262
|
"optional": true,
|
|
@@ -27253,7 +27274,7 @@
|
|
|
27253
27274
|
"immutable": true,
|
|
27254
27275
|
"locationInModule": {
|
|
27255
27276
|
"filename": "src/github/workflow-actions.ts",
|
|
27256
|
-
"line":
|
|
27277
|
+
"line": 191
|
|
27257
27278
|
},
|
|
27258
27279
|
"name": "patchFile",
|
|
27259
27280
|
"optional": true,
|
|
@@ -27271,7 +27292,7 @@
|
|
|
27271
27292
|
"immutable": true,
|
|
27272
27293
|
"locationInModule": {
|
|
27273
27294
|
"filename": "src/github/workflow-actions.ts",
|
|
27274
|
-
"line":
|
|
27295
|
+
"line": 185
|
|
27275
27296
|
},
|
|
27276
27297
|
"name": "stepName",
|
|
27277
27298
|
"optional": true,
|
|
@@ -27352,7 +27373,7 @@
|
|
|
27352
27373
|
"kind": "class",
|
|
27353
27374
|
"locationInModule": {
|
|
27354
27375
|
"filename": "src/github/workflow-actions.ts",
|
|
27355
|
-
"line":
|
|
27376
|
+
"line": 17
|
|
27356
27377
|
},
|
|
27357
27378
|
"methods": [
|
|
27358
27379
|
{
|
|
@@ -27363,7 +27384,7 @@
|
|
|
27363
27384
|
},
|
|
27364
27385
|
"locationInModule": {
|
|
27365
27386
|
"filename": "src/github/workflow-actions.ts",
|
|
27366
|
-
"line":
|
|
27387
|
+
"line": 75
|
|
27367
27388
|
},
|
|
27368
27389
|
"name": "checkoutWithPatch",
|
|
27369
27390
|
"parameters": [
|
|
@@ -27398,7 +27419,7 @@
|
|
|
27398
27419
|
},
|
|
27399
27420
|
"locationInModule": {
|
|
27400
27421
|
"filename": "src/github/workflow-actions.ts",
|
|
27401
|
-
"line":
|
|
27422
|
+
"line": 101
|
|
27402
27423
|
},
|
|
27403
27424
|
"name": "createPullRequest",
|
|
27404
27425
|
"parameters": [
|
|
@@ -27433,7 +27454,7 @@
|
|
|
27433
27454
|
},
|
|
27434
27455
|
"locationInModule": {
|
|
27435
27456
|
"filename": "src/github/workflow-actions.ts",
|
|
27436
|
-
"line":
|
|
27457
|
+
"line": 156
|
|
27437
27458
|
},
|
|
27438
27459
|
"name": "setupGitIdentity",
|
|
27439
27460
|
"parameters": [
|
|
@@ -27468,7 +27489,7 @@
|
|
|
27468
27489
|
},
|
|
27469
27490
|
"locationInModule": {
|
|
27470
27491
|
"filename": "src/github/workflow-actions.ts",
|
|
27471
|
-
"line":
|
|
27492
|
+
"line": 27
|
|
27472
27493
|
},
|
|
27473
27494
|
"name": "uploadGitPatch",
|
|
27474
27495
|
"parameters": [
|
|
@@ -27604,7 +27625,7 @@
|
|
|
27604
27625
|
},
|
|
27605
27626
|
"locationInModule": {
|
|
27606
27627
|
"filename": "src/github/workflow-steps.ts",
|
|
27607
|
-
"line":
|
|
27628
|
+
"line": 123
|
|
27608
27629
|
},
|
|
27609
27630
|
"name": "downloadArtifact",
|
|
27610
27631
|
"parameters": [
|
|
@@ -39781,7 +39802,7 @@
|
|
|
39781
39802
|
"kind": "enum",
|
|
39782
39803
|
"locationInModule": {
|
|
39783
39804
|
"filename": "src/javascript/node-project.ts",
|
|
39784
|
-
"line":
|
|
39805
|
+
"line": 360
|
|
39785
39806
|
},
|
|
39786
39807
|
"members": [
|
|
39787
39808
|
{
|
|
@@ -39817,7 +39838,7 @@
|
|
|
39817
39838
|
"kind": "interface",
|
|
39818
39839
|
"locationInModule": {
|
|
39819
39840
|
"filename": "src/javascript/node-project.ts",
|
|
39820
|
-
"line":
|
|
39841
|
+
"line": 344
|
|
39821
39842
|
},
|
|
39822
39843
|
"name": "BuildWorkflowOptions",
|
|
39823
39844
|
"namespace": "javascript",
|
|
@@ -39833,7 +39854,7 @@
|
|
|
39833
39854
|
"immutable": true,
|
|
39834
39855
|
"locationInModule": {
|
|
39835
39856
|
"filename": "src/javascript/node-project.ts",
|
|
39836
|
-
"line":
|
|
39857
|
+
"line": 354
|
|
39837
39858
|
},
|
|
39838
39859
|
"name": "mutableBuild",
|
|
39839
39860
|
"optional": true,
|
|
@@ -45602,7 +45623,7 @@
|
|
|
45602
45623
|
},
|
|
45603
45624
|
"locationInModule": {
|
|
45604
45625
|
"filename": "src/javascript/node-project.ts",
|
|
45605
|
-
"line":
|
|
45626
|
+
"line": 502
|
|
45606
45627
|
},
|
|
45607
45628
|
"parameters": [
|
|
45608
45629
|
{
|
|
@@ -45616,7 +45637,7 @@
|
|
|
45616
45637
|
"kind": "class",
|
|
45617
45638
|
"locationInModule": {
|
|
45618
45639
|
"filename": "src/javascript/node-project.ts",
|
|
45619
|
-
"line":
|
|
45640
|
+
"line": 377
|
|
45620
45641
|
},
|
|
45621
45642
|
"methods": [
|
|
45622
45643
|
{
|
|
@@ -45625,7 +45646,7 @@
|
|
|
45625
45646
|
},
|
|
45626
45647
|
"locationInModule": {
|
|
45627
45648
|
"filename": "src/javascript/node-project.ts",
|
|
45628
|
-
"line":
|
|
45649
|
+
"line": 895
|
|
45629
45650
|
},
|
|
45630
45651
|
"name": "addBins",
|
|
45631
45652
|
"parameters": [
|
|
@@ -45650,7 +45671,7 @@
|
|
|
45650
45671
|
},
|
|
45651
45672
|
"locationInModule": {
|
|
45652
45673
|
"filename": "src/javascript/node-project.ts",
|
|
45653
|
-
"line":
|
|
45674
|
+
"line": 1186
|
|
45654
45675
|
},
|
|
45655
45676
|
"name": "addBundledDeps",
|
|
45656
45677
|
"parameters": [
|
|
@@ -45676,7 +45697,7 @@
|
|
|
45676
45697
|
},
|
|
45677
45698
|
"locationInModule": {
|
|
45678
45699
|
"filename": "src/javascript/node-project.ts",
|
|
45679
|
-
"line":
|
|
45700
|
+
"line": 940
|
|
45680
45701
|
},
|
|
45681
45702
|
"name": "addCompileCommand",
|
|
45682
45703
|
"parameters": [
|
|
@@ -45697,7 +45718,7 @@
|
|
|
45697
45718
|
},
|
|
45698
45719
|
"locationInModule": {
|
|
45699
45720
|
"filename": "src/javascript/node-project.ts",
|
|
45700
|
-
"line":
|
|
45721
|
+
"line": 1140
|
|
45701
45722
|
},
|
|
45702
45723
|
"name": "addDeps",
|
|
45703
45724
|
"parameters": [
|
|
@@ -45722,7 +45743,7 @@
|
|
|
45722
45743
|
},
|
|
45723
45744
|
"locationInModule": {
|
|
45724
45745
|
"filename": "src/javascript/node-project.ts",
|
|
45725
|
-
"line":
|
|
45746
|
+
"line": 1153
|
|
45726
45747
|
},
|
|
45727
45748
|
"name": "addDevDeps",
|
|
45728
45749
|
"parameters": [
|
|
@@ -45747,7 +45768,7 @@
|
|
|
45747
45768
|
},
|
|
45748
45769
|
"locationInModule": {
|
|
45749
45770
|
"filename": "src/javascript/node-project.ts",
|
|
45750
|
-
"line":
|
|
45771
|
+
"line": 960
|
|
45751
45772
|
},
|
|
45752
45773
|
"name": "addFields",
|
|
45753
45774
|
"parameters": [
|
|
@@ -45774,7 +45795,7 @@
|
|
|
45774
45795
|
},
|
|
45775
45796
|
"locationInModule": {
|
|
45776
45797
|
"filename": "src/javascript/node-project.ts",
|
|
45777
|
-
"line":
|
|
45798
|
+
"line": 970
|
|
45778
45799
|
},
|
|
45779
45800
|
"name": "addKeywords",
|
|
45780
45801
|
"parameters": [
|
|
@@ -45801,7 +45822,7 @@
|
|
|
45801
45822
|
},
|
|
45802
45823
|
"locationInModule": {
|
|
45803
45824
|
"filename": "src/javascript/node-project.ts",
|
|
45804
|
-
"line":
|
|
45825
|
+
"line": 1198
|
|
45805
45826
|
},
|
|
45806
45827
|
"name": "addPackageIgnore",
|
|
45807
45828
|
"overrides": "projen.Project",
|
|
@@ -45825,7 +45846,7 @@
|
|
|
45825
45846
|
},
|
|
45826
45847
|
"locationInModule": {
|
|
45827
45848
|
"filename": "src/javascript/node-project.ts",
|
|
45828
|
-
"line":
|
|
45849
|
+
"line": 1170
|
|
45829
45850
|
},
|
|
45830
45851
|
"name": "addPeerDeps",
|
|
45831
45852
|
"parameters": [
|
|
@@ -45850,7 +45871,7 @@
|
|
|
45850
45871
|
},
|
|
45851
45872
|
"locationInModule": {
|
|
45852
45873
|
"filename": "src/javascript/node-project.ts",
|
|
45853
|
-
"line":
|
|
45874
|
+
"line": 913
|
|
45854
45875
|
},
|
|
45855
45876
|
"name": "addScripts",
|
|
45856
45877
|
"parameters": [
|
|
@@ -45878,7 +45899,7 @@
|
|
|
45878
45899
|
},
|
|
45879
45900
|
"locationInModule": {
|
|
45880
45901
|
"filename": "src/javascript/node-project.ts",
|
|
45881
|
-
"line":
|
|
45902
|
+
"line": 950
|
|
45882
45903
|
},
|
|
45883
45904
|
"name": "addTestCommand",
|
|
45884
45905
|
"parameters": [
|
|
@@ -45900,7 +45921,7 @@
|
|
|
45900
45921
|
},
|
|
45901
45922
|
"locationInModule": {
|
|
45902
45923
|
"filename": "src/javascript/node-project.ts",
|
|
45903
|
-
"line":
|
|
45924
|
+
"line": 932
|
|
45904
45925
|
},
|
|
45905
45926
|
"name": "hasScript",
|
|
45906
45927
|
"parameters": [
|
|
@@ -45927,7 +45948,7 @@
|
|
|
45927
45948
|
},
|
|
45928
45949
|
"locationInModule": {
|
|
45929
45950
|
"filename": "src/javascript/node-project.ts",
|
|
45930
|
-
"line":
|
|
45951
|
+
"line": 923
|
|
45931
45952
|
},
|
|
45932
45953
|
"name": "removeScript",
|
|
45933
45954
|
"parameters": [
|
|
@@ -45950,7 +45971,7 @@
|
|
|
45950
45971
|
},
|
|
45951
45972
|
"locationInModule": {
|
|
45952
45973
|
"filename": "src/javascript/node-project.ts",
|
|
45953
|
-
"line":
|
|
45974
|
+
"line": 1060
|
|
45954
45975
|
},
|
|
45955
45976
|
"name": "renderWorkflowSetup",
|
|
45956
45977
|
"parameters": [
|
|
@@ -45984,7 +46005,7 @@
|
|
|
45984
46005
|
},
|
|
45985
46006
|
"locationInModule": {
|
|
45986
46007
|
"filename": "src/javascript/node-project.ts",
|
|
45987
|
-
"line":
|
|
46008
|
+
"line": 1271
|
|
45988
46009
|
},
|
|
45989
46010
|
"name": "runTaskCommand",
|
|
45990
46011
|
"overrides": "projen.Project",
|
|
@@ -46012,7 +46033,7 @@
|
|
|
46012
46033
|
},
|
|
46013
46034
|
"locationInModule": {
|
|
46014
46035
|
"filename": "src/javascript/node-project.ts",
|
|
46015
|
-
"line":
|
|
46036
|
+
"line": 905
|
|
46016
46037
|
},
|
|
46017
46038
|
"name": "setScript",
|
|
46018
46039
|
"parameters": [
|
|
@@ -46048,7 +46069,7 @@
|
|
|
46048
46069
|
"immutable": true,
|
|
46049
46070
|
"locationInModule": {
|
|
46050
46071
|
"filename": "src/javascript/node-project.ts",
|
|
46051
|
-
"line":
|
|
46072
|
+
"line": 402
|
|
46052
46073
|
},
|
|
46053
46074
|
"name": "allowLibraryDependencies",
|
|
46054
46075
|
"type": {
|
|
@@ -46064,7 +46085,7 @@
|
|
|
46064
46085
|
"immutable": true,
|
|
46065
46086
|
"locationInModule": {
|
|
46066
46087
|
"filename": "src/javascript/node-project.ts",
|
|
46067
|
-
"line":
|
|
46088
|
+
"line": 485
|
|
46068
46089
|
},
|
|
46069
46090
|
"name": "artifactsDirectory",
|
|
46070
46091
|
"type": {
|
|
@@ -46079,7 +46100,7 @@
|
|
|
46079
46100
|
"immutable": true,
|
|
46080
46101
|
"locationInModule": {
|
|
46081
46102
|
"filename": "src/javascript/node-project.ts",
|
|
46082
|
-
"line":
|
|
46103
|
+
"line": 490
|
|
46083
46104
|
},
|
|
46084
46105
|
"name": "artifactsJavascriptDirectory",
|
|
46085
46106
|
"type": {
|
|
@@ -46093,7 +46114,7 @@
|
|
|
46093
46114
|
"immutable": true,
|
|
46094
46115
|
"locationInModule": {
|
|
46095
46116
|
"filename": "src/javascript/node-project.ts",
|
|
46096
|
-
"line":
|
|
46117
|
+
"line": 478
|
|
46097
46118
|
},
|
|
46098
46119
|
"name": "bundler",
|
|
46099
46120
|
"type": {
|
|
@@ -46108,7 +46129,7 @@
|
|
|
46108
46129
|
"immutable": true,
|
|
46109
46130
|
"locationInModule": {
|
|
46110
46131
|
"filename": "src/javascript/node-project.ts",
|
|
46111
|
-
"line":
|
|
46132
|
+
"line": 409
|
|
46112
46133
|
},
|
|
46113
46134
|
"name": "entrypoint",
|
|
46114
46135
|
"type": {
|
|
@@ -46123,7 +46144,7 @@
|
|
|
46123
46144
|
"immutable": true,
|
|
46124
46145
|
"locationInModule": {
|
|
46125
46146
|
"filename": "src/javascript/node-project.ts",
|
|
46126
|
-
"line":
|
|
46147
|
+
"line": 474
|
|
46127
46148
|
},
|
|
46128
46149
|
"name": "manifest",
|
|
46129
46150
|
"type": {
|
|
@@ -46138,7 +46159,7 @@
|
|
|
46138
46159
|
"immutable": true,
|
|
46139
46160
|
"locationInModule": {
|
|
46140
46161
|
"filename": "src/javascript/node-project.ts",
|
|
46141
|
-
"line":
|
|
46162
|
+
"line": 391
|
|
46142
46163
|
},
|
|
46143
46164
|
"name": "npmrc",
|
|
46144
46165
|
"type": {
|
|
@@ -46153,7 +46174,7 @@
|
|
|
46153
46174
|
"immutable": true,
|
|
46154
46175
|
"locationInModule": {
|
|
46155
46176
|
"filename": "src/javascript/node-project.ts",
|
|
46156
|
-
"line":
|
|
46177
|
+
"line": 381
|
|
46157
46178
|
},
|
|
46158
46179
|
"name": "package",
|
|
46159
46180
|
"type": {
|
|
@@ -46169,7 +46190,7 @@
|
|
|
46169
46190
|
"immutable": true,
|
|
46170
46191
|
"locationInModule": {
|
|
46171
46192
|
"filename": "src/javascript/node-project.ts",
|
|
46172
|
-
"line":
|
|
46193
|
+
"line": 457
|
|
46173
46194
|
},
|
|
46174
46195
|
"name": "packageManager",
|
|
46175
46196
|
"type": {
|
|
@@ -46184,7 +46205,7 @@
|
|
|
46184
46205
|
"immutable": true,
|
|
46185
46206
|
"locationInModule": {
|
|
46186
46207
|
"filename": "src/javascript/node-project.ts",
|
|
46187
|
-
"line":
|
|
46208
|
+
"line": 464
|
|
46188
46209
|
},
|
|
46189
46210
|
"name": "runScriptCommand",
|
|
46190
46211
|
"type": {
|
|
@@ -46198,7 +46219,7 @@
|
|
|
46198
46219
|
"immutable": true,
|
|
46199
46220
|
"locationInModule": {
|
|
46200
46221
|
"filename": "src/javascript/node-project.ts",
|
|
46201
|
-
"line":
|
|
46222
|
+
"line": 497
|
|
46202
46223
|
},
|
|
46203
46224
|
"name": "workflowBootstrapSteps",
|
|
46204
46225
|
"protected": true,
|
|
@@ -46218,7 +46239,7 @@
|
|
|
46218
46239
|
"immutable": true,
|
|
46219
46240
|
"locationInModule": {
|
|
46220
46241
|
"filename": "src/javascript/node-project.ts",
|
|
46221
|
-
"line":
|
|
46242
|
+
"line": 499
|
|
46222
46243
|
},
|
|
46223
46244
|
"name": "workflowPackageCache",
|
|
46224
46245
|
"protected": true,
|
|
@@ -46234,7 +46255,7 @@
|
|
|
46234
46255
|
"immutable": true,
|
|
46235
46256
|
"locationInModule": {
|
|
46236
46257
|
"filename": "src/javascript/node-project.ts",
|
|
46237
|
-
"line":
|
|
46258
|
+
"line": 416
|
|
46238
46259
|
},
|
|
46239
46260
|
"name": "autoMerge",
|
|
46240
46261
|
"optional": true,
|
|
@@ -46251,7 +46272,7 @@
|
|
|
46251
46272
|
"immutable": true,
|
|
46252
46273
|
"locationInModule": {
|
|
46253
46274
|
"filename": "src/javascript/node-project.ts",
|
|
46254
|
-
"line":
|
|
46275
|
+
"line": 421
|
|
46255
46276
|
},
|
|
46256
46277
|
"name": "buildWorkflow",
|
|
46257
46278
|
"optional": true,
|
|
@@ -46267,7 +46288,7 @@
|
|
|
46267
46288
|
"immutable": true,
|
|
46268
46289
|
"locationInModule": {
|
|
46269
46290
|
"filename": "src/javascript/node-project.ts",
|
|
46270
|
-
"line":
|
|
46291
|
+
"line": 1278
|
|
46271
46292
|
},
|
|
46272
46293
|
"name": "buildWorkflowJobId",
|
|
46273
46294
|
"optional": true,
|
|
@@ -46283,7 +46304,7 @@
|
|
|
46283
46304
|
"immutable": true,
|
|
46284
46305
|
"locationInModule": {
|
|
46285
46306
|
"filename": "src/javascript/node-project.ts",
|
|
46286
|
-
"line":
|
|
46307
|
+
"line": 469
|
|
46287
46308
|
},
|
|
46288
46309
|
"name": "jest",
|
|
46289
46310
|
"optional": true,
|
|
@@ -46299,7 +46320,7 @@
|
|
|
46299
46320
|
"immutable": true,
|
|
46300
46321
|
"locationInModule": {
|
|
46301
46322
|
"filename": "src/javascript/node-project.ts",
|
|
46302
|
-
"line":
|
|
46323
|
+
"line": 446
|
|
46303
46324
|
},
|
|
46304
46325
|
"name": "maxNodeVersion",
|
|
46305
46326
|
"optional": true,
|
|
@@ -46315,7 +46336,7 @@
|
|
|
46315
46336
|
"immutable": true,
|
|
46316
46337
|
"locationInModule": {
|
|
46317
46338
|
"filename": "src/javascript/node-project.ts",
|
|
46318
|
-
"line":
|
|
46339
|
+
"line": 439
|
|
46319
46340
|
},
|
|
46320
46341
|
"name": "minNodeVersion",
|
|
46321
46342
|
"optional": true,
|
|
@@ -46330,7 +46351,7 @@
|
|
|
46330
46351
|
"immutable": true,
|
|
46331
46352
|
"locationInModule": {
|
|
46332
46353
|
"filename": "src/javascript/node-project.ts",
|
|
46333
|
-
"line":
|
|
46354
|
+
"line": 450
|
|
46334
46355
|
},
|
|
46335
46356
|
"name": "nodeVersion",
|
|
46336
46357
|
"optional": true,
|
|
@@ -46347,7 +46368,7 @@
|
|
|
46347
46368
|
"immutable": true,
|
|
46348
46369
|
"locationInModule": {
|
|
46349
46370
|
"filename": "src/javascript/node-project.ts",
|
|
46350
|
-
"line":
|
|
46371
|
+
"line": 386
|
|
46351
46372
|
},
|
|
46352
46373
|
"name": "npmignore",
|
|
46353
46374
|
"optional": true,
|
|
@@ -46362,7 +46383,7 @@
|
|
|
46362
46383
|
"immutable": true,
|
|
46363
46384
|
"locationInModule": {
|
|
46364
46385
|
"filename": "src/javascript/node-project.ts",
|
|
46365
|
-
"line":
|
|
46386
|
+
"line": 500
|
|
46366
46387
|
},
|
|
46367
46388
|
"name": "prettier",
|
|
46368
46389
|
"optional": true,
|
|
@@ -46380,7 +46401,7 @@
|
|
|
46380
46401
|
"immutable": true,
|
|
46381
46402
|
"locationInModule": {
|
|
46382
46403
|
"filename": "src/javascript/node-project.ts",
|
|
46383
|
-
"line":
|
|
46404
|
+
"line": 429
|
|
46384
46405
|
},
|
|
46385
46406
|
"name": "publisher",
|
|
46386
46407
|
"optional": true,
|
|
@@ -46396,7 +46417,7 @@
|
|
|
46396
46417
|
"immutable": true,
|
|
46397
46418
|
"locationInModule": {
|
|
46398
46419
|
"filename": "src/javascript/node-project.ts",
|
|
46399
|
-
"line":
|
|
46420
|
+
"line": 434
|
|
46400
46421
|
},
|
|
46401
46422
|
"name": "release",
|
|
46402
46423
|
"optional": true,
|
|
@@ -46412,7 +46433,7 @@
|
|
|
46412
46433
|
"immutable": true,
|
|
46413
46434
|
"locationInModule": {
|
|
46414
46435
|
"filename": "src/javascript/node-project.ts",
|
|
46415
|
-
"line":
|
|
46436
|
+
"line": 495
|
|
46416
46437
|
},
|
|
46417
46438
|
"name": "upgradeWorkflow",
|
|
46418
46439
|
"optional": true,
|
|
@@ -46438,7 +46459,7 @@
|
|
|
46438
46459
|
"kind": "interface",
|
|
46439
46460
|
"locationInModule": {
|
|
46440
46461
|
"filename": "src/javascript/node-project.ts",
|
|
46441
|
-
"line":
|
|
46462
|
+
"line": 60
|
|
46442
46463
|
},
|
|
46443
46464
|
"name": "NodeProjectOptions",
|
|
46444
46465
|
"namespace": "javascript",
|
|
@@ -46453,7 +46474,7 @@
|
|
|
46453
46474
|
"immutable": true,
|
|
46454
46475
|
"locationInModule": {
|
|
46455
46476
|
"filename": "src/javascript/node-project.ts",
|
|
46456
|
-
"line":
|
|
46477
|
+
"line": 150
|
|
46457
46478
|
},
|
|
46458
46479
|
"name": "defaultReleaseBranch",
|
|
46459
46480
|
"type": {
|
|
@@ -46470,7 +46491,7 @@
|
|
|
46470
46491
|
"immutable": true,
|
|
46471
46492
|
"locationInModule": {
|
|
46472
46493
|
"filename": "src/javascript/node-project.ts",
|
|
46473
|
-
"line":
|
|
46494
|
+
"line": 313
|
|
46474
46495
|
},
|
|
46475
46496
|
"name": "artifactsDirectory",
|
|
46476
46497
|
"optional": true,
|
|
@@ -46489,7 +46510,7 @@
|
|
|
46489
46510
|
"immutable": true,
|
|
46490
46511
|
"locationInModule": {
|
|
46491
46512
|
"filename": "src/javascript/node-project.ts",
|
|
46492
|
-
"line":
|
|
46513
|
+
"line": 224
|
|
46493
46514
|
},
|
|
46494
46515
|
"name": "autoApproveUpgrades",
|
|
46495
46516
|
"optional": true,
|
|
@@ -46507,7 +46528,7 @@
|
|
|
46507
46528
|
"immutable": true,
|
|
46508
46529
|
"locationInModule": {
|
|
46509
46530
|
"filename": "src/javascript/node-project.ts",
|
|
46510
|
-
"line":
|
|
46531
|
+
"line": 96
|
|
46511
46532
|
},
|
|
46512
46533
|
"name": "buildWorkflow",
|
|
46513
46534
|
"optional": true,
|
|
@@ -46524,7 +46545,7 @@
|
|
|
46524
46545
|
"immutable": true,
|
|
46525
46546
|
"locationInModule": {
|
|
46526
46547
|
"filename": "src/javascript/node-project.ts",
|
|
46527
|
-
"line":
|
|
46548
|
+
"line": 100
|
|
46528
46549
|
},
|
|
46529
46550
|
"name": "buildWorkflowOptions",
|
|
46530
46551
|
"optional": true,
|
|
@@ -46543,7 +46564,7 @@
|
|
|
46543
46564
|
"immutable": true,
|
|
46544
46565
|
"locationInModule": {
|
|
46545
46566
|
"filename": "src/javascript/node-project.ts",
|
|
46546
|
-
"line":
|
|
46567
|
+
"line": 329
|
|
46547
46568
|
},
|
|
46548
46569
|
"name": "buildWorkflowTriggers",
|
|
46549
46570
|
"optional": true,
|
|
@@ -46560,7 +46581,7 @@
|
|
|
46560
46581
|
"immutable": true,
|
|
46561
46582
|
"locationInModule": {
|
|
46562
46583
|
"filename": "src/javascript/node-project.ts",
|
|
46563
|
-
"line":
|
|
46584
|
+
"line": 306
|
|
46564
46585
|
},
|
|
46565
46586
|
"name": "bundlerOptions",
|
|
46566
46587
|
"optional": true,
|
|
@@ -46579,7 +46600,7 @@
|
|
|
46579
46600
|
"immutable": true,
|
|
46580
46601
|
"locationInModule": {
|
|
46581
46602
|
"filename": "src/javascript/node-project.ts",
|
|
46582
|
-
"line":
|
|
46603
|
+
"line": 338
|
|
46583
46604
|
},
|
|
46584
46605
|
"name": "checkLicenses",
|
|
46585
46606
|
"optional": true,
|
|
@@ -46597,7 +46618,7 @@
|
|
|
46597
46618
|
"immutable": true,
|
|
46598
46619
|
"locationInModule": {
|
|
46599
46620
|
"filename": "src/javascript/node-project.ts",
|
|
46600
|
-
"line":
|
|
46621
|
+
"line": 121
|
|
46601
46622
|
},
|
|
46602
46623
|
"name": "codeCov",
|
|
46603
46624
|
"optional": true,
|
|
@@ -46615,7 +46636,7 @@
|
|
|
46615
46636
|
"immutable": true,
|
|
46616
46637
|
"locationInModule": {
|
|
46617
46638
|
"filename": "src/javascript/node-project.ts",
|
|
46618
|
-
"line":
|
|
46639
|
+
"line": 128
|
|
46619
46640
|
},
|
|
46620
46641
|
"name": "codeCovTokenSecret",
|
|
46621
46642
|
"optional": true,
|
|
@@ -46633,7 +46654,7 @@
|
|
|
46633
46654
|
"immutable": true,
|
|
46634
46655
|
"locationInModule": {
|
|
46635
46656
|
"filename": "src/javascript/node-project.ts",
|
|
46636
|
-
"line":
|
|
46657
|
+
"line": 69
|
|
46637
46658
|
},
|
|
46638
46659
|
"name": "copyrightOwner",
|
|
46639
46660
|
"optional": true,
|
|
@@ -46651,7 +46672,7 @@
|
|
|
46651
46672
|
"immutable": true,
|
|
46652
46673
|
"locationInModule": {
|
|
46653
46674
|
"filename": "src/javascript/node-project.ts",
|
|
46654
|
-
"line":
|
|
46675
|
+
"line": 76
|
|
46655
46676
|
},
|
|
46656
46677
|
"name": "copyrightPeriod",
|
|
46657
46678
|
"optional": true,
|
|
@@ -46670,7 +46691,7 @@
|
|
|
46670
46691
|
"immutable": true,
|
|
46671
46692
|
"locationInModule": {
|
|
46672
46693
|
"filename": "src/javascript/node-project.ts",
|
|
46673
|
-
"line":
|
|
46694
|
+
"line": 192
|
|
46674
46695
|
},
|
|
46675
46696
|
"name": "dependabot",
|
|
46676
46697
|
"optional": true,
|
|
@@ -46688,7 +46709,7 @@
|
|
|
46688
46709
|
"immutable": true,
|
|
46689
46710
|
"locationInModule": {
|
|
46690
46711
|
"filename": "src/javascript/node-project.ts",
|
|
46691
|
-
"line":
|
|
46712
|
+
"line": 199
|
|
46692
46713
|
},
|
|
46693
46714
|
"name": "dependabotOptions",
|
|
46694
46715
|
"optional": true,
|
|
@@ -46707,7 +46728,7 @@
|
|
|
46707
46728
|
"immutable": true,
|
|
46708
46729
|
"locationInModule": {
|
|
46709
46730
|
"filename": "src/javascript/node-project.ts",
|
|
46710
|
-
"line":
|
|
46731
|
+
"line": 207
|
|
46711
46732
|
},
|
|
46712
46733
|
"name": "depsUpgrade",
|
|
46713
46734
|
"optional": true,
|
|
@@ -46725,7 +46746,7 @@
|
|
|
46725
46746
|
"immutable": true,
|
|
46726
46747
|
"locationInModule": {
|
|
46727
46748
|
"filename": "src/javascript/node-project.ts",
|
|
46728
|
-
"line":
|
|
46749
|
+
"line": 214
|
|
46729
46750
|
},
|
|
46730
46751
|
"name": "depsUpgradeOptions",
|
|
46731
46752
|
"optional": true,
|
|
@@ -46742,7 +46763,7 @@
|
|
|
46742
46763
|
"immutable": true,
|
|
46743
46764
|
"locationInModule": {
|
|
46744
46765
|
"filename": "src/javascript/node-project.ts",
|
|
46745
|
-
"line":
|
|
46766
|
+
"line": 275
|
|
46746
46767
|
},
|
|
46747
46768
|
"name": "gitignore",
|
|
46748
46769
|
"optional": true,
|
|
@@ -46765,7 +46786,7 @@
|
|
|
46765
46786
|
"immutable": true,
|
|
46766
46787
|
"locationInModule": {
|
|
46767
46788
|
"filename": "src/javascript/node-project.ts",
|
|
46768
|
-
"line":
|
|
46789
|
+
"line": 281
|
|
46769
46790
|
},
|
|
46770
46791
|
"name": "jest",
|
|
46771
46792
|
"optional": true,
|
|
@@ -46783,7 +46804,7 @@
|
|
|
46783
46804
|
"immutable": true,
|
|
46784
46805
|
"locationInModule": {
|
|
46785
46806
|
"filename": "src/javascript/node-project.ts",
|
|
46786
|
-
"line":
|
|
46807
|
+
"line": 287
|
|
46787
46808
|
},
|
|
46788
46809
|
"name": "jestOptions",
|
|
46789
46810
|
"optional": true,
|
|
@@ -46803,7 +46824,7 @@
|
|
|
46803
46824
|
"immutable": true,
|
|
46804
46825
|
"locationInModule": {
|
|
46805
46826
|
"filename": "src/javascript/node-project.ts",
|
|
46806
|
-
"line":
|
|
46827
|
+
"line": 113
|
|
46807
46828
|
},
|
|
46808
46829
|
"name": "mutableBuild",
|
|
46809
46830
|
"optional": true,
|
|
@@ -46821,7 +46842,7 @@
|
|
|
46821
46842
|
"immutable": true,
|
|
46822
46843
|
"locationInModule": {
|
|
46823
46844
|
"filename": "src/javascript/node-project.ts",
|
|
46824
|
-
"line":
|
|
46845
|
+
"line": 243
|
|
46825
46846
|
},
|
|
46826
46847
|
"name": "npmignore",
|
|
46827
46848
|
"optional": true,
|
|
@@ -46844,7 +46865,7 @@
|
|
|
46844
46865
|
"immutable": true,
|
|
46845
46866
|
"locationInModule": {
|
|
46846
46867
|
"filename": "src/javascript/node-project.ts",
|
|
46847
|
-
"line":
|
|
46868
|
+
"line": 232
|
|
46848
46869
|
},
|
|
46849
46870
|
"name": "npmignoreEnabled",
|
|
46850
46871
|
"optional": true,
|
|
@@ -46861,7 +46882,7 @@
|
|
|
46861
46882
|
"immutable": true,
|
|
46862
46883
|
"locationInModule": {
|
|
46863
46884
|
"filename": "src/javascript/node-project.ts",
|
|
46864
|
-
"line":
|
|
46885
|
+
"line": 237
|
|
46865
46886
|
},
|
|
46866
46887
|
"name": "npmIgnoreOptions",
|
|
46867
46888
|
"optional": true,
|
|
@@ -46879,7 +46900,7 @@
|
|
|
46879
46900
|
"immutable": true,
|
|
46880
46901
|
"locationInModule": {
|
|
46881
46902
|
"filename": "src/javascript/node-project.ts",
|
|
46882
|
-
"line":
|
|
46903
|
+
"line": 321
|
|
46883
46904
|
},
|
|
46884
46905
|
"name": "package",
|
|
46885
46906
|
"optional": true,
|
|
@@ -46897,7 +46918,7 @@
|
|
|
46897
46918
|
"immutable": true,
|
|
46898
46919
|
"locationInModule": {
|
|
46899
46920
|
"filename": "src/javascript/node-project.ts",
|
|
46900
|
-
"line":
|
|
46921
|
+
"line": 264
|
|
46901
46922
|
},
|
|
46902
46923
|
"name": "prettier",
|
|
46903
46924
|
"optional": true,
|
|
@@ -46915,7 +46936,7 @@
|
|
|
46915
46936
|
"immutable": true,
|
|
46916
46937
|
"locationInModule": {
|
|
46917
46938
|
"filename": "src/javascript/node-project.ts",
|
|
46918
|
-
"line":
|
|
46939
|
+
"line": 270
|
|
46919
46940
|
},
|
|
46920
46941
|
"name": "prettierOptions",
|
|
46921
46942
|
"optional": true,
|
|
@@ -46933,7 +46954,7 @@
|
|
|
46933
46954
|
"immutable": true,
|
|
46934
46955
|
"locationInModule": {
|
|
46935
46956
|
"filename": "src/javascript/node-project.ts",
|
|
46936
|
-
"line":
|
|
46957
|
+
"line": 90
|
|
46937
46958
|
},
|
|
46938
46959
|
"name": "projenDevDependency",
|
|
46939
46960
|
"optional": true,
|
|
@@ -46951,7 +46972,7 @@
|
|
|
46951
46972
|
"immutable": true,
|
|
46952
46973
|
"locationInModule": {
|
|
46953
46974
|
"filename": "src/javascript/node-project.ts",
|
|
46954
|
-
"line":
|
|
46975
|
+
"line": 295
|
|
46955
46976
|
},
|
|
46956
46977
|
"name": "projenrcJs",
|
|
46957
46978
|
"optional": true,
|
|
@@ -46969,7 +46990,7 @@
|
|
|
46969
46990
|
"immutable": true,
|
|
46970
46991
|
"locationInModule": {
|
|
46971
46992
|
"filename": "src/javascript/node-project.ts",
|
|
46972
|
-
"line":
|
|
46993
|
+
"line": 301
|
|
46973
46994
|
},
|
|
46974
46995
|
"name": "projenrcJsOptions",
|
|
46975
46996
|
"optional": true,
|
|
@@ -46987,7 +47008,7 @@
|
|
|
46987
47008
|
"immutable": true,
|
|
46988
47009
|
"locationInModule": {
|
|
46989
47010
|
"filename": "src/javascript/node-project.ts",
|
|
46990
|
-
"line":
|
|
47011
|
+
"line": 83
|
|
46991
47012
|
},
|
|
46992
47013
|
"name": "projenVersion",
|
|
46993
47014
|
"optional": true,
|
|
@@ -47005,7 +47026,7 @@
|
|
|
47005
47026
|
"immutable": true,
|
|
47006
47027
|
"locationInModule": {
|
|
47007
47028
|
"filename": "src/javascript/node-project.ts",
|
|
47008
|
-
"line":
|
|
47029
|
+
"line": 250
|
|
47009
47030
|
},
|
|
47010
47031
|
"name": "pullRequestTemplate",
|
|
47011
47032
|
"optional": true,
|
|
@@ -47023,7 +47044,7 @@
|
|
|
47023
47044
|
"immutable": true,
|
|
47024
47045
|
"locationInModule": {
|
|
47025
47046
|
"filename": "src/javascript/node-project.ts",
|
|
47026
|
-
"line":
|
|
47047
|
+
"line": 257
|
|
47027
47048
|
},
|
|
47028
47049
|
"name": "pullRequestTemplateContents",
|
|
47029
47050
|
"optional": true,
|
|
@@ -47046,7 +47067,7 @@
|
|
|
47046
47067
|
"immutable": true,
|
|
47047
47068
|
"locationInModule": {
|
|
47048
47069
|
"filename": "src/javascript/node-project.ts",
|
|
47049
|
-
"line":
|
|
47070
|
+
"line": 143
|
|
47050
47071
|
},
|
|
47051
47072
|
"name": "release",
|
|
47052
47073
|
"optional": true,
|
|
@@ -47064,7 +47085,7 @@
|
|
|
47064
47085
|
"immutable": true,
|
|
47065
47086
|
"locationInModule": {
|
|
47066
47087
|
"filename": "src/javascript/node-project.ts",
|
|
47067
|
-
"line":
|
|
47088
|
+
"line": 170
|
|
47068
47089
|
},
|
|
47069
47090
|
"name": "releaseToNpm",
|
|
47070
47091
|
"optional": true,
|
|
@@ -47083,7 +47104,7 @@
|
|
|
47083
47104
|
"immutable": true,
|
|
47084
47105
|
"locationInModule": {
|
|
47085
47106
|
"filename": "src/javascript/node-project.ts",
|
|
47086
|
-
"line":
|
|
47107
|
+
"line": 136
|
|
47087
47108
|
},
|
|
47088
47109
|
"name": "releaseWorkflow",
|
|
47089
47110
|
"optional": true,
|
|
@@ -47101,7 +47122,7 @@
|
|
|
47101
47122
|
"immutable": true,
|
|
47102
47123
|
"locationInModule": {
|
|
47103
47124
|
"filename": "src/javascript/node-project.ts",
|
|
47104
|
-
"line":
|
|
47125
|
+
"line": 157
|
|
47105
47126
|
},
|
|
47106
47127
|
"name": "workflowBootstrapSteps",
|
|
47107
47128
|
"optional": true,
|
|
@@ -47124,7 +47145,7 @@
|
|
|
47124
47145
|
"immutable": true,
|
|
47125
47146
|
"locationInModule": {
|
|
47126
47147
|
"filename": "src/javascript/node-project.ts",
|
|
47127
|
-
"line":
|
|
47148
|
+
"line": 164
|
|
47128
47149
|
},
|
|
47129
47150
|
"name": "workflowGitIdentity",
|
|
47130
47151
|
"optional": true,
|
|
@@ -47142,7 +47163,7 @@
|
|
|
47142
47163
|
"immutable": true,
|
|
47143
47164
|
"locationInModule": {
|
|
47144
47165
|
"filename": "src/javascript/node-project.ts",
|
|
47145
|
-
"line":
|
|
47166
|
+
"line": 177
|
|
47146
47167
|
},
|
|
47147
47168
|
"name": "workflowNodeVersion",
|
|
47148
47169
|
"optional": true,
|
|
@@ -47160,7 +47181,7 @@
|
|
|
47160
47181
|
"immutable": true,
|
|
47161
47182
|
"locationInModule": {
|
|
47162
47183
|
"filename": "src/javascript/node-project.ts",
|
|
47163
|
-
"line":
|
|
47184
|
+
"line": 184
|
|
47164
47185
|
},
|
|
47165
47186
|
"name": "workflowPackageCache",
|
|
47166
47187
|
"optional": true,
|
|
@@ -48471,7 +48492,7 @@
|
|
|
48471
48492
|
"kind": "interface",
|
|
48472
48493
|
"locationInModule": {
|
|
48473
48494
|
"filename": "src/javascript/node-project.ts",
|
|
48474
|
-
"line":
|
|
48495
|
+
"line": 1286
|
|
48475
48496
|
},
|
|
48476
48497
|
"name": "RenderWorkflowSetupOptions",
|
|
48477
48498
|
"namespace": "javascript",
|
|
@@ -48487,7 +48508,7 @@
|
|
|
48487
48508
|
"immutable": true,
|
|
48488
48509
|
"locationInModule": {
|
|
48489
48510
|
"filename": "src/javascript/node-project.ts",
|
|
48490
|
-
"line":
|
|
48511
|
+
"line": 1295
|
|
48491
48512
|
},
|
|
48492
48513
|
"name": "installStepConfiguration",
|
|
48493
48514
|
"optional": true,
|
|
@@ -48505,7 +48526,7 @@
|
|
|
48505
48526
|
"immutable": true,
|
|
48506
48527
|
"locationInModule": {
|
|
48507
48528
|
"filename": "src/javascript/node-project.ts",
|
|
48508
|
-
"line":
|
|
48529
|
+
"line": 1300
|
|
48509
48530
|
},
|
|
48510
48531
|
"name": "mutable",
|
|
48511
48532
|
"optional": true,
|
|
@@ -57189,7 +57210,7 @@
|
|
|
57189
57210
|
},
|
|
57190
57211
|
"locationInModule": {
|
|
57191
57212
|
"filename": "src/python/venv.ts",
|
|
57192
|
-
"line":
|
|
57213
|
+
"line": 64
|
|
57193
57214
|
},
|
|
57194
57215
|
"name": "setupEnvironment",
|
|
57195
57216
|
"overrides": "projen.python.IPythonEnv"
|
|
@@ -57265,7 +57286,7 @@
|
|
|
57265
57286
|
"kind": "interface",
|
|
57266
57287
|
"locationInModule": {
|
|
57267
57288
|
"filename": "src/release/release.ts",
|
|
57268
|
-
"line":
|
|
57289
|
+
"line": 770
|
|
57269
57290
|
},
|
|
57270
57291
|
"name": "BranchOptions",
|
|
57271
57292
|
"namespace": "release",
|
|
@@ -57279,7 +57300,7 @@
|
|
|
57279
57300
|
"immutable": true,
|
|
57280
57301
|
"locationInModule": {
|
|
57281
57302
|
"filename": "src/release/release.ts",
|
|
57282
|
-
"line":
|
|
57303
|
+
"line": 780
|
|
57283
57304
|
},
|
|
57284
57305
|
"name": "majorVersion",
|
|
57285
57306
|
"type": {
|
|
@@ -57295,7 +57316,7 @@
|
|
|
57295
57316
|
"immutable": true,
|
|
57296
57317
|
"locationInModule": {
|
|
57297
57318
|
"filename": "src/release/release.ts",
|
|
57298
|
-
"line":
|
|
57319
|
+
"line": 785
|
|
57299
57320
|
},
|
|
57300
57321
|
"name": "minMajorVersion",
|
|
57301
57322
|
"optional": true,
|
|
@@ -57312,7 +57333,7 @@
|
|
|
57312
57333
|
"immutable": true,
|
|
57313
57334
|
"locationInModule": {
|
|
57314
57335
|
"filename": "src/release/release.ts",
|
|
57315
|
-
"line":
|
|
57336
|
+
"line": 790
|
|
57316
57337
|
},
|
|
57317
57338
|
"name": "minorVersion",
|
|
57318
57339
|
"optional": true,
|
|
@@ -57330,7 +57351,7 @@
|
|
|
57330
57351
|
"immutable": true,
|
|
57331
57352
|
"locationInModule": {
|
|
57332
57353
|
"filename": "src/release/release.ts",
|
|
57333
|
-
"line":
|
|
57354
|
+
"line": 818
|
|
57334
57355
|
},
|
|
57335
57356
|
"name": "npmDistTag",
|
|
57336
57357
|
"optional": true,
|
|
@@ -57348,7 +57369,7 @@
|
|
|
57348
57369
|
"immutable": true,
|
|
57349
57370
|
"locationInModule": {
|
|
57350
57371
|
"filename": "src/release/release.ts",
|
|
57351
|
-
"line":
|
|
57372
|
+
"line": 797
|
|
57352
57373
|
},
|
|
57353
57374
|
"name": "prerelease",
|
|
57354
57375
|
"optional": true,
|
|
@@ -57367,7 +57388,7 @@
|
|
|
57367
57388
|
"immutable": true,
|
|
57368
57389
|
"locationInModule": {
|
|
57369
57390
|
"filename": "src/release/release.ts",
|
|
57370
|
-
"line":
|
|
57391
|
+
"line": 811
|
|
57371
57392
|
},
|
|
57372
57393
|
"name": "tagPrefix",
|
|
57373
57394
|
"optional": true,
|
|
@@ -57385,7 +57406,7 @@
|
|
|
57385
57406
|
"immutable": true,
|
|
57386
57407
|
"locationInModule": {
|
|
57387
57408
|
"filename": "src/release/release.ts",
|
|
57388
|
-
"line":
|
|
57409
|
+
"line": 775
|
|
57389
57410
|
},
|
|
57390
57411
|
"name": "workflowName",
|
|
57391
57412
|
"optional": true,
|
|
@@ -59236,7 +59257,7 @@
|
|
|
59236
59257
|
},
|
|
59237
59258
|
"locationInModule": {
|
|
59238
59259
|
"filename": "src/release/release.ts",
|
|
59239
|
-
"line":
|
|
59260
|
+
"line": 350
|
|
59240
59261
|
},
|
|
59241
59262
|
"parameters": [
|
|
59242
59263
|
{
|
|
@@ -59262,7 +59283,7 @@
|
|
|
59262
59283
|
"kind": "class",
|
|
59263
59284
|
"locationInModule": {
|
|
59264
59285
|
"filename": "src/release/release.ts",
|
|
59265
|
-
"line":
|
|
59286
|
+
"line": 306
|
|
59266
59287
|
},
|
|
59267
59288
|
"methods": [
|
|
59268
59289
|
{
|
|
@@ -59272,7 +59293,7 @@
|
|
|
59272
59293
|
},
|
|
59273
59294
|
"locationInModule": {
|
|
59274
59295
|
"filename": "src/release/release.ts",
|
|
59275
|
-
"line":
|
|
59296
|
+
"line": 314
|
|
59276
59297
|
},
|
|
59277
59298
|
"name": "of",
|
|
59278
59299
|
"parameters": [
|
|
@@ -59299,7 +59320,7 @@
|
|
|
59299
59320
|
},
|
|
59300
59321
|
"locationInModule": {
|
|
59301
59322
|
"filename": "src/release/release.ts",
|
|
59302
|
-
"line":
|
|
59323
|
+
"line": 485
|
|
59303
59324
|
},
|
|
59304
59325
|
"name": "addBranch",
|
|
59305
59326
|
"parameters": [
|
|
@@ -59330,7 +59351,7 @@
|
|
|
59330
59351
|
},
|
|
59331
59352
|
"locationInModule": {
|
|
59332
59353
|
"filename": "src/release/release.ts",
|
|
59333
|
-
"line":
|
|
59354
|
+
"line": 552
|
|
59334
59355
|
},
|
|
59335
59356
|
"name": "addJobs",
|
|
59336
59357
|
"parameters": [
|
|
@@ -59357,7 +59378,7 @@
|
|
|
59357
59378
|
},
|
|
59358
59379
|
"locationInModule": {
|
|
59359
59380
|
"filename": "src/release/release.ts",
|
|
59360
|
-
"line":
|
|
59381
|
+
"line": 535
|
|
59361
59382
|
},
|
|
59362
59383
|
"name": "preSynthesize",
|
|
59363
59384
|
"overrides": "projen.Component"
|
|
@@ -59374,7 +59395,7 @@
|
|
|
59374
59395
|
"immutable": true,
|
|
59375
59396
|
"locationInModule": {
|
|
59376
59397
|
"filename": "src/release/release.ts",
|
|
59377
|
-
"line":
|
|
59398
|
+
"line": 307
|
|
59378
59399
|
},
|
|
59379
59400
|
"name": "ANTI_TAMPER_CMD",
|
|
59380
59401
|
"static": true,
|
|
@@ -59390,7 +59411,7 @@
|
|
|
59390
59411
|
"immutable": true,
|
|
59391
59412
|
"locationInModule": {
|
|
59392
59413
|
"filename": "src/release/release.ts",
|
|
59393
|
-
"line":
|
|
59414
|
+
"line": 327
|
|
59394
59415
|
},
|
|
59395
59416
|
"name": "artifactsDirectory",
|
|
59396
59417
|
"type": {
|
|
@@ -59405,7 +59426,7 @@
|
|
|
59405
59426
|
"immutable": true,
|
|
59406
59427
|
"locationInModule": {
|
|
59407
59428
|
"filename": "src/release/release.ts",
|
|
59408
|
-
"line":
|
|
59429
|
+
"line": 561
|
|
59409
59430
|
},
|
|
59410
59431
|
"name": "branches",
|
|
59411
59432
|
"type": {
|
|
@@ -59425,7 +59446,7 @@
|
|
|
59425
59446
|
"immutable": true,
|
|
59426
59447
|
"locationInModule": {
|
|
59427
59448
|
"filename": "src/release/release.ts",
|
|
59428
|
-
"line":
|
|
59449
|
+
"line": 322
|
|
59429
59450
|
},
|
|
59430
59451
|
"name": "publisher",
|
|
59431
59452
|
"type": {
|
|
@@ -59449,7 +59470,7 @@
|
|
|
59449
59470
|
"kind": "interface",
|
|
59450
59471
|
"locationInModule": {
|
|
59451
59472
|
"filename": "src/release/release.ts",
|
|
59452
|
-
"line":
|
|
59473
|
+
"line": 246
|
|
59453
59474
|
},
|
|
59454
59475
|
"name": "ReleaseOptions",
|
|
59455
59476
|
"namespace": "release",
|
|
@@ -59464,7 +59485,7 @@
|
|
|
59464
59485
|
"immutable": true,
|
|
59465
59486
|
"locationInModule": {
|
|
59466
59487
|
"filename": "src/release/release.ts",
|
|
59467
|
-
"line":
|
|
59488
|
+
"line": 283
|
|
59468
59489
|
},
|
|
59469
59490
|
"name": "artifactsDirectory",
|
|
59470
59491
|
"type": {
|
|
@@ -59481,7 +59502,7 @@
|
|
|
59481
59502
|
"immutable": true,
|
|
59482
59503
|
"locationInModule": {
|
|
59483
59504
|
"filename": "src/release/release.ts",
|
|
59484
|
-
"line":
|
|
59505
|
+
"line": 269
|
|
59485
59506
|
},
|
|
59486
59507
|
"name": "branch",
|
|
59487
59508
|
"type": {
|
|
@@ -59498,7 +59519,7 @@
|
|
|
59498
59519
|
"immutable": true,
|
|
59499
59520
|
"locationInModule": {
|
|
59500
59521
|
"filename": "src/release/release.ts",
|
|
59501
|
-
"line":
|
|
59522
|
+
"line": 252
|
|
59502
59523
|
},
|
|
59503
59524
|
"name": "task",
|
|
59504
59525
|
"type": {
|
|
@@ -59515,7 +59536,7 @@
|
|
|
59515
59536
|
"immutable": true,
|
|
59516
59537
|
"locationInModule": {
|
|
59517
59538
|
"filename": "src/release/release.ts",
|
|
59518
|
-
"line":
|
|
59539
|
+
"line": 259
|
|
59519
59540
|
},
|
|
59520
59541
|
"name": "versionFile",
|
|
59521
59542
|
"type": {
|
|
@@ -59532,7 +59553,7 @@
|
|
|
59532
59553
|
"immutable": true,
|
|
59533
59554
|
"locationInModule": {
|
|
59534
59555
|
"filename": "src/release/release.ts",
|
|
59535
|
-
"line":
|
|
59556
|
+
"line": 276
|
|
59536
59557
|
},
|
|
59537
59558
|
"name": "githubRelease",
|
|
59538
59559
|
"optional": true,
|
|
@@ -59551,7 +59572,7 @@
|
|
|
59551
59572
|
"immutable": true,
|
|
59552
59573
|
"locationInModule": {
|
|
59553
59574
|
"filename": "src/release/release.ts",
|
|
59554
|
-
"line":
|
|
59575
|
+
"line": 292
|
|
59555
59576
|
},
|
|
59556
59577
|
"name": "workflowNodeVersion",
|
|
59557
59578
|
"optional": true,
|
|
@@ -59569,7 +59590,7 @@
|
|
|
59569
59590
|
"immutable": true,
|
|
59570
59591
|
"locationInModule": {
|
|
59571
59592
|
"filename": "src/release/release.ts",
|
|
59572
|
-
"line":
|
|
59593
|
+
"line": 298
|
|
59573
59594
|
},
|
|
59574
59595
|
"name": "workflowPermissions",
|
|
59575
59596
|
"optional": true,
|
|
@@ -59591,7 +59612,7 @@
|
|
|
59591
59612
|
"kind": "interface",
|
|
59592
59613
|
"locationInModule": {
|
|
59593
59614
|
"filename": "src/release/release.ts",
|
|
59594
|
-
"line":
|
|
59615
|
+
"line": 53
|
|
59595
59616
|
},
|
|
59596
59617
|
"name": "ReleaseProjectOptions",
|
|
59597
59618
|
"namespace": "release",
|
|
@@ -59606,7 +59627,7 @@
|
|
|
59606
59627
|
"immutable": true,
|
|
59607
59628
|
"locationInModule": {
|
|
59608
59629
|
"filename": "src/release/release.ts",
|
|
59609
|
-
"line":
|
|
59630
|
+
"line": 96
|
|
59610
59631
|
},
|
|
59611
59632
|
"name": "jsiiReleaseVersion",
|
|
59612
59633
|
"optional": true,
|
|
@@ -59625,7 +59646,7 @@
|
|
|
59625
59646
|
"immutable": true,
|
|
59626
59647
|
"locationInModule": {
|
|
59627
59648
|
"filename": "src/release/release.ts",
|
|
59628
|
-
"line":
|
|
59649
|
+
"line": 112
|
|
59629
59650
|
},
|
|
59630
59651
|
"name": "majorVersion",
|
|
59631
59652
|
"optional": true,
|
|
@@ -59644,7 +59665,7 @@
|
|
|
59644
59665
|
"immutable": true,
|
|
59645
59666
|
"locationInModule": {
|
|
59646
59667
|
"filename": "src/release/release.ts",
|
|
59647
|
-
"line":
|
|
59668
|
+
"line": 125
|
|
59648
59669
|
},
|
|
59649
59670
|
"name": "minMajorVersion",
|
|
59650
59671
|
"optional": true,
|
|
@@ -59663,7 +59684,7 @@
|
|
|
59663
59684
|
"immutable": true,
|
|
59664
59685
|
"locationInModule": {
|
|
59665
59686
|
"filename": "src/release/release.ts",
|
|
59666
|
-
"line":
|
|
59687
|
+
"line": 143
|
|
59667
59688
|
},
|
|
59668
59689
|
"name": "npmDistTag",
|
|
59669
59690
|
"optional": true,
|
|
@@ -59681,7 +59702,7 @@
|
|
|
59681
59702
|
"immutable": true,
|
|
59682
59703
|
"locationInModule": {
|
|
59683
59704
|
"filename": "src/release/release.ts",
|
|
59684
|
-
"line":
|
|
59705
|
+
"line": 102
|
|
59685
59706
|
},
|
|
59686
59707
|
"name": "postBuildSteps",
|
|
59687
59708
|
"optional": true,
|
|
@@ -59704,7 +59725,7 @@
|
|
|
59704
59725
|
"immutable": true,
|
|
59705
59726
|
"locationInModule": {
|
|
59706
59727
|
"filename": "src/release/release.ts",
|
|
59707
|
-
"line":
|
|
59728
|
+
"line": 133
|
|
59708
59729
|
},
|
|
59709
59730
|
"name": "prerelease",
|
|
59710
59731
|
"optional": true,
|
|
@@ -59722,7 +59743,7 @@
|
|
|
59722
59743
|
"immutable": true,
|
|
59723
59744
|
"locationInModule": {
|
|
59724
59745
|
"filename": "src/release/release.ts",
|
|
59725
|
-
"line":
|
|
59746
|
+
"line": 232
|
|
59726
59747
|
},
|
|
59727
59748
|
"name": "publishDryRun",
|
|
59728
59749
|
"optional": true,
|
|
@@ -59741,7 +59762,7 @@
|
|
|
59741
59762
|
"immutable": true,
|
|
59742
59763
|
"locationInModule": {
|
|
59743
59764
|
"filename": "src/release/release.ts",
|
|
59744
|
-
"line":
|
|
59765
|
+
"line": 225
|
|
59745
59766
|
},
|
|
59746
59767
|
"name": "publishTasks",
|
|
59747
59768
|
"optional": true,
|
|
@@ -59759,7 +59780,7 @@
|
|
|
59759
59780
|
"immutable": true,
|
|
59760
59781
|
"locationInModule": {
|
|
59761
59782
|
"filename": "src/release/release.ts",
|
|
59762
|
-
"line":
|
|
59783
|
+
"line": 240
|
|
59763
59784
|
},
|
|
59764
59785
|
"name": "releasableCommits",
|
|
59765
59786
|
"optional": true,
|
|
@@ -59778,7 +59799,7 @@
|
|
|
59778
59799
|
"immutable": true,
|
|
59779
59800
|
"locationInModule": {
|
|
59780
59801
|
"filename": "src/release/release.ts",
|
|
59781
|
-
"line":
|
|
59802
|
+
"line": 163
|
|
59782
59803
|
},
|
|
59783
59804
|
"name": "releaseBranches",
|
|
59784
59805
|
"optional": true,
|
|
@@ -59802,7 +59823,7 @@
|
|
|
59802
59823
|
"immutable": true,
|
|
59803
59824
|
"locationInModule": {
|
|
59804
59825
|
"filename": "src/release/release.ts",
|
|
59805
|
-
"line":
|
|
59826
|
+
"line": 61
|
|
59806
59827
|
},
|
|
59807
59828
|
"name": "releaseEveryCommit",
|
|
59808
59829
|
"optional": true,
|
|
@@ -59820,7 +59841,7 @@
|
|
|
59820
59841
|
"immutable": true,
|
|
59821
59842
|
"locationInModule": {
|
|
59822
59843
|
"filename": "src/release/release.ts",
|
|
59823
|
-
"line":
|
|
59844
|
+
"line": 170
|
|
59824
59845
|
},
|
|
59825
59846
|
"name": "releaseFailureIssue",
|
|
59826
59847
|
"optional": true,
|
|
@@ -59839,7 +59860,7 @@
|
|
|
59839
59860
|
"immutable": true,
|
|
59840
59861
|
"locationInModule": {
|
|
59841
59862
|
"filename": "src/release/release.ts",
|
|
59842
|
-
"line":
|
|
59863
|
+
"line": 178
|
|
59843
59864
|
},
|
|
59844
59865
|
"name": "releaseFailureIssueLabel",
|
|
59845
59866
|
"optional": true,
|
|
@@ -59858,7 +59879,7 @@
|
|
|
59858
59879
|
"immutable": true,
|
|
59859
59880
|
"locationInModule": {
|
|
59860
59881
|
"filename": "src/release/release.ts",
|
|
59861
|
-
"line":
|
|
59882
|
+
"line": 70
|
|
59862
59883
|
},
|
|
59863
59884
|
"name": "releaseSchedule",
|
|
59864
59885
|
"optional": true,
|
|
@@ -59877,7 +59898,7 @@
|
|
|
59877
59898
|
"immutable": true,
|
|
59878
59899
|
"locationInModule": {
|
|
59879
59900
|
"filename": "src/release/release.ts",
|
|
59880
|
-
"line":
|
|
59901
|
+
"line": 192
|
|
59881
59902
|
},
|
|
59882
59903
|
"name": "releaseTagPrefix",
|
|
59883
59904
|
"optional": true,
|
|
@@ -59895,7 +59916,7 @@
|
|
|
59895
59916
|
"immutable": true,
|
|
59896
59917
|
"locationInModule": {
|
|
59897
59918
|
"filename": "src/release/release.ts",
|
|
59898
|
-
"line":
|
|
59919
|
+
"line": 77
|
|
59899
59920
|
},
|
|
59900
59921
|
"name": "releaseTrigger",
|
|
59901
59922
|
"optional": true,
|
|
@@ -59913,7 +59934,7 @@
|
|
|
59913
59934
|
"immutable": true,
|
|
59914
59935
|
"locationInModule": {
|
|
59915
59936
|
"filename": "src/release/release.ts",
|
|
59916
|
-
"line":
|
|
59937
|
+
"line": 150
|
|
59917
59938
|
},
|
|
59918
59939
|
"name": "releaseWorkflowName",
|
|
59919
59940
|
"optional": true,
|
|
@@ -59930,7 +59951,7 @@
|
|
|
59930
59951
|
"immutable": true,
|
|
59931
59952
|
"locationInModule": {
|
|
59932
59953
|
"filename": "src/release/release.ts",
|
|
59933
|
-
"line":
|
|
59954
|
+
"line": 83
|
|
59934
59955
|
},
|
|
59935
59956
|
"name": "releaseWorkflowSetupSteps",
|
|
59936
59957
|
"optional": true,
|
|
@@ -59954,7 +59975,7 @@
|
|
|
59954
59975
|
"immutable": true,
|
|
59955
59976
|
"locationInModule": {
|
|
59956
59977
|
"filename": "src/release/release.ts",
|
|
59957
|
-
"line":
|
|
59978
|
+
"line": 200
|
|
59958
59979
|
},
|
|
59959
59980
|
"name": "versionrcOptions",
|
|
59960
59981
|
"optional": true,
|
|
@@ -59977,7 +59998,7 @@
|
|
|
59977
59998
|
"immutable": true,
|
|
59978
59999
|
"locationInModule": {
|
|
59979
60000
|
"filename": "src/release/release.ts",
|
|
59980
|
-
"line":
|
|
60001
|
+
"line": 90
|
|
59981
60002
|
},
|
|
59982
60003
|
"name": "workflowContainerImage",
|
|
59983
60004
|
"optional": true,
|
|
@@ -59999,7 +60020,7 @@
|
|
|
59999
60020
|
"immutable": true,
|
|
60000
60021
|
"locationInModule": {
|
|
60001
60022
|
"filename": "src/release/release.ts",
|
|
60002
|
-
"line":
|
|
60023
|
+
"line": 208
|
|
60003
60024
|
},
|
|
60004
60025
|
"name": "workflowRunsOn",
|
|
60005
60026
|
"optional": true,
|
|
@@ -60025,7 +60046,7 @@
|
|
|
60025
60046
|
"immutable": true,
|
|
60026
60047
|
"locationInModule": {
|
|
60027
60048
|
"filename": "src/release/release.ts",
|
|
60028
|
-
"line":
|
|
60049
|
+
"line": 215
|
|
60029
60050
|
},
|
|
60030
60051
|
"name": "workflowRunsOnGroup",
|
|
60031
60052
|
"optional": true,
|
|
@@ -64495,6 +64516,6 @@
|
|
|
64495
64516
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
64496
64517
|
}
|
|
64497
64518
|
},
|
|
64498
|
-
"version": "0.
|
|
64499
|
-
"fingerprint": "
|
|
64519
|
+
"version": "0.87.1",
|
|
64520
|
+
"fingerprint": "KMzg2VCgjIK63mYnyzMACYCxr7q4vGGqkrgFkrFMKsY="
|
|
64500
64521
|
}
|