projen 0.62.26 → 0.62.28
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 +392 -286
- package/bin/projen +0 -0
- package/docs/api/API.md +32 -8
- package/lib/awscdk/auto-discover.js +5 -5
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +14 -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.js +2 -2
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/constants.d.ts +8 -0
- package/lib/github/constants.js +10 -2
- 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.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.d.ts +34 -2
- package/lib/javascript/node-package.js +37 -5
- package/lib/javascript/node-project.js +9 -2
- 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/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.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.d.ts +36 -4
- package/lib/release/publisher.js +54 -7
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +6 -2
- 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.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/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/.jsii
CHANGED
|
@@ -13474,7 +13474,7 @@
|
|
|
13474
13474
|
"kind": "interface",
|
|
13475
13475
|
"locationInModule": {
|
|
13476
13476
|
"filename": "src/build/build-workflow.ts",
|
|
13477
|
-
"line":
|
|
13477
|
+
"line": 414
|
|
13478
13478
|
},
|
|
13479
13479
|
"name": "AddPostBuildJobCommandsOptions",
|
|
13480
13480
|
"namespace": "build",
|
|
@@ -13489,7 +13489,7 @@
|
|
|
13489
13489
|
"immutable": true,
|
|
13490
13490
|
"locationInModule": {
|
|
13491
13491
|
"filename": "src/build/build-workflow.ts",
|
|
13492
|
-
"line":
|
|
13492
|
+
"line": 426
|
|
13493
13493
|
},
|
|
13494
13494
|
"name": "checkoutRepo",
|
|
13495
13495
|
"optional": true,
|
|
@@ -13508,7 +13508,7 @@
|
|
|
13508
13508
|
"immutable": true,
|
|
13509
13509
|
"locationInModule": {
|
|
13510
13510
|
"filename": "src/build/build-workflow.ts",
|
|
13511
|
-
"line":
|
|
13511
|
+
"line": 436
|
|
13512
13512
|
},
|
|
13513
13513
|
"name": "installDeps",
|
|
13514
13514
|
"optional": true,
|
|
@@ -13526,7 +13526,7 @@
|
|
|
13526
13526
|
"immutable": true,
|
|
13527
13527
|
"locationInModule": {
|
|
13528
13528
|
"filename": "src/build/build-workflow.ts",
|
|
13529
|
-
"line":
|
|
13529
|
+
"line": 442
|
|
13530
13530
|
},
|
|
13531
13531
|
"name": "runsOn",
|
|
13532
13532
|
"optional": true,
|
|
@@ -13548,7 +13548,7 @@
|
|
|
13548
13548
|
"immutable": true,
|
|
13549
13549
|
"locationInModule": {
|
|
13550
13550
|
"filename": "src/build/build-workflow.ts",
|
|
13551
|
-
"line":
|
|
13551
|
+
"line": 418
|
|
13552
13552
|
},
|
|
13553
13553
|
"name": "tools",
|
|
13554
13554
|
"optional": true,
|
|
@@ -13570,7 +13570,7 @@
|
|
|
13570
13570
|
"kind": "interface",
|
|
13571
13571
|
"locationInModule": {
|
|
13572
13572
|
"filename": "src/build/build-workflow.ts",
|
|
13573
|
-
"line":
|
|
13573
|
+
"line": 398
|
|
13574
13574
|
},
|
|
13575
13575
|
"name": "AddPostBuildJobTaskOptions",
|
|
13576
13576
|
"namespace": "build",
|
|
@@ -13585,7 +13585,7 @@
|
|
|
13585
13585
|
"immutable": true,
|
|
13586
13586
|
"locationInModule": {
|
|
13587
13587
|
"filename": "src/build/build-workflow.ts",
|
|
13588
|
-
"line":
|
|
13588
|
+
"line": 408
|
|
13589
13589
|
},
|
|
13590
13590
|
"name": "runsOn",
|
|
13591
13591
|
"optional": true,
|
|
@@ -13607,7 +13607,7 @@
|
|
|
13607
13607
|
"immutable": true,
|
|
13608
13608
|
"locationInModule": {
|
|
13609
13609
|
"filename": "src/build/build-workflow.ts",
|
|
13610
|
-
"line":
|
|
13610
|
+
"line": 402
|
|
13611
13611
|
},
|
|
13612
13612
|
"name": "tools",
|
|
13613
13613
|
"optional": true,
|
|
@@ -13631,7 +13631,7 @@
|
|
|
13631
13631
|
},
|
|
13632
13632
|
"locationInModule": {
|
|
13633
13633
|
"filename": "src/build/build-workflow.ts",
|
|
13634
|
-
"line":
|
|
13634
|
+
"line": 112
|
|
13635
13635
|
},
|
|
13636
13636
|
"parameters": [
|
|
13637
13637
|
{
|
|
@@ -13651,7 +13651,7 @@
|
|
|
13651
13651
|
"kind": "class",
|
|
13652
13652
|
"locationInModule": {
|
|
13653
13653
|
"filename": "src/build/build-workflow.ts",
|
|
13654
|
-
"line":
|
|
13654
|
+
"line": 100
|
|
13655
13655
|
},
|
|
13656
13656
|
"methods": [
|
|
13657
13657
|
{
|
|
@@ -13662,7 +13662,7 @@
|
|
|
13662
13662
|
},
|
|
13663
13663
|
"locationInModule": {
|
|
13664
13664
|
"filename": "src/build/build-workflow.ts",
|
|
13665
|
-
"line":
|
|
13665
|
+
"line": 198
|
|
13666
13666
|
},
|
|
13667
13667
|
"name": "addPostBuildJob",
|
|
13668
13668
|
"parameters": [
|
|
@@ -13694,7 +13694,7 @@
|
|
|
13694
13694
|
},
|
|
13695
13695
|
"locationInModule": {
|
|
13696
13696
|
"filename": "src/build/build-workflow.ts",
|
|
13697
|
-
"line":
|
|
13697
|
+
"line": 273
|
|
13698
13698
|
},
|
|
13699
13699
|
"name": "addPostBuildJobCommands",
|
|
13700
13700
|
"parameters": [
|
|
@@ -13735,7 +13735,7 @@
|
|
|
13735
13735
|
},
|
|
13736
13736
|
"locationInModule": {
|
|
13737
13737
|
"filename": "src/build/build-workflow.ts",
|
|
13738
|
-
"line":
|
|
13738
|
+
"line": 247
|
|
13739
13739
|
},
|
|
13740
13740
|
"name": "addPostBuildJobTask",
|
|
13741
13741
|
"parameters": [
|
|
@@ -13764,7 +13764,7 @@
|
|
|
13764
13764
|
},
|
|
13765
13765
|
"locationInModule": {
|
|
13766
13766
|
"filename": "src/build/build-workflow.ts",
|
|
13767
|
-
"line":
|
|
13767
|
+
"line": 183
|
|
13768
13768
|
},
|
|
13769
13769
|
"name": "addPostBuildSteps",
|
|
13770
13770
|
"parameters": [
|
|
@@ -13793,7 +13793,7 @@
|
|
|
13793
13793
|
"immutable": true,
|
|
13794
13794
|
"locationInModule": {
|
|
13795
13795
|
"filename": "src/build/build-workflow.ts",
|
|
13796
|
-
"line":
|
|
13796
|
+
"line": 175
|
|
13797
13797
|
},
|
|
13798
13798
|
"name": "buildJobIds",
|
|
13799
13799
|
"type": {
|
|
@@ -13818,7 +13818,7 @@
|
|
|
13818
13818
|
"kind": "interface",
|
|
13819
13819
|
"locationInModule": {
|
|
13820
13820
|
"filename": "src/build/build-workflow.ts",
|
|
13821
|
-
"line":
|
|
13821
|
+
"line": 31
|
|
13822
13822
|
},
|
|
13823
13823
|
"name": "BuildWorkflowOptions",
|
|
13824
13824
|
"namespace": "build",
|
|
@@ -13832,7 +13832,7 @@
|
|
|
13832
13832
|
"immutable": true,
|
|
13833
13833
|
"locationInModule": {
|
|
13834
13834
|
"filename": "src/build/build-workflow.ts",
|
|
13835
|
-
"line":
|
|
13835
|
+
"line": 40
|
|
13836
13836
|
},
|
|
13837
13837
|
"name": "artifactsDirectory",
|
|
13838
13838
|
"type": {
|
|
@@ -13848,7 +13848,7 @@
|
|
|
13848
13848
|
"immutable": true,
|
|
13849
13849
|
"locationInModule": {
|
|
13850
13850
|
"filename": "src/build/build-workflow.ts",
|
|
13851
|
-
"line":
|
|
13851
|
+
"line": 35
|
|
13852
13852
|
},
|
|
13853
13853
|
"name": "buildTask",
|
|
13854
13854
|
"type": {
|
|
@@ -13865,7 +13865,7 @@
|
|
|
13865
13865
|
"immutable": true,
|
|
13866
13866
|
"locationInModule": {
|
|
13867
13867
|
"filename": "src/build/build-workflow.ts",
|
|
13868
|
-
"line":
|
|
13868
|
+
"line": 46
|
|
13869
13869
|
},
|
|
13870
13870
|
"name": "containerImage",
|
|
13871
13871
|
"optional": true,
|
|
@@ -13883,7 +13883,7 @@
|
|
|
13883
13883
|
"immutable": true,
|
|
13884
13884
|
"locationInModule": {
|
|
13885
13885
|
"filename": "src/build/build-workflow.ts",
|
|
13886
|
-
"line":
|
|
13886
|
+
"line": 85
|
|
13887
13887
|
},
|
|
13888
13888
|
"name": "env",
|
|
13889
13889
|
"optional": true,
|
|
@@ -13906,7 +13906,7 @@
|
|
|
13906
13906
|
"immutable": true,
|
|
13907
13907
|
"locationInModule": {
|
|
13908
13908
|
"filename": "src/build/build-workflow.ts",
|
|
13909
|
-
"line":
|
|
13909
|
+
"line": 79
|
|
13910
13910
|
},
|
|
13911
13911
|
"name": "gitIdentity",
|
|
13912
13912
|
"optional": true,
|
|
@@ -13925,7 +13925,7 @@
|
|
|
13925
13925
|
"immutable": true,
|
|
13926
13926
|
"locationInModule": {
|
|
13927
13927
|
"filename": "src/build/build-workflow.ts",
|
|
13928
|
-
"line":
|
|
13928
|
+
"line": 61
|
|
13929
13929
|
},
|
|
13930
13930
|
"name": "mutableBuild",
|
|
13931
13931
|
"optional": true,
|
|
@@ -13943,7 +13943,7 @@
|
|
|
13943
13943
|
"immutable": true,
|
|
13944
13944
|
"locationInModule": {
|
|
13945
13945
|
"filename": "src/build/build-workflow.ts",
|
|
13946
|
-
"line":
|
|
13946
|
+
"line": 73
|
|
13947
13947
|
},
|
|
13948
13948
|
"name": "postBuildSteps",
|
|
13949
13949
|
"optional": true,
|
|
@@ -13966,7 +13966,7 @@
|
|
|
13966
13966
|
"immutable": true,
|
|
13967
13967
|
"locationInModule": {
|
|
13968
13968
|
"filename": "src/build/build-workflow.ts",
|
|
13969
|
-
"line":
|
|
13969
|
+
"line": 67
|
|
13970
13970
|
},
|
|
13971
13971
|
"name": "preBuildSteps",
|
|
13972
13972
|
"optional": true,
|
|
@@ -13989,7 +13989,7 @@
|
|
|
13989
13989
|
"immutable": true,
|
|
13990
13990
|
"locationInModule": {
|
|
13991
13991
|
"filename": "src/build/build-workflow.ts",
|
|
13992
|
-
"line":
|
|
13992
|
+
"line": 91
|
|
13993
13993
|
},
|
|
13994
13994
|
"name": "runsOn",
|
|
13995
13995
|
"optional": true,
|
|
@@ -14012,7 +14012,7 @@
|
|
|
14012
14012
|
"immutable": true,
|
|
14013
14013
|
"locationInModule": {
|
|
14014
14014
|
"filename": "src/build/build-workflow.ts",
|
|
14015
|
-
"line":
|
|
14015
|
+
"line": 97
|
|
14016
14016
|
},
|
|
14017
14017
|
"name": "workflowTriggers",
|
|
14018
14018
|
"optional": true,
|
|
@@ -32393,7 +32393,7 @@
|
|
|
32393
32393
|
"kind": "enum",
|
|
32394
32394
|
"locationInModule": {
|
|
32395
32395
|
"filename": "src/javascript/node-project.ts",
|
|
32396
|
-
"line":
|
|
32396
|
+
"line": 301
|
|
32397
32397
|
},
|
|
32398
32398
|
"members": [
|
|
32399
32399
|
{
|
|
@@ -32811,17 +32811,51 @@
|
|
|
32811
32811
|
],
|
|
32812
32812
|
"symbolId": "src/javascript/bundler:BundlingOptions"
|
|
32813
32813
|
},
|
|
32814
|
+
"projen.javascript.CodeArtifactAuthProvider": {
|
|
32815
|
+
"assembly": "projen",
|
|
32816
|
+
"docs": {
|
|
32817
|
+
"stability": "experimental",
|
|
32818
|
+
"summary": "Options for authorizing requests to a AWS CodeArtifact npm repository."
|
|
32819
|
+
},
|
|
32820
|
+
"fqn": "projen.javascript.CodeArtifactAuthProvider",
|
|
32821
|
+
"kind": "enum",
|
|
32822
|
+
"locationInModule": {
|
|
32823
|
+
"filename": "src/javascript/node-package.ts",
|
|
32824
|
+
"line": 306
|
|
32825
|
+
},
|
|
32826
|
+
"members": [
|
|
32827
|
+
{
|
|
32828
|
+
"docs": {
|
|
32829
|
+
"stability": "experimental",
|
|
32830
|
+
"summary": "Fixed credentials provided via Github secrets."
|
|
32831
|
+
},
|
|
32832
|
+
"name": "ACCESS_AND_SECRET_KEY_PAIR"
|
|
32833
|
+
},
|
|
32834
|
+
{
|
|
32835
|
+
"docs": {
|
|
32836
|
+
"remarks": "See:\nhttps://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_create_oidc.html\nhttps://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services",
|
|
32837
|
+
"stability": "experimental",
|
|
32838
|
+
"summary": "Ephemeral credentials provided via Github's OIDC integration with an IAM role."
|
|
32839
|
+
},
|
|
32840
|
+
"name": "GITHUB_OIDC"
|
|
32841
|
+
}
|
|
32842
|
+
],
|
|
32843
|
+
"name": "CodeArtifactAuthProvider",
|
|
32844
|
+
"namespace": "javascript",
|
|
32845
|
+
"symbolId": "src/javascript/node-package:CodeArtifactAuthProvider"
|
|
32846
|
+
},
|
|
32814
32847
|
"projen.javascript.CodeArtifactOptions": {
|
|
32815
32848
|
"assembly": "projen",
|
|
32816
32849
|
"datatype": true,
|
|
32817
32850
|
"docs": {
|
|
32818
|
-
"stability": "experimental"
|
|
32851
|
+
"stability": "experimental",
|
|
32852
|
+
"summary": "Options for publishing npm packages to AWS CodeArtifact."
|
|
32819
32853
|
},
|
|
32820
32854
|
"fqn": "projen.javascript.CodeArtifactOptions",
|
|
32821
32855
|
"kind": "interface",
|
|
32822
32856
|
"locationInModule": {
|
|
32823
32857
|
"filename": "src/javascript/node-package.ts",
|
|
32824
|
-
"line":
|
|
32858
|
+
"line": 324
|
|
32825
32859
|
},
|
|
32826
32860
|
"name": "CodeArtifactOptions",
|
|
32827
32861
|
"namespace": "javascript",
|
|
@@ -32829,7 +32863,7 @@
|
|
|
32829
32863
|
{
|
|
32830
32864
|
"abstract": true,
|
|
32831
32865
|
"docs": {
|
|
32832
|
-
"default": "\"AWS_ACCESS_KEY_ID\"",
|
|
32866
|
+
"default": "- When the `authProvider` value is set to\n`CodeArtifactAuthProvider.ACCESS_AND_SECRET_KEY_PAIR`, the default is\n\"AWS_ACCESS_KEY_ID\". For `CodeArtifactAuthProvider.GITHUB_OIDC`, this\nvalue must be left undefined.",
|
|
32833
32867
|
"remarks": "This property must be specified only when publishing to AWS CodeArtifact (`npmRegistryUrl` contains AWS CodeArtifact URL).",
|
|
32834
32868
|
"stability": "experimental",
|
|
32835
32869
|
"summary": "GitHub secret which contains the AWS access key ID to use when publishing packages to AWS CodeArtifact."
|
|
@@ -32837,7 +32871,7 @@
|
|
|
32837
32871
|
"immutable": true,
|
|
32838
32872
|
"locationInModule": {
|
|
32839
32873
|
"filename": "src/javascript/node-package.ts",
|
|
32840
|
-
"line":
|
|
32874
|
+
"line": 341
|
|
32841
32875
|
},
|
|
32842
32876
|
"name": "accessKeyIdSecret",
|
|
32843
32877
|
"optional": true,
|
|
@@ -32845,17 +32879,36 @@
|
|
|
32845
32879
|
"primitive": "string"
|
|
32846
32880
|
}
|
|
32847
32881
|
},
|
|
32882
|
+
{
|
|
32883
|
+
"abstract": true,
|
|
32884
|
+
"docs": {
|
|
32885
|
+
"default": "CodeArtifactAuthProvider.ACCESS_AND_SECRET_KEY_PAIR",
|
|
32886
|
+
"stability": "experimental",
|
|
32887
|
+
"summary": "Provider to use for authorizing requests to AWS CodeArtifact."
|
|
32888
|
+
},
|
|
32889
|
+
"immutable": true,
|
|
32890
|
+
"locationInModule": {
|
|
32891
|
+
"filename": "src/javascript/node-package.ts",
|
|
32892
|
+
"line": 330
|
|
32893
|
+
},
|
|
32894
|
+
"name": "authProvider",
|
|
32895
|
+
"optional": true,
|
|
32896
|
+
"type": {
|
|
32897
|
+
"fqn": "projen.javascript.CodeArtifactAuthProvider"
|
|
32898
|
+
}
|
|
32899
|
+
},
|
|
32848
32900
|
{
|
|
32849
32901
|
"abstract": true,
|
|
32850
32902
|
"docs": {
|
|
32851
32903
|
"default": "undefined",
|
|
32904
|
+
"remarks": "When using the `CodeArtifactAuthProvider.GITHUB_OIDC` auth provider, this value must be defined.",
|
|
32852
32905
|
"stability": "experimental",
|
|
32853
32906
|
"summary": "ARN of AWS role to be assumed prior to get authorization token from AWS CodeArtifact This property must be specified only when publishing to AWS CodeArtifact (`registry` contains AWS CodeArtifact URL)."
|
|
32854
32907
|
},
|
|
32855
32908
|
"immutable": true,
|
|
32856
32909
|
"locationInModule": {
|
|
32857
32910
|
"filename": "src/javascript/node-package.ts",
|
|
32858
|
-
"line":
|
|
32911
|
+
"line": 361
|
|
32859
32912
|
},
|
|
32860
32913
|
"name": "roleToAssume",
|
|
32861
32914
|
"optional": true,
|
|
@@ -32866,7 +32919,7 @@
|
|
|
32866
32919
|
{
|
|
32867
32920
|
"abstract": true,
|
|
32868
32921
|
"docs": {
|
|
32869
|
-
"default": "\"AWS_SECRET_ACCESS_KEY\"",
|
|
32922
|
+
"default": "- When the `authProvider` value is set to\n`CodeArtifactAuthProvider.ACCESS_AND_SECRET_KEY_PAIR`, the default is\n\"AWS_SECRET_ACCESS_KEY\". For `CodeArtifactAuthProvider.GITHUB_OIDC`, this\nvalue must be left undefined.",
|
|
32870
32923
|
"remarks": "This property must be specified only when publishing to AWS CodeArtifact (`npmRegistryUrl` contains AWS CodeArtifact URL).",
|
|
32871
32924
|
"stability": "experimental",
|
|
32872
32925
|
"summary": "GitHub secret which contains the AWS secret access key to use when publishing packages to AWS CodeArtifact."
|
|
@@ -32874,7 +32927,7 @@
|
|
|
32874
32927
|
"immutable": true,
|
|
32875
32928
|
"locationInModule": {
|
|
32876
32929
|
"filename": "src/javascript/node-package.ts",
|
|
32877
|
-
"line":
|
|
32930
|
+
"line": 352
|
|
32878
32931
|
},
|
|
32879
32932
|
"name": "secretAccessKeySecret",
|
|
32880
32933
|
"optional": true,
|
|
@@ -35623,7 +35676,7 @@
|
|
|
35623
35676
|
},
|
|
35624
35677
|
"locationInModule": {
|
|
35625
35678
|
"filename": "src/javascript/node-package.ts",
|
|
35626
|
-
"line":
|
|
35679
|
+
"line": 474
|
|
35627
35680
|
},
|
|
35628
35681
|
"parameters": [
|
|
35629
35682
|
{
|
|
@@ -35644,7 +35697,7 @@
|
|
|
35644
35697
|
"kind": "class",
|
|
35645
35698
|
"locationInModule": {
|
|
35646
35699
|
"filename": "src/javascript/node-package.ts",
|
|
35647
|
-
"line":
|
|
35700
|
+
"line": 384
|
|
35648
35701
|
},
|
|
35649
35702
|
"methods": [
|
|
35650
35703
|
{
|
|
@@ -35653,7 +35706,7 @@
|
|
|
35653
35706
|
},
|
|
35654
35707
|
"locationInModule": {
|
|
35655
35708
|
"filename": "src/javascript/node-package.ts",
|
|
35656
|
-
"line":
|
|
35709
|
+
"line": 678
|
|
35657
35710
|
},
|
|
35658
35711
|
"name": "addBin",
|
|
35659
35712
|
"parameters": [
|
|
@@ -35678,7 +35731,7 @@
|
|
|
35678
35731
|
},
|
|
35679
35732
|
"locationInModule": {
|
|
35680
35733
|
"filename": "src/javascript/node-package.ts",
|
|
35681
|
-
"line":
|
|
35734
|
+
"line": 647
|
|
35682
35735
|
},
|
|
35683
35736
|
"name": "addBundledDeps",
|
|
35684
35737
|
"parameters": [
|
|
@@ -35703,7 +35756,7 @@
|
|
|
35703
35756
|
},
|
|
35704
35757
|
"locationInModule": {
|
|
35705
35758
|
"filename": "src/javascript/node-package.ts",
|
|
35706
|
-
"line":
|
|
35759
|
+
"line": 587
|
|
35707
35760
|
},
|
|
35708
35761
|
"name": "addDeps",
|
|
35709
35762
|
"parameters": [
|
|
@@ -35728,7 +35781,7 @@
|
|
|
35728
35781
|
},
|
|
35729
35782
|
"locationInModule": {
|
|
35730
35783
|
"filename": "src/javascript/node-package.ts",
|
|
35731
|
-
"line":
|
|
35784
|
+
"line": 602
|
|
35732
35785
|
},
|
|
35733
35786
|
"name": "addDevDeps",
|
|
35734
35787
|
"parameters": [
|
|
@@ -35753,7 +35806,7 @@
|
|
|
35753
35806
|
},
|
|
35754
35807
|
"locationInModule": {
|
|
35755
35808
|
"filename": "src/javascript/node-package.ts",
|
|
35756
|
-
"line":
|
|
35809
|
+
"line": 664
|
|
35757
35810
|
},
|
|
35758
35811
|
"name": "addEngine",
|
|
35759
35812
|
"parameters": [
|
|
@@ -35787,7 +35840,7 @@
|
|
|
35787
35840
|
},
|
|
35788
35841
|
"locationInModule": {
|
|
35789
35842
|
"filename": "src/javascript/node-package.ts",
|
|
35790
|
-
"line":
|
|
35843
|
+
"line": 717
|
|
35791
35844
|
},
|
|
35792
35845
|
"name": "addField",
|
|
35793
35846
|
"parameters": [
|
|
@@ -35818,7 +35871,7 @@
|
|
|
35818
35871
|
},
|
|
35819
35872
|
"locationInModule": {
|
|
35820
35873
|
"filename": "src/javascript/node-package.ts",
|
|
35821
|
-
"line":
|
|
35874
|
+
"line": 672
|
|
35822
35875
|
},
|
|
35823
35876
|
"name": "addKeywords",
|
|
35824
35877
|
"parameters": [
|
|
@@ -35842,7 +35895,7 @@
|
|
|
35842
35895
|
},
|
|
35843
35896
|
"locationInModule": {
|
|
35844
35897
|
"filename": "src/javascript/node-package.ts",
|
|
35845
|
-
"line":
|
|
35898
|
+
"line": 737
|
|
35846
35899
|
},
|
|
35847
35900
|
"name": "addPackageResolutions",
|
|
35848
35901
|
"parameters": [
|
|
@@ -35868,7 +35921,7 @@
|
|
|
35868
35921
|
},
|
|
35869
35922
|
"locationInModule": {
|
|
35870
35923
|
"filename": "src/javascript/node-package.ts",
|
|
35871
|
-
"line":
|
|
35924
|
+
"line": 621
|
|
35872
35925
|
},
|
|
35873
35926
|
"name": "addPeerDeps",
|
|
35874
35927
|
"parameters": [
|
|
@@ -35893,7 +35946,7 @@
|
|
|
35893
35946
|
},
|
|
35894
35947
|
"locationInModule": {
|
|
35895
35948
|
"filename": "src/javascript/node-package.ts",
|
|
35896
|
-
"line":
|
|
35949
|
+
"line": 725
|
|
35897
35950
|
},
|
|
35898
35951
|
"name": "addVersion",
|
|
35899
35952
|
"parameters": [
|
|
@@ -35916,7 +35969,7 @@
|
|
|
35916
35969
|
},
|
|
35917
35970
|
"locationInModule": {
|
|
35918
35971
|
"filename": "src/javascript/node-package.ts",
|
|
35919
|
-
"line":
|
|
35972
|
+
"line": 707
|
|
35920
35973
|
},
|
|
35921
35974
|
"name": "hasScript",
|
|
35922
35975
|
"parameters": [
|
|
@@ -35944,7 +35997,7 @@
|
|
|
35944
35997
|
},
|
|
35945
35998
|
"locationInModule": {
|
|
35946
35999
|
"filename": "src/javascript/node-package.ts",
|
|
35947
|
-
"line":
|
|
36000
|
+
"line": 814
|
|
35948
36001
|
},
|
|
35949
36002
|
"name": "postSynthesize",
|
|
35950
36003
|
"overrides": "projen.Component"
|
|
@@ -35956,7 +36009,7 @@
|
|
|
35956
36009
|
},
|
|
35957
36010
|
"locationInModule": {
|
|
35958
36011
|
"filename": "src/javascript/node-package.ts",
|
|
35959
|
-
"line":
|
|
36012
|
+
"line": 809
|
|
35960
36013
|
},
|
|
35961
36014
|
"name": "preSynthesize",
|
|
35962
36015
|
"overrides": "projen.Component"
|
|
@@ -35968,7 +36021,7 @@
|
|
|
35968
36021
|
},
|
|
35969
36022
|
"locationInModule": {
|
|
35970
36023
|
"filename": "src/javascript/node-package.ts",
|
|
35971
|
-
"line":
|
|
36024
|
+
"line": 698
|
|
35972
36025
|
},
|
|
35973
36026
|
"name": "removeScript",
|
|
35974
36027
|
"parameters": [
|
|
@@ -35990,7 +36043,7 @@
|
|
|
35990
36043
|
},
|
|
35991
36044
|
"locationInModule": {
|
|
35992
36045
|
"filename": "src/javascript/node-package.ts",
|
|
35993
|
-
"line":
|
|
36046
|
+
"line": 764
|
|
35994
36047
|
},
|
|
35995
36048
|
"name": "renderUpgradePackagesCommand",
|
|
35996
36049
|
"parameters": [
|
|
@@ -36031,7 +36084,7 @@
|
|
|
36031
36084
|
},
|
|
36032
36085
|
"locationInModule": {
|
|
36033
36086
|
"filename": "src/javascript/node-package.ts",
|
|
36034
|
-
"line":
|
|
36087
|
+
"line": 690
|
|
36035
36088
|
},
|
|
36036
36089
|
"name": "setScript",
|
|
36037
36090
|
"parameters": [
|
|
@@ -36067,7 +36120,7 @@
|
|
|
36067
36120
|
"immutable": true,
|
|
36068
36121
|
"locationInModule": {
|
|
36069
36122
|
"filename": "src/javascript/node-package.ts",
|
|
36070
|
-
"line":
|
|
36123
|
+
"line": 398
|
|
36071
36124
|
},
|
|
36072
36125
|
"name": "allowLibraryDependencies",
|
|
36073
36126
|
"type": {
|
|
@@ -36082,7 +36135,7 @@
|
|
|
36082
36135
|
"immutable": true,
|
|
36083
36136
|
"locationInModule": {
|
|
36084
36137
|
"filename": "src/javascript/node-package.ts",
|
|
36085
|
-
"line":
|
|
36138
|
+
"line": 393
|
|
36086
36139
|
},
|
|
36087
36140
|
"name": "entrypoint",
|
|
36088
36141
|
"type": {
|
|
@@ -36097,7 +36150,7 @@
|
|
|
36097
36150
|
"immutable": true,
|
|
36098
36151
|
"locationInModule": {
|
|
36099
36152
|
"filename": "src/javascript/node-package.ts",
|
|
36100
|
-
"line":
|
|
36153
|
+
"line": 757
|
|
36101
36154
|
},
|
|
36102
36155
|
"name": "installAndUpdateLockfileCommand",
|
|
36103
36156
|
"type": {
|
|
@@ -36112,7 +36165,7 @@
|
|
|
36112
36165
|
"immutable": true,
|
|
36113
36166
|
"locationInModule": {
|
|
36114
36167
|
"filename": "src/javascript/node-package.ts",
|
|
36115
|
-
"line":
|
|
36168
|
+
"line": 750
|
|
36116
36169
|
},
|
|
36117
36170
|
"name": "installCommand",
|
|
36118
36171
|
"type": {
|
|
@@ -36127,7 +36180,7 @@
|
|
|
36127
36180
|
"immutable": true,
|
|
36128
36181
|
"locationInModule": {
|
|
36129
36182
|
"filename": "src/javascript/node-package.ts",
|
|
36130
|
-
"line":
|
|
36183
|
+
"line": 465
|
|
36131
36184
|
},
|
|
36132
36185
|
"name": "lockFile",
|
|
36133
36186
|
"type": {
|
|
@@ -36142,7 +36195,7 @@
|
|
|
36142
36195
|
"immutable": true,
|
|
36143
36196
|
"locationInModule": {
|
|
36144
36197
|
"filename": "src/javascript/node-package.ts",
|
|
36145
|
-
"line":
|
|
36198
|
+
"line": 408
|
|
36146
36199
|
},
|
|
36147
36200
|
"name": "manifest",
|
|
36148
36201
|
"type": {
|
|
@@ -36157,7 +36210,7 @@
|
|
|
36157
36210
|
"immutable": true,
|
|
36158
36211
|
"locationInModule": {
|
|
36159
36212
|
"filename": "src/javascript/node-package.ts",
|
|
36160
|
-
"line":
|
|
36213
|
+
"line": 460
|
|
36161
36214
|
},
|
|
36162
36215
|
"name": "npmAccess",
|
|
36163
36216
|
"type": {
|
|
@@ -36172,7 +36225,7 @@
|
|
|
36172
36225
|
"immutable": true,
|
|
36173
36226
|
"locationInModule": {
|
|
36174
36227
|
"filename": "src/javascript/node-package.ts",
|
|
36175
|
-
"line":
|
|
36228
|
+
"line": 435
|
|
36176
36229
|
},
|
|
36177
36230
|
"name": "npmRegistry",
|
|
36178
36231
|
"type": {
|
|
@@ -36187,7 +36240,7 @@
|
|
|
36187
36240
|
"immutable": true,
|
|
36188
36241
|
"locationInModule": {
|
|
36189
36242
|
"filename": "src/javascript/node-package.ts",
|
|
36190
|
-
"line":
|
|
36243
|
+
"line": 430
|
|
36191
36244
|
},
|
|
36192
36245
|
"name": "npmRegistryUrl",
|
|
36193
36246
|
"type": {
|
|
@@ -36202,7 +36255,7 @@
|
|
|
36202
36255
|
"immutable": true,
|
|
36203
36256
|
"locationInModule": {
|
|
36204
36257
|
"filename": "src/javascript/node-package.ts",
|
|
36205
|
-
"line":
|
|
36258
|
+
"line": 403
|
|
36206
36259
|
},
|
|
36207
36260
|
"name": "packageManager",
|
|
36208
36261
|
"type": {
|
|
@@ -36217,7 +36270,7 @@
|
|
|
36217
36270
|
"immutable": true,
|
|
36218
36271
|
"locationInModule": {
|
|
36219
36272
|
"filename": "src/javascript/node-package.ts",
|
|
36220
|
-
"line":
|
|
36273
|
+
"line": 388
|
|
36221
36274
|
},
|
|
36222
36275
|
"name": "packageName",
|
|
36223
36276
|
"type": {
|
|
@@ -36232,7 +36285,7 @@
|
|
|
36232
36285
|
"immutable": true,
|
|
36233
36286
|
"locationInModule": {
|
|
36234
36287
|
"filename": "src/javascript/node-package.ts",
|
|
36235
|
-
"line":
|
|
36288
|
+
"line": 836
|
|
36236
36289
|
},
|
|
36237
36290
|
"name": "projenCommand",
|
|
36238
36291
|
"type": {
|
|
@@ -36249,7 +36302,7 @@
|
|
|
36249
36302
|
"immutable": true,
|
|
36250
36303
|
"locationInModule": {
|
|
36251
36304
|
"filename": "src/javascript/node-package.ts",
|
|
36252
|
-
"line":
|
|
36305
|
+
"line": 448
|
|
36253
36306
|
},
|
|
36254
36307
|
"name": "codeArtifactOptions",
|
|
36255
36308
|
"optional": true,
|
|
@@ -36266,7 +36319,7 @@
|
|
|
36266
36319
|
"immutable": true,
|
|
36267
36320
|
"locationInModule": {
|
|
36268
36321
|
"filename": "src/javascript/node-package.ts",
|
|
36269
|
-
"line":
|
|
36322
|
+
"line": 425
|
|
36270
36323
|
},
|
|
36271
36324
|
"name": "license",
|
|
36272
36325
|
"optional": true,
|
|
@@ -36283,7 +36336,7 @@
|
|
|
36283
36336
|
"immutable": true,
|
|
36284
36337
|
"locationInModule": {
|
|
36285
36338
|
"filename": "src/javascript/node-package.ts",
|
|
36286
|
-
"line":
|
|
36339
|
+
"line": 420
|
|
36287
36340
|
},
|
|
36288
36341
|
"name": "maxNodeVersion",
|
|
36289
36342
|
"optional": true,
|
|
@@ -36300,7 +36353,7 @@
|
|
|
36300
36353
|
"immutable": true,
|
|
36301
36354
|
"locationInModule": {
|
|
36302
36355
|
"filename": "src/javascript/node-package.ts",
|
|
36303
|
-
"line":
|
|
36356
|
+
"line": 414
|
|
36304
36357
|
},
|
|
36305
36358
|
"name": "minNodeVersion",
|
|
36306
36359
|
"optional": true,
|
|
@@ -36316,7 +36369,7 @@
|
|
|
36316
36369
|
"immutable": true,
|
|
36317
36370
|
"locationInModule": {
|
|
36318
36371
|
"filename": "src/javascript/node-package.ts",
|
|
36319
|
-
"line":
|
|
36372
|
+
"line": 440
|
|
36320
36373
|
},
|
|
36321
36374
|
"name": "npmTokenSecret",
|
|
36322
36375
|
"optional": true,
|
|
@@ -36333,7 +36386,7 @@
|
|
|
36333
36386
|
"immutable": true,
|
|
36334
36387
|
"locationInModule": {
|
|
36335
36388
|
"filename": "src/javascript/node-package.ts",
|
|
36336
|
-
"line":
|
|
36389
|
+
"line": 455
|
|
36337
36390
|
},
|
|
36338
36391
|
"name": "scopedPackagesOptions",
|
|
36339
36392
|
"optional": true,
|
|
@@ -36359,7 +36412,7 @@
|
|
|
36359
36412
|
"kind": "enum",
|
|
36360
36413
|
"locationInModule": {
|
|
36361
36414
|
"filename": "src/javascript/node-package.ts",
|
|
36362
|
-
"line":
|
|
36415
|
+
"line": 1424
|
|
36363
36416
|
},
|
|
36364
36417
|
"members": [
|
|
36365
36418
|
{
|
|
@@ -37088,7 +37141,7 @@
|
|
|
37088
37141
|
},
|
|
37089
37142
|
"locationInModule": {
|
|
37090
37143
|
"filename": "src/javascript/node-project.ts",
|
|
37091
|
-
"line":
|
|
37144
|
+
"line": 431
|
|
37092
37145
|
},
|
|
37093
37146
|
"parameters": [
|
|
37094
37147
|
{
|
|
@@ -37102,7 +37155,7 @@
|
|
|
37102
37155
|
"kind": "class",
|
|
37103
37156
|
"locationInModule": {
|
|
37104
37157
|
"filename": "src/javascript/node-project.ts",
|
|
37105
|
-
"line":
|
|
37158
|
+
"line": 318
|
|
37106
37159
|
},
|
|
37107
37160
|
"methods": [
|
|
37108
37161
|
{
|
|
@@ -37111,7 +37164,7 @@
|
|
|
37111
37164
|
},
|
|
37112
37165
|
"locationInModule": {
|
|
37113
37166
|
"filename": "src/javascript/node-project.ts",
|
|
37114
|
-
"line":
|
|
37167
|
+
"line": 732
|
|
37115
37168
|
},
|
|
37116
37169
|
"name": "addBins",
|
|
37117
37170
|
"parameters": [
|
|
@@ -37136,7 +37189,7 @@
|
|
|
37136
37189
|
},
|
|
37137
37190
|
"locationInModule": {
|
|
37138
37191
|
"filename": "src/javascript/node-project.ts",
|
|
37139
|
-
"line":
|
|
37192
|
+
"line": 961
|
|
37140
37193
|
},
|
|
37141
37194
|
"name": "addBundledDeps",
|
|
37142
37195
|
"parameters": [
|
|
@@ -37162,7 +37215,7 @@
|
|
|
37162
37215
|
},
|
|
37163
37216
|
"locationInModule": {
|
|
37164
37217
|
"filename": "src/javascript/node-project.ts",
|
|
37165
|
-
"line":
|
|
37218
|
+
"line": 766
|
|
37166
37219
|
},
|
|
37167
37220
|
"name": "addCompileCommand",
|
|
37168
37221
|
"parameters": [
|
|
@@ -37183,7 +37236,7 @@
|
|
|
37183
37236
|
},
|
|
37184
37237
|
"locationInModule": {
|
|
37185
37238
|
"filename": "src/javascript/node-project.ts",
|
|
37186
|
-
"line":
|
|
37239
|
+
"line": 915
|
|
37187
37240
|
},
|
|
37188
37241
|
"name": "addDeps",
|
|
37189
37242
|
"parameters": [
|
|
@@ -37208,7 +37261,7 @@
|
|
|
37208
37261
|
},
|
|
37209
37262
|
"locationInModule": {
|
|
37210
37263
|
"filename": "src/javascript/node-project.ts",
|
|
37211
|
-
"line":
|
|
37264
|
+
"line": 928
|
|
37212
37265
|
},
|
|
37213
37266
|
"name": "addDevDeps",
|
|
37214
37267
|
"parameters": [
|
|
@@ -37233,7 +37286,7 @@
|
|
|
37233
37286
|
},
|
|
37234
37287
|
"locationInModule": {
|
|
37235
37288
|
"filename": "src/javascript/node-project.ts",
|
|
37236
|
-
"line":
|
|
37289
|
+
"line": 786
|
|
37237
37290
|
},
|
|
37238
37291
|
"name": "addFields",
|
|
37239
37292
|
"parameters": [
|
|
@@ -37260,7 +37313,7 @@
|
|
|
37260
37313
|
},
|
|
37261
37314
|
"locationInModule": {
|
|
37262
37315
|
"filename": "src/javascript/node-project.ts",
|
|
37263
|
-
"line":
|
|
37316
|
+
"line": 796
|
|
37264
37317
|
},
|
|
37265
37318
|
"name": "addKeywords",
|
|
37266
37319
|
"parameters": [
|
|
@@ -37285,7 +37338,7 @@
|
|
|
37285
37338
|
},
|
|
37286
37339
|
"locationInModule": {
|
|
37287
37340
|
"filename": "src/javascript/node-project.ts",
|
|
37288
|
-
"line":
|
|
37341
|
+
"line": 965
|
|
37289
37342
|
},
|
|
37290
37343
|
"name": "addPackageIgnore",
|
|
37291
37344
|
"overrides": "projen.Project",
|
|
@@ -37306,7 +37359,7 @@
|
|
|
37306
37359
|
},
|
|
37307
37360
|
"locationInModule": {
|
|
37308
37361
|
"filename": "src/javascript/node-project.ts",
|
|
37309
|
-
"line":
|
|
37362
|
+
"line": 945
|
|
37310
37363
|
},
|
|
37311
37364
|
"name": "addPeerDeps",
|
|
37312
37365
|
"parameters": [
|
|
@@ -37332,7 +37385,7 @@
|
|
|
37332
37385
|
},
|
|
37333
37386
|
"locationInModule": {
|
|
37334
37387
|
"filename": "src/javascript/node-project.ts",
|
|
37335
|
-
"line":
|
|
37388
|
+
"line": 776
|
|
37336
37389
|
},
|
|
37337
37390
|
"name": "addTestCommand",
|
|
37338
37391
|
"parameters": [
|
|
@@ -37353,7 +37406,7 @@
|
|
|
37353
37406
|
},
|
|
37354
37407
|
"locationInModule": {
|
|
37355
37408
|
"filename": "src/javascript/node-project.ts",
|
|
37356
|
-
"line":
|
|
37409
|
+
"line": 758
|
|
37357
37410
|
},
|
|
37358
37411
|
"name": "hasScript",
|
|
37359
37412
|
"parameters": [
|
|
@@ -37380,7 +37433,7 @@
|
|
|
37380
37433
|
},
|
|
37381
37434
|
"locationInModule": {
|
|
37382
37435
|
"filename": "src/javascript/node-project.ts",
|
|
37383
|
-
"line":
|
|
37436
|
+
"line": 750
|
|
37384
37437
|
},
|
|
37385
37438
|
"name": "removeScript",
|
|
37386
37439
|
"parameters": [
|
|
@@ -37403,7 +37456,7 @@
|
|
|
37403
37456
|
},
|
|
37404
37457
|
"locationInModule": {
|
|
37405
37458
|
"filename": "src/javascript/node-project.ts",
|
|
37406
|
-
"line":
|
|
37459
|
+
"line": 864
|
|
37407
37460
|
},
|
|
37408
37461
|
"name": "renderWorkflowSetup",
|
|
37409
37462
|
"parameters": [
|
|
@@ -37437,7 +37490,7 @@
|
|
|
37437
37490
|
},
|
|
37438
37491
|
"locationInModule": {
|
|
37439
37492
|
"filename": "src/javascript/node-project.ts",
|
|
37440
|
-
"line":
|
|
37493
|
+
"line": 1038
|
|
37441
37494
|
},
|
|
37442
37495
|
"name": "runTaskCommand",
|
|
37443
37496
|
"overrides": "projen.Project",
|
|
@@ -37465,7 +37518,7 @@
|
|
|
37465
37518
|
},
|
|
37466
37519
|
"locationInModule": {
|
|
37467
37520
|
"filename": "src/javascript/node-project.ts",
|
|
37468
|
-
"line":
|
|
37521
|
+
"line": 742
|
|
37469
37522
|
},
|
|
37470
37523
|
"name": "setScript",
|
|
37471
37524
|
"parameters": [
|
|
@@ -37501,7 +37554,7 @@
|
|
|
37501
37554
|
"immutable": true,
|
|
37502
37555
|
"locationInModule": {
|
|
37503
37556
|
"filename": "src/javascript/node-project.ts",
|
|
37504
|
-
"line":
|
|
37557
|
+
"line": 332
|
|
37505
37558
|
},
|
|
37506
37559
|
"name": "allowLibraryDependencies",
|
|
37507
37560
|
"type": {
|
|
@@ -37517,7 +37570,7 @@
|
|
|
37517
37570
|
"immutable": true,
|
|
37518
37571
|
"locationInModule": {
|
|
37519
37572
|
"filename": "src/javascript/node-project.ts",
|
|
37520
|
-
"line":
|
|
37573
|
+
"line": 415
|
|
37521
37574
|
},
|
|
37522
37575
|
"name": "artifactsDirectory",
|
|
37523
37576
|
"type": {
|
|
@@ -37532,7 +37585,7 @@
|
|
|
37532
37585
|
"immutable": true,
|
|
37533
37586
|
"locationInModule": {
|
|
37534
37587
|
"filename": "src/javascript/node-project.ts",
|
|
37535
|
-
"line":
|
|
37588
|
+
"line": 420
|
|
37536
37589
|
},
|
|
37537
37590
|
"name": "artifactsJavascriptDirectory",
|
|
37538
37591
|
"type": {
|
|
@@ -37546,7 +37599,7 @@
|
|
|
37546
37599
|
"immutable": true,
|
|
37547
37600
|
"locationInModule": {
|
|
37548
37601
|
"filename": "src/javascript/node-project.ts",
|
|
37549
|
-
"line":
|
|
37602
|
+
"line": 408
|
|
37550
37603
|
},
|
|
37551
37604
|
"name": "bundler",
|
|
37552
37605
|
"type": {
|
|
@@ -37561,7 +37614,7 @@
|
|
|
37561
37614
|
"immutable": true,
|
|
37562
37615
|
"locationInModule": {
|
|
37563
37616
|
"filename": "src/javascript/node-project.ts",
|
|
37564
|
-
"line":
|
|
37617
|
+
"line": 339
|
|
37565
37618
|
},
|
|
37566
37619
|
"name": "entrypoint",
|
|
37567
37620
|
"type": {
|
|
@@ -37576,7 +37629,7 @@
|
|
|
37576
37629
|
"immutable": true,
|
|
37577
37630
|
"locationInModule": {
|
|
37578
37631
|
"filename": "src/javascript/node-project.ts",
|
|
37579
|
-
"line":
|
|
37632
|
+
"line": 404
|
|
37580
37633
|
},
|
|
37581
37634
|
"name": "manifest",
|
|
37582
37635
|
"type": {
|
|
@@ -37591,7 +37644,7 @@
|
|
|
37591
37644
|
"immutable": true,
|
|
37592
37645
|
"locationInModule": {
|
|
37593
37646
|
"filename": "src/javascript/node-project.ts",
|
|
37594
|
-
"line":
|
|
37647
|
+
"line": 322
|
|
37595
37648
|
},
|
|
37596
37649
|
"name": "package",
|
|
37597
37650
|
"type": {
|
|
@@ -37607,7 +37660,7 @@
|
|
|
37607
37660
|
"immutable": true,
|
|
37608
37661
|
"locationInModule": {
|
|
37609
37662
|
"filename": "src/javascript/node-project.ts",
|
|
37610
|
-
"line":
|
|
37663
|
+
"line": 387
|
|
37611
37664
|
},
|
|
37612
37665
|
"name": "packageManager",
|
|
37613
37666
|
"type": {
|
|
@@ -37622,7 +37675,7 @@
|
|
|
37622
37675
|
"immutable": true,
|
|
37623
37676
|
"locationInModule": {
|
|
37624
37677
|
"filename": "src/javascript/node-project.ts",
|
|
37625
|
-
"line":
|
|
37678
|
+
"line": 394
|
|
37626
37679
|
},
|
|
37627
37680
|
"name": "runScriptCommand",
|
|
37628
37681
|
"type": {
|
|
@@ -37637,7 +37690,7 @@
|
|
|
37637
37690
|
"immutable": true,
|
|
37638
37691
|
"locationInModule": {
|
|
37639
37692
|
"filename": "src/javascript/node-project.ts",
|
|
37640
|
-
"line":
|
|
37693
|
+
"line": 346
|
|
37641
37694
|
},
|
|
37642
37695
|
"name": "autoMerge",
|
|
37643
37696
|
"optional": true,
|
|
@@ -37654,7 +37707,7 @@
|
|
|
37654
37707
|
"immutable": true,
|
|
37655
37708
|
"locationInModule": {
|
|
37656
37709
|
"filename": "src/javascript/node-project.ts",
|
|
37657
|
-
"line":
|
|
37710
|
+
"line": 351
|
|
37658
37711
|
},
|
|
37659
37712
|
"name": "buildWorkflow",
|
|
37660
37713
|
"optional": true,
|
|
@@ -37670,7 +37723,7 @@
|
|
|
37670
37723
|
"immutable": true,
|
|
37671
37724
|
"locationInModule": {
|
|
37672
37725
|
"filename": "src/javascript/node-project.ts",
|
|
37673
|
-
"line":
|
|
37726
|
+
"line": 1045
|
|
37674
37727
|
},
|
|
37675
37728
|
"name": "buildWorkflowJobId",
|
|
37676
37729
|
"optional": true,
|
|
@@ -37686,7 +37739,7 @@
|
|
|
37686
37739
|
"immutable": true,
|
|
37687
37740
|
"locationInModule": {
|
|
37688
37741
|
"filename": "src/javascript/node-project.ts",
|
|
37689
|
-
"line":
|
|
37742
|
+
"line": 399
|
|
37690
37743
|
},
|
|
37691
37744
|
"name": "jest",
|
|
37692
37745
|
"optional": true,
|
|
@@ -37702,7 +37755,7 @@
|
|
|
37702
37755
|
"immutable": true,
|
|
37703
37756
|
"locationInModule": {
|
|
37704
37757
|
"filename": "src/javascript/node-project.ts",
|
|
37705
|
-
"line":
|
|
37758
|
+
"line": 376
|
|
37706
37759
|
},
|
|
37707
37760
|
"name": "maxNodeVersion",
|
|
37708
37761
|
"optional": true,
|
|
@@ -37718,7 +37771,7 @@
|
|
|
37718
37771
|
"immutable": true,
|
|
37719
37772
|
"locationInModule": {
|
|
37720
37773
|
"filename": "src/javascript/node-project.ts",
|
|
37721
|
-
"line":
|
|
37774
|
+
"line": 369
|
|
37722
37775
|
},
|
|
37723
37776
|
"name": "minNodeVersion",
|
|
37724
37777
|
"optional": true,
|
|
@@ -37733,7 +37786,7 @@
|
|
|
37733
37786
|
"immutable": true,
|
|
37734
37787
|
"locationInModule": {
|
|
37735
37788
|
"filename": "src/javascript/node-project.ts",
|
|
37736
|
-
"line":
|
|
37789
|
+
"line": 380
|
|
37737
37790
|
},
|
|
37738
37791
|
"name": "nodeVersion",
|
|
37739
37792
|
"optional": true,
|
|
@@ -37750,7 +37803,7 @@
|
|
|
37750
37803
|
"immutable": true,
|
|
37751
37804
|
"locationInModule": {
|
|
37752
37805
|
"filename": "src/javascript/node-project.ts",
|
|
37753
|
-
"line":
|
|
37806
|
+
"line": 327
|
|
37754
37807
|
},
|
|
37755
37808
|
"name": "npmignore",
|
|
37756
37809
|
"optional": true,
|
|
@@ -37765,7 +37818,7 @@
|
|
|
37765
37818
|
"immutable": true,
|
|
37766
37819
|
"locationInModule": {
|
|
37767
37820
|
"filename": "src/javascript/node-project.ts",
|
|
37768
|
-
"line":
|
|
37821
|
+
"line": 429
|
|
37769
37822
|
},
|
|
37770
37823
|
"name": "prettier",
|
|
37771
37824
|
"optional": true,
|
|
@@ -37783,7 +37836,7 @@
|
|
|
37783
37836
|
"immutable": true,
|
|
37784
37837
|
"locationInModule": {
|
|
37785
37838
|
"filename": "src/javascript/node-project.ts",
|
|
37786
|
-
"line":
|
|
37839
|
+
"line": 359
|
|
37787
37840
|
},
|
|
37788
37841
|
"name": "publisher",
|
|
37789
37842
|
"optional": true,
|
|
@@ -37799,7 +37852,7 @@
|
|
|
37799
37852
|
"immutable": true,
|
|
37800
37853
|
"locationInModule": {
|
|
37801
37854
|
"filename": "src/javascript/node-project.ts",
|
|
37802
|
-
"line":
|
|
37855
|
+
"line": 364
|
|
37803
37856
|
},
|
|
37804
37857
|
"name": "release",
|
|
37805
37858
|
"optional": true,
|
|
@@ -37815,7 +37868,7 @@
|
|
|
37815
37868
|
"immutable": true,
|
|
37816
37869
|
"locationInModule": {
|
|
37817
37870
|
"filename": "src/javascript/node-project.ts",
|
|
37818
|
-
"line":
|
|
37871
|
+
"line": 425
|
|
37819
37872
|
},
|
|
37820
37873
|
"name": "upgradeWorkflow",
|
|
37821
37874
|
"optional": true,
|
|
@@ -37841,7 +37894,7 @@
|
|
|
37841
37894
|
"kind": "interface",
|
|
37842
37895
|
"locationInModule": {
|
|
37843
37896
|
"filename": "src/javascript/node-project.ts",
|
|
37844
|
-
"line":
|
|
37897
|
+
"line": 46
|
|
37845
37898
|
},
|
|
37846
37899
|
"name": "NodeProjectOptions",
|
|
37847
37900
|
"namespace": "javascript",
|
|
@@ -37856,7 +37909,7 @@
|
|
|
37856
37909
|
"immutable": true,
|
|
37857
37910
|
"locationInModule": {
|
|
37858
37911
|
"filename": "src/javascript/node-project.ts",
|
|
37859
|
-
"line":
|
|
37912
|
+
"line": 130
|
|
37860
37913
|
},
|
|
37861
37914
|
"name": "defaultReleaseBranch",
|
|
37862
37915
|
"type": {
|
|
@@ -37873,7 +37926,7 @@
|
|
|
37873
37926
|
"immutable": true,
|
|
37874
37927
|
"locationInModule": {
|
|
37875
37928
|
"filename": "src/javascript/node-project.ts",
|
|
37876
|
-
"line":
|
|
37929
|
+
"line": 281
|
|
37877
37930
|
},
|
|
37878
37931
|
"name": "artifactsDirectory",
|
|
37879
37932
|
"optional": true,
|
|
@@ -37892,7 +37945,7 @@
|
|
|
37892
37945
|
"immutable": true,
|
|
37893
37946
|
"locationInModule": {
|
|
37894
37947
|
"filename": "src/javascript/node-project.ts",
|
|
37895
|
-
"line":
|
|
37948
|
+
"line": 197
|
|
37896
37949
|
},
|
|
37897
37950
|
"name": "autoApproveUpgrades",
|
|
37898
37951
|
"optional": true,
|
|
@@ -37910,7 +37963,7 @@
|
|
|
37910
37963
|
"immutable": true,
|
|
37911
37964
|
"locationInModule": {
|
|
37912
37965
|
"filename": "src/javascript/node-project.ts",
|
|
37913
|
-
"line":
|
|
37966
|
+
"line": 82
|
|
37914
37967
|
},
|
|
37915
37968
|
"name": "buildWorkflow",
|
|
37916
37969
|
"optional": true,
|
|
@@ -37928,7 +37981,7 @@
|
|
|
37928
37981
|
"immutable": true,
|
|
37929
37982
|
"locationInModule": {
|
|
37930
37983
|
"filename": "src/javascript/node-project.ts",
|
|
37931
|
-
"line":
|
|
37984
|
+
"line": 295
|
|
37932
37985
|
},
|
|
37933
37986
|
"name": "buildWorkflowTriggers",
|
|
37934
37987
|
"optional": true,
|
|
@@ -37945,7 +37998,7 @@
|
|
|
37945
37998
|
"immutable": true,
|
|
37946
37999
|
"locationInModule": {
|
|
37947
38000
|
"filename": "src/javascript/node-project.ts",
|
|
37948
|
-
"line":
|
|
38001
|
+
"line": 274
|
|
37949
38002
|
},
|
|
37950
38003
|
"name": "bundlerOptions",
|
|
37951
38004
|
"optional": true,
|
|
@@ -37963,7 +38016,7 @@
|
|
|
37963
38016
|
"immutable": true,
|
|
37964
38017
|
"locationInModule": {
|
|
37965
38018
|
"filename": "src/javascript/node-project.ts",
|
|
37966
|
-
"line":
|
|
38019
|
+
"line": 101
|
|
37967
38020
|
},
|
|
37968
38021
|
"name": "codeCov",
|
|
37969
38022
|
"optional": true,
|
|
@@ -37981,7 +38034,7 @@
|
|
|
37981
38034
|
"immutable": true,
|
|
37982
38035
|
"locationInModule": {
|
|
37983
38036
|
"filename": "src/javascript/node-project.ts",
|
|
37984
|
-
"line":
|
|
38037
|
+
"line": 108
|
|
37985
38038
|
},
|
|
37986
38039
|
"name": "codeCovTokenSecret",
|
|
37987
38040
|
"optional": true,
|
|
@@ -37999,7 +38052,7 @@
|
|
|
37999
38052
|
"immutable": true,
|
|
38000
38053
|
"locationInModule": {
|
|
38001
38054
|
"filename": "src/javascript/node-project.ts",
|
|
38002
|
-
"line":
|
|
38055
|
+
"line": 55
|
|
38003
38056
|
},
|
|
38004
38057
|
"name": "copyrightOwner",
|
|
38005
38058
|
"optional": true,
|
|
@@ -38017,7 +38070,7 @@
|
|
|
38017
38070
|
"immutable": true,
|
|
38018
38071
|
"locationInModule": {
|
|
38019
38072
|
"filename": "src/javascript/node-project.ts",
|
|
38020
|
-
"line":
|
|
38073
|
+
"line": 62
|
|
38021
38074
|
},
|
|
38022
38075
|
"name": "copyrightPeriod",
|
|
38023
38076
|
"optional": true,
|
|
@@ -38036,7 +38089,7 @@
|
|
|
38036
38089
|
"immutable": true,
|
|
38037
38090
|
"locationInModule": {
|
|
38038
38091
|
"filename": "src/javascript/node-project.ts",
|
|
38039
|
-
"line":
|
|
38092
|
+
"line": 165
|
|
38040
38093
|
},
|
|
38041
38094
|
"name": "dependabot",
|
|
38042
38095
|
"optional": true,
|
|
@@ -38054,7 +38107,7 @@
|
|
|
38054
38107
|
"immutable": true,
|
|
38055
38108
|
"locationInModule": {
|
|
38056
38109
|
"filename": "src/javascript/node-project.ts",
|
|
38057
|
-
"line":
|
|
38110
|
+
"line": 172
|
|
38058
38111
|
},
|
|
38059
38112
|
"name": "dependabotOptions",
|
|
38060
38113
|
"optional": true,
|
|
@@ -38073,7 +38126,7 @@
|
|
|
38073
38126
|
"immutable": true,
|
|
38074
38127
|
"locationInModule": {
|
|
38075
38128
|
"filename": "src/javascript/node-project.ts",
|
|
38076
|
-
"line":
|
|
38129
|
+
"line": 180
|
|
38077
38130
|
},
|
|
38078
38131
|
"name": "depsUpgrade",
|
|
38079
38132
|
"optional": true,
|
|
@@ -38091,7 +38144,7 @@
|
|
|
38091
38144
|
"immutable": true,
|
|
38092
38145
|
"locationInModule": {
|
|
38093
38146
|
"filename": "src/javascript/node-project.ts",
|
|
38094
|
-
"line":
|
|
38147
|
+
"line": 187
|
|
38095
38148
|
},
|
|
38096
38149
|
"name": "depsUpgradeOptions",
|
|
38097
38150
|
"optional": true,
|
|
@@ -38108,7 +38161,7 @@
|
|
|
38108
38161
|
"immutable": true,
|
|
38109
38162
|
"locationInModule": {
|
|
38110
38163
|
"filename": "src/javascript/node-project.ts",
|
|
38111
|
-
"line":
|
|
38164
|
+
"line": 243
|
|
38112
38165
|
},
|
|
38113
38166
|
"name": "gitignore",
|
|
38114
38167
|
"optional": true,
|
|
@@ -38131,7 +38184,7 @@
|
|
|
38131
38184
|
"immutable": true,
|
|
38132
38185
|
"locationInModule": {
|
|
38133
38186
|
"filename": "src/javascript/node-project.ts",
|
|
38134
|
-
"line":
|
|
38187
|
+
"line": 249
|
|
38135
38188
|
},
|
|
38136
38189
|
"name": "jest",
|
|
38137
38190
|
"optional": true,
|
|
@@ -38149,7 +38202,7 @@
|
|
|
38149
38202
|
"immutable": true,
|
|
38150
38203
|
"locationInModule": {
|
|
38151
38204
|
"filename": "src/javascript/node-project.ts",
|
|
38152
|
-
"line":
|
|
38205
|
+
"line": 255
|
|
38153
38206
|
},
|
|
38154
38207
|
"name": "jestOptions",
|
|
38155
38208
|
"optional": true,
|
|
@@ -38168,7 +38221,7 @@
|
|
|
38168
38221
|
"immutable": true,
|
|
38169
38222
|
"locationInModule": {
|
|
38170
38223
|
"filename": "src/javascript/node-project.ts",
|
|
38171
|
-
"line":
|
|
38224
|
+
"line": 93
|
|
38172
38225
|
},
|
|
38173
38226
|
"name": "mutableBuild",
|
|
38174
38227
|
"optional": true,
|
|
@@ -38186,7 +38239,7 @@
|
|
|
38186
38239
|
"immutable": true,
|
|
38187
38240
|
"locationInModule": {
|
|
38188
38241
|
"filename": "src/javascript/node-project.ts",
|
|
38189
|
-
"line":
|
|
38242
|
+
"line": 211
|
|
38190
38243
|
},
|
|
38191
38244
|
"name": "npmignore",
|
|
38192
38245
|
"optional": true,
|
|
@@ -38209,7 +38262,7 @@
|
|
|
38209
38262
|
"immutable": true,
|
|
38210
38263
|
"locationInModule": {
|
|
38211
38264
|
"filename": "src/javascript/node-project.ts",
|
|
38212
|
-
"line":
|
|
38265
|
+
"line": 205
|
|
38213
38266
|
},
|
|
38214
38267
|
"name": "npmignoreEnabled",
|
|
38215
38268
|
"optional": true,
|
|
@@ -38227,7 +38280,7 @@
|
|
|
38227
38280
|
"immutable": true,
|
|
38228
38281
|
"locationInModule": {
|
|
38229
38282
|
"filename": "src/javascript/node-project.ts",
|
|
38230
|
-
"line":
|
|
38283
|
+
"line": 289
|
|
38231
38284
|
},
|
|
38232
38285
|
"name": "package",
|
|
38233
38286
|
"optional": true,
|
|
@@ -38245,7 +38298,7 @@
|
|
|
38245
38298
|
"immutable": true,
|
|
38246
38299
|
"locationInModule": {
|
|
38247
38300
|
"filename": "src/javascript/node-project.ts",
|
|
38248
|
-
"line":
|
|
38301
|
+
"line": 232
|
|
38249
38302
|
},
|
|
38250
38303
|
"name": "prettier",
|
|
38251
38304
|
"optional": true,
|
|
@@ -38263,7 +38316,7 @@
|
|
|
38263
38316
|
"immutable": true,
|
|
38264
38317
|
"locationInModule": {
|
|
38265
38318
|
"filename": "src/javascript/node-project.ts",
|
|
38266
|
-
"line":
|
|
38319
|
+
"line": 238
|
|
38267
38320
|
},
|
|
38268
38321
|
"name": "prettierOptions",
|
|
38269
38322
|
"optional": true,
|
|
@@ -38281,7 +38334,7 @@
|
|
|
38281
38334
|
"immutable": true,
|
|
38282
38335
|
"locationInModule": {
|
|
38283
38336
|
"filename": "src/javascript/node-project.ts",
|
|
38284
|
-
"line":
|
|
38337
|
+
"line": 76
|
|
38285
38338
|
},
|
|
38286
38339
|
"name": "projenDevDependency",
|
|
38287
38340
|
"optional": true,
|
|
@@ -38299,7 +38352,7 @@
|
|
|
38299
38352
|
"immutable": true,
|
|
38300
38353
|
"locationInModule": {
|
|
38301
38354
|
"filename": "src/javascript/node-project.ts",
|
|
38302
|
-
"line":
|
|
38355
|
+
"line": 263
|
|
38303
38356
|
},
|
|
38304
38357
|
"name": "projenrcJs",
|
|
38305
38358
|
"optional": true,
|
|
@@ -38317,7 +38370,7 @@
|
|
|
38317
38370
|
"immutable": true,
|
|
38318
38371
|
"locationInModule": {
|
|
38319
38372
|
"filename": "src/javascript/node-project.ts",
|
|
38320
|
-
"line":
|
|
38373
|
+
"line": 269
|
|
38321
38374
|
},
|
|
38322
38375
|
"name": "projenrcJsOptions",
|
|
38323
38376
|
"optional": true,
|
|
@@ -38335,7 +38388,7 @@
|
|
|
38335
38388
|
"immutable": true,
|
|
38336
38389
|
"locationInModule": {
|
|
38337
38390
|
"filename": "src/javascript/node-project.ts",
|
|
38338
|
-
"line":
|
|
38391
|
+
"line": 69
|
|
38339
38392
|
},
|
|
38340
38393
|
"name": "projenVersion",
|
|
38341
38394
|
"optional": true,
|
|
@@ -38353,7 +38406,7 @@
|
|
|
38353
38406
|
"immutable": true,
|
|
38354
38407
|
"locationInModule": {
|
|
38355
38408
|
"filename": "src/javascript/node-project.ts",
|
|
38356
|
-
"line":
|
|
38409
|
+
"line": 218
|
|
38357
38410
|
},
|
|
38358
38411
|
"name": "pullRequestTemplate",
|
|
38359
38412
|
"optional": true,
|
|
@@ -38371,7 +38424,7 @@
|
|
|
38371
38424
|
"immutable": true,
|
|
38372
38425
|
"locationInModule": {
|
|
38373
38426
|
"filename": "src/javascript/node-project.ts",
|
|
38374
|
-
"line":
|
|
38427
|
+
"line": 225
|
|
38375
38428
|
},
|
|
38376
38429
|
"name": "pullRequestTemplateContents",
|
|
38377
38430
|
"optional": true,
|
|
@@ -38394,7 +38447,7 @@
|
|
|
38394
38447
|
"immutable": true,
|
|
38395
38448
|
"locationInModule": {
|
|
38396
38449
|
"filename": "src/javascript/node-project.ts",
|
|
38397
|
-
"line":
|
|
38450
|
+
"line": 123
|
|
38398
38451
|
},
|
|
38399
38452
|
"name": "release",
|
|
38400
38453
|
"optional": true,
|
|
@@ -38412,7 +38465,7 @@
|
|
|
38412
38465
|
"immutable": true,
|
|
38413
38466
|
"locationInModule": {
|
|
38414
38467
|
"filename": "src/javascript/node-project.ts",
|
|
38415
|
-
"line":
|
|
38468
|
+
"line": 150
|
|
38416
38469
|
},
|
|
38417
38470
|
"name": "releaseToNpm",
|
|
38418
38471
|
"optional": true,
|
|
@@ -38431,7 +38484,7 @@
|
|
|
38431
38484
|
"immutable": true,
|
|
38432
38485
|
"locationInModule": {
|
|
38433
38486
|
"filename": "src/javascript/node-project.ts",
|
|
38434
|
-
"line":
|
|
38487
|
+
"line": 116
|
|
38435
38488
|
},
|
|
38436
38489
|
"name": "releaseWorkflow",
|
|
38437
38490
|
"optional": true,
|
|
@@ -38449,7 +38502,7 @@
|
|
|
38449
38502
|
"immutable": true,
|
|
38450
38503
|
"locationInModule": {
|
|
38451
38504
|
"filename": "src/javascript/node-project.ts",
|
|
38452
|
-
"line":
|
|
38505
|
+
"line": 137
|
|
38453
38506
|
},
|
|
38454
38507
|
"name": "workflowBootstrapSteps",
|
|
38455
38508
|
"optional": true,
|
|
@@ -38472,7 +38525,7 @@
|
|
|
38472
38525
|
"immutable": true,
|
|
38473
38526
|
"locationInModule": {
|
|
38474
38527
|
"filename": "src/javascript/node-project.ts",
|
|
38475
|
-
"line":
|
|
38528
|
+
"line": 144
|
|
38476
38529
|
},
|
|
38477
38530
|
"name": "workflowGitIdentity",
|
|
38478
38531
|
"optional": true,
|
|
@@ -38490,7 +38543,7 @@
|
|
|
38490
38543
|
"immutable": true,
|
|
38491
38544
|
"locationInModule": {
|
|
38492
38545
|
"filename": "src/javascript/node-project.ts",
|
|
38493
|
-
"line":
|
|
38546
|
+
"line": 157
|
|
38494
38547
|
},
|
|
38495
38548
|
"name": "workflowNodeVersion",
|
|
38496
38549
|
"optional": true,
|
|
@@ -38511,7 +38564,7 @@
|
|
|
38511
38564
|
"kind": "enum",
|
|
38512
38565
|
"locationInModule": {
|
|
38513
38566
|
"filename": "src/javascript/node-package.ts",
|
|
38514
|
-
"line":
|
|
38567
|
+
"line": 1444
|
|
38515
38568
|
},
|
|
38516
38569
|
"members": [
|
|
38517
38570
|
{
|
|
@@ -38688,7 +38741,7 @@
|
|
|
38688
38741
|
"kind": "interface",
|
|
38689
38742
|
"locationInModule": {
|
|
38690
38743
|
"filename": "src/javascript/node-package.ts",
|
|
38691
|
-
"line":
|
|
38744
|
+
"line": 1413
|
|
38692
38745
|
},
|
|
38693
38746
|
"name": "PeerDependencyOptions",
|
|
38694
38747
|
"namespace": "javascript",
|
|
@@ -38703,7 +38756,7 @@
|
|
|
38703
38756
|
"immutable": true,
|
|
38704
38757
|
"locationInModule": {
|
|
38705
38758
|
"filename": "src/javascript/node-package.ts",
|
|
38706
|
-
"line":
|
|
38759
|
+
"line": 1418
|
|
38707
38760
|
},
|
|
38708
38761
|
"name": "pinnedDevDependency",
|
|
38709
38762
|
"optional": true,
|
|
@@ -39712,7 +39765,7 @@
|
|
|
39712
39765
|
"kind": "interface",
|
|
39713
39766
|
"locationInModule": {
|
|
39714
39767
|
"filename": "src/javascript/node-project.ts",
|
|
39715
|
-
"line":
|
|
39768
|
+
"line": 1053
|
|
39716
39769
|
},
|
|
39717
39770
|
"name": "RenderWorkflowSetupOptions",
|
|
39718
39771
|
"namespace": "javascript",
|
|
@@ -39727,7 +39780,7 @@
|
|
|
39727
39780
|
"immutable": true,
|
|
39728
39781
|
"locationInModule": {
|
|
39729
39782
|
"filename": "src/javascript/node-project.ts",
|
|
39730
|
-
"line":
|
|
39783
|
+
"line": 1058
|
|
39731
39784
|
},
|
|
39732
39785
|
"name": "mutable",
|
|
39733
39786
|
"optional": true,
|
|
@@ -39749,7 +39802,7 @@
|
|
|
39749
39802
|
"kind": "interface",
|
|
39750
39803
|
"locationInModule": {
|
|
39751
39804
|
"filename": "src/javascript/node-package.ts",
|
|
39752
|
-
"line":
|
|
39805
|
+
"line": 367
|
|
39753
39806
|
},
|
|
39754
39807
|
"name": "ScopedPackagesOptions",
|
|
39755
39808
|
"namespace": "javascript",
|
|
@@ -39763,7 +39816,7 @@
|
|
|
39763
39816
|
"immutable": true,
|
|
39764
39817
|
"locationInModule": {
|
|
39765
39818
|
"filename": "src/javascript/node-package.ts",
|
|
39766
|
-
"line":
|
|
39819
|
+
"line": 378
|
|
39767
39820
|
},
|
|
39768
39821
|
"name": "registryUrl",
|
|
39769
39822
|
"type": {
|
|
@@ -39780,7 +39833,7 @@
|
|
|
39780
39833
|
"immutable": true,
|
|
39781
39834
|
"locationInModule": {
|
|
39782
39835
|
"filename": "src/javascript/node-package.ts",
|
|
39783
|
-
"line":
|
|
39836
|
+
"line": 373
|
|
39784
39837
|
},
|
|
39785
39838
|
"name": "scope",
|
|
39786
39839
|
"type": {
|
|
@@ -44250,7 +44303,7 @@
|
|
|
44250
44303
|
"kind": "interface",
|
|
44251
44304
|
"locationInModule": {
|
|
44252
44305
|
"filename": "src/release/release.ts",
|
|
44253
|
-
"line":
|
|
44306
|
+
"line": 639
|
|
44254
44307
|
},
|
|
44255
44308
|
"name": "BranchOptions",
|
|
44256
44309
|
"namespace": "release",
|
|
@@ -44264,7 +44317,7 @@
|
|
|
44264
44317
|
"immutable": true,
|
|
44265
44318
|
"locationInModule": {
|
|
44266
44319
|
"filename": "src/release/release.ts",
|
|
44267
|
-
"line":
|
|
44320
|
+
"line": 649
|
|
44268
44321
|
},
|
|
44269
44322
|
"name": "majorVersion",
|
|
44270
44323
|
"type": {
|
|
@@ -44280,7 +44333,7 @@
|
|
|
44280
44333
|
"immutable": true,
|
|
44281
44334
|
"locationInModule": {
|
|
44282
44335
|
"filename": "src/release/release.ts",
|
|
44283
|
-
"line":
|
|
44336
|
+
"line": 654
|
|
44284
44337
|
},
|
|
44285
44338
|
"name": "minMajorVersion",
|
|
44286
44339
|
"optional": true,
|
|
@@ -44298,7 +44351,7 @@
|
|
|
44298
44351
|
"immutable": true,
|
|
44299
44352
|
"locationInModule": {
|
|
44300
44353
|
"filename": "src/release/release.ts",
|
|
44301
|
-
"line":
|
|
44354
|
+
"line": 682
|
|
44302
44355
|
},
|
|
44303
44356
|
"name": "npmDistTag",
|
|
44304
44357
|
"optional": true,
|
|
@@ -44316,7 +44369,7 @@
|
|
|
44316
44369
|
"immutable": true,
|
|
44317
44370
|
"locationInModule": {
|
|
44318
44371
|
"filename": "src/release/release.ts",
|
|
44319
|
-
"line":
|
|
44372
|
+
"line": 661
|
|
44320
44373
|
},
|
|
44321
44374
|
"name": "prerelease",
|
|
44322
44375
|
"optional": true,
|
|
@@ -44335,7 +44388,7 @@
|
|
|
44335
44388
|
"immutable": true,
|
|
44336
44389
|
"locationInModule": {
|
|
44337
44390
|
"filename": "src/release/release.ts",
|
|
44338
|
-
"line":
|
|
44391
|
+
"line": 675
|
|
44339
44392
|
},
|
|
44340
44393
|
"name": "tagPrefix",
|
|
44341
44394
|
"optional": true,
|
|
@@ -44353,7 +44406,7 @@
|
|
|
44353
44406
|
"immutable": true,
|
|
44354
44407
|
"locationInModule": {
|
|
44355
44408
|
"filename": "src/release/release.ts",
|
|
44356
|
-
"line":
|
|
44409
|
+
"line": 644
|
|
44357
44410
|
},
|
|
44358
44411
|
"name": "workflowName",
|
|
44359
44412
|
"optional": true,
|
|
@@ -44364,17 +44417,51 @@
|
|
|
44364
44417
|
],
|
|
44365
44418
|
"symbolId": "src/release/release:BranchOptions"
|
|
44366
44419
|
},
|
|
44420
|
+
"projen.release.CodeArtifactAuthProvider": {
|
|
44421
|
+
"assembly": "projen",
|
|
44422
|
+
"docs": {
|
|
44423
|
+
"stability": "experimental",
|
|
44424
|
+
"summary": "Options for authorizing requests to a AWS CodeArtifact npm repository."
|
|
44425
|
+
},
|
|
44426
|
+
"fqn": "projen.release.CodeArtifactAuthProvider",
|
|
44427
|
+
"kind": "enum",
|
|
44428
|
+
"locationInModule": {
|
|
44429
|
+
"filename": "src/release/publisher.ts",
|
|
44430
|
+
"line": 810
|
|
44431
|
+
},
|
|
44432
|
+
"members": [
|
|
44433
|
+
{
|
|
44434
|
+
"docs": {
|
|
44435
|
+
"stability": "experimental",
|
|
44436
|
+
"summary": "Fixed credentials provided via Github secrets."
|
|
44437
|
+
},
|
|
44438
|
+
"name": "ACCESS_AND_SECRET_KEY_PAIR"
|
|
44439
|
+
},
|
|
44440
|
+
{
|
|
44441
|
+
"docs": {
|
|
44442
|
+
"remarks": "See:\nhttps://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_create_oidc.html\nhttps://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services",
|
|
44443
|
+
"stability": "experimental",
|
|
44444
|
+
"summary": "Ephemeral credentials provided via Github's OIDC integration with an IAM role."
|
|
44445
|
+
},
|
|
44446
|
+
"name": "GITHUB_OIDC"
|
|
44447
|
+
}
|
|
44448
|
+
],
|
|
44449
|
+
"name": "CodeArtifactAuthProvider",
|
|
44450
|
+
"namespace": "release",
|
|
44451
|
+
"symbolId": "src/release/publisher:CodeArtifactAuthProvider"
|
|
44452
|
+
},
|
|
44367
44453
|
"projen.release.CodeArtifactOptions": {
|
|
44368
44454
|
"assembly": "projen",
|
|
44369
44455
|
"datatype": true,
|
|
44370
44456
|
"docs": {
|
|
44371
|
-
"stability": "experimental"
|
|
44457
|
+
"stability": "experimental",
|
|
44458
|
+
"summary": "Options for publishing packages to AWS CodeArtifact."
|
|
44372
44459
|
},
|
|
44373
44460
|
"fqn": "projen.release.CodeArtifactOptions",
|
|
44374
44461
|
"kind": "interface",
|
|
44375
44462
|
"locationInModule": {
|
|
44376
44463
|
"filename": "src/release/publisher.ts",
|
|
44377
|
-
"line":
|
|
44464
|
+
"line": 828
|
|
44378
44465
|
},
|
|
44379
44466
|
"name": "CodeArtifactOptions",
|
|
44380
44467
|
"namespace": "release",
|
|
@@ -44382,15 +44469,15 @@
|
|
|
44382
44469
|
{
|
|
44383
44470
|
"abstract": true,
|
|
44384
44471
|
"docs": {
|
|
44385
|
-
"default": "\"AWS_ACCESS_KEY_ID\"",
|
|
44386
|
-
"remarks": "This property must be specified only when publishing to AWS CodeArtifact (`
|
|
44472
|
+
"default": "- When the `authProvider` value is set to\n`CodeArtifactAuthProvider.ACCESS_AND_SECRET_KEY_PAIR`, the default is\n\"AWS_ACCESS_KEY_ID\". For `CodeArtifactAuthProvider.GITHUB_OIDC`, this\nvalue must be left undefined.",
|
|
44473
|
+
"remarks": "This property must be specified only when publishing to AWS CodeArtifact (`npmRegistryUrl` contains AWS CodeArtifact URL).",
|
|
44387
44474
|
"stability": "experimental",
|
|
44388
44475
|
"summary": "GitHub secret which contains the AWS access key ID to use when publishing packages to AWS CodeArtifact."
|
|
44389
44476
|
},
|
|
44390
44477
|
"immutable": true,
|
|
44391
44478
|
"locationInModule": {
|
|
44392
44479
|
"filename": "src/release/publisher.ts",
|
|
44393
|
-
"line":
|
|
44480
|
+
"line": 844
|
|
44394
44481
|
},
|
|
44395
44482
|
"name": "accessKeyIdSecret",
|
|
44396
44483
|
"optional": true,
|
|
@@ -44398,17 +44485,36 @@
|
|
|
44398
44485
|
"primitive": "string"
|
|
44399
44486
|
}
|
|
44400
44487
|
},
|
|
44488
|
+
{
|
|
44489
|
+
"abstract": true,
|
|
44490
|
+
"docs": {
|
|
44491
|
+
"default": "CodeArtifactAuthProvider.ACCESS_AND_SECRET_KEY_PAIR",
|
|
44492
|
+
"stability": "experimental",
|
|
44493
|
+
"summary": "Provider to use for authorizing requests to AWS CodeArtifact."
|
|
44494
|
+
},
|
|
44495
|
+
"immutable": true,
|
|
44496
|
+
"locationInModule": {
|
|
44497
|
+
"filename": "src/release/publisher.ts",
|
|
44498
|
+
"line": 834
|
|
44499
|
+
},
|
|
44500
|
+
"name": "authProvider",
|
|
44501
|
+
"optional": true,
|
|
44502
|
+
"type": {
|
|
44503
|
+
"fqn": "projen.release.CodeArtifactAuthProvider"
|
|
44504
|
+
}
|
|
44505
|
+
},
|
|
44401
44506
|
{
|
|
44402
44507
|
"abstract": true,
|
|
44403
44508
|
"docs": {
|
|
44404
44509
|
"default": "undefined",
|
|
44510
|
+
"remarks": "When using the `CodeArtifactAuthProvider.GITHUB_OIDC` auth provider, this value must be defined.",
|
|
44405
44511
|
"stability": "experimental",
|
|
44406
44512
|
"summary": "ARN of AWS role to be assumed prior to get authorization token from AWS CodeArtifact This property must be specified only when publishing to AWS CodeArtifact (`registry` contains AWS CodeArtifact URL)."
|
|
44407
44513
|
},
|
|
44408
44514
|
"immutable": true,
|
|
44409
44515
|
"locationInModule": {
|
|
44410
44516
|
"filename": "src/release/publisher.ts",
|
|
44411
|
-
"line":
|
|
44517
|
+
"line": 864
|
|
44412
44518
|
},
|
|
44413
44519
|
"name": "roleToAssume",
|
|
44414
44520
|
"optional": true,
|
|
@@ -44419,15 +44525,15 @@
|
|
|
44419
44525
|
{
|
|
44420
44526
|
"abstract": true,
|
|
44421
44527
|
"docs": {
|
|
44422
|
-
"default": "\"AWS_SECRET_ACCESS_KEY\"",
|
|
44423
|
-
"remarks": "This property must be specified only when publishing to AWS CodeArtifact (`
|
|
44528
|
+
"default": "- When the `authProvider` value is set to\n`CodeArtifactAuthProvider.ACCESS_AND_SECRET_KEY_PAIR`, the default is\n\"AWS_SECRET_ACCESS_KEY\". For `CodeArtifactAuthProvider.GITHUB_OIDC`, this\nvalue must be left undefined.",
|
|
44529
|
+
"remarks": "This property must be specified only when publishing to AWS CodeArtifact (`npmRegistryUrl` contains AWS CodeArtifact URL).",
|
|
44424
44530
|
"stability": "experimental",
|
|
44425
44531
|
"summary": "GitHub secret which contains the AWS secret access key to use when publishing packages to AWS CodeArtifact."
|
|
44426
44532
|
},
|
|
44427
44533
|
"immutable": true,
|
|
44428
44534
|
"locationInModule": {
|
|
44429
44535
|
"filename": "src/release/publisher.ts",
|
|
44430
|
-
"line":
|
|
44536
|
+
"line": 855
|
|
44431
44537
|
},
|
|
44432
44538
|
"name": "secretAccessKeySecret",
|
|
44433
44539
|
"optional": true,
|
|
@@ -44449,7 +44555,7 @@
|
|
|
44449
44555
|
"kind": "interface",
|
|
44450
44556
|
"locationInModule": {
|
|
44451
44557
|
"filename": "src/release/publisher.ts",
|
|
44452
|
-
"line":
|
|
44558
|
+
"line": 732
|
|
44453
44559
|
},
|
|
44454
44560
|
"name": "CommonPublishOptions",
|
|
44455
44561
|
"namespace": "release",
|
|
@@ -44464,7 +44570,7 @@
|
|
|
44464
44570
|
"immutable": true,
|
|
44465
44571
|
"locationInModule": {
|
|
44466
44572
|
"filename": "src/release/publisher.ts",
|
|
44467
|
-
"line":
|
|
44573
|
+
"line": 742
|
|
44468
44574
|
},
|
|
44469
44575
|
"name": "prePublishSteps",
|
|
44470
44576
|
"optional": true,
|
|
@@ -44487,7 +44593,7 @@
|
|
|
44487
44593
|
"immutable": true,
|
|
44488
44594
|
"locationInModule": {
|
|
44489
44595
|
"filename": "src/release/publisher.ts",
|
|
44490
|
-
"line":
|
|
44596
|
+
"line": 748
|
|
44491
44597
|
},
|
|
44492
44598
|
"name": "publishTools",
|
|
44493
44599
|
"optional": true,
|
|
@@ -44512,7 +44618,7 @@
|
|
|
44512
44618
|
"kind": "interface",
|
|
44513
44619
|
"locationInModule": {
|
|
44514
44620
|
"filename": "src/release/publisher.ts",
|
|
44515
|
-
"line":
|
|
44621
|
+
"line": 1110
|
|
44516
44622
|
},
|
|
44517
44623
|
"name": "GitHubReleasesPublishOptions",
|
|
44518
44624
|
"namespace": "release",
|
|
@@ -44527,7 +44633,7 @@
|
|
|
44527
44633
|
"immutable": true,
|
|
44528
44634
|
"locationInModule": {
|
|
44529
44635
|
"filename": "src/release/publisher.ts",
|
|
44530
|
-
"line":
|
|
44636
|
+
"line": 1095
|
|
44531
44637
|
},
|
|
44532
44638
|
"name": "changelogFile",
|
|
44533
44639
|
"type": {
|
|
@@ -44544,7 +44650,7 @@
|
|
|
44544
44650
|
"immutable": true,
|
|
44545
44651
|
"locationInModule": {
|
|
44546
44652
|
"filename": "src/release/publisher.ts",
|
|
44547
|
-
"line":
|
|
44653
|
+
"line": 1088
|
|
44548
44654
|
},
|
|
44549
44655
|
"name": "releaseTagFile",
|
|
44550
44656
|
"type": {
|
|
@@ -44561,7 +44667,7 @@
|
|
|
44561
44667
|
"immutable": true,
|
|
44562
44668
|
"locationInModule": {
|
|
44563
44669
|
"filename": "src/release/publisher.ts",
|
|
44564
|
-
"line":
|
|
44670
|
+
"line": 1081
|
|
44565
44671
|
},
|
|
44566
44672
|
"name": "versionFile",
|
|
44567
44673
|
"type": {
|
|
@@ -44582,7 +44688,7 @@
|
|
|
44582
44688
|
"kind": "interface",
|
|
44583
44689
|
"locationInModule": {
|
|
44584
44690
|
"filename": "src/release/publisher.ts",
|
|
44585
|
-
"line":
|
|
44691
|
+
"line": 1117
|
|
44586
44692
|
},
|
|
44587
44693
|
"name": "GitPublishOptions",
|
|
44588
44694
|
"namespace": "release",
|
|
@@ -44597,7 +44703,7 @@
|
|
|
44597
44703
|
"immutable": true,
|
|
44598
44704
|
"locationInModule": {
|
|
44599
44705
|
"filename": "src/release/publisher.ts",
|
|
44600
|
-
"line":
|
|
44706
|
+
"line": 1095
|
|
44601
44707
|
},
|
|
44602
44708
|
"name": "changelogFile",
|
|
44603
44709
|
"type": {
|
|
@@ -44614,7 +44720,7 @@
|
|
|
44614
44720
|
"immutable": true,
|
|
44615
44721
|
"locationInModule": {
|
|
44616
44722
|
"filename": "src/release/publisher.ts",
|
|
44617
|
-
"line":
|
|
44723
|
+
"line": 1088
|
|
44618
44724
|
},
|
|
44619
44725
|
"name": "releaseTagFile",
|
|
44620
44726
|
"type": {
|
|
@@ -44631,7 +44737,7 @@
|
|
|
44631
44737
|
"immutable": true,
|
|
44632
44738
|
"locationInModule": {
|
|
44633
44739
|
"filename": "src/release/publisher.ts",
|
|
44634
|
-
"line":
|
|
44740
|
+
"line": 1081
|
|
44635
44741
|
},
|
|
44636
44742
|
"name": "versionFile",
|
|
44637
44743
|
"type": {
|
|
@@ -44648,7 +44754,7 @@
|
|
|
44648
44754
|
"immutable": true,
|
|
44649
44755
|
"locationInModule": {
|
|
44650
44756
|
"filename": "src/release/publisher.ts",
|
|
44651
|
-
"line":
|
|
44757
|
+
"line": 1128
|
|
44652
44758
|
},
|
|
44653
44759
|
"name": "gitBranch",
|
|
44654
44760
|
"optional": true,
|
|
@@ -44666,7 +44772,7 @@
|
|
|
44666
44772
|
"immutable": true,
|
|
44667
44773
|
"locationInModule": {
|
|
44668
44774
|
"filename": "src/release/publisher.ts",
|
|
44669
|
-
"line":
|
|
44775
|
+
"line": 1135
|
|
44670
44776
|
},
|
|
44671
44777
|
"name": "gitPushCommand",
|
|
44672
44778
|
"optional": true,
|
|
@@ -44683,7 +44789,7 @@
|
|
|
44683
44789
|
"immutable": true,
|
|
44684
44790
|
"locationInModule": {
|
|
44685
44791
|
"filename": "src/release/publisher.ts",
|
|
44686
|
-
"line":
|
|
44792
|
+
"line": 1121
|
|
44687
44793
|
},
|
|
44688
44794
|
"name": "projectChangelogFile",
|
|
44689
44795
|
"optional": true,
|
|
@@ -44708,7 +44814,7 @@
|
|
|
44708
44814
|
"kind": "interface",
|
|
44709
44815
|
"locationInModule": {
|
|
44710
44816
|
"filename": "src/release/publisher.ts",
|
|
44711
|
-
"line":
|
|
44817
|
+
"line": 1013
|
|
44712
44818
|
},
|
|
44713
44819
|
"name": "GoPublishOptions",
|
|
44714
44820
|
"namespace": "release",
|
|
@@ -44723,7 +44829,7 @@
|
|
|
44723
44829
|
"immutable": true,
|
|
44724
44830
|
"locationInModule": {
|
|
44725
44831
|
"filename": "src/release/publisher.ts",
|
|
44726
|
-
"line":
|
|
44832
|
+
"line": 1053
|
|
44727
44833
|
},
|
|
44728
44834
|
"name": "gitBranch",
|
|
44729
44835
|
"optional": true,
|
|
@@ -44741,7 +44847,7 @@
|
|
|
44741
44847
|
"immutable": true,
|
|
44742
44848
|
"locationInModule": {
|
|
44743
44849
|
"filename": "src/release/publisher.ts",
|
|
44744
|
-
"line":
|
|
44850
|
+
"line": 1072
|
|
44745
44851
|
},
|
|
44746
44852
|
"name": "gitCommitMessage",
|
|
44747
44853
|
"optional": true,
|
|
@@ -44760,7 +44866,7 @@
|
|
|
44760
44866
|
"immutable": true,
|
|
44761
44867
|
"locationInModule": {
|
|
44762
44868
|
"filename": "src/release/publisher.ts",
|
|
44763
|
-
"line":
|
|
44869
|
+
"line": 1032
|
|
44764
44870
|
},
|
|
44765
44871
|
"name": "githubDeployKeySecret",
|
|
44766
44872
|
"optional": true,
|
|
@@ -44778,7 +44884,7 @@
|
|
|
44778
44884
|
"immutable": true,
|
|
44779
44885
|
"locationInModule": {
|
|
44780
44886
|
"filename": "src/release/publisher.ts",
|
|
44781
|
-
"line":
|
|
44887
|
+
"line": 1046
|
|
44782
44888
|
},
|
|
44783
44889
|
"name": "githubRepo",
|
|
44784
44890
|
"optional": true,
|
|
@@ -44797,7 +44903,7 @@
|
|
|
44797
44903
|
"immutable": true,
|
|
44798
44904
|
"locationInModule": {
|
|
44799
44905
|
"filename": "src/release/publisher.ts",
|
|
44800
|
-
"line":
|
|
44906
|
+
"line": 1022
|
|
44801
44907
|
},
|
|
44802
44908
|
"name": "githubTokenSecret",
|
|
44803
44909
|
"optional": true,
|
|
@@ -44815,7 +44921,7 @@
|
|
|
44815
44921
|
"immutable": true,
|
|
44816
44922
|
"locationInModule": {
|
|
44817
44923
|
"filename": "src/release/publisher.ts",
|
|
44818
|
-
"line":
|
|
44924
|
+
"line": 1039
|
|
44819
44925
|
},
|
|
44820
44926
|
"name": "githubUseSsh",
|
|
44821
44927
|
"optional": true,
|
|
@@ -44836,7 +44942,7 @@
|
|
|
44836
44942
|
"immutable": true,
|
|
44837
44943
|
"locationInModule": {
|
|
44838
44944
|
"filename": "src/release/publisher.ts",
|
|
44839
|
-
"line":
|
|
44945
|
+
"line": 1065
|
|
44840
44946
|
},
|
|
44841
44947
|
"name": "gitUserEmail",
|
|
44842
44948
|
"optional": true,
|
|
@@ -44854,7 +44960,7 @@
|
|
|
44854
44960
|
"immutable": true,
|
|
44855
44961
|
"locationInModule": {
|
|
44856
44962
|
"filename": "src/release/publisher.ts",
|
|
44857
|
-
"line":
|
|
44963
|
+
"line": 1059
|
|
44858
44964
|
},
|
|
44859
44965
|
"name": "gitUserName",
|
|
44860
44966
|
"optional": true,
|
|
@@ -44879,7 +44985,7 @@
|
|
|
44879
44985
|
"kind": "interface",
|
|
44880
44986
|
"locationInModule": {
|
|
44881
44987
|
"filename": "src/release/publisher.ts",
|
|
44882
|
-
"line":
|
|
44988
|
+
"line": 1008
|
|
44883
44989
|
},
|
|
44884
44990
|
"name": "JsiiReleaseGo",
|
|
44885
44991
|
"namespace": "release",
|
|
@@ -44899,7 +45005,7 @@
|
|
|
44899
45005
|
"kind": "interface",
|
|
44900
45006
|
"locationInModule": {
|
|
44901
45007
|
"filename": "src/release/publisher.ts",
|
|
44902
|
-
"line":
|
|
45008
|
+
"line": 921
|
|
44903
45009
|
},
|
|
44904
45010
|
"name": "JsiiReleaseMaven",
|
|
44905
45011
|
"namespace": "release",
|
|
@@ -44919,7 +45025,7 @@
|
|
|
44919
45025
|
"kind": "interface",
|
|
44920
45026
|
"locationInModule": {
|
|
44921
45027
|
"filename": "src/release/publisher.ts",
|
|
44922
|
-
"line":
|
|
45028
|
+
"line": 754
|
|
44923
45029
|
},
|
|
44924
45030
|
"name": "JsiiReleaseNpm",
|
|
44925
45031
|
"namespace": "release",
|
|
@@ -44939,7 +45045,7 @@
|
|
|
44939
45045
|
"kind": "interface",
|
|
44940
45046
|
"locationInModule": {
|
|
44941
45047
|
"filename": "src/release/publisher.ts",
|
|
44942
|
-
"line":
|
|
45048
|
+
"line": 899
|
|
44943
45049
|
},
|
|
44944
45050
|
"name": "JsiiReleaseNuget",
|
|
44945
45051
|
"namespace": "release",
|
|
@@ -44959,7 +45065,7 @@
|
|
|
44959
45065
|
"kind": "interface",
|
|
44960
45066
|
"locationInModule": {
|
|
44961
45067
|
"filename": "src/release/publisher.ts",
|
|
44962
|
-
"line":
|
|
45068
|
+
"line": 870
|
|
44963
45069
|
},
|
|
44964
45070
|
"name": "JsiiReleasePyPi",
|
|
44965
45071
|
"namespace": "release",
|
|
@@ -45052,7 +45158,7 @@
|
|
|
45052
45158
|
"kind": "interface",
|
|
45053
45159
|
"locationInModule": {
|
|
45054
45160
|
"filename": "src/release/publisher.ts",
|
|
45055
|
-
"line":
|
|
45161
|
+
"line": 926
|
|
45056
45162
|
},
|
|
45057
45163
|
"name": "MavenPublishOptions",
|
|
45058
45164
|
"namespace": "release",
|
|
@@ -45068,7 +45174,7 @@
|
|
|
45068
45174
|
"immutable": true,
|
|
45069
45175
|
"locationInModule": {
|
|
45070
45176
|
"filename": "src/release/publisher.ts",
|
|
45071
|
-
"line":
|
|
45177
|
+
"line": 932
|
|
45072
45178
|
},
|
|
45073
45179
|
"name": "mavenEndpoint",
|
|
45074
45180
|
"optional": true,
|
|
@@ -45088,7 +45194,7 @@
|
|
|
45088
45194
|
"immutable": true,
|
|
45089
45195
|
"locationInModule": {
|
|
45090
45196
|
"filename": "src/release/publisher.ts",
|
|
45091
|
-
"line":
|
|
45197
|
+
"line": 965
|
|
45092
45198
|
},
|
|
45093
45199
|
"name": "mavenGpgPrivateKeyPassphrase",
|
|
45094
45200
|
"optional": true,
|
|
@@ -45108,7 +45214,7 @@
|
|
|
45108
45214
|
"immutable": true,
|
|
45109
45215
|
"locationInModule": {
|
|
45110
45216
|
"filename": "src/release/publisher.ts",
|
|
45111
|
-
"line":
|
|
45217
|
+
"line": 956
|
|
45112
45218
|
},
|
|
45113
45219
|
"name": "mavenGpgPrivateKeySecret",
|
|
45114
45220
|
"optional": true,
|
|
@@ -45128,7 +45234,7 @@
|
|
|
45128
45234
|
"immutable": true,
|
|
45129
45235
|
"locationInModule": {
|
|
45130
45236
|
"filename": "src/release/publisher.ts",
|
|
45131
|
-
"line":
|
|
45237
|
+
"line": 991
|
|
45132
45238
|
},
|
|
45133
45239
|
"name": "mavenPassword",
|
|
45134
45240
|
"optional": true,
|
|
@@ -45146,7 +45252,7 @@
|
|
|
45146
45252
|
"immutable": true,
|
|
45147
45253
|
"locationInModule": {
|
|
45148
45254
|
"filename": "src/release/publisher.ts",
|
|
45149
|
-
"line":
|
|
45255
|
+
"line": 946
|
|
45150
45256
|
},
|
|
45151
45257
|
"name": "mavenRepositoryUrl",
|
|
45152
45258
|
"optional": true,
|
|
@@ -45164,7 +45270,7 @@
|
|
|
45164
45270
|
"immutable": true,
|
|
45165
45271
|
"locationInModule": {
|
|
45166
45272
|
"filename": "src/release/publisher.ts",
|
|
45167
|
-
"line":
|
|
45273
|
+
"line": 939
|
|
45168
45274
|
},
|
|
45169
45275
|
"name": "mavenServerId",
|
|
45170
45276
|
"optional": true,
|
|
@@ -45182,7 +45288,7 @@
|
|
|
45182
45288
|
"immutable": true,
|
|
45183
45289
|
"locationInModule": {
|
|
45184
45290
|
"filename": "src/release/publisher.ts",
|
|
45185
|
-
"line":
|
|
45291
|
+
"line": 1002
|
|
45186
45292
|
},
|
|
45187
45293
|
"name": "mavenStagingProfileId",
|
|
45188
45294
|
"optional": true,
|
|
@@ -45202,7 +45308,7 @@
|
|
|
45202
45308
|
"immutable": true,
|
|
45203
45309
|
"locationInModule": {
|
|
45204
45310
|
"filename": "src/release/publisher.ts",
|
|
45205
|
-
"line":
|
|
45311
|
+
"line": 978
|
|
45206
45312
|
},
|
|
45207
45313
|
"name": "mavenUsername",
|
|
45208
45314
|
"optional": true,
|
|
@@ -45227,7 +45333,7 @@
|
|
|
45227
45333
|
"kind": "interface",
|
|
45228
45334
|
"locationInModule": {
|
|
45229
45335
|
"filename": "src/release/publisher.ts",
|
|
45230
|
-
"line":
|
|
45336
|
+
"line": 759
|
|
45231
45337
|
},
|
|
45232
45338
|
"name": "NpmPublishOptions",
|
|
45233
45339
|
"namespace": "release",
|
|
@@ -45242,7 +45348,7 @@
|
|
|
45242
45348
|
"immutable": true,
|
|
45243
45349
|
"locationInModule": {
|
|
45244
45350
|
"filename": "src/release/publisher.ts",
|
|
45245
|
-
"line":
|
|
45351
|
+
"line": 804
|
|
45246
45352
|
},
|
|
45247
45353
|
"name": "codeArtifactOptions",
|
|
45248
45354
|
"optional": true,
|
|
@@ -45262,7 +45368,7 @@
|
|
|
45262
45368
|
"immutable": true,
|
|
45263
45369
|
"locationInModule": {
|
|
45264
45370
|
"filename": "src/release/publisher.ts",
|
|
45265
|
-
"line":
|
|
45371
|
+
"line": 777
|
|
45266
45372
|
},
|
|
45267
45373
|
"name": "distTag",
|
|
45268
45374
|
"optional": true,
|
|
@@ -45280,7 +45386,7 @@
|
|
|
45280
45386
|
"immutable": true,
|
|
45281
45387
|
"locationInModule": {
|
|
45282
45388
|
"filename": "src/release/publisher.ts",
|
|
45283
|
-
"line":
|
|
45389
|
+
"line": 797
|
|
45284
45390
|
},
|
|
45285
45391
|
"name": "npmTokenSecret",
|
|
45286
45392
|
"optional": true,
|
|
@@ -45300,7 +45406,7 @@
|
|
|
45300
45406
|
"immutable": true,
|
|
45301
45407
|
"locationInModule": {
|
|
45302
45408
|
"filename": "src/release/publisher.ts",
|
|
45303
|
-
"line":
|
|
45409
|
+
"line": 791
|
|
45304
45410
|
},
|
|
45305
45411
|
"name": "registry",
|
|
45306
45412
|
"optional": true,
|
|
@@ -45325,7 +45431,7 @@
|
|
|
45325
45431
|
"kind": "interface",
|
|
45326
45432
|
"locationInModule": {
|
|
45327
45433
|
"filename": "src/release/publisher.ts",
|
|
45328
|
-
"line":
|
|
45434
|
+
"line": 904
|
|
45329
45435
|
},
|
|
45330
45436
|
"name": "NugetPublishOptions",
|
|
45331
45437
|
"namespace": "release",
|
|
@@ -45340,7 +45446,7 @@
|
|
|
45340
45446
|
"immutable": true,
|
|
45341
45447
|
"locationInModule": {
|
|
45342
45448
|
"filename": "src/release/publisher.ts",
|
|
45343
|
-
"line":
|
|
45449
|
+
"line": 910
|
|
45344
45450
|
},
|
|
45345
45451
|
"name": "nugetApiKeySecret",
|
|
45346
45452
|
"optional": true,
|
|
@@ -45357,7 +45463,7 @@
|
|
|
45357
45463
|
"immutable": true,
|
|
45358
45464
|
"locationInModule": {
|
|
45359
45465
|
"filename": "src/release/publisher.ts",
|
|
45360
|
-
"line":
|
|
45466
|
+
"line": 915
|
|
45361
45467
|
},
|
|
45362
45468
|
"name": "nugetServer",
|
|
45363
45469
|
"optional": true,
|
|
@@ -45383,7 +45489,7 @@
|
|
|
45383
45489
|
},
|
|
45384
45490
|
"locationInModule": {
|
|
45385
45491
|
"filename": "src/release/publisher.ts",
|
|
45386
|
-
"line":
|
|
45492
|
+
"line": 149
|
|
45387
45493
|
},
|
|
45388
45494
|
"parameters": [
|
|
45389
45495
|
{
|
|
@@ -45403,7 +45509,7 @@
|
|
|
45403
45509
|
"kind": "class",
|
|
45404
45510
|
"locationInModule": {
|
|
45405
45511
|
"filename": "src/release/publisher.ts",
|
|
45406
|
-
"line":
|
|
45512
|
+
"line": 124
|
|
45407
45513
|
},
|
|
45408
45514
|
"methods": [
|
|
45409
45515
|
{
|
|
@@ -45413,7 +45519,7 @@
|
|
|
45413
45519
|
},
|
|
45414
45520
|
"locationInModule": {
|
|
45415
45521
|
"filename": "src/release/publisher.ts",
|
|
45416
|
-
"line":
|
|
45522
|
+
"line": 196
|
|
45417
45523
|
},
|
|
45418
45524
|
"name": "addGitHubPrePublishingSteps",
|
|
45419
45525
|
"parameters": [
|
|
@@ -45438,7 +45544,7 @@
|
|
|
45438
45544
|
},
|
|
45439
45545
|
"locationInModule": {
|
|
45440
45546
|
"filename": "src/release/publisher.ts",
|
|
45441
|
-
"line":
|
|
45547
|
+
"line": 207
|
|
45442
45548
|
},
|
|
45443
45549
|
"name": "publishToGit",
|
|
45444
45550
|
"parameters": [
|
|
@@ -45465,7 +45571,7 @@
|
|
|
45465
45571
|
},
|
|
45466
45572
|
"locationInModule": {
|
|
45467
45573
|
"filename": "src/release/publisher.ts",
|
|
45468
|
-
"line":
|
|
45574
|
+
"line": 248
|
|
45469
45575
|
},
|
|
45470
45576
|
"name": "publishToGitHubReleases",
|
|
45471
45577
|
"parameters": [
|
|
@@ -45487,7 +45593,7 @@
|
|
|
45487
45593
|
},
|
|
45488
45594
|
"locationInModule": {
|
|
45489
45595
|
"filename": "src/release/publisher.ts",
|
|
45490
|
-
"line":
|
|
45596
|
+
"line": 515
|
|
45491
45597
|
},
|
|
45492
45598
|
"name": "publishToGo",
|
|
45493
45599
|
"parameters": [
|
|
@@ -45510,7 +45616,7 @@
|
|
|
45510
45616
|
},
|
|
45511
45617
|
"locationInModule": {
|
|
45512
45618
|
"filename": "src/release/publisher.ts",
|
|
45513
|
-
"line":
|
|
45619
|
+
"line": 424
|
|
45514
45620
|
},
|
|
45515
45621
|
"name": "publishToMaven",
|
|
45516
45622
|
"parameters": [
|
|
@@ -45533,7 +45639,7 @@
|
|
|
45533
45639
|
},
|
|
45534
45640
|
"locationInModule": {
|
|
45535
45641
|
"filename": "src/release/publisher.ts",
|
|
45536
|
-
"line":
|
|
45642
|
+
"line": 297
|
|
45537
45643
|
},
|
|
45538
45644
|
"name": "publishToNpm",
|
|
45539
45645
|
"parameters": [
|
|
@@ -45556,7 +45662,7 @@
|
|
|
45556
45662
|
},
|
|
45557
45663
|
"locationInModule": {
|
|
45558
45664
|
"filename": "src/release/publisher.ts",
|
|
45559
|
-
"line":
|
|
45665
|
+
"line": 393
|
|
45560
45666
|
},
|
|
45561
45667
|
"name": "publishToNuget",
|
|
45562
45668
|
"parameters": [
|
|
@@ -45579,7 +45685,7 @@
|
|
|
45579
45685
|
},
|
|
45580
45686
|
"locationInModule": {
|
|
45581
45687
|
"filename": "src/release/publisher.ts",
|
|
45582
|
-
"line":
|
|
45688
|
+
"line": 488
|
|
45583
45689
|
},
|
|
45584
45690
|
"name": "publishToPyPi",
|
|
45585
45691
|
"parameters": [
|
|
@@ -45607,7 +45713,7 @@
|
|
|
45607
45713
|
"immutable": true,
|
|
45608
45714
|
"locationInModule": {
|
|
45609
45715
|
"filename": "src/release/publisher.ts",
|
|
45610
|
-
"line":
|
|
45716
|
+
"line": 125
|
|
45611
45717
|
},
|
|
45612
45718
|
"name": "PUBLISH_GIT_TASK_NAME",
|
|
45613
45719
|
"static": true,
|
|
@@ -45622,7 +45728,7 @@
|
|
|
45622
45728
|
"immutable": true,
|
|
45623
45729
|
"locationInModule": {
|
|
45624
45730
|
"filename": "src/release/publisher.ts",
|
|
45625
|
-
"line":
|
|
45731
|
+
"line": 128
|
|
45626
45732
|
},
|
|
45627
45733
|
"name": "artifactName",
|
|
45628
45734
|
"type": {
|
|
@@ -45636,7 +45742,7 @@
|
|
|
45636
45742
|
"immutable": true,
|
|
45637
45743
|
"locationInModule": {
|
|
45638
45744
|
"filename": "src/release/publisher.ts",
|
|
45639
|
-
"line":
|
|
45745
|
+
"line": 127
|
|
45640
45746
|
},
|
|
45641
45747
|
"name": "buildJobId",
|
|
45642
45748
|
"type": {
|
|
@@ -45651,7 +45757,7 @@
|
|
|
45651
45757
|
"immutable": true,
|
|
45652
45758
|
"locationInModule": {
|
|
45653
45759
|
"filename": "src/release/publisher.ts",
|
|
45654
|
-
"line":
|
|
45760
|
+
"line": 133
|
|
45655
45761
|
},
|
|
45656
45762
|
"name": "jsiiReleaseVersion",
|
|
45657
45763
|
"type": {
|
|
@@ -45665,7 +45771,7 @@
|
|
|
45665
45771
|
"immutable": true,
|
|
45666
45772
|
"locationInModule": {
|
|
45667
45773
|
"filename": "src/release/publisher.ts",
|
|
45668
|
-
"line":
|
|
45774
|
+
"line": 129
|
|
45669
45775
|
},
|
|
45670
45776
|
"name": "publibVersion",
|
|
45671
45777
|
"type": {
|
|
@@ -45679,7 +45785,7 @@
|
|
|
45679
45785
|
"immutable": true,
|
|
45680
45786
|
"locationInModule": {
|
|
45681
45787
|
"filename": "src/release/publisher.ts",
|
|
45682
|
-
"line":
|
|
45788
|
+
"line": 130
|
|
45683
45789
|
},
|
|
45684
45790
|
"name": "condition",
|
|
45685
45791
|
"optional": true,
|
|
@@ -45701,7 +45807,7 @@
|
|
|
45701
45807
|
"kind": "interface",
|
|
45702
45808
|
"locationInModule": {
|
|
45703
45809
|
"filename": "src/release/publisher.ts",
|
|
45704
|
-
"line":
|
|
45810
|
+
"line": 35
|
|
45705
45811
|
},
|
|
45706
45812
|
"name": "PublisherOptions",
|
|
45707
45813
|
"namespace": "release",
|
|
@@ -45717,7 +45823,7 @@
|
|
|
45717
45823
|
"immutable": true,
|
|
45718
45824
|
"locationInModule": {
|
|
45719
45825
|
"filename": "src/release/publisher.ts",
|
|
45720
|
-
"line":
|
|
45826
|
+
"line": 57
|
|
45721
45827
|
},
|
|
45722
45828
|
"name": "artifactName",
|
|
45723
45829
|
"type": {
|
|
@@ -45734,7 +45840,7 @@
|
|
|
45734
45840
|
"immutable": true,
|
|
45735
45841
|
"locationInModule": {
|
|
45736
45842
|
"filename": "src/release/publisher.ts",
|
|
45737
|
-
"line":
|
|
45843
|
+
"line": 39
|
|
45738
45844
|
},
|
|
45739
45845
|
"name": "buildJobId",
|
|
45740
45846
|
"type": {
|
|
@@ -45751,7 +45857,7 @@
|
|
|
45751
45857
|
"immutable": true,
|
|
45752
45858
|
"locationInModule": {
|
|
45753
45859
|
"filename": "src/release/publisher.ts",
|
|
45754
|
-
"line":
|
|
45860
|
+
"line": 46
|
|
45755
45861
|
},
|
|
45756
45862
|
"name": "condition",
|
|
45757
45863
|
"optional": true,
|
|
@@ -45769,7 +45875,7 @@
|
|
|
45769
45875
|
"immutable": true,
|
|
45770
45876
|
"locationInModule": {
|
|
45771
45877
|
"filename": "src/release/publisher.ts",
|
|
45772
|
-
"line":
|
|
45878
|
+
"line": 116
|
|
45773
45879
|
},
|
|
45774
45880
|
"name": "dryRun",
|
|
45775
45881
|
"optional": true,
|
|
@@ -45787,7 +45893,7 @@
|
|
|
45787
45893
|
"immutable": true,
|
|
45788
45894
|
"locationInModule": {
|
|
45789
45895
|
"filename": "src/release/publisher.ts",
|
|
45790
|
-
"line":
|
|
45896
|
+
"line": 85
|
|
45791
45897
|
},
|
|
45792
45898
|
"name": "failureIssue",
|
|
45793
45899
|
"optional": true,
|
|
@@ -45806,7 +45912,7 @@
|
|
|
45806
45912
|
"immutable": true,
|
|
45807
45913
|
"locationInModule": {
|
|
45808
45914
|
"filename": "src/release/publisher.ts",
|
|
45809
|
-
"line":
|
|
45915
|
+
"line": 93
|
|
45810
45916
|
},
|
|
45811
45917
|
"name": "failureIssueLabel",
|
|
45812
45918
|
"optional": true,
|
|
@@ -45823,7 +45929,7 @@
|
|
|
45823
45929
|
"immutable": true,
|
|
45824
45930
|
"locationInModule": {
|
|
45825
45931
|
"filename": "src/release/publisher.ts",
|
|
45826
|
-
"line":
|
|
45932
|
+
"line": 62
|
|
45827
45933
|
},
|
|
45828
45934
|
"name": "jsiiReleaseVersion",
|
|
45829
45935
|
"optional": true,
|
|
@@ -45841,7 +45947,7 @@
|
|
|
45841
45947
|
"immutable": true,
|
|
45842
45948
|
"locationInModule": {
|
|
45843
45949
|
"filename": "src/release/publisher.ts",
|
|
45844
|
-
"line":
|
|
45950
|
+
"line": 78
|
|
45845
45951
|
},
|
|
45846
45952
|
"name": "publibVersion",
|
|
45847
45953
|
"optional": true,
|
|
@@ -45860,7 +45966,7 @@
|
|
|
45860
45966
|
"immutable": true,
|
|
45861
45967
|
"locationInModule": {
|
|
45862
45968
|
"filename": "src/release/publisher.ts",
|
|
45863
|
-
"line":
|
|
45969
|
+
"line": 109
|
|
45864
45970
|
},
|
|
45865
45971
|
"name": "publishTasks",
|
|
45866
45972
|
"optional": true,
|
|
@@ -45879,7 +45985,7 @@
|
|
|
45879
45985
|
"immutable": true,
|
|
45880
45986
|
"locationInModule": {
|
|
45881
45987
|
"filename": "src/release/publisher.ts",
|
|
45882
|
-
"line":
|
|
45988
|
+
"line": 71
|
|
45883
45989
|
},
|
|
45884
45990
|
"name": "workflowNodeVersion",
|
|
45885
45991
|
"optional": true,
|
|
@@ -45897,7 +46003,7 @@
|
|
|
45897
46003
|
"immutable": true,
|
|
45898
46004
|
"locationInModule": {
|
|
45899
46005
|
"filename": "src/release/publisher.ts",
|
|
45900
|
-
"line":
|
|
46006
|
+
"line": 99
|
|
45901
46007
|
},
|
|
45902
46008
|
"name": "workflowRunsOn",
|
|
45903
46009
|
"optional": true,
|
|
@@ -45927,7 +46033,7 @@
|
|
|
45927
46033
|
"kind": "interface",
|
|
45928
46034
|
"locationInModule": {
|
|
45929
46035
|
"filename": "src/release/publisher.ts",
|
|
45930
|
-
"line":
|
|
46036
|
+
"line": 875
|
|
45931
46037
|
},
|
|
45932
46038
|
"name": "PyPiPublishOptions",
|
|
45933
46039
|
"namespace": "release",
|
|
@@ -45942,7 +46048,7 @@
|
|
|
45942
46048
|
"immutable": true,
|
|
45943
46049
|
"locationInModule": {
|
|
45944
46050
|
"filename": "src/release/publisher.ts",
|
|
45945
|
-
"line":
|
|
46051
|
+
"line": 893
|
|
45946
46052
|
},
|
|
45947
46053
|
"name": "twinePasswordSecret",
|
|
45948
46054
|
"optional": true,
|
|
@@ -45960,7 +46066,7 @@
|
|
|
45960
46066
|
"immutable": true,
|
|
45961
46067
|
"locationInModule": {
|
|
45962
46068
|
"filename": "src/release/publisher.ts",
|
|
45963
|
-
"line":
|
|
46069
|
+
"line": 881
|
|
45964
46070
|
},
|
|
45965
46071
|
"name": "twineRegistryUrl",
|
|
45966
46072
|
"optional": true,
|
|
@@ -45978,7 +46084,7 @@
|
|
|
45978
46084
|
"immutable": true,
|
|
45979
46085
|
"locationInModule": {
|
|
45980
46086
|
"filename": "src/release/publisher.ts",
|
|
45981
|
-
"line":
|
|
46087
|
+
"line": 887
|
|
45982
46088
|
},
|
|
45983
46089
|
"name": "twineUsernameSecret",
|
|
45984
46090
|
"optional": true,
|
|
@@ -46004,7 +46110,7 @@
|
|
|
46004
46110
|
},
|
|
46005
46111
|
"locationInModule": {
|
|
46006
46112
|
"filename": "src/release/release.ts",
|
|
46007
|
-
"line":
|
|
46113
|
+
"line": 290
|
|
46008
46114
|
},
|
|
46009
46115
|
"parameters": [
|
|
46010
46116
|
{
|
|
@@ -46024,7 +46130,7 @@
|
|
|
46024
46130
|
"kind": "class",
|
|
46025
46131
|
"locationInModule": {
|
|
46026
46132
|
"filename": "src/release/release.ts",
|
|
46027
|
-
"line":
|
|
46133
|
+
"line": 253
|
|
46028
46134
|
},
|
|
46029
46135
|
"methods": [
|
|
46030
46136
|
{
|
|
@@ -46034,7 +46140,7 @@
|
|
|
46034
46140
|
},
|
|
46035
46141
|
"locationInModule": {
|
|
46036
46142
|
"filename": "src/release/release.ts",
|
|
46037
|
-
"line":
|
|
46143
|
+
"line": 260
|
|
46038
46144
|
},
|
|
46039
46145
|
"name": "of",
|
|
46040
46146
|
"parameters": [
|
|
@@ -46061,7 +46167,7 @@
|
|
|
46061
46167
|
},
|
|
46062
46168
|
"locationInModule": {
|
|
46063
46169
|
"filename": "src/release/release.ts",
|
|
46064
|
-
"line":
|
|
46170
|
+
"line": 407
|
|
46065
46171
|
},
|
|
46066
46172
|
"name": "addBranch",
|
|
46067
46173
|
"parameters": [
|
|
@@ -46092,7 +46198,7 @@
|
|
|
46092
46198
|
},
|
|
46093
46199
|
"locationInModule": {
|
|
46094
46200
|
"filename": "src/release/release.ts",
|
|
46095
|
-
"line":
|
|
46201
|
+
"line": 474
|
|
46096
46202
|
},
|
|
46097
46203
|
"name": "addJobs",
|
|
46098
46204
|
"parameters": [
|
|
@@ -46119,7 +46225,7 @@
|
|
|
46119
46225
|
},
|
|
46120
46226
|
"locationInModule": {
|
|
46121
46227
|
"filename": "src/release/release.ts",
|
|
46122
|
-
"line":
|
|
46228
|
+
"line": 457
|
|
46123
46229
|
},
|
|
46124
46230
|
"name": "preSynthesize",
|
|
46125
46231
|
"overrides": "projen.Component"
|
|
@@ -46136,7 +46242,7 @@
|
|
|
46136
46242
|
"immutable": true,
|
|
46137
46243
|
"locationInModule": {
|
|
46138
46244
|
"filename": "src/release/release.ts",
|
|
46139
|
-
"line":
|
|
46245
|
+
"line": 254
|
|
46140
46246
|
},
|
|
46141
46247
|
"name": "ANTI_TAMPER_CMD",
|
|
46142
46248
|
"static": true,
|
|
@@ -46152,7 +46258,7 @@
|
|
|
46152
46258
|
"immutable": true,
|
|
46153
46259
|
"locationInModule": {
|
|
46154
46260
|
"filename": "src/release/release.ts",
|
|
46155
|
-
"line":
|
|
46261
|
+
"line": 288
|
|
46156
46262
|
},
|
|
46157
46263
|
"name": "artifactsDirectory",
|
|
46158
46264
|
"type": {
|
|
@@ -46167,7 +46273,7 @@
|
|
|
46167
46273
|
"immutable": true,
|
|
46168
46274
|
"locationInModule": {
|
|
46169
46275
|
"filename": "src/release/release.ts",
|
|
46170
|
-
"line":
|
|
46276
|
+
"line": 483
|
|
46171
46277
|
},
|
|
46172
46278
|
"name": "branches",
|
|
46173
46279
|
"type": {
|
|
@@ -46187,7 +46293,7 @@
|
|
|
46187
46293
|
"immutable": true,
|
|
46188
46294
|
"locationInModule": {
|
|
46189
46295
|
"filename": "src/release/release.ts",
|
|
46190
|
-
"line":
|
|
46296
|
+
"line": 268
|
|
46191
46297
|
},
|
|
46192
46298
|
"name": "publisher",
|
|
46193
46299
|
"type": {
|
|
@@ -46211,7 +46317,7 @@
|
|
|
46211
46317
|
"kind": "interface",
|
|
46212
46318
|
"locationInModule": {
|
|
46213
46319
|
"filename": "src/release/release.ts",
|
|
46214
|
-
"line":
|
|
46320
|
+
"line": 199
|
|
46215
46321
|
},
|
|
46216
46322
|
"name": "ReleaseOptions",
|
|
46217
46323
|
"namespace": "release",
|
|
@@ -46226,7 +46332,7 @@
|
|
|
46226
46332
|
"immutable": true,
|
|
46227
46333
|
"locationInModule": {
|
|
46228
46334
|
"filename": "src/release/release.ts",
|
|
46229
|
-
"line":
|
|
46335
|
+
"line": 236
|
|
46230
46336
|
},
|
|
46231
46337
|
"name": "artifactsDirectory",
|
|
46232
46338
|
"type": {
|
|
@@ -46243,7 +46349,7 @@
|
|
|
46243
46349
|
"immutable": true,
|
|
46244
46350
|
"locationInModule": {
|
|
46245
46351
|
"filename": "src/release/release.ts",
|
|
46246
|
-
"line":
|
|
46352
|
+
"line": 222
|
|
46247
46353
|
},
|
|
46248
46354
|
"name": "branch",
|
|
46249
46355
|
"type": {
|
|
@@ -46260,7 +46366,7 @@
|
|
|
46260
46366
|
"immutable": true,
|
|
46261
46367
|
"locationInModule": {
|
|
46262
46368
|
"filename": "src/release/release.ts",
|
|
46263
|
-
"line":
|
|
46369
|
+
"line": 205
|
|
46264
46370
|
},
|
|
46265
46371
|
"name": "task",
|
|
46266
46372
|
"type": {
|
|
@@ -46277,7 +46383,7 @@
|
|
|
46277
46383
|
"immutable": true,
|
|
46278
46384
|
"locationInModule": {
|
|
46279
46385
|
"filename": "src/release/release.ts",
|
|
46280
|
-
"line":
|
|
46386
|
+
"line": 212
|
|
46281
46387
|
},
|
|
46282
46388
|
"name": "versionFile",
|
|
46283
46389
|
"type": {
|
|
@@ -46294,7 +46400,7 @@
|
|
|
46294
46400
|
"immutable": true,
|
|
46295
46401
|
"locationInModule": {
|
|
46296
46402
|
"filename": "src/release/release.ts",
|
|
46297
|
-
"line":
|
|
46403
|
+
"line": 229
|
|
46298
46404
|
},
|
|
46299
46405
|
"name": "githubRelease",
|
|
46300
46406
|
"optional": true,
|
|
@@ -46313,7 +46419,7 @@
|
|
|
46313
46419
|
"immutable": true,
|
|
46314
46420
|
"locationInModule": {
|
|
46315
46421
|
"filename": "src/release/release.ts",
|
|
46316
|
-
"line":
|
|
46422
|
+
"line": 245
|
|
46317
46423
|
},
|
|
46318
46424
|
"name": "workflowNodeVersion",
|
|
46319
46425
|
"optional": true,
|
|
@@ -46335,7 +46441,7 @@
|
|
|
46335
46441
|
"kind": "interface",
|
|
46336
46442
|
"locationInModule": {
|
|
46337
46443
|
"filename": "src/release/release.ts",
|
|
46338
|
-
"line":
|
|
46444
|
+
"line": 23
|
|
46339
46445
|
},
|
|
46340
46446
|
"name": "ReleaseProjectOptions",
|
|
46341
46447
|
"namespace": "release",
|
|
@@ -46350,7 +46456,7 @@
|
|
|
46350
46456
|
"immutable": true,
|
|
46351
46457
|
"locationInModule": {
|
|
46352
46458
|
"filename": "src/release/release.ts",
|
|
46353
|
-
"line":
|
|
46459
|
+
"line": 66
|
|
46354
46460
|
},
|
|
46355
46461
|
"name": "jsiiReleaseVersion",
|
|
46356
46462
|
"optional": true,
|
|
@@ -46369,7 +46475,7 @@
|
|
|
46369
46475
|
"immutable": true,
|
|
46370
46476
|
"locationInModule": {
|
|
46371
46477
|
"filename": "src/release/release.ts",
|
|
46372
|
-
"line":
|
|
46478
|
+
"line": 82
|
|
46373
46479
|
},
|
|
46374
46480
|
"name": "majorVersion",
|
|
46375
46481
|
"optional": true,
|
|
@@ -46388,7 +46494,7 @@
|
|
|
46388
46494
|
"immutable": true,
|
|
46389
46495
|
"locationInModule": {
|
|
46390
46496
|
"filename": "src/release/release.ts",
|
|
46391
|
-
"line":
|
|
46497
|
+
"line": 95
|
|
46392
46498
|
},
|
|
46393
46499
|
"name": "minMajorVersion",
|
|
46394
46500
|
"optional": true,
|
|
@@ -46407,7 +46513,7 @@
|
|
|
46407
46513
|
"immutable": true,
|
|
46408
46514
|
"locationInModule": {
|
|
46409
46515
|
"filename": "src/release/release.ts",
|
|
46410
|
-
"line":
|
|
46516
|
+
"line": 113
|
|
46411
46517
|
},
|
|
46412
46518
|
"name": "npmDistTag",
|
|
46413
46519
|
"optional": true,
|
|
@@ -46425,7 +46531,7 @@
|
|
|
46425
46531
|
"immutable": true,
|
|
46426
46532
|
"locationInModule": {
|
|
46427
46533
|
"filename": "src/release/release.ts",
|
|
46428
|
-
"line":
|
|
46534
|
+
"line": 72
|
|
46429
46535
|
},
|
|
46430
46536
|
"name": "postBuildSteps",
|
|
46431
46537
|
"optional": true,
|
|
@@ -46448,7 +46554,7 @@
|
|
|
46448
46554
|
"immutable": true,
|
|
46449
46555
|
"locationInModule": {
|
|
46450
46556
|
"filename": "src/release/release.ts",
|
|
46451
|
-
"line":
|
|
46557
|
+
"line": 103
|
|
46452
46558
|
},
|
|
46453
46559
|
"name": "prerelease",
|
|
46454
46560
|
"optional": true,
|
|
@@ -46466,7 +46572,7 @@
|
|
|
46466
46572
|
"immutable": true,
|
|
46467
46573
|
"locationInModule": {
|
|
46468
46574
|
"filename": "src/release/release.ts",
|
|
46469
|
-
"line":
|
|
46575
|
+
"line": 193
|
|
46470
46576
|
},
|
|
46471
46577
|
"name": "publishDryRun",
|
|
46472
46578
|
"optional": true,
|
|
@@ -46485,7 +46591,7 @@
|
|
|
46485
46591
|
"immutable": true,
|
|
46486
46592
|
"locationInModule": {
|
|
46487
46593
|
"filename": "src/release/release.ts",
|
|
46488
|
-
"line":
|
|
46594
|
+
"line": 186
|
|
46489
46595
|
},
|
|
46490
46596
|
"name": "publishTasks",
|
|
46491
46597
|
"optional": true,
|
|
@@ -46504,7 +46610,7 @@
|
|
|
46504
46610
|
"immutable": true,
|
|
46505
46611
|
"locationInModule": {
|
|
46506
46612
|
"filename": "src/release/release.ts",
|
|
46507
|
-
"line":
|
|
46613
|
+
"line": 133
|
|
46508
46614
|
},
|
|
46509
46615
|
"name": "releaseBranches",
|
|
46510
46616
|
"optional": true,
|
|
@@ -46528,7 +46634,7 @@
|
|
|
46528
46634
|
"immutable": true,
|
|
46529
46635
|
"locationInModule": {
|
|
46530
46636
|
"filename": "src/release/release.ts",
|
|
46531
|
-
"line":
|
|
46637
|
+
"line": 31
|
|
46532
46638
|
},
|
|
46533
46639
|
"name": "releaseEveryCommit",
|
|
46534
46640
|
"optional": true,
|
|
@@ -46546,7 +46652,7 @@
|
|
|
46546
46652
|
"immutable": true,
|
|
46547
46653
|
"locationInModule": {
|
|
46548
46654
|
"filename": "src/release/release.ts",
|
|
46549
|
-
"line":
|
|
46655
|
+
"line": 140
|
|
46550
46656
|
},
|
|
46551
46657
|
"name": "releaseFailureIssue",
|
|
46552
46658
|
"optional": true,
|
|
@@ -46565,7 +46671,7 @@
|
|
|
46565
46671
|
"immutable": true,
|
|
46566
46672
|
"locationInModule": {
|
|
46567
46673
|
"filename": "src/release/release.ts",
|
|
46568
|
-
"line":
|
|
46674
|
+
"line": 148
|
|
46569
46675
|
},
|
|
46570
46676
|
"name": "releaseFailureIssueLabel",
|
|
46571
46677
|
"optional": true,
|
|
@@ -46584,7 +46690,7 @@
|
|
|
46584
46690
|
"immutable": true,
|
|
46585
46691
|
"locationInModule": {
|
|
46586
46692
|
"filename": "src/release/release.ts",
|
|
46587
|
-
"line":
|
|
46693
|
+
"line": 40
|
|
46588
46694
|
},
|
|
46589
46695
|
"name": "releaseSchedule",
|
|
46590
46696
|
"optional": true,
|
|
@@ -46603,7 +46709,7 @@
|
|
|
46603
46709
|
"immutable": true,
|
|
46604
46710
|
"locationInModule": {
|
|
46605
46711
|
"filename": "src/release/release.ts",
|
|
46606
|
-
"line":
|
|
46712
|
+
"line": 162
|
|
46607
46713
|
},
|
|
46608
46714
|
"name": "releaseTagPrefix",
|
|
46609
46715
|
"optional": true,
|
|
@@ -46621,7 +46727,7 @@
|
|
|
46621
46727
|
"immutable": true,
|
|
46622
46728
|
"locationInModule": {
|
|
46623
46729
|
"filename": "src/release/release.ts",
|
|
46624
|
-
"line":
|
|
46730
|
+
"line": 47
|
|
46625
46731
|
},
|
|
46626
46732
|
"name": "releaseTrigger",
|
|
46627
46733
|
"optional": true,
|
|
@@ -46639,7 +46745,7 @@
|
|
|
46639
46745
|
"immutable": true,
|
|
46640
46746
|
"locationInModule": {
|
|
46641
46747
|
"filename": "src/release/release.ts",
|
|
46642
|
-
"line":
|
|
46748
|
+
"line": 120
|
|
46643
46749
|
},
|
|
46644
46750
|
"name": "releaseWorkflowName",
|
|
46645
46751
|
"optional": true,
|
|
@@ -46656,7 +46762,7 @@
|
|
|
46656
46762
|
"immutable": true,
|
|
46657
46763
|
"locationInModule": {
|
|
46658
46764
|
"filename": "src/release/release.ts",
|
|
46659
|
-
"line":
|
|
46765
|
+
"line": 53
|
|
46660
46766
|
},
|
|
46661
46767
|
"name": "releaseWorkflowSetupSteps",
|
|
46662
46768
|
"optional": true,
|
|
@@ -46680,7 +46786,7 @@
|
|
|
46680
46786
|
"immutable": true,
|
|
46681
46787
|
"locationInModule": {
|
|
46682
46788
|
"filename": "src/release/release.ts",
|
|
46683
|
-
"line":
|
|
46789
|
+
"line": 170
|
|
46684
46790
|
},
|
|
46685
46791
|
"name": "versionrcOptions",
|
|
46686
46792
|
"optional": true,
|
|
@@ -46703,7 +46809,7 @@
|
|
|
46703
46809
|
"immutable": true,
|
|
46704
46810
|
"locationInModule": {
|
|
46705
46811
|
"filename": "src/release/release.ts",
|
|
46706
|
-
"line":
|
|
46812
|
+
"line": 60
|
|
46707
46813
|
},
|
|
46708
46814
|
"name": "workflowContainerImage",
|
|
46709
46815
|
"optional": true,
|
|
@@ -46721,7 +46827,7 @@
|
|
|
46721
46827
|
"immutable": true,
|
|
46722
46828
|
"locationInModule": {
|
|
46723
46829
|
"filename": "src/release/release.ts",
|
|
46724
|
-
"line":
|
|
46830
|
+
"line": 176
|
|
46725
46831
|
},
|
|
46726
46832
|
"name": "workflowRunsOn",
|
|
46727
46833
|
"optional": true,
|
|
@@ -49886,6 +49992,6 @@
|
|
|
49886
49992
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
49887
49993
|
}
|
|
49888
49994
|
},
|
|
49889
|
-
"version": "0.62.
|
|
49890
|
-
"fingerprint": "
|
|
49995
|
+
"version": "0.62.28",
|
|
49996
|
+
"fingerprint": "KSHxugmxsOblIpAzRpthWQUzz6k9Sr05niD59R+sfl8="
|
|
49891
49997
|
}
|