projen 0.54.34 → 0.54.37
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 +357 -335
- package/changelog.md +1 -1
- package/docs/api/API.md +6 -6
- package/lib/awscdk/auto-discover.js +4 -4
- 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.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/integration-test.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/dependabot.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflows-model.d.ts +7 -2
- package/lib/github/workflows-model.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +1 -1
- package/lib/javascript/node-package.js +6 -8
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +1 -1
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/javascript/util.d.ts +1 -0
- package/lib/javascript/util.js +13 -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-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +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/package.json +1 -1
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
package/.jsii
CHANGED
|
@@ -18714,7 +18714,7 @@
|
|
|
18714
18714
|
"kind": "interface",
|
|
18715
18715
|
"locationInModule": {
|
|
18716
18716
|
"filename": "src/github/workflows-model.ts",
|
|
18717
|
-
"line":
|
|
18717
|
+
"line": 705
|
|
18718
18718
|
},
|
|
18719
18719
|
"name": "BranchProtectionRuleOptions",
|
|
18720
18720
|
"namespace": "github.workflows",
|
|
@@ -18731,7 +18731,7 @@
|
|
|
18731
18731
|
"immutable": true,
|
|
18732
18732
|
"locationInModule": {
|
|
18733
18733
|
"filename": "src/github/workflows-model.ts",
|
|
18734
|
-
"line":
|
|
18734
|
+
"line": 711
|
|
18735
18735
|
},
|
|
18736
18736
|
"name": "types",
|
|
18737
18737
|
"optional": true,
|
|
@@ -18758,7 +18758,7 @@
|
|
|
18758
18758
|
"kind": "interface",
|
|
18759
18759
|
"locationInModule": {
|
|
18760
18760
|
"filename": "src/github/workflows-model.ts",
|
|
18761
|
-
"line":
|
|
18761
|
+
"line": 717
|
|
18762
18762
|
},
|
|
18763
18763
|
"name": "CheckRunOptions",
|
|
18764
18764
|
"namespace": "github.workflows",
|
|
@@ -18775,7 +18775,7 @@
|
|
|
18775
18775
|
"immutable": true,
|
|
18776
18776
|
"locationInModule": {
|
|
18777
18777
|
"filename": "src/github/workflows-model.ts",
|
|
18778
|
-
"line":
|
|
18778
|
+
"line": 723
|
|
18779
18779
|
},
|
|
18780
18780
|
"name": "types",
|
|
18781
18781
|
"optional": true,
|
|
@@ -18802,7 +18802,7 @@
|
|
|
18802
18802
|
"kind": "interface",
|
|
18803
18803
|
"locationInModule": {
|
|
18804
18804
|
"filename": "src/github/workflows-model.ts",
|
|
18805
|
-
"line":
|
|
18805
|
+
"line": 731
|
|
18806
18806
|
},
|
|
18807
18807
|
"name": "CheckSuiteOptions",
|
|
18808
18808
|
"namespace": "github.workflows",
|
|
@@ -18819,7 +18819,7 @@
|
|
|
18819
18819
|
"immutable": true,
|
|
18820
18820
|
"locationInModule": {
|
|
18821
18821
|
"filename": "src/github/workflows-model.ts",
|
|
18822
|
-
"line":
|
|
18822
|
+
"line": 737
|
|
18823
18823
|
},
|
|
18824
18824
|
"name": "types",
|
|
18825
18825
|
"optional": true,
|
|
@@ -18846,7 +18846,7 @@
|
|
|
18846
18846
|
"kind": "interface",
|
|
18847
18847
|
"locationInModule": {
|
|
18848
18848
|
"filename": "src/github/workflows-model.ts",
|
|
18849
|
-
"line":
|
|
18849
|
+
"line": 442
|
|
18850
18850
|
},
|
|
18851
18851
|
"name": "ContainerCredentials",
|
|
18852
18852
|
"namespace": "github.workflows",
|
|
@@ -18860,7 +18860,7 @@
|
|
|
18860
18860
|
"immutable": true,
|
|
18861
18861
|
"locationInModule": {
|
|
18862
18862
|
"filename": "src/github/workflows-model.ts",
|
|
18863
|
-
"line":
|
|
18863
|
+
"line": 447
|
|
18864
18864
|
},
|
|
18865
18865
|
"name": "password",
|
|
18866
18866
|
"type": {
|
|
@@ -18876,7 +18876,7 @@
|
|
|
18876
18876
|
"immutable": true,
|
|
18877
18877
|
"locationInModule": {
|
|
18878
18878
|
"filename": "src/github/workflows-model.ts",
|
|
18879
|
-
"line":
|
|
18879
|
+
"line": 444
|
|
18880
18880
|
},
|
|
18881
18881
|
"name": "username",
|
|
18882
18882
|
"type": {
|
|
@@ -18897,7 +18897,7 @@
|
|
|
18897
18897
|
"kind": "interface",
|
|
18898
18898
|
"locationInModule": {
|
|
18899
18899
|
"filename": "src/github/workflows-model.ts",
|
|
18900
|
-
"line":
|
|
18900
|
+
"line": 395
|
|
18901
18901
|
},
|
|
18902
18902
|
"name": "ContainerOptions",
|
|
18903
18903
|
"namespace": "github.workflows",
|
|
@@ -18912,7 +18912,7 @@
|
|
|
18912
18912
|
"immutable": true,
|
|
18913
18913
|
"locationInModule": {
|
|
18914
18914
|
"filename": "src/github/workflows-model.ts",
|
|
18915
|
-
"line":
|
|
18915
|
+
"line": 400
|
|
18916
18916
|
},
|
|
18917
18917
|
"name": "image",
|
|
18918
18918
|
"type": {
|
|
@@ -18929,7 +18929,7 @@
|
|
|
18929
18929
|
"immutable": true,
|
|
18930
18930
|
"locationInModule": {
|
|
18931
18931
|
"filename": "src/github/workflows-model.ts",
|
|
18932
|
-
"line":
|
|
18932
|
+
"line": 408
|
|
18933
18933
|
},
|
|
18934
18934
|
"name": "credentials",
|
|
18935
18935
|
"optional": true,
|
|
@@ -18946,7 +18946,7 @@
|
|
|
18946
18946
|
"immutable": true,
|
|
18947
18947
|
"locationInModule": {
|
|
18948
18948
|
"filename": "src/github/workflows-model.ts",
|
|
18949
|
-
"line":
|
|
18949
|
+
"line": 413
|
|
18950
18950
|
},
|
|
18951
18951
|
"name": "env",
|
|
18952
18952
|
"optional": true,
|
|
@@ -18969,7 +18969,7 @@
|
|
|
18969
18969
|
"immutable": true,
|
|
18970
18970
|
"locationInModule": {
|
|
18971
18971
|
"filename": "src/github/workflows-model.ts",
|
|
18972
|
-
"line":
|
|
18972
|
+
"line": 436
|
|
18973
18973
|
},
|
|
18974
18974
|
"name": "options",
|
|
18975
18975
|
"optional": true,
|
|
@@ -18991,7 +18991,7 @@
|
|
|
18991
18991
|
"immutable": true,
|
|
18992
18992
|
"locationInModule": {
|
|
18993
18993
|
"filename": "src/github/workflows-model.ts",
|
|
18994
|
-
"line":
|
|
18994
|
+
"line": 418
|
|
18995
18995
|
},
|
|
18996
18996
|
"name": "ports",
|
|
18997
18997
|
"optional": true,
|
|
@@ -19014,7 +19014,7 @@
|
|
|
19014
19014
|
"immutable": true,
|
|
19015
19015
|
"locationInModule": {
|
|
19016
19016
|
"filename": "src/github/workflows-model.ts",
|
|
19017
|
-
"line":
|
|
19017
|
+
"line": 429
|
|
19018
19018
|
},
|
|
19019
19019
|
"name": "volumes",
|
|
19020
19020
|
"optional": true,
|
|
@@ -19041,7 +19041,7 @@
|
|
|
19041
19041
|
"kind": "interface",
|
|
19042
19042
|
"locationInModule": {
|
|
19043
19043
|
"filename": "src/github/workflows-model.ts",
|
|
19044
|
-
"line":
|
|
19044
|
+
"line": 1081
|
|
19045
19045
|
},
|
|
19046
19046
|
"name": "CreateOptions",
|
|
19047
19047
|
"namespace": "github.workflows",
|
|
@@ -19058,7 +19058,7 @@
|
|
|
19058
19058
|
"kind": "interface",
|
|
19059
19059
|
"locationInModule": {
|
|
19060
19060
|
"filename": "src/github/workflows-model.ts",
|
|
19061
|
-
"line":
|
|
19061
|
+
"line": 683
|
|
19062
19062
|
},
|
|
19063
19063
|
"name": "CronScheduleOptions",
|
|
19064
19064
|
"namespace": "github.workflows",
|
|
@@ -19072,7 +19072,7 @@
|
|
|
19072
19072
|
"immutable": true,
|
|
19073
19073
|
"locationInModule": {
|
|
19074
19074
|
"filename": "src/github/workflows-model.ts",
|
|
19075
|
-
"line":
|
|
19075
|
+
"line": 687
|
|
19076
19076
|
},
|
|
19077
19077
|
"name": "cron",
|
|
19078
19078
|
"type": {
|
|
@@ -19093,7 +19093,7 @@
|
|
|
19093
19093
|
"kind": "interface",
|
|
19094
19094
|
"locationInModule": {
|
|
19095
19095
|
"filename": "src/github/workflows-model.ts",
|
|
19096
|
-
"line":
|
|
19096
|
+
"line": 1086
|
|
19097
19097
|
},
|
|
19098
19098
|
"name": "DeleteOptions",
|
|
19099
19099
|
"namespace": "github.workflows",
|
|
@@ -19110,7 +19110,7 @@
|
|
|
19110
19110
|
"kind": "interface",
|
|
19111
19111
|
"locationInModule": {
|
|
19112
19112
|
"filename": "src/github/workflows-model.ts",
|
|
19113
|
-
"line":
|
|
19113
|
+
"line": 1091
|
|
19114
19114
|
},
|
|
19115
19115
|
"name": "DeploymentOptions",
|
|
19116
19116
|
"namespace": "github.workflows",
|
|
@@ -19127,7 +19127,7 @@
|
|
|
19127
19127
|
"kind": "interface",
|
|
19128
19128
|
"locationInModule": {
|
|
19129
19129
|
"filename": "src/github/workflows-model.ts",
|
|
19130
|
-
"line":
|
|
19130
|
+
"line": 1096
|
|
19131
19131
|
},
|
|
19132
19132
|
"name": "DeploymentStatusOptions",
|
|
19133
19133
|
"namespace": "github.workflows",
|
|
@@ -19144,7 +19144,7 @@
|
|
|
19144
19144
|
"kind": "interface",
|
|
19145
19145
|
"locationInModule": {
|
|
19146
19146
|
"filename": "src/github/workflows-model.ts",
|
|
19147
|
-
"line":
|
|
19147
|
+
"line": 768
|
|
19148
19148
|
},
|
|
19149
19149
|
"name": "DiscussionCommentOptions",
|
|
19150
19150
|
"namespace": "github.workflows",
|
|
@@ -19161,7 +19161,7 @@
|
|
|
19161
19161
|
"immutable": true,
|
|
19162
19162
|
"locationInModule": {
|
|
19163
19163
|
"filename": "src/github/workflows-model.ts",
|
|
19164
|
-
"line":
|
|
19164
|
+
"line": 774
|
|
19165
19165
|
},
|
|
19166
19166
|
"name": "types",
|
|
19167
19167
|
"optional": true,
|
|
@@ -19188,7 +19188,7 @@
|
|
|
19188
19188
|
"kind": "interface",
|
|
19189
19189
|
"locationInModule": {
|
|
19190
19190
|
"filename": "src/github/workflows-model.ts",
|
|
19191
|
-
"line":
|
|
19191
|
+
"line": 743
|
|
19192
19192
|
},
|
|
19193
19193
|
"name": "DiscussionOptions",
|
|
19194
19194
|
"namespace": "github.workflows",
|
|
@@ -19205,7 +19205,7 @@
|
|
|
19205
19205
|
"immutable": true,
|
|
19206
19206
|
"locationInModule": {
|
|
19207
19207
|
"filename": "src/github/workflows-model.ts",
|
|
19208
|
-
"line":
|
|
19208
|
+
"line": 749
|
|
19209
19209
|
},
|
|
19210
19210
|
"name": "types",
|
|
19211
19211
|
"optional": true,
|
|
@@ -19232,7 +19232,7 @@
|
|
|
19232
19232
|
"kind": "interface",
|
|
19233
19233
|
"locationInModule": {
|
|
19234
19234
|
"filename": "src/github/workflows-model.ts",
|
|
19235
|
-
"line":
|
|
19235
|
+
"line": 1101
|
|
19236
19236
|
},
|
|
19237
19237
|
"name": "ForkOptions",
|
|
19238
19238
|
"namespace": "github.workflows",
|
|
@@ -19249,7 +19249,7 @@
|
|
|
19249
19249
|
"kind": "interface",
|
|
19250
19250
|
"locationInModule": {
|
|
19251
19251
|
"filename": "src/github/workflows-model.ts",
|
|
19252
|
-
"line":
|
|
19252
|
+
"line": 1106
|
|
19253
19253
|
},
|
|
19254
19254
|
"name": "GollumOptions",
|
|
19255
19255
|
"namespace": "github.workflows",
|
|
@@ -19266,7 +19266,7 @@
|
|
|
19266
19266
|
"kind": "interface",
|
|
19267
19267
|
"locationInModule": {
|
|
19268
19268
|
"filename": "src/github/workflows-model.ts",
|
|
19269
|
-
"line":
|
|
19269
|
+
"line": 780
|
|
19270
19270
|
},
|
|
19271
19271
|
"name": "IssueCommentOptions",
|
|
19272
19272
|
"namespace": "github.workflows",
|
|
@@ -19283,7 +19283,7 @@
|
|
|
19283
19283
|
"immutable": true,
|
|
19284
19284
|
"locationInModule": {
|
|
19285
19285
|
"filename": "src/github/workflows-model.ts",
|
|
19286
|
-
"line":
|
|
19286
|
+
"line": 786
|
|
19287
19287
|
},
|
|
19288
19288
|
"name": "types",
|
|
19289
19289
|
"optional": true,
|
|
@@ -19310,7 +19310,7 @@
|
|
|
19310
19310
|
"kind": "interface",
|
|
19311
19311
|
"locationInModule": {
|
|
19312
19312
|
"filename": "src/github/workflows-model.ts",
|
|
19313
|
-
"line":
|
|
19313
|
+
"line": 792
|
|
19314
19314
|
},
|
|
19315
19315
|
"name": "IssuesOptions",
|
|
19316
19316
|
"namespace": "github.workflows",
|
|
@@ -19327,7 +19327,7 @@
|
|
|
19327
19327
|
"immutable": true,
|
|
19328
19328
|
"locationInModule": {
|
|
19329
19329
|
"filename": "src/github/workflows-model.ts",
|
|
19330
|
-
"line":
|
|
19330
|
+
"line": 798
|
|
19331
19331
|
},
|
|
19332
19332
|
"name": "types",
|
|
19333
19333
|
"optional": true,
|
|
@@ -19744,7 +19744,7 @@
|
|
|
19744
19744
|
"kind": "interface",
|
|
19745
19745
|
"locationInModule": {
|
|
19746
19746
|
"filename": "src/github/workflows-model.ts",
|
|
19747
|
-
"line":
|
|
19747
|
+
"line": 365
|
|
19748
19748
|
},
|
|
19749
19749
|
"name": "JobMatrix",
|
|
19750
19750
|
"namespace": "github.workflows",
|
|
@@ -19759,7 +19759,7 @@
|
|
|
19759
19759
|
"immutable": true,
|
|
19760
19760
|
"locationInModule": {
|
|
19761
19761
|
"filename": "src/github/workflows-model.ts",
|
|
19762
|
-
"line":
|
|
19762
|
+
"line": 374
|
|
19763
19763
|
},
|
|
19764
19764
|
"name": "domain",
|
|
19765
19765
|
"optional": true,
|
|
@@ -19799,7 +19799,7 @@
|
|
|
19799
19799
|
"immutable": true,
|
|
19800
19800
|
"locationInModule": {
|
|
19801
19801
|
"filename": "src/github/workflows-model.ts",
|
|
19802
|
-
"line":
|
|
19802
|
+
"line": 389
|
|
19803
19803
|
},
|
|
19804
19804
|
"name": "exclude",
|
|
19805
19805
|
"optional": true,
|
|
@@ -19839,7 +19839,7 @@
|
|
|
19839
19839
|
"immutable": true,
|
|
19840
19840
|
"locationInModule": {
|
|
19841
19841
|
"filename": "src/github/workflows-model.ts",
|
|
19842
|
-
"line":
|
|
19842
|
+
"line": 382
|
|
19843
19843
|
},
|
|
19844
19844
|
"name": "include",
|
|
19845
19845
|
"optional": true,
|
|
@@ -20147,10 +20147,13 @@
|
|
|
20147
20147
|
"summary": "A job step."
|
|
20148
20148
|
},
|
|
20149
20149
|
"fqn": "projen.github.workflows.JobStep",
|
|
20150
|
+
"interfaces": [
|
|
20151
|
+
"projen.github.workflows.Step"
|
|
20152
|
+
],
|
|
20150
20153
|
"kind": "interface",
|
|
20151
20154
|
"locationInModule": {
|
|
20152
20155
|
"filename": "src/github/workflows-model.ts",
|
|
20153
|
-
"line":
|
|
20156
|
+
"line": 314
|
|
20154
20157
|
},
|
|
20155
20158
|
"name": "JobStep",
|
|
20156
20159
|
"namespace": "github.workflows",
|
|
@@ -20165,7 +20168,7 @@
|
|
|
20165
20168
|
"immutable": true,
|
|
20166
20169
|
"locationInModule": {
|
|
20167
20170
|
"filename": "src/github/workflows-model.ts",
|
|
20168
|
-
"line":
|
|
20171
|
+
"line": 319
|
|
20169
20172
|
},
|
|
20170
20173
|
"name": "continueOnError",
|
|
20171
20174
|
"optional": true,
|
|
@@ -20173,100 +20176,6 @@
|
|
|
20173
20176
|
"primitive": "boolean"
|
|
20174
20177
|
}
|
|
20175
20178
|
},
|
|
20176
|
-
{
|
|
20177
|
-
"abstract": true,
|
|
20178
|
-
"docs": {
|
|
20179
|
-
"remarks": "You can also set environment variables for the entire workflow or a job.",
|
|
20180
|
-
"stability": "experimental",
|
|
20181
|
-
"summary": "Sets environment variables for steps to use in the runner environment."
|
|
20182
|
-
},
|
|
20183
|
-
"immutable": true,
|
|
20184
|
-
"locationInModule": {
|
|
20185
|
-
"filename": "src/github/workflows-model.ts",
|
|
20186
|
-
"line": 308
|
|
20187
|
-
},
|
|
20188
|
-
"name": "env",
|
|
20189
|
-
"optional": true,
|
|
20190
|
-
"type": {
|
|
20191
|
-
"collection": {
|
|
20192
|
-
"elementtype": {
|
|
20193
|
-
"primitive": "string"
|
|
20194
|
-
},
|
|
20195
|
-
"kind": "map"
|
|
20196
|
-
}
|
|
20197
|
-
}
|
|
20198
|
-
},
|
|
20199
|
-
{
|
|
20200
|
-
"abstract": true,
|
|
20201
|
-
"docs": {
|
|
20202
|
-
"remarks": "You can use the id to reference the\nstep in contexts.",
|
|
20203
|
-
"stability": "experimental",
|
|
20204
|
-
"summary": "A unique identifier for the step."
|
|
20205
|
-
},
|
|
20206
|
-
"immutable": true,
|
|
20207
|
-
"locationInModule": {
|
|
20208
|
-
"filename": "src/github/workflows-model.ts",
|
|
20209
|
-
"line": 268
|
|
20210
|
-
},
|
|
20211
|
-
"name": "id",
|
|
20212
|
-
"optional": true,
|
|
20213
|
-
"type": {
|
|
20214
|
-
"primitive": "string"
|
|
20215
|
-
}
|
|
20216
|
-
},
|
|
20217
|
-
{
|
|
20218
|
-
"abstract": true,
|
|
20219
|
-
"docs": {
|
|
20220
|
-
"remarks": "You can use any supported context and expression to\ncreate a conditional.",
|
|
20221
|
-
"stability": "experimental",
|
|
20222
|
-
"summary": "You can use the if conditional to prevent a job from running unless a condition is met."
|
|
20223
|
-
},
|
|
20224
|
-
"immutable": true,
|
|
20225
|
-
"locationInModule": {
|
|
20226
|
-
"filename": "src/github/workflows-model.ts",
|
|
20227
|
-
"line": 275
|
|
20228
|
-
},
|
|
20229
|
-
"name": "if",
|
|
20230
|
-
"optional": true,
|
|
20231
|
-
"type": {
|
|
20232
|
-
"primitive": "string"
|
|
20233
|
-
}
|
|
20234
|
-
},
|
|
20235
|
-
{
|
|
20236
|
-
"abstract": true,
|
|
20237
|
-
"docs": {
|
|
20238
|
-
"stability": "experimental",
|
|
20239
|
-
"summary": "A name for your step to display on GitHub."
|
|
20240
|
-
},
|
|
20241
|
-
"immutable": true,
|
|
20242
|
-
"locationInModule": {
|
|
20243
|
-
"filename": "src/github/workflows-model.ts",
|
|
20244
|
-
"line": 280
|
|
20245
|
-
},
|
|
20246
|
-
"name": "name",
|
|
20247
|
-
"optional": true,
|
|
20248
|
-
"type": {
|
|
20249
|
-
"primitive": "string"
|
|
20250
|
-
}
|
|
20251
|
-
},
|
|
20252
|
-
{
|
|
20253
|
-
"abstract": true,
|
|
20254
|
-
"docs": {
|
|
20255
|
-
"remarks": "If you do\nnot provide a name, the step name will default to the text specified in\nthe run command.",
|
|
20256
|
-
"stability": "experimental",
|
|
20257
|
-
"summary": "Runs command-line programs using the operating system's shell."
|
|
20258
|
-
},
|
|
20259
|
-
"immutable": true,
|
|
20260
|
-
"locationInModule": {
|
|
20261
|
-
"filename": "src/github/workflows-model.ts",
|
|
20262
|
-
"line": 295
|
|
20263
|
-
},
|
|
20264
|
-
"name": "run",
|
|
20265
|
-
"optional": true,
|
|
20266
|
-
"type": {
|
|
20267
|
-
"primitive": "string"
|
|
20268
|
-
}
|
|
20269
|
-
},
|
|
20270
20179
|
{
|
|
20271
20180
|
"abstract": true,
|
|
20272
20181
|
"docs": {
|
|
@@ -20276,54 +20185,13 @@
|
|
|
20276
20185
|
"immutable": true,
|
|
20277
20186
|
"locationInModule": {
|
|
20278
20187
|
"filename": "src/github/workflows-model.ts",
|
|
20279
|
-
"line":
|
|
20188
|
+
"line": 324
|
|
20280
20189
|
},
|
|
20281
20190
|
"name": "timeoutMinutes",
|
|
20282
20191
|
"optional": true,
|
|
20283
20192
|
"type": {
|
|
20284
20193
|
"primitive": "number"
|
|
20285
20194
|
}
|
|
20286
|
-
},
|
|
20287
|
-
{
|
|
20288
|
-
"abstract": true,
|
|
20289
|
-
"docs": {
|
|
20290
|
-
"remarks": "An action is a\nreusable unit of code. You can use an action defined in the same\nrepository as the workflow, a public repository, or in a published Docker\ncontainer image.",
|
|
20291
|
-
"stability": "experimental",
|
|
20292
|
-
"summary": "Selects an action to run as part of a step in your job."
|
|
20293
|
-
},
|
|
20294
|
-
"immutable": true,
|
|
20295
|
-
"locationInModule": {
|
|
20296
|
-
"filename": "src/github/workflows-model.ts",
|
|
20297
|
-
"line": 288
|
|
20298
|
-
},
|
|
20299
|
-
"name": "uses",
|
|
20300
|
-
"optional": true,
|
|
20301
|
-
"type": {
|
|
20302
|
-
"primitive": "string"
|
|
20303
|
-
}
|
|
20304
|
-
},
|
|
20305
|
-
{
|
|
20306
|
-
"abstract": true,
|
|
20307
|
-
"docs": {
|
|
20308
|
-
"remarks": "Each input parameter\nis a key/value pair. Input parameters are set as environment variables.\nThe variable is prefixed with INPUT_ and converted to upper case.",
|
|
20309
|
-
"stability": "experimental",
|
|
20310
|
-
"summary": "A map of the input parameters defined by the action."
|
|
20311
|
-
},
|
|
20312
|
-
"immutable": true,
|
|
20313
|
-
"locationInModule": {
|
|
20314
|
-
"filename": "src/github/workflows-model.ts",
|
|
20315
|
-
"line": 302
|
|
20316
|
-
},
|
|
20317
|
-
"name": "with",
|
|
20318
|
-
"optional": true,
|
|
20319
|
-
"type": {
|
|
20320
|
-
"collection": {
|
|
20321
|
-
"elementtype": {
|
|
20322
|
-
"primitive": "any"
|
|
20323
|
-
},
|
|
20324
|
-
"kind": "map"
|
|
20325
|
-
}
|
|
20326
|
-
}
|
|
20327
20195
|
}
|
|
20328
20196
|
],
|
|
20329
20197
|
"symbolId": "src/github/workflows-model:JobStep"
|
|
@@ -20391,7 +20259,7 @@
|
|
|
20391
20259
|
"kind": "interface",
|
|
20392
20260
|
"locationInModule": {
|
|
20393
20261
|
"filename": "src/github/workflows-model.ts",
|
|
20394
|
-
"line":
|
|
20262
|
+
"line": 331
|
|
20395
20263
|
},
|
|
20396
20264
|
"name": "JobStrategy",
|
|
20397
20265
|
"namespace": "github.workflows",
|
|
@@ -20406,7 +20274,7 @@
|
|
|
20406
20274
|
"immutable": true,
|
|
20407
20275
|
"locationInModule": {
|
|
20408
20276
|
"filename": "src/github/workflows-model.ts",
|
|
20409
|
-
"line":
|
|
20277
|
+
"line": 349
|
|
20410
20278
|
},
|
|
20411
20279
|
"name": "failFast",
|
|
20412
20280
|
"optional": true,
|
|
@@ -20424,7 +20292,7 @@
|
|
|
20424
20292
|
"immutable": true,
|
|
20425
20293
|
"locationInModule": {
|
|
20426
20294
|
"filename": "src/github/workflows-model.ts",
|
|
20427
|
-
"line":
|
|
20295
|
+
"line": 343
|
|
20428
20296
|
},
|
|
20429
20297
|
"name": "matrix",
|
|
20430
20298
|
"optional": true,
|
|
@@ -20442,7 +20310,7 @@
|
|
|
20442
20310
|
"immutable": true,
|
|
20443
20311
|
"locationInModule": {
|
|
20444
20312
|
"filename": "src/github/workflows-model.ts",
|
|
20445
|
-
"line":
|
|
20313
|
+
"line": 357
|
|
20446
20314
|
},
|
|
20447
20315
|
"name": "maxParallel",
|
|
20448
20316
|
"optional": true,
|
|
@@ -20464,7 +20332,7 @@
|
|
|
20464
20332
|
"kind": "interface",
|
|
20465
20333
|
"locationInModule": {
|
|
20466
20334
|
"filename": "src/github/workflows-model.ts",
|
|
20467
|
-
"line":
|
|
20335
|
+
"line": 821
|
|
20468
20336
|
},
|
|
20469
20337
|
"name": "LabelOptions",
|
|
20470
20338
|
"namespace": "github.workflows",
|
|
@@ -20481,7 +20349,7 @@
|
|
|
20481
20349
|
"immutable": true,
|
|
20482
20350
|
"locationInModule": {
|
|
20483
20351
|
"filename": "src/github/workflows-model.ts",
|
|
20484
|
-
"line":
|
|
20352
|
+
"line": 827
|
|
20485
20353
|
},
|
|
20486
20354
|
"name": "types",
|
|
20487
20355
|
"optional": true,
|
|
@@ -20508,7 +20376,7 @@
|
|
|
20508
20376
|
"kind": "interface",
|
|
20509
20377
|
"locationInModule": {
|
|
20510
20378
|
"filename": "src/github/workflows-model.ts",
|
|
20511
|
-
"line":
|
|
20379
|
+
"line": 833
|
|
20512
20380
|
},
|
|
20513
20381
|
"name": "MilestoneOptions",
|
|
20514
20382
|
"namespace": "github.workflows",
|
|
@@ -20525,7 +20393,7 @@
|
|
|
20525
20393
|
"immutable": true,
|
|
20526
20394
|
"locationInModule": {
|
|
20527
20395
|
"filename": "src/github/workflows-model.ts",
|
|
20528
|
-
"line":
|
|
20396
|
+
"line": 839
|
|
20529
20397
|
},
|
|
20530
20398
|
"name": "types",
|
|
20531
20399
|
"optional": true,
|
|
@@ -20552,7 +20420,7 @@
|
|
|
20552
20420
|
"kind": "interface",
|
|
20553
20421
|
"locationInModule": {
|
|
20554
20422
|
"filename": "src/github/workflows-model.ts",
|
|
20555
|
-
"line":
|
|
20423
|
+
"line": 1111
|
|
20556
20424
|
},
|
|
20557
20425
|
"name": "PageBuildOptions",
|
|
20558
20426
|
"namespace": "github.workflows",
|
|
@@ -20569,7 +20437,7 @@
|
|
|
20569
20437
|
"kind": "interface",
|
|
20570
20438
|
"locationInModule": {
|
|
20571
20439
|
"filename": "src/github/workflows-model.ts",
|
|
20572
|
-
"line":
|
|
20440
|
+
"line": 861
|
|
20573
20441
|
},
|
|
20574
20442
|
"name": "ProjectCardOptions",
|
|
20575
20443
|
"namespace": "github.workflows",
|
|
@@ -20586,7 +20454,7 @@
|
|
|
20586
20454
|
"immutable": true,
|
|
20587
20455
|
"locationInModule": {
|
|
20588
20456
|
"filename": "src/github/workflows-model.ts",
|
|
20589
|
-
"line":
|
|
20457
|
+
"line": 867
|
|
20590
20458
|
},
|
|
20591
20459
|
"name": "types",
|
|
20592
20460
|
"optional": true,
|
|
@@ -20613,7 +20481,7 @@
|
|
|
20613
20481
|
"kind": "interface",
|
|
20614
20482
|
"locationInModule": {
|
|
20615
20483
|
"filename": "src/github/workflows-model.ts",
|
|
20616
|
-
"line":
|
|
20484
|
+
"line": 875
|
|
20617
20485
|
},
|
|
20618
20486
|
"name": "ProjectColumnOptions",
|
|
20619
20487
|
"namespace": "github.workflows",
|
|
@@ -20630,7 +20498,7 @@
|
|
|
20630
20498
|
"immutable": true,
|
|
20631
20499
|
"locationInModule": {
|
|
20632
20500
|
"filename": "src/github/workflows-model.ts",
|
|
20633
|
-
"line":
|
|
20501
|
+
"line": 881
|
|
20634
20502
|
},
|
|
20635
20503
|
"name": "types",
|
|
20636
20504
|
"optional": true,
|
|
@@ -20657,7 +20525,7 @@
|
|
|
20657
20525
|
"kind": "interface",
|
|
20658
20526
|
"locationInModule": {
|
|
20659
20527
|
"filename": "src/github/workflows-model.ts",
|
|
20660
|
-
"line":
|
|
20528
|
+
"line": 847
|
|
20661
20529
|
},
|
|
20662
20530
|
"name": "ProjectOptions",
|
|
20663
20531
|
"namespace": "github.workflows",
|
|
@@ -20674,7 +20542,7 @@
|
|
|
20674
20542
|
"immutable": true,
|
|
20675
20543
|
"locationInModule": {
|
|
20676
20544
|
"filename": "src/github/workflows-model.ts",
|
|
20677
|
-
"line":
|
|
20545
|
+
"line": 853
|
|
20678
20546
|
},
|
|
20679
20547
|
"name": "types",
|
|
20680
20548
|
"optional": true,
|
|
@@ -20701,7 +20569,7 @@
|
|
|
20701
20569
|
"kind": "interface",
|
|
20702
20570
|
"locationInModule": {
|
|
20703
20571
|
"filename": "src/github/workflows-model.ts",
|
|
20704
|
-
"line":
|
|
20572
|
+
"line": 1116
|
|
20705
20573
|
},
|
|
20706
20574
|
"name": "PublicOptions",
|
|
20707
20575
|
"namespace": "github.workflows",
|
|
@@ -20718,7 +20586,7 @@
|
|
|
20718
20586
|
"kind": "interface",
|
|
20719
20587
|
"locationInModule": {
|
|
20720
20588
|
"filename": "src/github/workflows-model.ts",
|
|
20721
|
-
"line":
|
|
20589
|
+
"line": 887
|
|
20722
20590
|
},
|
|
20723
20591
|
"name": "PullRequestOptions",
|
|
20724
20592
|
"namespace": "github.workflows",
|
|
@@ -20735,7 +20603,7 @@
|
|
|
20735
20603
|
"immutable": true,
|
|
20736
20604
|
"locationInModule": {
|
|
20737
20605
|
"filename": "src/github/workflows-model.ts",
|
|
20738
|
-
"line":
|
|
20606
|
+
"line": 893
|
|
20739
20607
|
},
|
|
20740
20608
|
"name": "types",
|
|
20741
20609
|
"optional": true,
|
|
@@ -20762,7 +20630,7 @@
|
|
|
20762
20630
|
"kind": "interface",
|
|
20763
20631
|
"locationInModule": {
|
|
20764
20632
|
"filename": "src/github/workflows-model.ts",
|
|
20765
|
-
"line":
|
|
20633
|
+
"line": 926
|
|
20766
20634
|
},
|
|
20767
20635
|
"name": "PullRequestReviewCommentOptions",
|
|
20768
20636
|
"namespace": "github.workflows",
|
|
@@ -20779,7 +20647,7 @@
|
|
|
20779
20647
|
"immutable": true,
|
|
20780
20648
|
"locationInModule": {
|
|
20781
20649
|
"filename": "src/github/workflows-model.ts",
|
|
20782
|
-
"line":
|
|
20650
|
+
"line": 932
|
|
20783
20651
|
},
|
|
20784
20652
|
"name": "types",
|
|
20785
20653
|
"optional": true,
|
|
@@ -20806,7 +20674,7 @@
|
|
|
20806
20674
|
"kind": "interface",
|
|
20807
20675
|
"locationInModule": {
|
|
20808
20676
|
"filename": "src/github/workflows-model.ts",
|
|
20809
|
-
"line":
|
|
20677
|
+
"line": 914
|
|
20810
20678
|
},
|
|
20811
20679
|
"name": "PullRequestReviewOptions",
|
|
20812
20680
|
"namespace": "github.workflows",
|
|
@@ -20823,7 +20691,7 @@
|
|
|
20823
20691
|
"immutable": true,
|
|
20824
20692
|
"locationInModule": {
|
|
20825
20693
|
"filename": "src/github/workflows-model.ts",
|
|
20826
|
-
"line":
|
|
20694
|
+
"line": 920
|
|
20827
20695
|
},
|
|
20828
20696
|
"name": "types",
|
|
20829
20697
|
"optional": true,
|
|
@@ -20853,7 +20721,7 @@
|
|
|
20853
20721
|
"kind": "interface",
|
|
20854
20722
|
"locationInModule": {
|
|
20855
20723
|
"filename": "src/github/workflows-model.ts",
|
|
20856
|
-
"line":
|
|
20724
|
+
"line": 938
|
|
20857
20725
|
},
|
|
20858
20726
|
"name": "PullRequestTargetOptions",
|
|
20859
20727
|
"namespace": "github.workflows",
|
|
@@ -20870,7 +20738,7 @@
|
|
|
20870
20738
|
"immutable": true,
|
|
20871
20739
|
"locationInModule": {
|
|
20872
20740
|
"filename": "src/github/workflows-model.ts",
|
|
20873
|
-
"line":
|
|
20741
|
+
"line": 944
|
|
20874
20742
|
},
|
|
20875
20743
|
"name": "types",
|
|
20876
20744
|
"optional": true,
|
|
@@ -20897,7 +20765,7 @@
|
|
|
20897
20765
|
"kind": "interface",
|
|
20898
20766
|
"locationInModule": {
|
|
20899
20767
|
"filename": "src/github/workflows-model.ts",
|
|
20900
|
-
"line":
|
|
20768
|
+
"line": 965
|
|
20901
20769
|
},
|
|
20902
20770
|
"name": "PushOptions",
|
|
20903
20771
|
"namespace": "github.workflows",
|
|
@@ -20913,7 +20781,7 @@
|
|
|
20913
20781
|
"immutable": true,
|
|
20914
20782
|
"locationInModule": {
|
|
20915
20783
|
"filename": "src/github/workflows-model.ts",
|
|
20916
|
-
"line":
|
|
20784
|
+
"line": 975
|
|
20917
20785
|
},
|
|
20918
20786
|
"name": "branches",
|
|
20919
20787
|
"optional": true,
|
|
@@ -20937,7 +20805,7 @@
|
|
|
20937
20805
|
"immutable": true,
|
|
20938
20806
|
"locationInModule": {
|
|
20939
20807
|
"filename": "src/github/workflows-model.ts",
|
|
20940
|
-
"line":
|
|
20808
|
+
"line": 996
|
|
20941
20809
|
},
|
|
20942
20810
|
"name": "paths",
|
|
20943
20811
|
"optional": true,
|
|
@@ -20961,7 +20829,7 @@
|
|
|
20961
20829
|
"immutable": true,
|
|
20962
20830
|
"locationInModule": {
|
|
20963
20831
|
"filename": "src/github/workflows-model.ts",
|
|
20964
|
-
"line":
|
|
20832
|
+
"line": 986
|
|
20965
20833
|
},
|
|
20966
20834
|
"name": "tags",
|
|
20967
20835
|
"optional": true,
|
|
@@ -20988,7 +20856,7 @@
|
|
|
20988
20856
|
"kind": "interface",
|
|
20989
20857
|
"locationInModule": {
|
|
20990
20858
|
"filename": "src/github/workflows-model.ts",
|
|
20991
|
-
"line":
|
|
20859
|
+
"line": 1002
|
|
20992
20860
|
},
|
|
20993
20861
|
"name": "RegistryPackageOptions",
|
|
20994
20862
|
"namespace": "github.workflows",
|
|
@@ -21005,7 +20873,7 @@
|
|
|
21005
20873
|
"immutable": true,
|
|
21006
20874
|
"locationInModule": {
|
|
21007
20875
|
"filename": "src/github/workflows-model.ts",
|
|
21008
|
-
"line":
|
|
20876
|
+
"line": 1008
|
|
21009
20877
|
},
|
|
21010
20878
|
"name": "types",
|
|
21011
20879
|
"optional": true,
|
|
@@ -21032,7 +20900,7 @@
|
|
|
21032
20900
|
"kind": "interface",
|
|
21033
20901
|
"locationInModule": {
|
|
21034
20902
|
"filename": "src/github/workflows-model.ts",
|
|
21035
|
-
"line":
|
|
20903
|
+
"line": 1014
|
|
21036
20904
|
},
|
|
21037
20905
|
"name": "ReleaseOptions",
|
|
21038
20906
|
"namespace": "github.workflows",
|
|
@@ -21049,7 +20917,7 @@
|
|
|
21049
20917
|
"immutable": true,
|
|
21050
20918
|
"locationInModule": {
|
|
21051
20919
|
"filename": "src/github/workflows-model.ts",
|
|
21052
|
-
"line":
|
|
20920
|
+
"line": 1020
|
|
21053
20921
|
},
|
|
21054
20922
|
"name": "types",
|
|
21055
20923
|
"optional": true,
|
|
@@ -21076,7 +20944,7 @@
|
|
|
21076
20944
|
"kind": "interface",
|
|
21077
20945
|
"locationInModule": {
|
|
21078
20946
|
"filename": "src/github/workflows-model.ts",
|
|
21079
|
-
"line":
|
|
20947
|
+
"line": 693
|
|
21080
20948
|
},
|
|
21081
20949
|
"name": "RepositoryDispatchOptions",
|
|
21082
20950
|
"namespace": "github.workflows",
|
|
@@ -21093,7 +20961,7 @@
|
|
|
21093
20961
|
"immutable": true,
|
|
21094
20962
|
"locationInModule": {
|
|
21095
20963
|
"filename": "src/github/workflows-model.ts",
|
|
21096
|
-
"line":
|
|
20964
|
+
"line": 699
|
|
21097
20965
|
},
|
|
21098
20966
|
"name": "types",
|
|
21099
20967
|
"optional": true,
|
|
@@ -21174,12 +21042,166 @@
|
|
|
21174
21042
|
"kind": "interface",
|
|
21175
21043
|
"locationInModule": {
|
|
21176
21044
|
"filename": "src/github/workflows-model.ts",
|
|
21177
|
-
"line":
|
|
21045
|
+
"line": 1121
|
|
21178
21046
|
},
|
|
21179
21047
|
"name": "StatusOptions",
|
|
21180
21048
|
"namespace": "github.workflows",
|
|
21181
21049
|
"symbolId": "src/github/workflows-model:StatusOptions"
|
|
21182
21050
|
},
|
|
21051
|
+
"projen.github.workflows.Step": {
|
|
21052
|
+
"assembly": "projen",
|
|
21053
|
+
"datatype": true,
|
|
21054
|
+
"docs": {
|
|
21055
|
+
"stability": "experimental",
|
|
21056
|
+
"summary": "A generic step."
|
|
21057
|
+
},
|
|
21058
|
+
"fqn": "projen.github.workflows.Step",
|
|
21059
|
+
"kind": "interface",
|
|
21060
|
+
"locationInModule": {
|
|
21061
|
+
"filename": "src/github/workflows-model.ts",
|
|
21062
|
+
"line": 263
|
|
21063
|
+
},
|
|
21064
|
+
"name": "Step",
|
|
21065
|
+
"namespace": "github.workflows",
|
|
21066
|
+
"properties": [
|
|
21067
|
+
{
|
|
21068
|
+
"abstract": true,
|
|
21069
|
+
"docs": {
|
|
21070
|
+
"remarks": "You can also set environment variables for the entire workflow or a job.",
|
|
21071
|
+
"stability": "experimental",
|
|
21072
|
+
"summary": "Sets environment variables for steps to use in the runner environment."
|
|
21073
|
+
},
|
|
21074
|
+
"immutable": true,
|
|
21075
|
+
"locationInModule": {
|
|
21076
|
+
"filename": "src/github/workflows-model.ts",
|
|
21077
|
+
"line": 308
|
|
21078
|
+
},
|
|
21079
|
+
"name": "env",
|
|
21080
|
+
"optional": true,
|
|
21081
|
+
"type": {
|
|
21082
|
+
"collection": {
|
|
21083
|
+
"elementtype": {
|
|
21084
|
+
"primitive": "string"
|
|
21085
|
+
},
|
|
21086
|
+
"kind": "map"
|
|
21087
|
+
}
|
|
21088
|
+
}
|
|
21089
|
+
},
|
|
21090
|
+
{
|
|
21091
|
+
"abstract": true,
|
|
21092
|
+
"docs": {
|
|
21093
|
+
"remarks": "You can use the id to reference the\nstep in contexts.",
|
|
21094
|
+
"stability": "experimental",
|
|
21095
|
+
"summary": "A unique identifier for the step."
|
|
21096
|
+
},
|
|
21097
|
+
"immutable": true,
|
|
21098
|
+
"locationInModule": {
|
|
21099
|
+
"filename": "src/github/workflows-model.ts",
|
|
21100
|
+
"line": 268
|
|
21101
|
+
},
|
|
21102
|
+
"name": "id",
|
|
21103
|
+
"optional": true,
|
|
21104
|
+
"type": {
|
|
21105
|
+
"primitive": "string"
|
|
21106
|
+
}
|
|
21107
|
+
},
|
|
21108
|
+
{
|
|
21109
|
+
"abstract": true,
|
|
21110
|
+
"docs": {
|
|
21111
|
+
"remarks": "You can use any supported context and expression to\ncreate a conditional.",
|
|
21112
|
+
"stability": "experimental",
|
|
21113
|
+
"summary": "You can use the if conditional to prevent a job from running unless a condition is met."
|
|
21114
|
+
},
|
|
21115
|
+
"immutable": true,
|
|
21116
|
+
"locationInModule": {
|
|
21117
|
+
"filename": "src/github/workflows-model.ts",
|
|
21118
|
+
"line": 275
|
|
21119
|
+
},
|
|
21120
|
+
"name": "if",
|
|
21121
|
+
"optional": true,
|
|
21122
|
+
"type": {
|
|
21123
|
+
"primitive": "string"
|
|
21124
|
+
}
|
|
21125
|
+
},
|
|
21126
|
+
{
|
|
21127
|
+
"abstract": true,
|
|
21128
|
+
"docs": {
|
|
21129
|
+
"stability": "experimental",
|
|
21130
|
+
"summary": "A name for your step to display on GitHub."
|
|
21131
|
+
},
|
|
21132
|
+
"immutable": true,
|
|
21133
|
+
"locationInModule": {
|
|
21134
|
+
"filename": "src/github/workflows-model.ts",
|
|
21135
|
+
"line": 280
|
|
21136
|
+
},
|
|
21137
|
+
"name": "name",
|
|
21138
|
+
"optional": true,
|
|
21139
|
+
"type": {
|
|
21140
|
+
"primitive": "string"
|
|
21141
|
+
}
|
|
21142
|
+
},
|
|
21143
|
+
{
|
|
21144
|
+
"abstract": true,
|
|
21145
|
+
"docs": {
|
|
21146
|
+
"remarks": "If you do\nnot provide a name, the step name will default to the text specified in\nthe run command.",
|
|
21147
|
+
"stability": "experimental",
|
|
21148
|
+
"summary": "Runs command-line programs using the operating system's shell."
|
|
21149
|
+
},
|
|
21150
|
+
"immutable": true,
|
|
21151
|
+
"locationInModule": {
|
|
21152
|
+
"filename": "src/github/workflows-model.ts",
|
|
21153
|
+
"line": 295
|
|
21154
|
+
},
|
|
21155
|
+
"name": "run",
|
|
21156
|
+
"optional": true,
|
|
21157
|
+
"type": {
|
|
21158
|
+
"primitive": "string"
|
|
21159
|
+
}
|
|
21160
|
+
},
|
|
21161
|
+
{
|
|
21162
|
+
"abstract": true,
|
|
21163
|
+
"docs": {
|
|
21164
|
+
"remarks": "An action is a\nreusable unit of code. You can use an action defined in the same\nrepository as the workflow, a public repository, or in a published Docker\ncontainer image.",
|
|
21165
|
+
"stability": "experimental",
|
|
21166
|
+
"summary": "Selects an action to run as part of a step in your job."
|
|
21167
|
+
},
|
|
21168
|
+
"immutable": true,
|
|
21169
|
+
"locationInModule": {
|
|
21170
|
+
"filename": "src/github/workflows-model.ts",
|
|
21171
|
+
"line": 288
|
|
21172
|
+
},
|
|
21173
|
+
"name": "uses",
|
|
21174
|
+
"optional": true,
|
|
21175
|
+
"type": {
|
|
21176
|
+
"primitive": "string"
|
|
21177
|
+
}
|
|
21178
|
+
},
|
|
21179
|
+
{
|
|
21180
|
+
"abstract": true,
|
|
21181
|
+
"docs": {
|
|
21182
|
+
"remarks": "Each input parameter\nis a key/value pair. Input parameters are set as environment variables.\nThe variable is prefixed with INPUT_ and converted to upper case.",
|
|
21183
|
+
"stability": "experimental",
|
|
21184
|
+
"summary": "A map of the input parameters defined by the action."
|
|
21185
|
+
},
|
|
21186
|
+
"immutable": true,
|
|
21187
|
+
"locationInModule": {
|
|
21188
|
+
"filename": "src/github/workflows-model.ts",
|
|
21189
|
+
"line": 302
|
|
21190
|
+
},
|
|
21191
|
+
"name": "with",
|
|
21192
|
+
"optional": true,
|
|
21193
|
+
"type": {
|
|
21194
|
+
"collection": {
|
|
21195
|
+
"elementtype": {
|
|
21196
|
+
"primitive": "any"
|
|
21197
|
+
},
|
|
21198
|
+
"kind": "map"
|
|
21199
|
+
}
|
|
21200
|
+
}
|
|
21201
|
+
}
|
|
21202
|
+
],
|
|
21203
|
+
"symbolId": "src/github/workflows-model:Step"
|
|
21204
|
+
},
|
|
21183
21205
|
"projen.github.workflows.ToolRequirement": {
|
|
21184
21206
|
"assembly": "projen",
|
|
21185
21207
|
"datatype": true,
|
|
@@ -21335,7 +21357,7 @@
|
|
|
21335
21357
|
"kind": "interface",
|
|
21336
21358
|
"locationInModule": {
|
|
21337
21359
|
"filename": "src/github/workflows-model.ts",
|
|
21338
|
-
"line":
|
|
21360
|
+
"line": 455
|
|
21339
21361
|
},
|
|
21340
21362
|
"name": "Triggers",
|
|
21341
21363
|
"namespace": "github.workflows",
|
|
@@ -21349,7 +21371,7 @@
|
|
|
21349
21371
|
"immutable": true,
|
|
21350
21372
|
"locationInModule": {
|
|
21351
21373
|
"filename": "src/github/workflows-model.ts",
|
|
21352
|
-
"line":
|
|
21374
|
+
"line": 497
|
|
21353
21375
|
},
|
|
21354
21376
|
"name": "branchProtectionRule",
|
|
21355
21377
|
"optional": true,
|
|
@@ -21366,7 +21388,7 @@
|
|
|
21366
21388
|
"immutable": true,
|
|
21367
21389
|
"locationInModule": {
|
|
21368
21390
|
"filename": "src/github/workflows-model.ts",
|
|
21369
|
-
"line":
|
|
21391
|
+
"line": 502
|
|
21370
21392
|
},
|
|
21371
21393
|
"name": "checkRun",
|
|
21372
21394
|
"optional": true,
|
|
@@ -21383,7 +21405,7 @@
|
|
|
21383
21405
|
"immutable": true,
|
|
21384
21406
|
"locationInModule": {
|
|
21385
21407
|
"filename": "src/github/workflows-model.ts",
|
|
21386
|
-
"line":
|
|
21408
|
+
"line": 507
|
|
21387
21409
|
},
|
|
21388
21410
|
"name": "checkSuite",
|
|
21389
21411
|
"optional": true,
|
|
@@ -21400,7 +21422,7 @@
|
|
|
21400
21422
|
"immutable": true,
|
|
21401
21423
|
"locationInModule": {
|
|
21402
21424
|
"filename": "src/github/workflows-model.ts",
|
|
21403
|
-
"line":
|
|
21425
|
+
"line": 513
|
|
21404
21426
|
},
|
|
21405
21427
|
"name": "create",
|
|
21406
21428
|
"optional": true,
|
|
@@ -21417,7 +21439,7 @@
|
|
|
21417
21439
|
"immutable": true,
|
|
21418
21440
|
"locationInModule": {
|
|
21419
21441
|
"filename": "src/github/workflows-model.ts",
|
|
21420
|
-
"line":
|
|
21442
|
+
"line": 519
|
|
21421
21443
|
},
|
|
21422
21444
|
"name": "delete",
|
|
21423
21445
|
"optional": true,
|
|
@@ -21435,7 +21457,7 @@
|
|
|
21435
21457
|
"immutable": true,
|
|
21436
21458
|
"locationInModule": {
|
|
21437
21459
|
"filename": "src/github/workflows-model.ts",
|
|
21438
|
-
"line":
|
|
21460
|
+
"line": 526
|
|
21439
21461
|
},
|
|
21440
21462
|
"name": "deployment",
|
|
21441
21463
|
"optional": true,
|
|
@@ -21453,7 +21475,7 @@
|
|
|
21453
21475
|
"immutable": true,
|
|
21454
21476
|
"locationInModule": {
|
|
21455
21477
|
"filename": "src/github/workflows-model.ts",
|
|
21456
|
-
"line":
|
|
21478
|
+
"line": 533
|
|
21457
21479
|
},
|
|
21458
21480
|
"name": "deploymentStatus",
|
|
21459
21481
|
"optional": true,
|
|
@@ -21472,7 +21494,7 @@
|
|
|
21472
21494
|
"immutable": true,
|
|
21473
21495
|
"locationInModule": {
|
|
21474
21496
|
"filename": "src/github/workflows-model.ts",
|
|
21475
|
-
"line":
|
|
21497
|
+
"line": 539
|
|
21476
21498
|
},
|
|
21477
21499
|
"name": "discussion",
|
|
21478
21500
|
"optional": true,
|
|
@@ -21491,7 +21513,7 @@
|
|
|
21491
21513
|
"immutable": true,
|
|
21492
21514
|
"locationInModule": {
|
|
21493
21515
|
"filename": "src/github/workflows-model.ts",
|
|
21494
|
-
"line":
|
|
21516
|
+
"line": 545
|
|
21495
21517
|
},
|
|
21496
21518
|
"name": "discussionComment",
|
|
21497
21519
|
"optional": true,
|
|
@@ -21508,7 +21530,7 @@
|
|
|
21508
21530
|
"immutable": true,
|
|
21509
21531
|
"locationInModule": {
|
|
21510
21532
|
"filename": "src/github/workflows-model.ts",
|
|
21511
|
-
"line":
|
|
21533
|
+
"line": 551
|
|
21512
21534
|
},
|
|
21513
21535
|
"name": "fork",
|
|
21514
21536
|
"optional": true,
|
|
@@ -21525,7 +21547,7 @@
|
|
|
21525
21547
|
"immutable": true,
|
|
21526
21548
|
"locationInModule": {
|
|
21527
21549
|
"filename": "src/github/workflows-model.ts",
|
|
21528
|
-
"line":
|
|
21550
|
+
"line": 557
|
|
21529
21551
|
},
|
|
21530
21552
|
"name": "gollum",
|
|
21531
21553
|
"optional": true,
|
|
@@ -21542,7 +21564,7 @@
|
|
|
21542
21564
|
"immutable": true,
|
|
21543
21565
|
"locationInModule": {
|
|
21544
21566
|
"filename": "src/github/workflows-model.ts",
|
|
21545
|
-
"line":
|
|
21567
|
+
"line": 562
|
|
21546
21568
|
},
|
|
21547
21569
|
"name": "issueComment",
|
|
21548
21570
|
"optional": true,
|
|
@@ -21559,7 +21581,7 @@
|
|
|
21559
21581
|
"immutable": true,
|
|
21560
21582
|
"locationInModule": {
|
|
21561
21583
|
"filename": "src/github/workflows-model.ts",
|
|
21562
|
-
"line":
|
|
21584
|
+
"line": 567
|
|
21563
21585
|
},
|
|
21564
21586
|
"name": "issues",
|
|
21565
21587
|
"optional": true,
|
|
@@ -21576,7 +21598,7 @@
|
|
|
21576
21598
|
"immutable": true,
|
|
21577
21599
|
"locationInModule": {
|
|
21578
21600
|
"filename": "src/github/workflows-model.ts",
|
|
21579
|
-
"line":
|
|
21601
|
+
"line": 572
|
|
21580
21602
|
},
|
|
21581
21603
|
"name": "label",
|
|
21582
21604
|
"optional": true,
|
|
@@ -21593,7 +21615,7 @@
|
|
|
21593
21615
|
"immutable": true,
|
|
21594
21616
|
"locationInModule": {
|
|
21595
21617
|
"filename": "src/github/workflows-model.ts",
|
|
21596
|
-
"line":
|
|
21618
|
+
"line": 577
|
|
21597
21619
|
},
|
|
21598
21620
|
"name": "milestone",
|
|
21599
21621
|
"optional": true,
|
|
@@ -21610,7 +21632,7 @@
|
|
|
21610
21632
|
"immutable": true,
|
|
21611
21633
|
"locationInModule": {
|
|
21612
21634
|
"filename": "src/github/workflows-model.ts",
|
|
21613
|
-
"line":
|
|
21635
|
+
"line": 583
|
|
21614
21636
|
},
|
|
21615
21637
|
"name": "pageBuild",
|
|
21616
21638
|
"optional": true,
|
|
@@ -21627,7 +21649,7 @@
|
|
|
21627
21649
|
"immutable": true,
|
|
21628
21650
|
"locationInModule": {
|
|
21629
21651
|
"filename": "src/github/workflows-model.ts",
|
|
21630
|
-
"line":
|
|
21652
|
+
"line": 588
|
|
21631
21653
|
},
|
|
21632
21654
|
"name": "project",
|
|
21633
21655
|
"optional": true,
|
|
@@ -21644,7 +21666,7 @@
|
|
|
21644
21666
|
"immutable": true,
|
|
21645
21667
|
"locationInModule": {
|
|
21646
21668
|
"filename": "src/github/workflows-model.ts",
|
|
21647
|
-
"line":
|
|
21669
|
+
"line": 593
|
|
21648
21670
|
},
|
|
21649
21671
|
"name": "projectCard",
|
|
21650
21672
|
"optional": true,
|
|
@@ -21661,7 +21683,7 @@
|
|
|
21661
21683
|
"immutable": true,
|
|
21662
21684
|
"locationInModule": {
|
|
21663
21685
|
"filename": "src/github/workflows-model.ts",
|
|
21664
|
-
"line":
|
|
21686
|
+
"line": 598
|
|
21665
21687
|
},
|
|
21666
21688
|
"name": "projectColumn",
|
|
21667
21689
|
"optional": true,
|
|
@@ -21678,7 +21700,7 @@
|
|
|
21678
21700
|
"immutable": true,
|
|
21679
21701
|
"locationInModule": {
|
|
21680
21702
|
"filename": "src/github/workflows-model.ts",
|
|
21681
|
-
"line":
|
|
21703
|
+
"line": 604
|
|
21682
21704
|
},
|
|
21683
21705
|
"name": "public",
|
|
21684
21706
|
"optional": true,
|
|
@@ -21695,7 +21717,7 @@
|
|
|
21695
21717
|
"immutable": true,
|
|
21696
21718
|
"locationInModule": {
|
|
21697
21719
|
"filename": "src/github/workflows-model.ts",
|
|
21698
|
-
"line":
|
|
21720
|
+
"line": 609
|
|
21699
21721
|
},
|
|
21700
21722
|
"name": "pullRequest",
|
|
21701
21723
|
"optional": true,
|
|
@@ -21712,7 +21734,7 @@
|
|
|
21712
21734
|
"immutable": true,
|
|
21713
21735
|
"locationInModule": {
|
|
21714
21736
|
"filename": "src/github/workflows-model.ts",
|
|
21715
|
-
"line":
|
|
21737
|
+
"line": 614
|
|
21716
21738
|
},
|
|
21717
21739
|
"name": "pullRequestReview",
|
|
21718
21740
|
"optional": true,
|
|
@@ -21729,7 +21751,7 @@
|
|
|
21729
21751
|
"immutable": true,
|
|
21730
21752
|
"locationInModule": {
|
|
21731
21753
|
"filename": "src/github/workflows-model.ts",
|
|
21732
|
-
"line":
|
|
21754
|
+
"line": 620
|
|
21733
21755
|
},
|
|
21734
21756
|
"name": "pullRequestReviewComment",
|
|
21735
21757
|
"optional": true,
|
|
@@ -21748,7 +21770,7 @@
|
|
|
21748
21770
|
"immutable": true,
|
|
21749
21771
|
"locationInModule": {
|
|
21750
21772
|
"filename": "src/github/workflows-model.ts",
|
|
21751
|
-
"line":
|
|
21773
|
+
"line": 641
|
|
21752
21774
|
},
|
|
21753
21775
|
"name": "pullRequestTarget",
|
|
21754
21776
|
"optional": true,
|
|
@@ -21765,7 +21787,7 @@
|
|
|
21765
21787
|
"immutable": true,
|
|
21766
21788
|
"locationInModule": {
|
|
21767
21789
|
"filename": "src/github/workflows-model.ts",
|
|
21768
|
-
"line":
|
|
21790
|
+
"line": 647
|
|
21769
21791
|
},
|
|
21770
21792
|
"name": "push",
|
|
21771
21793
|
"optional": true,
|
|
@@ -21782,7 +21804,7 @@
|
|
|
21782
21804
|
"immutable": true,
|
|
21783
21805
|
"locationInModule": {
|
|
21784
21806
|
"filename": "src/github/workflows-model.ts",
|
|
21785
|
-
"line":
|
|
21807
|
+
"line": 652
|
|
21786
21808
|
},
|
|
21787
21809
|
"name": "registryPackage",
|
|
21788
21810
|
"optional": true,
|
|
@@ -21799,7 +21821,7 @@
|
|
|
21799
21821
|
"immutable": true,
|
|
21800
21822
|
"locationInModule": {
|
|
21801
21823
|
"filename": "src/github/workflows-model.ts",
|
|
21802
|
-
"line":
|
|
21824
|
+
"line": 657
|
|
21803
21825
|
},
|
|
21804
21826
|
"name": "release",
|
|
21805
21827
|
"optional": true,
|
|
@@ -21816,7 +21838,7 @@
|
|
|
21816
21838
|
"immutable": true,
|
|
21817
21839
|
"locationInModule": {
|
|
21818
21840
|
"filename": "src/github/workflows-model.ts",
|
|
21819
|
-
"line":
|
|
21841
|
+
"line": 482
|
|
21820
21842
|
},
|
|
21821
21843
|
"name": "repositoryDispatch",
|
|
21822
21844
|
"optional": true,
|
|
@@ -21835,7 +21857,7 @@
|
|
|
21835
21857
|
"immutable": true,
|
|
21836
21858
|
"locationInModule": {
|
|
21837
21859
|
"filename": "src/github/workflows-model.ts",
|
|
21838
|
-
"line":
|
|
21860
|
+
"line": 465
|
|
21839
21861
|
},
|
|
21840
21862
|
"name": "schedule",
|
|
21841
21863
|
"optional": true,
|
|
@@ -21857,7 +21879,7 @@
|
|
|
21857
21879
|
"immutable": true,
|
|
21858
21880
|
"locationInModule": {
|
|
21859
21881
|
"filename": "src/github/workflows-model.ts",
|
|
21860
|
-
"line":
|
|
21882
|
+
"line": 663
|
|
21861
21883
|
},
|
|
21862
21884
|
"name": "status",
|
|
21863
21885
|
"optional": true,
|
|
@@ -21874,7 +21896,7 @@
|
|
|
21874
21896
|
"immutable": true,
|
|
21875
21897
|
"locationInModule": {
|
|
21876
21898
|
"filename": "src/github/workflows-model.ts",
|
|
21877
|
-
"line":
|
|
21899
|
+
"line": 668
|
|
21878
21900
|
},
|
|
21879
21901
|
"name": "watch",
|
|
21880
21902
|
"optional": true,
|
|
@@ -21892,7 +21914,7 @@
|
|
|
21892
21914
|
"immutable": true,
|
|
21893
21915
|
"locationInModule": {
|
|
21894
21916
|
"filename": "src/github/workflows-model.ts",
|
|
21895
|
-
"line":
|
|
21917
|
+
"line": 490
|
|
21896
21918
|
},
|
|
21897
21919
|
"name": "workflowCall",
|
|
21898
21920
|
"optional": true,
|
|
@@ -21910,7 +21932,7 @@
|
|
|
21910
21932
|
"immutable": true,
|
|
21911
21933
|
"locationInModule": {
|
|
21912
21934
|
"filename": "src/github/workflows-model.ts",
|
|
21913
|
-
"line":
|
|
21935
|
+
"line": 475
|
|
21914
21936
|
},
|
|
21915
21937
|
"name": "workflowDispatch",
|
|
21916
21938
|
"optional": true,
|
|
@@ -21928,7 +21950,7 @@
|
|
|
21928
21950
|
"immutable": true,
|
|
21929
21951
|
"locationInModule": {
|
|
21930
21952
|
"filename": "src/github/workflows-model.ts",
|
|
21931
|
-
"line":
|
|
21953
|
+
"line": 676
|
|
21932
21954
|
},
|
|
21933
21955
|
"name": "workflowRun",
|
|
21934
21956
|
"optional": true,
|
|
@@ -21950,7 +21972,7 @@
|
|
|
21950
21972
|
"kind": "interface",
|
|
21951
21973
|
"locationInModule": {
|
|
21952
21974
|
"filename": "src/github/workflows-model.ts",
|
|
21953
|
-
"line":
|
|
21975
|
+
"line": 1034
|
|
21954
21976
|
},
|
|
21955
21977
|
"name": "WatchOptions",
|
|
21956
21978
|
"namespace": "github.workflows",
|
|
@@ -21967,7 +21989,7 @@
|
|
|
21967
21989
|
"immutable": true,
|
|
21968
21990
|
"locationInModule": {
|
|
21969
21991
|
"filename": "src/github/workflows-model.ts",
|
|
21970
|
-
"line":
|
|
21992
|
+
"line": 1040
|
|
21971
21993
|
},
|
|
21972
21994
|
"name": "types",
|
|
21973
21995
|
"optional": true,
|
|
@@ -21994,7 +22016,7 @@
|
|
|
21994
22016
|
"kind": "interface",
|
|
21995
22017
|
"locationInModule": {
|
|
21996
22018
|
"filename": "src/github/workflows-model.ts",
|
|
21997
|
-
"line":
|
|
22019
|
+
"line": 1076
|
|
21998
22020
|
},
|
|
21999
22021
|
"name": "WorkflowCallOptions",
|
|
22000
22022
|
"namespace": "github.workflows",
|
|
@@ -22011,7 +22033,7 @@
|
|
|
22011
22033
|
"kind": "interface",
|
|
22012
22034
|
"locationInModule": {
|
|
22013
22035
|
"filename": "src/github/workflows-model.ts",
|
|
22014
|
-
"line":
|
|
22036
|
+
"line": 1071
|
|
22015
22037
|
},
|
|
22016
22038
|
"name": "WorkflowDispatchOptions",
|
|
22017
22039
|
"namespace": "github.workflows",
|
|
@@ -22028,7 +22050,7 @@
|
|
|
22028
22050
|
"kind": "interface",
|
|
22029
22051
|
"locationInModule": {
|
|
22030
22052
|
"filename": "src/github/workflows-model.ts",
|
|
22031
|
-
"line":
|
|
22053
|
+
"line": 1046
|
|
22032
22054
|
},
|
|
22033
22055
|
"name": "WorkflowRunOptions",
|
|
22034
22056
|
"namespace": "github.workflows",
|
|
@@ -22045,7 +22067,7 @@
|
|
|
22045
22067
|
"immutable": true,
|
|
22046
22068
|
"locationInModule": {
|
|
22047
22069
|
"filename": "src/github/workflows-model.ts",
|
|
22048
|
-
"line":
|
|
22070
|
+
"line": 1064
|
|
22049
22071
|
},
|
|
22050
22072
|
"name": "branches",
|
|
22051
22073
|
"optional": true,
|
|
@@ -22070,7 +22092,7 @@
|
|
|
22070
22092
|
"immutable": true,
|
|
22071
22093
|
"locationInModule": {
|
|
22072
22094
|
"filename": "src/github/workflows-model.ts",
|
|
22073
|
-
"line":
|
|
22095
|
+
"line": 1058
|
|
22074
22096
|
},
|
|
22075
22097
|
"name": "types",
|
|
22076
22098
|
"optional": true,
|
|
@@ -22095,7 +22117,7 @@
|
|
|
22095
22117
|
"immutable": true,
|
|
22096
22118
|
"locationInModule": {
|
|
22097
22119
|
"filename": "src/github/workflows-model.ts",
|
|
22098
|
-
"line":
|
|
22120
|
+
"line": 1052
|
|
22099
22121
|
},
|
|
22100
22122
|
"name": "workflows",
|
|
22101
22123
|
"optional": true,
|
|
@@ -28916,7 +28938,7 @@
|
|
|
28916
28938
|
"kind": "interface",
|
|
28917
28939
|
"locationInModule": {
|
|
28918
28940
|
"filename": "src/javascript/node-package.ts",
|
|
28919
|
-
"line":
|
|
28941
|
+
"line": 299
|
|
28920
28942
|
},
|
|
28921
28943
|
"name": "CodeArtifactOptions",
|
|
28922
28944
|
"namespace": "javascript",
|
|
@@ -28932,7 +28954,7 @@
|
|
|
28932
28954
|
"immutable": true,
|
|
28933
28955
|
"locationInModule": {
|
|
28934
28956
|
"filename": "src/javascript/node-package.ts",
|
|
28935
|
-
"line":
|
|
28957
|
+
"line": 306
|
|
28936
28958
|
},
|
|
28937
28959
|
"name": "accessKeyIdSecret",
|
|
28938
28960
|
"optional": true,
|
|
@@ -28950,7 +28972,7 @@
|
|
|
28950
28972
|
"immutable": true,
|
|
28951
28973
|
"locationInModule": {
|
|
28952
28974
|
"filename": "src/javascript/node-package.ts",
|
|
28953
|
-
"line":
|
|
28975
|
+
"line": 322
|
|
28954
28976
|
},
|
|
28955
28977
|
"name": "roleToAssume",
|
|
28956
28978
|
"optional": true,
|
|
@@ -28969,7 +28991,7 @@
|
|
|
28969
28991
|
"immutable": true,
|
|
28970
28992
|
"locationInModule": {
|
|
28971
28993
|
"filename": "src/javascript/node-package.ts",
|
|
28972
|
-
"line":
|
|
28994
|
+
"line": 314
|
|
28973
28995
|
},
|
|
28974
28996
|
"name": "secretAccessKeySecret",
|
|
28975
28997
|
"optional": true,
|
|
@@ -31624,7 +31646,7 @@
|
|
|
31624
31646
|
},
|
|
31625
31647
|
"locationInModule": {
|
|
31626
31648
|
"filename": "src/javascript/node-package.ts",
|
|
31627
|
-
"line":
|
|
31649
|
+
"line": 435
|
|
31628
31650
|
},
|
|
31629
31651
|
"parameters": [
|
|
31630
31652
|
{
|
|
@@ -31645,7 +31667,7 @@
|
|
|
31645
31667
|
"kind": "class",
|
|
31646
31668
|
"locationInModule": {
|
|
31647
31669
|
"filename": "src/javascript/node-package.ts",
|
|
31648
|
-
"line":
|
|
31670
|
+
"line": 345
|
|
31649
31671
|
},
|
|
31650
31672
|
"methods": [
|
|
31651
31673
|
{
|
|
@@ -31654,7 +31676,7 @@
|
|
|
31654
31676
|
},
|
|
31655
31677
|
"locationInModule": {
|
|
31656
31678
|
"filename": "src/javascript/node-package.ts",
|
|
31657
|
-
"line":
|
|
31679
|
+
"line": 638
|
|
31658
31680
|
},
|
|
31659
31681
|
"name": "addBin",
|
|
31660
31682
|
"parameters": [
|
|
@@ -31679,7 +31701,7 @@
|
|
|
31679
31701
|
},
|
|
31680
31702
|
"locationInModule": {
|
|
31681
31703
|
"filename": "src/javascript/node-package.ts",
|
|
31682
|
-
"line":
|
|
31704
|
+
"line": 607
|
|
31683
31705
|
},
|
|
31684
31706
|
"name": "addBundledDeps",
|
|
31685
31707
|
"parameters": [
|
|
@@ -31704,7 +31726,7 @@
|
|
|
31704
31726
|
},
|
|
31705
31727
|
"locationInModule": {
|
|
31706
31728
|
"filename": "src/javascript/node-package.ts",
|
|
31707
|
-
"line":
|
|
31729
|
+
"line": 547
|
|
31708
31730
|
},
|
|
31709
31731
|
"name": "addDeps",
|
|
31710
31732
|
"parameters": [
|
|
@@ -31729,7 +31751,7 @@
|
|
|
31729
31751
|
},
|
|
31730
31752
|
"locationInModule": {
|
|
31731
31753
|
"filename": "src/javascript/node-package.ts",
|
|
31732
|
-
"line":
|
|
31754
|
+
"line": 562
|
|
31733
31755
|
},
|
|
31734
31756
|
"name": "addDevDeps",
|
|
31735
31757
|
"parameters": [
|
|
@@ -31754,7 +31776,7 @@
|
|
|
31754
31776
|
},
|
|
31755
31777
|
"locationInModule": {
|
|
31756
31778
|
"filename": "src/javascript/node-package.ts",
|
|
31757
|
-
"line":
|
|
31779
|
+
"line": 624
|
|
31758
31780
|
},
|
|
31759
31781
|
"name": "addEngine",
|
|
31760
31782
|
"parameters": [
|
|
@@ -31788,7 +31810,7 @@
|
|
|
31788
31810
|
},
|
|
31789
31811
|
"locationInModule": {
|
|
31790
31812
|
"filename": "src/javascript/node-package.ts",
|
|
31791
|
-
"line":
|
|
31813
|
+
"line": 677
|
|
31792
31814
|
},
|
|
31793
31815
|
"name": "addField",
|
|
31794
31816
|
"parameters": [
|
|
@@ -31819,7 +31841,7 @@
|
|
|
31819
31841
|
},
|
|
31820
31842
|
"locationInModule": {
|
|
31821
31843
|
"filename": "src/javascript/node-package.ts",
|
|
31822
|
-
"line":
|
|
31844
|
+
"line": 632
|
|
31823
31845
|
},
|
|
31824
31846
|
"name": "addKeywords",
|
|
31825
31847
|
"parameters": [
|
|
@@ -31844,7 +31866,7 @@
|
|
|
31844
31866
|
},
|
|
31845
31867
|
"locationInModule": {
|
|
31846
31868
|
"filename": "src/javascript/node-package.ts",
|
|
31847
|
-
"line":
|
|
31869
|
+
"line": 581
|
|
31848
31870
|
},
|
|
31849
31871
|
"name": "addPeerDeps",
|
|
31850
31872
|
"parameters": [
|
|
@@ -31869,7 +31891,7 @@
|
|
|
31869
31891
|
},
|
|
31870
31892
|
"locationInModule": {
|
|
31871
31893
|
"filename": "src/javascript/node-package.ts",
|
|
31872
|
-
"line":
|
|
31894
|
+
"line": 685
|
|
31873
31895
|
},
|
|
31874
31896
|
"name": "addVersion",
|
|
31875
31897
|
"parameters": [
|
|
@@ -31892,7 +31914,7 @@
|
|
|
31892
31914
|
},
|
|
31893
31915
|
"locationInModule": {
|
|
31894
31916
|
"filename": "src/javascript/node-package.ts",
|
|
31895
|
-
"line":
|
|
31917
|
+
"line": 667
|
|
31896
31918
|
},
|
|
31897
31919
|
"name": "hasScript",
|
|
31898
31920
|
"parameters": [
|
|
@@ -31920,7 +31942,7 @@
|
|
|
31920
31942
|
},
|
|
31921
31943
|
"locationInModule": {
|
|
31922
31944
|
"filename": "src/javascript/node-package.ts",
|
|
31923
|
-
"line":
|
|
31945
|
+
"line": 755
|
|
31924
31946
|
},
|
|
31925
31947
|
"name": "postSynthesize",
|
|
31926
31948
|
"overrides": "projen.Component"
|
|
@@ -31932,7 +31954,7 @@
|
|
|
31932
31954
|
},
|
|
31933
31955
|
"locationInModule": {
|
|
31934
31956
|
"filename": "src/javascript/node-package.ts",
|
|
31935
|
-
"line":
|
|
31957
|
+
"line": 750
|
|
31936
31958
|
},
|
|
31937
31959
|
"name": "preSynthesize",
|
|
31938
31960
|
"overrides": "projen.Component"
|
|
@@ -31944,7 +31966,7 @@
|
|
|
31944
31966
|
},
|
|
31945
31967
|
"locationInModule": {
|
|
31946
31968
|
"filename": "src/javascript/node-package.ts",
|
|
31947
|
-
"line":
|
|
31969
|
+
"line": 658
|
|
31948
31970
|
},
|
|
31949
31971
|
"name": "removeScript",
|
|
31950
31972
|
"parameters": [
|
|
@@ -31966,7 +31988,7 @@
|
|
|
31966
31988
|
},
|
|
31967
31989
|
"locationInModule": {
|
|
31968
31990
|
"filename": "src/javascript/node-package.ts",
|
|
31969
|
-
"line":
|
|
31991
|
+
"line": 706
|
|
31970
31992
|
},
|
|
31971
31993
|
"name": "renderUpgradePackagesCommand",
|
|
31972
31994
|
"parameters": [
|
|
@@ -32007,7 +32029,7 @@
|
|
|
32007
32029
|
},
|
|
32008
32030
|
"locationInModule": {
|
|
32009
32031
|
"filename": "src/javascript/node-package.ts",
|
|
32010
|
-
"line":
|
|
32032
|
+
"line": 650
|
|
32011
32033
|
},
|
|
32012
32034
|
"name": "setScript",
|
|
32013
32035
|
"parameters": [
|
|
@@ -32043,7 +32065,7 @@
|
|
|
32043
32065
|
"immutable": true,
|
|
32044
32066
|
"locationInModule": {
|
|
32045
32067
|
"filename": "src/javascript/node-package.ts",
|
|
32046
|
-
"line":
|
|
32068
|
+
"line": 359
|
|
32047
32069
|
},
|
|
32048
32070
|
"name": "allowLibraryDependencies",
|
|
32049
32071
|
"type": {
|
|
@@ -32058,7 +32080,7 @@
|
|
|
32058
32080
|
"immutable": true,
|
|
32059
32081
|
"locationInModule": {
|
|
32060
32082
|
"filename": "src/javascript/node-package.ts",
|
|
32061
|
-
"line":
|
|
32083
|
+
"line": 354
|
|
32062
32084
|
},
|
|
32063
32085
|
"name": "entrypoint",
|
|
32064
32086
|
"type": {
|
|
@@ -32073,7 +32095,7 @@
|
|
|
32073
32095
|
"immutable": true,
|
|
32074
32096
|
"locationInModule": {
|
|
32075
32097
|
"filename": "src/javascript/node-package.ts",
|
|
32076
|
-
"line":
|
|
32098
|
+
"line": 699
|
|
32077
32099
|
},
|
|
32078
32100
|
"name": "installAndUpdateLockfileCommand",
|
|
32079
32101
|
"type": {
|
|
@@ -32088,7 +32110,7 @@
|
|
|
32088
32110
|
"immutable": true,
|
|
32089
32111
|
"locationInModule": {
|
|
32090
32112
|
"filename": "src/javascript/node-package.ts",
|
|
32091
|
-
"line":
|
|
32113
|
+
"line": 692
|
|
32092
32114
|
},
|
|
32093
32115
|
"name": "installCommand",
|
|
32094
32116
|
"type": {
|
|
@@ -32103,7 +32125,7 @@
|
|
|
32103
32125
|
"immutable": true,
|
|
32104
32126
|
"locationInModule": {
|
|
32105
32127
|
"filename": "src/javascript/node-package.ts",
|
|
32106
|
-
"line":
|
|
32128
|
+
"line": 426
|
|
32107
32129
|
},
|
|
32108
32130
|
"name": "lockFile",
|
|
32109
32131
|
"type": {
|
|
@@ -32118,7 +32140,7 @@
|
|
|
32118
32140
|
"immutable": true,
|
|
32119
32141
|
"locationInModule": {
|
|
32120
32142
|
"filename": "src/javascript/node-package.ts",
|
|
32121
|
-
"line":
|
|
32143
|
+
"line": 369
|
|
32122
32144
|
},
|
|
32123
32145
|
"name": "manifest",
|
|
32124
32146
|
"type": {
|
|
@@ -32133,7 +32155,7 @@
|
|
|
32133
32155
|
"immutable": true,
|
|
32134
32156
|
"locationInModule": {
|
|
32135
32157
|
"filename": "src/javascript/node-package.ts",
|
|
32136
|
-
"line":
|
|
32158
|
+
"line": 421
|
|
32137
32159
|
},
|
|
32138
32160
|
"name": "npmAccess",
|
|
32139
32161
|
"type": {
|
|
@@ -32148,7 +32170,7 @@
|
|
|
32148
32170
|
"immutable": true,
|
|
32149
32171
|
"locationInModule": {
|
|
32150
32172
|
"filename": "src/javascript/node-package.ts",
|
|
32151
|
-
"line":
|
|
32173
|
+
"line": 396
|
|
32152
32174
|
},
|
|
32153
32175
|
"name": "npmRegistry",
|
|
32154
32176
|
"type": {
|
|
@@ -32163,7 +32185,7 @@
|
|
|
32163
32185
|
"immutable": true,
|
|
32164
32186
|
"locationInModule": {
|
|
32165
32187
|
"filename": "src/javascript/node-package.ts",
|
|
32166
|
-
"line":
|
|
32188
|
+
"line": 391
|
|
32167
32189
|
},
|
|
32168
32190
|
"name": "npmRegistryUrl",
|
|
32169
32191
|
"type": {
|
|
@@ -32178,7 +32200,7 @@
|
|
|
32178
32200
|
"immutable": true,
|
|
32179
32201
|
"locationInModule": {
|
|
32180
32202
|
"filename": "src/javascript/node-package.ts",
|
|
32181
|
-
"line":
|
|
32203
|
+
"line": 364
|
|
32182
32204
|
},
|
|
32183
32205
|
"name": "packageManager",
|
|
32184
32206
|
"type": {
|
|
@@ -32193,7 +32215,7 @@
|
|
|
32193
32215
|
"immutable": true,
|
|
32194
32216
|
"locationInModule": {
|
|
32195
32217
|
"filename": "src/javascript/node-package.ts",
|
|
32196
|
-
"line":
|
|
32218
|
+
"line": 349
|
|
32197
32219
|
},
|
|
32198
32220
|
"name": "packageName",
|
|
32199
32221
|
"type": {
|
|
@@ -32208,7 +32230,7 @@
|
|
|
32208
32230
|
"immutable": true,
|
|
32209
32231
|
"locationInModule": {
|
|
32210
32232
|
"filename": "src/javascript/node-package.ts",
|
|
32211
|
-
"line":
|
|
32233
|
+
"line": 777
|
|
32212
32234
|
},
|
|
32213
32235
|
"name": "projenCommand",
|
|
32214
32236
|
"type": {
|
|
@@ -32225,7 +32247,7 @@
|
|
|
32225
32247
|
"immutable": true,
|
|
32226
32248
|
"locationInModule": {
|
|
32227
32249
|
"filename": "src/javascript/node-package.ts",
|
|
32228
|
-
"line":
|
|
32250
|
+
"line": 409
|
|
32229
32251
|
},
|
|
32230
32252
|
"name": "codeArtifactOptions",
|
|
32231
32253
|
"optional": true,
|
|
@@ -32242,7 +32264,7 @@
|
|
|
32242
32264
|
"immutable": true,
|
|
32243
32265
|
"locationInModule": {
|
|
32244
32266
|
"filename": "src/javascript/node-package.ts",
|
|
32245
|
-
"line":
|
|
32267
|
+
"line": 386
|
|
32246
32268
|
},
|
|
32247
32269
|
"name": "license",
|
|
32248
32270
|
"optional": true,
|
|
@@ -32259,7 +32281,7 @@
|
|
|
32259
32281
|
"immutable": true,
|
|
32260
32282
|
"locationInModule": {
|
|
32261
32283
|
"filename": "src/javascript/node-package.ts",
|
|
32262
|
-
"line":
|
|
32284
|
+
"line": 381
|
|
32263
32285
|
},
|
|
32264
32286
|
"name": "maxNodeVersion",
|
|
32265
32287
|
"optional": true,
|
|
@@ -32276,7 +32298,7 @@
|
|
|
32276
32298
|
"immutable": true,
|
|
32277
32299
|
"locationInModule": {
|
|
32278
32300
|
"filename": "src/javascript/node-package.ts",
|
|
32279
|
-
"line":
|
|
32301
|
+
"line": 375
|
|
32280
32302
|
},
|
|
32281
32303
|
"name": "minNodeVersion",
|
|
32282
32304
|
"optional": true,
|
|
@@ -32292,7 +32314,7 @@
|
|
|
32292
32314
|
"immutable": true,
|
|
32293
32315
|
"locationInModule": {
|
|
32294
32316
|
"filename": "src/javascript/node-package.ts",
|
|
32295
|
-
"line":
|
|
32317
|
+
"line": 401
|
|
32296
32318
|
},
|
|
32297
32319
|
"name": "npmTokenSecret",
|
|
32298
32320
|
"optional": true,
|
|
@@ -32309,7 +32331,7 @@
|
|
|
32309
32331
|
"immutable": true,
|
|
32310
32332
|
"locationInModule": {
|
|
32311
32333
|
"filename": "src/javascript/node-package.ts",
|
|
32312
|
-
"line":
|
|
32334
|
+
"line": 416
|
|
32313
32335
|
},
|
|
32314
32336
|
"name": "scopedPackagesOptions",
|
|
32315
32337
|
"optional": true,
|
|
@@ -32335,7 +32357,7 @@
|
|
|
32335
32357
|
"kind": "enum",
|
|
32336
32358
|
"locationInModule": {
|
|
32337
32359
|
"filename": "src/javascript/node-package.ts",
|
|
32338
|
-
"line":
|
|
32360
|
+
"line": 1331
|
|
32339
32361
|
},
|
|
32340
32362
|
"members": [
|
|
32341
32363
|
{
|
|
@@ -32374,7 +32396,7 @@
|
|
|
32374
32396
|
"kind": "interface",
|
|
32375
32397
|
"locationInModule": {
|
|
32376
32398
|
"filename": "src/javascript/node-package.ts",
|
|
32377
|
-
"line":
|
|
32399
|
+
"line": 27
|
|
32378
32400
|
},
|
|
32379
32401
|
"name": "NodePackageOptions",
|
|
32380
32402
|
"namespace": "javascript",
|
|
@@ -32390,7 +32412,7 @@
|
|
|
32390
32412
|
"immutable": true,
|
|
32391
32413
|
"locationInModule": {
|
|
32392
32414
|
"filename": "src/javascript/node-package.ts",
|
|
32393
|
-
"line":
|
|
32415
|
+
"line": 121
|
|
32394
32416
|
},
|
|
32395
32417
|
"name": "allowLibraryDependencies",
|
|
32396
32418
|
"optional": true,
|
|
@@ -32407,7 +32429,7 @@
|
|
|
32407
32429
|
"immutable": true,
|
|
32408
32430
|
"locationInModule": {
|
|
32409
32431
|
"filename": "src/javascript/node-package.ts",
|
|
32410
|
-
"line":
|
|
32432
|
+
"line": 189
|
|
32411
32433
|
},
|
|
32412
32434
|
"name": "authorEmail",
|
|
32413
32435
|
"optional": true,
|
|
@@ -32424,7 +32446,7 @@
|
|
|
32424
32446
|
"immutable": true,
|
|
32425
32447
|
"locationInModule": {
|
|
32426
32448
|
"filename": "src/javascript/node-package.ts",
|
|
32427
|
-
"line":
|
|
32449
|
+
"line": 184
|
|
32428
32450
|
},
|
|
32429
32451
|
"name": "authorName",
|
|
32430
32452
|
"optional": true,
|
|
@@ -32441,7 +32463,7 @@
|
|
|
32441
32463
|
"immutable": true,
|
|
32442
32464
|
"locationInModule": {
|
|
32443
32465
|
"filename": "src/javascript/node-package.ts",
|
|
32444
|
-
"line":
|
|
32466
|
+
"line": 199
|
|
32445
32467
|
},
|
|
32446
32468
|
"name": "authorOrganization",
|
|
32447
32469
|
"optional": true,
|
|
@@ -32458,7 +32480,7 @@
|
|
|
32458
32480
|
"immutable": true,
|
|
32459
32481
|
"locationInModule": {
|
|
32460
32482
|
"filename": "src/javascript/node-package.ts",
|
|
32461
|
-
"line":
|
|
32483
|
+
"line": 194
|
|
32462
32484
|
},
|
|
32463
32485
|
"name": "authorUrl",
|
|
32464
32486
|
"optional": true,
|
|
@@ -32476,7 +32498,7 @@
|
|
|
32476
32498
|
"immutable": true,
|
|
32477
32499
|
"locationInModule": {
|
|
32478
32500
|
"filename": "src/javascript/node-package.ts",
|
|
32479
|
-
"line":
|
|
32501
|
+
"line": 152
|
|
32480
32502
|
},
|
|
32481
32503
|
"name": "autoDetectBin",
|
|
32482
32504
|
"optional": true,
|
|
@@ -32494,7 +32516,7 @@
|
|
|
32494
32516
|
"immutable": true,
|
|
32495
32517
|
"locationInModule": {
|
|
32496
32518
|
"filename": "src/javascript/node-package.ts",
|
|
32497
|
-
"line":
|
|
32519
|
+
"line": 144
|
|
32498
32520
|
},
|
|
32499
32521
|
"name": "bin",
|
|
32500
32522
|
"optional": true,
|
|
@@ -32516,7 +32538,7 @@
|
|
|
32516
32538
|
"immutable": true,
|
|
32517
32539
|
"locationInModule": {
|
|
32518
32540
|
"filename": "src/javascript/node-package.ts",
|
|
32519
|
-
"line":
|
|
32541
|
+
"line": 265
|
|
32520
32542
|
},
|
|
32521
32543
|
"name": "bugsEmail",
|
|
32522
32544
|
"optional": true,
|
|
@@ -32533,7 +32555,7 @@
|
|
|
32533
32555
|
"immutable": true,
|
|
32534
32556
|
"locationInModule": {
|
|
32535
32557
|
"filename": "src/javascript/node-package.ts",
|
|
32536
|
-
"line":
|
|
32558
|
+
"line": 260
|
|
32537
32559
|
},
|
|
32538
32560
|
"name": "bugsUrl",
|
|
32539
32561
|
"optional": true,
|
|
@@ -32551,7 +32573,7 @@
|
|
|
32551
32573
|
"immutable": true,
|
|
32552
32574
|
"locationInModule": {
|
|
32553
32575
|
"filename": "src/javascript/node-package.ts",
|
|
32554
|
-
"line":
|
|
32576
|
+
"line": 107
|
|
32555
32577
|
},
|
|
32556
32578
|
"name": "bundledDeps",
|
|
32557
32579
|
"optional": true,
|
|
@@ -32575,7 +32597,7 @@
|
|
|
32575
32597
|
"immutable": true,
|
|
32576
32598
|
"locationInModule": {
|
|
32577
32599
|
"filename": "src/javascript/node-package.ts",
|
|
32578
|
-
"line":
|
|
32600
|
+
"line": 289
|
|
32579
32601
|
},
|
|
32580
32602
|
"name": "codeArtifactOptions",
|
|
32581
32603
|
"optional": true,
|
|
@@ -32598,7 +32620,7 @@
|
|
|
32598
32620
|
"immutable": true,
|
|
32599
32621
|
"locationInModule": {
|
|
32600
32622
|
"filename": "src/javascript/node-package.ts",
|
|
32601
|
-
"line":
|
|
32623
|
+
"line": 56
|
|
32602
32624
|
},
|
|
32603
32625
|
"name": "deps",
|
|
32604
32626
|
"optional": true,
|
|
@@ -32624,7 +32646,7 @@
|
|
|
32624
32646
|
"immutable": true,
|
|
32625
32647
|
"locationInModule": {
|
|
32626
32648
|
"filename": "src/javascript/node-package.ts",
|
|
32627
|
-
"line":
|
|
32649
|
+
"line": 40
|
|
32628
32650
|
},
|
|
32629
32651
|
"name": "description",
|
|
32630
32652
|
"optional": true,
|
|
@@ -32647,7 +32669,7 @@
|
|
|
32647
32669
|
"immutable": true,
|
|
32648
32670
|
"locationInModule": {
|
|
32649
32671
|
"filename": "src/javascript/node-package.ts",
|
|
32650
|
-
"line":
|
|
32672
|
+
"line": 74
|
|
32651
32673
|
},
|
|
32652
32674
|
"name": "devDeps",
|
|
32653
32675
|
"optional": true,
|
|
@@ -32671,7 +32693,7 @@
|
|
|
32671
32693
|
"immutable": true,
|
|
32672
32694
|
"locationInModule": {
|
|
32673
32695
|
"filename": "src/javascript/node-package.ts",
|
|
32674
|
-
"line":
|
|
32696
|
+
"line": 135
|
|
32675
32697
|
},
|
|
32676
32698
|
"name": "entrypoint",
|
|
32677
32699
|
"optional": true,
|
|
@@ -32688,7 +32710,7 @@
|
|
|
32688
32710
|
"immutable": true,
|
|
32689
32711
|
"locationInModule": {
|
|
32690
32712
|
"filename": "src/javascript/node-package.ts",
|
|
32691
|
-
"line":
|
|
32713
|
+
"line": 204
|
|
32692
32714
|
},
|
|
32693
32715
|
"name": "homepage",
|
|
32694
32716
|
"optional": true,
|
|
@@ -32705,7 +32727,7 @@
|
|
|
32705
32727
|
"immutable": true,
|
|
32706
32728
|
"locationInModule": {
|
|
32707
32729
|
"filename": "src/javascript/node-package.ts",
|
|
32708
|
-
"line":
|
|
32730
|
+
"line": 126
|
|
32709
32731
|
},
|
|
32710
32732
|
"name": "keywords",
|
|
32711
32733
|
"optional": true,
|
|
@@ -32729,7 +32751,7 @@
|
|
|
32729
32751
|
"immutable": true,
|
|
32730
32752
|
"locationInModule": {
|
|
32731
32753
|
"filename": "src/javascript/node-package.ts",
|
|
32732
|
-
"line":
|
|
32754
|
+
"line": 232
|
|
32733
32755
|
},
|
|
32734
32756
|
"name": "license",
|
|
32735
32757
|
"optional": true,
|
|
@@ -32747,7 +32769,7 @@
|
|
|
32747
32769
|
"immutable": true,
|
|
32748
32770
|
"locationInModule": {
|
|
32749
32771
|
"filename": "src/javascript/node-package.ts",
|
|
32750
|
-
"line":
|
|
32772
|
+
"line": 239
|
|
32751
32773
|
},
|
|
32752
32774
|
"name": "licensed",
|
|
32753
32775
|
"optional": true,
|
|
@@ -32765,7 +32787,7 @@
|
|
|
32765
32787
|
"immutable": true,
|
|
32766
32788
|
"locationInModule": {
|
|
32767
32789
|
"filename": "src/javascript/node-package.ts",
|
|
32768
|
-
"line":
|
|
32790
|
+
"line": 223
|
|
32769
32791
|
},
|
|
32770
32792
|
"name": "maxNodeVersion",
|
|
32771
32793
|
"optional": true,
|
|
@@ -32783,7 +32805,7 @@
|
|
|
32783
32805
|
"immutable": true,
|
|
32784
32806
|
"locationInModule": {
|
|
32785
32807
|
"filename": "src/javascript/node-package.ts",
|
|
32786
|
-
"line":
|
|
32808
|
+
"line": 216
|
|
32787
32809
|
},
|
|
32788
32810
|
"name": "minNodeVersion",
|
|
32789
32811
|
"optional": true,
|
|
@@ -32801,7 +32823,7 @@
|
|
|
32801
32823
|
"immutable": true,
|
|
32802
32824
|
"locationInModule": {
|
|
32803
32825
|
"filename": "src/javascript/node-package.ts",
|
|
32804
|
-
"line":
|
|
32826
|
+
"line": 274
|
|
32805
32827
|
},
|
|
32806
32828
|
"name": "npmAccess",
|
|
32807
32829
|
"optional": true,
|
|
@@ -32820,7 +32842,7 @@
|
|
|
32820
32842
|
"immutable": true,
|
|
32821
32843
|
"locationInModule": {
|
|
32822
32844
|
"filename": "src/javascript/node-package.ts",
|
|
32823
|
-
"line":
|
|
32845
|
+
"line": 255
|
|
32824
32846
|
},
|
|
32825
32847
|
"name": "npmRegistry",
|
|
32826
32848
|
"optional": true,
|
|
@@ -32839,7 +32861,7 @@
|
|
|
32839
32861
|
"immutable": true,
|
|
32840
32862
|
"locationInModule": {
|
|
32841
32863
|
"filename": "src/javascript/node-package.ts",
|
|
32842
|
-
"line":
|
|
32864
|
+
"line": 248
|
|
32843
32865
|
},
|
|
32844
32866
|
"name": "npmRegistryUrl",
|
|
32845
32867
|
"optional": true,
|
|
@@ -32857,7 +32879,7 @@
|
|
|
32857
32879
|
"immutable": true,
|
|
32858
32880
|
"locationInModule": {
|
|
32859
32881
|
"filename": "src/javascript/node-package.ts",
|
|
32860
|
-
"line":
|
|
32882
|
+
"line": 281
|
|
32861
32883
|
},
|
|
32862
32884
|
"name": "npmTokenSecret",
|
|
32863
32885
|
"optional": true,
|
|
@@ -32875,7 +32897,7 @@
|
|
|
32875
32897
|
"immutable": true,
|
|
32876
32898
|
"locationInModule": {
|
|
32877
32899
|
"filename": "src/javascript/node-package.ts",
|
|
32878
|
-
"line":
|
|
32900
|
+
"line": 167
|
|
32879
32901
|
},
|
|
32880
32902
|
"name": "packageManager",
|
|
32881
32903
|
"optional": true,
|
|
@@ -32896,7 +32918,7 @@
|
|
|
32896
32918
|
"immutable": true,
|
|
32897
32919
|
"locationInModule": {
|
|
32898
32920
|
"filename": "src/javascript/node-package.ts",
|
|
32899
|
-
"line":
|
|
32921
|
+
"line": 33
|
|
32900
32922
|
},
|
|
32901
32923
|
"name": "packageName",
|
|
32902
32924
|
"optional": true,
|
|
@@ -32913,7 +32935,7 @@
|
|
|
32913
32935
|
"immutable": true,
|
|
32914
32936
|
"locationInModule": {
|
|
32915
32937
|
"filename": "src/javascript/node-package.ts",
|
|
32916
|
-
"line":
|
|
32938
|
+
"line": 112
|
|
32917
32939
|
},
|
|
32918
32940
|
"name": "peerDependencyOptions",
|
|
32919
32941
|
"optional": true,
|
|
@@ -32932,7 +32954,7 @@
|
|
|
32932
32954
|
"immutable": true,
|
|
32933
32955
|
"locationInModule": {
|
|
32934
32956
|
"filename": "src/javascript/node-package.ts",
|
|
32935
|
-
"line":
|
|
32957
|
+
"line": 93
|
|
32936
32958
|
},
|
|
32937
32959
|
"name": "peerDeps",
|
|
32938
32960
|
"optional": true,
|
|
@@ -32955,7 +32977,7 @@
|
|
|
32955
32977
|
"immutable": true,
|
|
32956
32978
|
"locationInModule": {
|
|
32957
32979
|
"filename": "src/javascript/node-package.ts",
|
|
32958
|
-
"line":
|
|
32980
|
+
"line": 173
|
|
32959
32981
|
},
|
|
32960
32982
|
"name": "repository",
|
|
32961
32983
|
"optional": true,
|
|
@@ -32972,7 +32994,7 @@
|
|
|
32972
32994
|
"immutable": true,
|
|
32973
32995
|
"locationInModule": {
|
|
32974
32996
|
"filename": "src/javascript/node-package.ts",
|
|
32975
|
-
"line":
|
|
32997
|
+
"line": 179
|
|
32976
32998
|
},
|
|
32977
32999
|
"name": "repositoryDirectory",
|
|
32978
33000
|
"optional": true,
|
|
@@ -32990,7 +33012,7 @@
|
|
|
32990
33012
|
"immutable": true,
|
|
32991
33013
|
"locationInModule": {
|
|
32992
33014
|
"filename": "src/javascript/node-package.ts",
|
|
32993
|
-
"line":
|
|
33015
|
+
"line": 296
|
|
32994
33016
|
},
|
|
32995
33017
|
"name": "scopedPackagesOptions",
|
|
32996
33018
|
"optional": true,
|
|
@@ -33014,7 +33036,7 @@
|
|
|
33014
33036
|
"immutable": true,
|
|
33015
33037
|
"locationInModule": {
|
|
33016
33038
|
"filename": "src/javascript/node-package.ts",
|
|
33017
|
-
"line":
|
|
33039
|
+
"line": 160
|
|
33018
33040
|
},
|
|
33019
33041
|
"name": "scripts",
|
|
33020
33042
|
"optional": true,
|
|
@@ -33036,7 +33058,7 @@
|
|
|
33036
33058
|
"immutable": true,
|
|
33037
33059
|
"locationInModule": {
|
|
33038
33060
|
"filename": "src/javascript/node-package.ts",
|
|
33039
|
-
"line":
|
|
33061
|
+
"line": 209
|
|
33040
33062
|
},
|
|
33041
33063
|
"name": "stability",
|
|
33042
33064
|
"optional": true,
|
|
@@ -34471,7 +34493,7 @@
|
|
|
34471
34493
|
"kind": "enum",
|
|
34472
34494
|
"locationInModule": {
|
|
34473
34495
|
"filename": "src/javascript/node-package.ts",
|
|
34474
|
-
"line":
|
|
34496
|
+
"line": 1351
|
|
34475
34497
|
},
|
|
34476
34498
|
"members": [
|
|
34477
34499
|
{
|
|
@@ -34648,7 +34670,7 @@
|
|
|
34648
34670
|
"kind": "interface",
|
|
34649
34671
|
"locationInModule": {
|
|
34650
34672
|
"filename": "src/javascript/node-package.ts",
|
|
34651
|
-
"line":
|
|
34673
|
+
"line": 1320
|
|
34652
34674
|
},
|
|
34653
34675
|
"name": "PeerDependencyOptions",
|
|
34654
34676
|
"namespace": "javascript",
|
|
@@ -34663,7 +34685,7 @@
|
|
|
34663
34685
|
"immutable": true,
|
|
34664
34686
|
"locationInModule": {
|
|
34665
34687
|
"filename": "src/javascript/node-package.ts",
|
|
34666
|
-
"line":
|
|
34688
|
+
"line": 1325
|
|
34667
34689
|
},
|
|
34668
34690
|
"name": "pinnedDevDependency",
|
|
34669
34691
|
"optional": true,
|
|
@@ -35709,7 +35731,7 @@
|
|
|
35709
35731
|
"kind": "interface",
|
|
35710
35732
|
"locationInModule": {
|
|
35711
35733
|
"filename": "src/javascript/node-package.ts",
|
|
35712
|
-
"line":
|
|
35734
|
+
"line": 328
|
|
35713
35735
|
},
|
|
35714
35736
|
"name": "ScopedPackagesOptions",
|
|
35715
35737
|
"namespace": "javascript",
|
|
@@ -35723,7 +35745,7 @@
|
|
|
35723
35745
|
"immutable": true,
|
|
35724
35746
|
"locationInModule": {
|
|
35725
35747
|
"filename": "src/javascript/node-package.ts",
|
|
35726
|
-
"line":
|
|
35748
|
+
"line": 339
|
|
35727
35749
|
},
|
|
35728
35750
|
"name": "registryUrl",
|
|
35729
35751
|
"type": {
|
|
@@ -35740,7 +35762,7 @@
|
|
|
35740
35762
|
"immutable": true,
|
|
35741
35763
|
"locationInModule": {
|
|
35742
35764
|
"filename": "src/javascript/node-package.ts",
|
|
35743
|
-
"line":
|
|
35765
|
+
"line": 334
|
|
35744
35766
|
},
|
|
35745
35767
|
"name": "scope",
|
|
35746
35768
|
"type": {
|
|
@@ -45185,6 +45207,6 @@
|
|
|
45185
45207
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
45186
45208
|
}
|
|
45187
45209
|
},
|
|
45188
|
-
"version": "0.54.
|
|
45189
|
-
"fingerprint": "
|
|
45210
|
+
"version": "0.54.37",
|
|
45211
|
+
"fingerprint": "32wbkMfsPYYl600bzZgivJrg4jbuMLYqmx4s/aDjQf8="
|
|
45190
45212
|
}
|