projen 0.62.26 → 0.62.27
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 +297 -191
- 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 +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-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/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 +48 -7
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/sample-file.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
|
@@ -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": {
|
|
@@ -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": 803
|
|
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": 821
|
|
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": 837
|
|
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": 827
|
|
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": 857
|
|
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": 848
|
|
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": 725
|
|
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": 735
|
|
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": 741
|
|
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": 1103
|
|
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": 1088
|
|
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": 1081
|
|
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": 1074
|
|
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": 1110
|
|
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": 1088
|
|
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": 1081
|
|
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": 1074
|
|
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": 1121
|
|
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": 1128
|
|
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": 1114
|
|
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": 1006
|
|
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": 1046
|
|
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": 1065
|
|
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": 1025
|
|
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": 1039
|
|
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": 1015
|
|
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": 1032
|
|
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": 1058
|
|
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": 1052
|
|
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": 1001
|
|
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": 914
|
|
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": 747
|
|
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": 892
|
|
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": 863
|
|
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": 919
|
|
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": 925
|
|
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": 958
|
|
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": 949
|
|
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": 984
|
|
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": 939
|
|
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": 932
|
|
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": 995
|
|
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": 971
|
|
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": 752
|
|
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": 797
|
|
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": 770
|
|
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": 790
|
|
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": 784
|
|
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": 897
|
|
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": 903
|
|
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": 908
|
|
45361
45467
|
},
|
|
45362
45468
|
"name": "nugetServer",
|
|
45363
45469
|
"optional": true,
|
|
@@ -45487,7 +45593,7 @@
|
|
|
45487
45593
|
},
|
|
45488
45594
|
"locationInModule": {
|
|
45489
45595
|
"filename": "src/release/publisher.ts",
|
|
45490
|
-
"line":
|
|
45596
|
+
"line": 514
|
|
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": 423
|
|
45514
45620
|
},
|
|
45515
45621
|
"name": "publishToMaven",
|
|
45516
45622
|
"parameters": [
|
|
@@ -45556,7 +45662,7 @@
|
|
|
45556
45662
|
},
|
|
45557
45663
|
"locationInModule": {
|
|
45558
45664
|
"filename": "src/release/publisher.ts",
|
|
45559
|
-
"line":
|
|
45665
|
+
"line": 392
|
|
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": 487
|
|
45583
45689
|
},
|
|
45584
45690
|
"name": "publishToPyPi",
|
|
45585
45691
|
"parameters": [
|
|
@@ -45927,7 +46033,7 @@
|
|
|
45927
46033
|
"kind": "interface",
|
|
45928
46034
|
"locationInModule": {
|
|
45929
46035
|
"filename": "src/release/publisher.ts",
|
|
45930
|
-
"line":
|
|
46036
|
+
"line": 868
|
|
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": 886
|
|
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": 874
|
|
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": 880
|
|
45982
46088
|
},
|
|
45983
46089
|
"name": "twineUsernameSecret",
|
|
45984
46090
|
"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.27",
|
|
49996
|
+
"fingerprint": "08MLzIfstpLbBqeEUdNi3bbQKNSMV9DXGSXobBTIOeI="
|
|
49891
49997
|
}
|