projen 0.71.82 โ 0.71.84
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 +26 -11
- package/docs/api/API.md +37 -37
- package/lib/awscdk/auto-discover.js +11 -11
- package/lib/awscdk/awscdk-app-java.js +3 -3
- package/lib/awscdk/awscdk-app-py.js +3 -3
- package/lib/awscdk/awscdk-app-ts.js +3 -3
- package/lib/awscdk/awscdk-construct.js +5 -5
- package/lib/awscdk/awscdk-deps-java.js +3 -3
- package/lib/awscdk/awscdk-deps-js.js +3 -3
- package/lib/awscdk/awscdk-deps-py.js +3 -3
- package/lib/awscdk/awscdk-deps.js +3 -3
- package/lib/awscdk/cdk-config.js +4 -4
- package/lib/awscdk/cdk-tasks.js +3 -3
- package/lib/awscdk/integration-test.js +3 -3
- package/lib/awscdk/lambda-extension.js +3 -3
- package/lib/awscdk/lambda-function.js +5 -5
- package/lib/build/build-workflow.js +3 -3
- package/lib/cdk/auto-discover-base.js +5 -5
- package/lib/cdk/construct-lib.js +3 -3
- package/lib/cdk/integration-test-base.js +3 -3
- package/lib/cdk/jsii-docgen.js +3 -3
- package/lib/cdk/jsii-project.js +4 -4
- package/lib/cdk8s/auto-discover.js +5 -5
- package/lib/cdk8s/cdk8s-app-py.js +3 -3
- package/lib/cdk8s/cdk8s-app-ts.js +3 -3
- package/lib/cdk8s/cdk8s-construct.js +3 -3
- package/lib/cdk8s/cdk8s-deps-py.js +3 -3
- package/lib/cdk8s/cdk8s-deps.js +3 -3
- package/lib/cdk8s/integration-test.js +3 -3
- package/lib/cdktf/cdktf-construct.js +3 -3
- package/lib/circleci/circleci.js +3 -3
- package/lib/circleci/model.js +5 -5
- package/lib/component.js +3 -3
- package/lib/dependencies.js +4 -4
- package/lib/dev-env.js +3 -3
- package/lib/docker-compose/docker-compose-port.js +2 -2
- package/lib/docker-compose/docker-compose-service.js +3 -3
- package/lib/docker-compose/docker-compose.js +3 -3
- package/lib/file.js +3 -3
- package/lib/gitattributes.js +3 -3
- package/lib/github/actions-provider.js +3 -3
- package/lib/github/auto-approve.js +3 -3
- package/lib/github/auto-merge.js +3 -3
- package/lib/github/dependabot.js +6 -6
- package/lib/github/github-credentials.js +3 -3
- package/lib/github/github-project.js +3 -3
- package/lib/github/github.js +3 -3
- package/lib/github/mergify.js +3 -3
- package/lib/github/pr-template.js +3 -3
- package/lib/github/pull-request-lint.js +3 -3
- package/lib/github/stale.js +3 -3
- package/lib/github/task-workflow.js +3 -3
- package/lib/github/workflow-actions.js +3 -3
- package/lib/github/workflow-jobs.js +3 -3
- package/lib/github/workflows-model.js +3 -3
- package/lib/github/workflows.js +3 -3
- package/lib/gitlab/configuration-model.js +11 -11
- package/lib/gitlab/configuration.js +3 -3
- package/lib/gitlab/gitlab-configuration.js +3 -3
- package/lib/gitlab/nested-configuration.js +3 -3
- package/lib/gitpod.js +7 -7
- package/lib/ignore-file.js +3 -3
- package/lib/ini.js +3 -3
- package/lib/java/java-project.js +3 -3
- package/lib/java/junit.js +3 -3
- package/lib/java/maven-compile.js +3 -3
- package/lib/java/maven-packaging.js +3 -3
- package/lib/java/maven-sample.js +3 -3
- package/lib/java/pom.js +3 -3
- package/lib/java/projenrc.js +3 -3
- package/lib/javascript/bundler.js +3 -3
- package/lib/javascript/eslint.js +3 -3
- package/lib/javascript/jest.js +10 -10
- package/lib/javascript/node-package.js +6 -6
- package/lib/javascript/node-project.d.ts +1 -1
- package/lib/javascript/node-project.js +6 -6
- package/lib/javascript/npm-config.js +3 -3
- package/lib/javascript/prettier.js +10 -10
- package/lib/javascript/projenrc.js +3 -3
- package/lib/javascript/typescript-config.d.ts +1 -1
- package/lib/javascript/typescript-config.js +8 -8
- package/lib/javascript/upgrade-dependencies.js +5 -5
- package/lib/json-patch.js +3 -3
- package/lib/json.js +3 -3
- package/lib/license.js +3 -3
- package/lib/logger.js +4 -4
- package/lib/makefile.js +3 -3
- package/lib/object-file.js +3 -3
- package/lib/option-hints.js +2 -2
- package/lib/project-build.js +3 -3
- package/lib/project.js +4 -4
- package/lib/projects.js +3 -3
- package/lib/projenrc-json.js +5 -5
- package/lib/projenrc.js +3 -3
- package/lib/python/pip.js +3 -3
- package/lib/python/poetry.js +5 -5
- package/lib/python/projenrc.js +3 -3
- package/lib/python/pytest-sample.js +3 -3
- package/lib/python/pytest.js +3 -3
- package/lib/python/python-project.js +3 -3
- package/lib/python/python-sample.js +3 -3
- package/lib/python/requirements-file.js +3 -3
- package/lib/python/setuppy.js +3 -3
- package/lib/python/setuptools.js +3 -3
- package/lib/python/venv.js +3 -3
- package/lib/readme.js +3 -3
- package/lib/release/publisher.js +4 -4
- package/lib/release/release-trigger.js +3 -3
- package/lib/release/release.js +3 -3
- package/lib/renovatebot.js +4 -4
- package/lib/sample-file.js +5 -5
- package/lib/semver.js +3 -3
- package/lib/source-code.js +3 -3
- package/lib/task-runtime.js +3 -3
- package/lib/task.js +3 -3
- package/lib/tasks.js +3 -3
- package/lib/testing.js +3 -3
- package/lib/textfile.js +3 -3
- package/lib/toml.js +3 -3
- package/lib/typescript/projenrc-ts.js +3 -3
- package/lib/typescript/projenrc.js +3 -3
- package/lib/typescript/typescript-typedoc.js +3 -3
- package/lib/typescript/typescript.js +7 -7
- package/lib/util/semver.js +2 -2
- package/lib/version.js +3 -3
- package/lib/vscode/devcontainer.js +3 -3
- package/lib/vscode/extensions.js +3 -3
- package/lib/vscode/launch-config.js +5 -5
- package/lib/vscode/settings.js +3 -3
- package/lib/vscode/vscode.js +3 -3
- package/lib/web/next.js +7 -7
- package/lib/web/postcss.js +3 -3
- package/lib/web/react.js +9 -9
- package/lib/web/tailwind.js +3 -3
- package/lib/xmlfile.js +3 -3
- package/lib/yaml.js +3 -3
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"stability": "experimental"
|
|
31
31
|
},
|
|
32
32
|
"homepage": "https://github.com/projen/projen.git",
|
|
33
|
-
"jsiiVersion": "5.
|
|
33
|
+
"jsiiVersion": "5.1.1 (build 1f91050)",
|
|
34
34
|
"keywords": [
|
|
35
35
|
"cdk",
|
|
36
36
|
"cicd",
|
|
@@ -11871,7 +11871,7 @@
|
|
|
11871
11871
|
},
|
|
11872
11872
|
"default": "- will be included by default for AWS CDK >= 1.0.0 < 2.0.0",
|
|
11873
11873
|
"deprecated": "The",
|
|
11874
|
-
"remarks": "Install the
|
|
11874
|
+
"remarks": "Install the",
|
|
11875
11875
|
"stability": "deprecated",
|
|
11876
11876
|
"summary": "Warning: NodeJS only."
|
|
11877
11877
|
},
|
|
@@ -15506,8 +15506,11 @@
|
|
|
15506
15506
|
{
|
|
15507
15507
|
"abstract": true,
|
|
15508
15508
|
"docs": {
|
|
15509
|
+
"custom": {
|
|
15510
|
+
"mention": "in announcement tweet."
|
|
15511
|
+
},
|
|
15509
15512
|
"stability": "experimental",
|
|
15510
|
-
"summary": "Twitter account to
|
|
15513
|
+
"summary": "Twitter account to."
|
|
15511
15514
|
},
|
|
15512
15515
|
"immutable": true,
|
|
15513
15516
|
"locationInModule": {
|
|
@@ -33026,7 +33029,10 @@
|
|
|
33026
33029
|
"assembly": "projen",
|
|
33027
33030
|
"datatype": true,
|
|
33028
33031
|
"docs": {
|
|
33029
|
-
"
|
|
33032
|
+
"custom": {
|
|
33033
|
+
"Default": "image keyword."
|
|
33034
|
+
},
|
|
33035
|
+
"remarks": "The service image is linked to the image specified in the",
|
|
33030
33036
|
"see": "https://docs.gitlab.com/ee/ci/yaml/#services",
|
|
33031
33037
|
"stability": "experimental",
|
|
33032
33038
|
"summary": "Used to specify an additional Docker image to run scripts in."
|
|
@@ -37888,9 +37894,12 @@
|
|
|
37888
37894
|
{
|
|
37889
37895
|
"abstract": true,
|
|
37890
37896
|
"docs": {
|
|
37897
|
+
"custom": {
|
|
37898
|
+
"jest": "/globals"
|
|
37899
|
+
},
|
|
37891
37900
|
"default": "- true",
|
|
37892
37901
|
"stability": "experimental",
|
|
37893
|
-
"summary": "Insert Jest's globals (expect, test, describe, beforeEach etc.) into the global environment. If you set this to false, you should import from
|
|
37902
|
+
"summary": "Insert Jest's globals (expect, test, describe, beforeEach etc.) into the global environment. If you set this to false, you should import from."
|
|
37894
37903
|
},
|
|
37895
37904
|
"immutable": true,
|
|
37896
37905
|
"locationInModule": {
|
|
@@ -41672,7 +41681,7 @@
|
|
|
41672
41681
|
"docs": {
|
|
41673
41682
|
"default": "false",
|
|
41674
41683
|
"stability": "experimental",
|
|
41675
|
-
"summary": "Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
41684
|
+
"summary": "Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`."
|
|
41676
41685
|
},
|
|
41677
41686
|
"immutable": true,
|
|
41678
41687
|
"locationInModule": {
|
|
@@ -43030,9 +43039,12 @@
|
|
|
43030
43039
|
{
|
|
43031
43040
|
"abstract": true,
|
|
43032
43041
|
"docs": {
|
|
43042
|
+
"custom": {
|
|
43043
|
+
"format": "pragma into file's first docblock comment."
|
|
43044
|
+
},
|
|
43033
43045
|
"default": "false",
|
|
43034
43046
|
"stability": "experimental",
|
|
43035
|
-
"summary": "Insert
|
|
43047
|
+
"summary": "Insert."
|
|
43036
43048
|
},
|
|
43037
43049
|
"immutable": true,
|
|
43038
43050
|
"locationInModule": {
|
|
@@ -44036,9 +44048,12 @@
|
|
|
44036
44048
|
{
|
|
44037
44049
|
"abstract": true,
|
|
44038
44050
|
"docs": {
|
|
44051
|
+
"custom": {
|
|
44052
|
+
"babel": "/plugin-transform-typescript) would be safe."
|
|
44053
|
+
},
|
|
44039
44054
|
"default": "false",
|
|
44040
44055
|
"stability": "experimental",
|
|
44041
|
-
"summary": "Perform additional checks to ensure that separate compilation (such as with transpileModule or
|
|
44056
|
+
"summary": "Perform additional checks to ensure that separate compilation (such as with transpileModule or."
|
|
44042
44057
|
},
|
|
44043
44058
|
"immutable": true,
|
|
44044
44059
|
"locationInModule": {
|
|
@@ -44581,7 +44596,7 @@
|
|
|
44581
44596
|
"docs": {
|
|
44582
44597
|
"default": "true",
|
|
44583
44598
|
"stability": "experimental",
|
|
44584
|
-
"summary": "Do not emit declarations for code that has an
|
|
44599
|
+
"summary": "Do not emit declarations for code that has an `@internal` annotation in itโs JSDoc comment."
|
|
44585
44600
|
},
|
|
44586
44601
|
"immutable": true,
|
|
44587
44602
|
"locationInModule": {
|
|
@@ -54968,6 +54983,6 @@
|
|
|
54968
54983
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
54969
54984
|
}
|
|
54970
54985
|
},
|
|
54971
|
-
"version": "0.71.
|
|
54972
|
-
"fingerprint": "
|
|
54986
|
+
"version": "0.71.84",
|
|
54987
|
+
"fingerprint": "g+i4rkgvoPIYVft+99fXMaI5ftOqOzkh+t+6eZqsKHs="
|
|
54973
54988
|
}
|
package/docs/api/API.md
CHANGED
|
@@ -3703,7 +3703,7 @@ new awscdk.AwsCdkConstructLibrary(options: AwsCdkConstructLibraryOptions)
|
|
|
3703
3703
|
* **buildWorkflow** (<code>boolean</code>) Define a GitHub workflow for building PRs. __*Default*__: true if not a subproject
|
|
3704
3704
|
* **buildWorkflowTriggers** (<code>[github.workflows.Triggers](#projen-github-workflows-triggers)</code>) Build workflow triggers. __*Default*__: "{ pullRequest: {}, workflowDispatch: {} }"
|
|
3705
3705
|
* **bundlerOptions** (<code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code>) Options for `Bundler`. __*Optional*__
|
|
3706
|
-
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
3706
|
+
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`. __*Default*__: false
|
|
3707
3707
|
* **codeCovTokenSecret** (<code>string</code>) Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories. __*Default*__: if this option is not specified, only public repositories are supported
|
|
3708
3708
|
* **copyrightOwner** (<code>string</code>) License copyright owner. __*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|
|
3709
3709
|
* **copyrightPeriod** (<code>string</code>) The copyright years to put in the LICENSE file. __*Default*__: current year
|
|
@@ -4402,7 +4402,7 @@ new awscdk.AwsCdkTypeScriptApp(options: AwsCdkTypeScriptAppOptions)
|
|
|
4402
4402
|
* **buildWorkflow** (<code>boolean</code>) Define a GitHub workflow for building PRs. __*Default*__: true if not a subproject
|
|
4403
4403
|
* **buildWorkflowTriggers** (<code>[github.workflows.Triggers](#projen-github-workflows-triggers)</code>) Build workflow triggers. __*Default*__: "{ pullRequest: {}, workflowDispatch: {} }"
|
|
4404
4404
|
* **bundlerOptions** (<code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code>) Options for `Bundler`. __*Optional*__
|
|
4405
|
-
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
4405
|
+
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`. __*Default*__: false
|
|
4406
4406
|
* **codeCovTokenSecret** (<code>string</code>) Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories. __*Default*__: if this option is not specified, only public repositories are supported
|
|
4407
4407
|
* **copyrightOwner** (<code>string</code>) License copyright owner. __*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|
|
4408
4408
|
* **copyrightPeriod** (<code>string</code>) The copyright years to put in the LICENSE file. __*Default*__: current year
|
|
@@ -4717,7 +4717,7 @@ new awscdk.ConstructLibraryAws(options: AwsCdkConstructLibraryOptions)
|
|
|
4717
4717
|
* **buildWorkflow** (<code>boolean</code>) Define a GitHub workflow for building PRs. __*Default*__: true if not a subproject
|
|
4718
4718
|
* **buildWorkflowTriggers** (<code>[github.workflows.Triggers](#projen-github-workflows-triggers)</code>) Build workflow triggers. __*Default*__: "{ pullRequest: {}, workflowDispatch: {} }"
|
|
4719
4719
|
* **bundlerOptions** (<code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code>) Options for `Bundler`. __*Optional*__
|
|
4720
|
-
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
4720
|
+
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`. __*Default*__: false
|
|
4721
4721
|
* **codeCovTokenSecret** (<code>string</code>) Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories. __*Default*__: if this option is not specified, only public repositories are supported
|
|
4722
4722
|
* **copyrightOwner** (<code>string</code>) License copyright owner. __*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|
|
4723
4723
|
* **copyrightPeriod** (<code>string</code>) The copyright years to put in the LICENSE file. __*Default*__: current year
|
|
@@ -5349,7 +5349,7 @@ new cdk.ConstructLibrary(options: ConstructLibraryOptions)
|
|
|
5349
5349
|
* **buildWorkflow** (<code>boolean</code>) Define a GitHub workflow for building PRs. __*Default*__: true if not a subproject
|
|
5350
5350
|
* **buildWorkflowTriggers** (<code>[github.workflows.Triggers](#projen-github-workflows-triggers)</code>) Build workflow triggers. __*Default*__: "{ pullRequest: {}, workflowDispatch: {} }"
|
|
5351
5351
|
* **bundlerOptions** (<code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code>) Options for `Bundler`. __*Optional*__
|
|
5352
|
-
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
5352
|
+
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`. __*Default*__: false
|
|
5353
5353
|
* **codeCovTokenSecret** (<code>string</code>) Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories. __*Default*__: if this option is not specified, only public repositories are supported
|
|
5354
5354
|
* **copyrightOwner** (<code>string</code>) License copyright owner. __*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|
|
5355
5355
|
* **copyrightPeriod** (<code>string</code>) The copyright years to put in the LICENSE file. __*Default*__: current year
|
|
@@ -5613,7 +5613,7 @@ new cdk.JsiiProject(options: JsiiProjectOptions)
|
|
|
5613
5613
|
* **buildWorkflow** (<code>boolean</code>) Define a GitHub workflow for building PRs. __*Default*__: true if not a subproject
|
|
5614
5614
|
* **buildWorkflowTriggers** (<code>[github.workflows.Triggers](#projen-github-workflows-triggers)</code>) Build workflow triggers. __*Default*__: "{ pullRequest: {}, workflowDispatch: {} }"
|
|
5615
5615
|
* **bundlerOptions** (<code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code>) Options for `Bundler`. __*Optional*__
|
|
5616
|
-
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
5616
|
+
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`. __*Default*__: false
|
|
5617
5617
|
* **codeCovTokenSecret** (<code>string</code>) Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories. __*Default*__: if this option is not specified, only public repositories are supported
|
|
5618
5618
|
* **copyrightOwner** (<code>string</code>) License copyright owner. __*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|
|
5619
5619
|
* **copyrightPeriod** (<code>string</code>) The copyright years to put in the LICENSE file. __*Default*__: current year
|
|
@@ -6035,7 +6035,7 @@ new cdk8s.Cdk8sTypeScriptApp(options: Cdk8sTypeScriptAppOptions)
|
|
|
6035
6035
|
* **buildWorkflow** (<code>boolean</code>) Define a GitHub workflow for building PRs. __*Default*__: true if not a subproject
|
|
6036
6036
|
* **buildWorkflowTriggers** (<code>[github.workflows.Triggers](#projen-github-workflows-triggers)</code>) Build workflow triggers. __*Default*__: "{ pullRequest: {}, workflowDispatch: {} }"
|
|
6037
6037
|
* **bundlerOptions** (<code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code>) Options for `Bundler`. __*Optional*__
|
|
6038
|
-
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
6038
|
+
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`. __*Default*__: false
|
|
6039
6039
|
* **codeCovTokenSecret** (<code>string</code>) Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories. __*Default*__: if this option is not specified, only public repositories are supported
|
|
6040
6040
|
* **copyrightOwner** (<code>string</code>) License copyright owner. __*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|
|
6041
6041
|
* **copyrightPeriod** (<code>string</code>) The copyright years to put in the LICENSE file. __*Default*__: current year
|
|
@@ -6222,7 +6222,7 @@ new cdk8s.ConstructLibraryCdk8s(options: ConstructLibraryCdk8sOptions)
|
|
|
6222
6222
|
* **buildWorkflow** (<code>boolean</code>) Define a GitHub workflow for building PRs. __*Default*__: true if not a subproject
|
|
6223
6223
|
* **buildWorkflowTriggers** (<code>[github.workflows.Triggers](#projen-github-workflows-triggers)</code>) Build workflow triggers. __*Default*__: "{ pullRequest: {}, workflowDispatch: {} }"
|
|
6224
6224
|
* **bundlerOptions** (<code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code>) Options for `Bundler`. __*Optional*__
|
|
6225
|
-
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
6225
|
+
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`. __*Default*__: false
|
|
6226
6226
|
* **codeCovTokenSecret** (<code>string</code>) Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories. __*Default*__: if this option is not specified, only public repositories are supported
|
|
6227
6227
|
* **copyrightOwner** (<code>string</code>) License copyright owner. __*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|
|
6228
6228
|
* **copyrightPeriod** (<code>string</code>) The copyright years to put in the LICENSE file. __*Default*__: current year
|
|
@@ -6469,7 +6469,7 @@ new cdktf.ConstructLibraryCdktf(options: ConstructLibraryCdktfOptions)
|
|
|
6469
6469
|
* **buildWorkflow** (<code>boolean</code>) Define a GitHub workflow for building PRs. __*Default*__: true if not a subproject
|
|
6470
6470
|
* **buildWorkflowTriggers** (<code>[github.workflows.Triggers](#projen-github-workflows-triggers)</code>) Build workflow triggers. __*Default*__: "{ pullRequest: {}, workflowDispatch: {} }"
|
|
6471
6471
|
* **bundlerOptions** (<code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code>) Options for `Bundler`. __*Optional*__
|
|
6472
|
-
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
6472
|
+
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`. __*Default*__: false
|
|
6473
6473
|
* **codeCovTokenSecret** (<code>string</code>) Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories. __*Default*__: if this option is not specified, only public repositories are supported
|
|
6474
6474
|
* **copyrightOwner** (<code>string</code>) License copyright owner. __*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|
|
6475
6475
|
* **copyrightPeriod** (<code>string</code>) The copyright years to put in the LICENSE file. __*Default*__: current year
|
|
@@ -9082,7 +9082,7 @@ new javascript.NodeProject(options: NodeProjectOptions)
|
|
|
9082
9082
|
* **buildWorkflow** (<code>boolean</code>) Define a GitHub workflow for building PRs. __*Default*__: true if not a subproject
|
|
9083
9083
|
* **buildWorkflowTriggers** (<code>[github.workflows.Triggers](#projen-github-workflows-triggers)</code>) Build workflow triggers. __*Default*__: "{ pullRequest: {}, workflowDispatch: {} }"
|
|
9084
9084
|
* **bundlerOptions** (<code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code>) Options for `Bundler`. __*Optional*__
|
|
9085
|
-
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
9085
|
+
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`. __*Default*__: false
|
|
9086
9086
|
* **codeCovTokenSecret** (<code>string</code>) Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories. __*Default*__: if this option is not specified, only public repositories are supported
|
|
9087
9087
|
* **copyrightOwner** (<code>string</code>) License copyright owner. __*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|
|
9088
9088
|
* **copyrightPeriod** (<code>string</code>) The copyright years to put in the LICENSE file. __*Default*__: current year
|
|
@@ -11187,7 +11187,7 @@ new typescript.TypeScriptAppProject(options: TypeScriptProjectOptions)
|
|
|
11187
11187
|
* **buildWorkflow** (<code>boolean</code>) Define a GitHub workflow for building PRs. __*Default*__: true if not a subproject
|
|
11188
11188
|
* **buildWorkflowTriggers** (<code>[github.workflows.Triggers](#projen-github-workflows-triggers)</code>) Build workflow triggers. __*Default*__: "{ pullRequest: {}, workflowDispatch: {} }"
|
|
11189
11189
|
* **bundlerOptions** (<code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code>) Options for `Bundler`. __*Optional*__
|
|
11190
|
-
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
11190
|
+
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`. __*Default*__: false
|
|
11191
11191
|
* **codeCovTokenSecret** (<code>string</code>) Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories. __*Default*__: if this option is not specified, only public repositories are supported
|
|
11192
11192
|
* **copyrightOwner** (<code>string</code>) License copyright owner. __*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|
|
11193
11193
|
* **copyrightPeriod** (<code>string</code>) The copyright years to put in the LICENSE file. __*Default*__: current year
|
|
@@ -11347,7 +11347,7 @@ new typescript.TypeScriptLibraryProject(options: TypeScriptProjectOptions)
|
|
|
11347
11347
|
* **buildWorkflow** (<code>boolean</code>) Define a GitHub workflow for building PRs. __*Default*__: true if not a subproject
|
|
11348
11348
|
* **buildWorkflowTriggers** (<code>[github.workflows.Triggers](#projen-github-workflows-triggers)</code>) Build workflow triggers. __*Default*__: "{ pullRequest: {}, workflowDispatch: {} }"
|
|
11349
11349
|
* **bundlerOptions** (<code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code>) Options for `Bundler`. __*Optional*__
|
|
11350
|
-
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
11350
|
+
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`. __*Default*__: false
|
|
11351
11351
|
* **codeCovTokenSecret** (<code>string</code>) Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories. __*Default*__: if this option is not specified, only public repositories are supported
|
|
11352
11352
|
* **copyrightOwner** (<code>string</code>) License copyright owner. __*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|
|
11353
11353
|
* **copyrightPeriod** (<code>string</code>) The copyright years to put in the LICENSE file. __*Default*__: current year
|
|
@@ -11507,7 +11507,7 @@ new typescript.TypeScriptProject(options: TypeScriptProjectOptions)
|
|
|
11507
11507
|
* **buildWorkflow** (<code>boolean</code>) Define a GitHub workflow for building PRs. __*Default*__: true if not a subproject
|
|
11508
11508
|
* **buildWorkflowTriggers** (<code>[github.workflows.Triggers](#projen-github-workflows-triggers)</code>) Build workflow triggers. __*Default*__: "{ pullRequest: {}, workflowDispatch: {} }"
|
|
11509
11509
|
* **bundlerOptions** (<code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code>) Options for `Bundler`. __*Optional*__
|
|
11510
|
-
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
11510
|
+
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`. __*Default*__: false
|
|
11511
11511
|
* **codeCovTokenSecret** (<code>string</code>) Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories. __*Default*__: if this option is not specified, only public repositories are supported
|
|
11512
11512
|
* **copyrightOwner** (<code>string</code>) License copyright owner. __*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|
|
11513
11513
|
* **copyrightPeriod** (<code>string</code>) The copyright years to put in the LICENSE file. __*Default*__: current year
|
|
@@ -12044,7 +12044,7 @@ new web.NextJsProject(options: NextJsProjectOptions)
|
|
|
12044
12044
|
* **buildWorkflow** (<code>boolean</code>) Define a GitHub workflow for building PRs. __*Default*__: true if not a subproject
|
|
12045
12045
|
* **buildWorkflowTriggers** (<code>[github.workflows.Triggers](#projen-github-workflows-triggers)</code>) Build workflow triggers. __*Default*__: "{ pullRequest: {}, workflowDispatch: {} }"
|
|
12046
12046
|
* **bundlerOptions** (<code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code>) Options for `Bundler`. __*Optional*__
|
|
12047
|
-
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
12047
|
+
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`. __*Default*__: false
|
|
12048
12048
|
* **codeCovTokenSecret** (<code>string</code>) Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories. __*Default*__: if this option is not specified, only public repositories are supported
|
|
12049
12049
|
* **copyrightOwner** (<code>string</code>) License copyright owner. __*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|
|
12050
12050
|
* **copyrightPeriod** (<code>string</code>) The copyright years to put in the LICENSE file. __*Default*__: current year
|
|
@@ -12201,7 +12201,7 @@ new web.NextJsTypeScriptProject(options: NextJsTypeScriptProjectOptions)
|
|
|
12201
12201
|
* **buildWorkflow** (<code>boolean</code>) Define a GitHub workflow for building PRs. __*Default*__: true if not a subproject
|
|
12202
12202
|
* **buildWorkflowTriggers** (<code>[github.workflows.Triggers](#projen-github-workflows-triggers)</code>) Build workflow triggers. __*Default*__: "{ pullRequest: {}, workflowDispatch: {} }"
|
|
12203
12203
|
* **bundlerOptions** (<code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code>) Options for `Bundler`. __*Optional*__
|
|
12204
|
-
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
12204
|
+
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`. __*Default*__: false
|
|
12205
12205
|
* **codeCovTokenSecret** (<code>string</code>) Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories. __*Default*__: if this option is not specified, only public repositories are supported
|
|
12206
12206
|
* **copyrightOwner** (<code>string</code>) License copyright owner. __*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|
|
12207
12207
|
* **copyrightPeriod** (<code>string</code>) The copyright years to put in the LICENSE file. __*Default*__: current year
|
|
@@ -12431,7 +12431,7 @@ new web.ReactProject(options: ReactProjectOptions)
|
|
|
12431
12431
|
* **buildWorkflow** (<code>boolean</code>) Define a GitHub workflow for building PRs. __*Default*__: true if not a subproject
|
|
12432
12432
|
* **buildWorkflowTriggers** (<code>[github.workflows.Triggers](#projen-github-workflows-triggers)</code>) Build workflow triggers. __*Default*__: "{ pullRequest: {}, workflowDispatch: {} }"
|
|
12433
12433
|
* **bundlerOptions** (<code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code>) Options for `Bundler`. __*Optional*__
|
|
12434
|
-
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
12434
|
+
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`. __*Default*__: false
|
|
12435
12435
|
* **codeCovTokenSecret** (<code>string</code>) Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories. __*Default*__: if this option is not specified, only public repositories are supported
|
|
12436
12436
|
* **copyrightOwner** (<code>string</code>) License copyright owner. __*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|
|
12437
12437
|
* **copyrightPeriod** (<code>string</code>) The copyright years to put in the LICENSE file. __*Default*__: current year
|
|
@@ -12630,7 +12630,7 @@ new web.ReactTypeScriptProject(options: ReactTypeScriptProjectOptions)
|
|
|
12630
12630
|
* **buildWorkflow** (<code>boolean</code>) Define a GitHub workflow for building PRs. __*Default*__: true if not a subproject
|
|
12631
12631
|
* **buildWorkflowTriggers** (<code>[github.workflows.Triggers](#projen-github-workflows-triggers)</code>) Build workflow triggers. __*Default*__: "{ pullRequest: {}, workflowDispatch: {} }"
|
|
12632
12632
|
* **bundlerOptions** (<code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code>) Options for `Bundler`. __*Optional*__
|
|
12633
|
-
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
12633
|
+
* **codeCov** (<code>boolean</code>) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`. __*Default*__: false
|
|
12634
12634
|
* **codeCovTokenSecret** (<code>string</code>) Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories. __*Default*__: if this option is not specified, only public repositories are supported
|
|
12635
12635
|
* **copyrightOwner** (<code>string</code>) License copyright owner. __*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|
|
12636
12636
|
* **copyrightPeriod** (<code>string</code>) The copyright years to put in the LICENSE file. __*Default*__: current year
|
|
@@ -13900,7 +13900,7 @@ Name | Type | Description
|
|
|
13900
13900
|
**cdkVersionPinning**?๐น | <code>boolean</code> | Use pinned version instead of caret version for CDK.<br/>__*Optional*__
|
|
13901
13901
|
**clobber**?๐น | <code>boolean</code> | Add a `clobber` task which resets the repo to origin.<br/>__*Default*__: true, but false for subprojects
|
|
13902
13902
|
**codeArtifactOptions**?๐น | <code>[javascript.CodeArtifactOptions](#projen-javascript-codeartifactoptions)</code> | Options for npm packages using AWS CodeArtifact.<br/>__*Default*__: undefined
|
|
13903
|
-
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
13903
|
+
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`.<br/>__*Default*__: false
|
|
13904
13904
|
**codeCovTokenSecret**?๐น | <code>string</code> | Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories.<br/>__*Default*__: if this option is not specified, only public repositories are supported
|
|
13905
13905
|
**commitGenerated**?๐น | <code>boolean</code> | Whether to commit the managed files by default.<br/>__*Default*__: true
|
|
13906
13906
|
**compat**?๐น | <code>boolean</code> | Automatically run API compatibility test against the latest version published to npm after compilation.<br/>__*Default*__: false
|
|
@@ -14298,7 +14298,7 @@ Name | Type | Description
|
|
|
14298
14298
|
**cdkout**?๐น | <code>string</code> | cdk.out directory.<br/>__*Default*__: "cdk.out"
|
|
14299
14299
|
**clobber**?๐น | <code>boolean</code> | Add a `clobber` task which resets the repo to origin.<br/>__*Default*__: true, but false for subprojects
|
|
14300
14300
|
**codeArtifactOptions**?๐น | <code>[javascript.CodeArtifactOptions](#projen-javascript-codeartifactoptions)</code> | Options for npm packages using AWS CodeArtifact.<br/>__*Default*__: undefined
|
|
14301
|
-
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
14301
|
+
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`.<br/>__*Default*__: false
|
|
14302
14302
|
**codeCovTokenSecret**?๐น | <code>string</code> | Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories.<br/>__*Default*__: if this option is not specified, only public repositories are supported
|
|
14303
14303
|
**commitGenerated**?๐น | <code>boolean</code> | Whether to commit the managed files by default.<br/>__*Default*__: true
|
|
14304
14304
|
**constructsVersion**?๐น | <code>string</code> | Minimum version of the `constructs` library to depend on.<br/>__*Default*__: for CDK 1.x the default is "3.2.27", for CDK 2.x the default is "10.0.5".
|
|
@@ -14509,7 +14509,7 @@ Name | Type | Description
|
|
|
14509
14509
|
**cdkVersionPinning**?โ ๏ธ | <code>boolean</code> | Use pinned version instead of caret version for CDK.<br/>__*Optional*__
|
|
14510
14510
|
**clobber**?โ ๏ธ | <code>boolean</code> | Add a `clobber` task which resets the repo to origin.<br/>__*Default*__: true, but false for subprojects
|
|
14511
14511
|
**codeArtifactOptions**?โ ๏ธ | <code>[javascript.CodeArtifactOptions](#projen-javascript-codeartifactoptions)</code> | Options for npm packages using AWS CodeArtifact.<br/>__*Default*__: undefined
|
|
14512
|
-
**codeCov**?โ ๏ธ | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
14512
|
+
**codeCov**?โ ๏ธ | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`.<br/>__*Default*__: false
|
|
14513
14513
|
**codeCovTokenSecret**?โ ๏ธ | <code>string</code> | Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories.<br/>__*Default*__: if this option is not specified, only public repositories are supported
|
|
14514
14514
|
**commitGenerated**?โ ๏ธ | <code>boolean</code> | Whether to commit the managed files by default.<br/>__*Default*__: true
|
|
14515
14515
|
**compat**?โ ๏ธ | <code>boolean</code> | Automatically run API compatibility test against the latest version published to npm after compilation.<br/>__*Default*__: false
|
|
@@ -14906,7 +14906,7 @@ Name | Type | Description
|
|
|
14906
14906
|
Name | Type | Description
|
|
14907
14907
|
-----|------|-------------
|
|
14908
14908
|
**announce**?๐น | <code>boolean</code> | Should we announce new versions?<br/>__*Default*__: true
|
|
14909
|
-
**twitter**?๐น | <code>string</code> | Twitter account to
|
|
14909
|
+
**twitter**?๐น | <code>string</code> | Twitter account to.<br/>__*Optional*__
|
|
14910
14910
|
|
|
14911
14911
|
|
|
14912
14912
|
|
|
@@ -14945,7 +14945,7 @@ Name | Type | Description
|
|
|
14945
14945
|
**catalog**?๐น | <code>[cdk.Catalog](#projen-cdk-catalog)</code> | Libraries will be picked up by the construct catalog when they are published to npm as jsii modules and will be published under:.<br/>__*Default*__: new version will be announced
|
|
14946
14946
|
**clobber**?๐น | <code>boolean</code> | Add a `clobber` task which resets the repo to origin.<br/>__*Default*__: true, but false for subprojects
|
|
14947
14947
|
**codeArtifactOptions**?๐น | <code>[javascript.CodeArtifactOptions](#projen-javascript-codeartifactoptions)</code> | Options for npm packages using AWS CodeArtifact.<br/>__*Default*__: undefined
|
|
14948
|
-
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
14948
|
+
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`.<br/>__*Default*__: false
|
|
14949
14949
|
**codeCovTokenSecret**?๐น | <code>string</code> | Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories.<br/>__*Default*__: if this option is not specified, only public repositories are supported
|
|
14950
14950
|
**commitGenerated**?๐น | <code>boolean</code> | Whether to commit the managed files by default.<br/>__*Default*__: true
|
|
14951
14951
|
**compat**?๐น | <code>boolean</code> | Automatically run API compatibility test against the latest version published to npm after compilation.<br/>__*Default*__: false
|
|
@@ -15220,7 +15220,7 @@ Name | Type | Description
|
|
|
15220
15220
|
**bundlerOptions**?๐น | <code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code> | Options for `Bundler`.<br/>__*Optional*__
|
|
15221
15221
|
**clobber**?๐น | <code>boolean</code> | Add a `clobber` task which resets the repo to origin.<br/>__*Default*__: true, but false for subprojects
|
|
15222
15222
|
**codeArtifactOptions**?๐น | <code>[javascript.CodeArtifactOptions](#projen-javascript-codeartifactoptions)</code> | Options for npm packages using AWS CodeArtifact.<br/>__*Default*__: undefined
|
|
15223
|
-
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
15223
|
+
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`.<br/>__*Default*__: false
|
|
15224
15224
|
**codeCovTokenSecret**?๐น | <code>string</code> | Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories.<br/>__*Default*__: if this option is not specified, only public repositories are supported
|
|
15225
15225
|
**commitGenerated**?๐น | <code>boolean</code> | Whether to commit the managed files by default.<br/>__*Default*__: true
|
|
15226
15226
|
**compat**?๐น | <code>boolean</code> | Automatically run API compatibility test against the latest version published to npm after compilation.<br/>__*Default*__: false
|
|
@@ -15571,7 +15571,7 @@ Name | Type | Description
|
|
|
15571
15571
|
**cdk8sVersionPinning**?๐น | <code>boolean</code> | Use pinned version instead of caret version for cdk8s.<br/>__*Default*__: false
|
|
15572
15572
|
**clobber**?๐น | <code>boolean</code> | Add a `clobber` task which resets the repo to origin.<br/>__*Default*__: true, but false for subprojects
|
|
15573
15573
|
**codeArtifactOptions**?๐น | <code>[javascript.CodeArtifactOptions](#projen-javascript-codeartifactoptions)</code> | Options for npm packages using AWS CodeArtifact.<br/>__*Default*__: undefined
|
|
15574
|
-
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
15574
|
+
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`.<br/>__*Default*__: false
|
|
15575
15575
|
**codeCovTokenSecret**?๐น | <code>string</code> | Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories.<br/>__*Default*__: if this option is not specified, only public repositories are supported
|
|
15576
15576
|
**commitGenerated**?๐น | <code>boolean</code> | Whether to commit the managed files by default.<br/>__*Default*__: true
|
|
15577
15577
|
**constructsVersion**?๐น | <code>string</code> | Minimum version of the `constructs` library to depend on.<br/>__*Default*__: "10.1.42"
|
|
@@ -15733,7 +15733,7 @@ Name | Type | Description
|
|
|
15733
15733
|
**cdk8sVersionPinning**?๐น | <code>boolean</code> | Use pinned version instead of caret version for CDK8s.<br/>__*Default*__: false
|
|
15734
15734
|
**clobber**?๐น | <code>boolean</code> | Add a `clobber` task which resets the repo to origin.<br/>__*Default*__: true, but false for subprojects
|
|
15735
15735
|
**codeArtifactOptions**?๐น | <code>[javascript.CodeArtifactOptions](#projen-javascript-codeartifactoptions)</code> | Options for npm packages using AWS CodeArtifact.<br/>__*Default*__: undefined
|
|
15736
|
-
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
15736
|
+
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`.<br/>__*Default*__: false
|
|
15737
15737
|
**codeCovTokenSecret**?๐น | <code>string</code> | Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories.<br/>__*Default*__: if this option is not specified, only public repositories are supported
|
|
15738
15738
|
**commitGenerated**?๐น | <code>boolean</code> | Whether to commit the managed files by default.<br/>__*Default*__: true
|
|
15739
15739
|
**compat**?๐น | <code>boolean</code> | Automatically run API compatibility test against the latest version published to npm after compilation.<br/>__*Default*__: false
|
|
@@ -15933,7 +15933,7 @@ Name | Type | Description
|
|
|
15933
15933
|
**catalog**?๐น | <code>[cdk.Catalog](#projen-cdk-catalog)</code> | Libraries will be picked up by the construct catalog when they are published to npm as jsii modules and will be published under:.<br/>__*Default*__: new version will be announced
|
|
15934
15934
|
**clobber**?๐น | <code>boolean</code> | Add a `clobber` task which resets the repo to origin.<br/>__*Default*__: true, but false for subprojects
|
|
15935
15935
|
**codeArtifactOptions**?๐น | <code>[javascript.CodeArtifactOptions](#projen-javascript-codeartifactoptions)</code> | Options for npm packages using AWS CodeArtifact.<br/>__*Default*__: undefined
|
|
15936
|
-
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
15936
|
+
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`.<br/>__*Default*__: false
|
|
15937
15937
|
**codeCovTokenSecret**?๐น | <code>string</code> | Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories.<br/>__*Default*__: if this option is not specified, only public repositories are supported
|
|
15938
15938
|
**commitGenerated**?๐น | <code>boolean</code> | Whether to commit the managed files by default.<br/>__*Default*__: true
|
|
15939
15939
|
**compat**?๐น | <code>boolean</code> | Automatically run API compatibility test against the latest version published to npm after compilation.<br/>__*Default*__: false
|
|
@@ -17278,7 +17278,7 @@ Name | Type | Description
|
|
|
17278
17278
|
|
|
17279
17279
|
Used to specify an additional Docker image to run scripts in.
|
|
17280
17280
|
|
|
17281
|
-
The service image is linked to the image specified in the
|
|
17281
|
+
The service image is linked to the image specified in the
|
|
17282
17282
|
|
|
17283
17283
|
|
|
17284
17284
|
|
|
@@ -17825,7 +17825,7 @@ Name | Type | Description
|
|
|
17825
17825
|
**globalTeardown**?๐น | <code>string</code> | This option allows the use of a custom global teardown module which exports an async function that is triggered once after all test suites.<br/>__*Default*__: undefined
|
|
17826
17826
|
**globals**?๐น | <code>any</code> | A set of global variables that need to be available in all test environments.<br/>__*Default*__: {}
|
|
17827
17827
|
**haste**?๐น | <code>[javascript.HasteConfig](#projen-javascript-hasteconfig)</code> | This will be used to configure the behavior of jest-haste-map, Jest's internal file crawler/cache system.<br/>__*Default*__: {}
|
|
17828
|
-
**injectGlobals**?๐น | <code>boolean</code> | Insert Jest's globals (expect, test, describe, beforeEach etc.) into the global environment. If you set this to false, you should import from
|
|
17828
|
+
**injectGlobals**?๐น | <code>boolean</code> | Insert Jest's globals (expect, test, describe, beforeEach etc.) into the global environment. If you set this to false, you should import from.<br/>__*Default*__: true
|
|
17829
17829
|
**maxConcurrency**?๐น | <code>number</code> | A number limiting the number of tests that are allowed to run at the same time when using test.concurrent. Any test above this limit will be queued and executed once a slot is released.<br/>__*Default*__: 5
|
|
17830
17830
|
**maxWorkers**?๐น | <code>string | number</code> | Specifies the maximum number of workers the worker-pool will spawn for running tests.<br/>__*Default*__: the number of the cores available on your machine minus one for the main thread
|
|
17831
17831
|
**moduleDirectories**?๐น | <code>Array<string></code> | An array of directory names to be searched recursively up from the requiring module's location.<br/>__*Default*__: ["node_modules"]
|
|
@@ -17973,7 +17973,7 @@ Name | Type | Description
|
|
|
17973
17973
|
**bundlerOptions**?๐น | <code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code> | Options for `Bundler`.<br/>__*Optional*__
|
|
17974
17974
|
**clobber**?๐น | <code>boolean</code> | Add a `clobber` task which resets the repo to origin.<br/>__*Default*__: true, but false for subprojects
|
|
17975
17975
|
**codeArtifactOptions**?๐น | <code>[javascript.CodeArtifactOptions](#projen-javascript-codeartifactoptions)</code> | Options for npm packages using AWS CodeArtifact.<br/>__*Default*__: undefined
|
|
17976
|
-
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
17976
|
+
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`.<br/>__*Default*__: false
|
|
17977
17977
|
**codeCovTokenSecret**?๐น | <code>string</code> | Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories.<br/>__*Default*__: if this option is not specified, only public repositories are supported
|
|
17978
17978
|
**commitGenerated**?๐น | <code>boolean</code> | Whether to commit the managed files by default.<br/>__*Default*__: true
|
|
17979
17979
|
**copyrightOwner**?๐น | <code>string</code> | License copyright owner.<br/>__*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|
|
@@ -18151,7 +18151,7 @@ Name | Type | Description
|
|
|
18151
18151
|
**endOfLine**?๐น | <code>[javascript.EndOfLine](#projen-javascript-endofline)</code> | Which end of line characters to apply.<br/>__*Default*__: EndOfLine.LF
|
|
18152
18152
|
**filepath**?๐น | <code>string</code> | Specify the input filepath.<br/>__*Default*__: none
|
|
18153
18153
|
**htmlWhitespaceSensitivity**?๐น | <code>[javascript.HTMLWhitespaceSensitivity](#projen-javascript-htmlwhitespacesensitivity)</code> | How to handle whitespaces in HTML.<br/>__*Default*__: HTMLWhitespaceSensitivity.CSS
|
|
18154
|
-
**insertPragma**?๐น | <code>boolean</code> | Insert
|
|
18154
|
+
**insertPragma**?๐น | <code>boolean</code> | Insert.<br/>__*Default*__: false
|
|
18155
18155
|
**jsxSingleQuote**?๐น | <code>boolean</code> | Use single quotes in JSX.<br/>__*Default*__: false
|
|
18156
18156
|
**parser**?๐น | <code>string</code> | Which parser to use.<br/>__*Default*__: Prettier automatically infers the parser from the input file path, so you shouldnโt have to change this setting.
|
|
18157
18157
|
**pluginSearchDirs**?๐น | <code>Array<string></code> | Custom directory that contains prettier plugins in node_modules subdirectory.<br/>__*Default*__: []
|
|
@@ -18237,7 +18237,7 @@ Name | Type | Description
|
|
|
18237
18237
|
**importsNotUsedAsValues**?๐น | <code>[javascript.TypeScriptImportsNotUsedAsValues](#projen-javascript-typescriptimportsnotusedasvalues)</code> | This flag works because you can use `import type` to explicitly create an `import` statement which should never be emitted into JavaScript.<br/>__*Default*__: "remove"
|
|
18238
18238
|
**inlineSourceMap**?๐น | <code>boolean</code> | When set, instead of writing out a .js.map file to provide source maps, TypeScript will embed the source map content in the .js files.<br/>__*Default*__: true
|
|
18239
18239
|
**inlineSources**?๐น | <code>boolean</code> | When set, TypeScript will include the original content of the .ts file as an embedded string in the source map. This is often useful in the same cases as inlineSourceMap.<br/>__*Default*__: true
|
|
18240
|
-
**isolatedModules**?๐น | <code>boolean</code> | Perform additional checks to ensure that separate compilation (such as with transpileModule or
|
|
18240
|
+
**isolatedModules**?๐น | <code>boolean</code> | Perform additional checks to ensure that separate compilation (such as with transpileModule or.<br/>__*Default*__: false
|
|
18241
18241
|
**jsx**?๐น | <code>[javascript.TypeScriptJsxMode](#projen-javascript-typescriptjsxmode)</code> | Support JSX in .tsx files: "react", "preserve", "react-native" etc.<br/>__*Default*__: undefined
|
|
18242
18242
|
**jsxImportSource**?๐น | <code>string</code> | Declares the module specifier to be used for importing the jsx and jsxs factory functions when using jsx.<br/>__*Default*__: undefined
|
|
18243
18243
|
**lib**?๐น | <code>Array<string></code> | Reference for type definitions / libraries to use (eg.<br/>__*Default*__: [ "es2018" ]
|
|
@@ -18266,7 +18266,7 @@ Name | Type | Description
|
|
|
18266
18266
|
**strict**?๐น | <code>boolean</code> | The strict flag enables a wide range of type checking behavior that results in stronger guarantees of program correctness.<br/>__*Default*__: true
|
|
18267
18267
|
**strictNullChecks**?๐น | <code>boolean</code> | When strictNullChecks is false, null and undefined are effectively ignored by the language.<br/>__*Default*__: true
|
|
18268
18268
|
**strictPropertyInitialization**?๐น | <code>boolean</code> | When set to true, TypeScript will raise an error when a class property was declared but not set in the constructor.<br/>__*Default*__: true
|
|
18269
|
-
**stripInternal**?๐น | <code>boolean</code> | Do not emit declarations for code that has an
|
|
18269
|
+
**stripInternal**?๐น | <code>boolean</code> | Do not emit declarations for code that has an `@internal` annotation in itโs JSDoc comment.<br/>__*Default*__: true
|
|
18270
18270
|
**target**?๐น | <code>string</code> | Modern browsers support all ES6 features, so ES6 is a good choice.<br/>__*Default*__: "ES2018"
|
|
18271
18271
|
**verbatimModuleSyntax**?๐น | <code>boolean</code> | Simplifies TypeScript's handling of import/export `type` modifiers.<br/>__*Default*__: undefined
|
|
18272
18272
|
|
|
@@ -19162,7 +19162,7 @@ Name | Type | Description
|
|
|
19162
19162
|
**bundlerOptions**?โ ๏ธ | <code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code> | Options for `Bundler`.<br/>__*Optional*__
|
|
19163
19163
|
**clobber**?โ ๏ธ | <code>boolean</code> | Add a `clobber` task which resets the repo to origin.<br/>__*Default*__: true, but false for subprojects
|
|
19164
19164
|
**codeArtifactOptions**?โ ๏ธ | <code>[javascript.CodeArtifactOptions](#projen-javascript-codeartifactoptions)</code> | Options for npm packages using AWS CodeArtifact.<br/>__*Default*__: undefined
|
|
19165
|
-
**codeCov**?โ ๏ธ | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
19165
|
+
**codeCov**?โ ๏ธ | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`.<br/>__*Default*__: false
|
|
19166
19166
|
**codeCovTokenSecret**?โ ๏ธ | <code>string</code> | Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories.<br/>__*Default*__: if this option is not specified, only public repositories are supported
|
|
19167
19167
|
**commitGenerated**?โ ๏ธ | <code>boolean</code> | Whether to commit the managed files by default.<br/>__*Default*__: true
|
|
19168
19168
|
**copyrightOwner**?โ ๏ธ | <code>string</code> | License copyright owner.<br/>__*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|
|
@@ -19312,7 +19312,7 @@ Name | Type | Description
|
|
|
19312
19312
|
**bundlerOptions**?๐น | <code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code> | Options for `Bundler`.<br/>__*Optional*__
|
|
19313
19313
|
**clobber**?๐น | <code>boolean</code> | Add a `clobber` task which resets the repo to origin.<br/>__*Default*__: true, but false for subprojects
|
|
19314
19314
|
**codeArtifactOptions**?๐น | <code>[javascript.CodeArtifactOptions](#projen-javascript-codeartifactoptions)</code> | Options for npm packages using AWS CodeArtifact.<br/>__*Default*__: undefined
|
|
19315
|
-
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
19315
|
+
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`.<br/>__*Default*__: false
|
|
19316
19316
|
**codeCovTokenSecret**?๐น | <code>string</code> | Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories.<br/>__*Default*__: if this option is not specified, only public repositories are supported
|
|
19317
19317
|
**commitGenerated**?๐น | <code>boolean</code> | Whether to commit the managed files by default.<br/>__*Default*__: true
|
|
19318
19318
|
**copyrightOwner**?๐น | <code>string</code> | License copyright owner.<br/>__*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|
|
@@ -19666,7 +19666,7 @@ Name | Type | Description
|
|
|
19666
19666
|
**bundlerOptions**?๐น | <code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code> | Options for `Bundler`.<br/>__*Optional*__
|
|
19667
19667
|
**clobber**?๐น | <code>boolean</code> | Add a `clobber` task which resets the repo to origin.<br/>__*Default*__: true, but false for subprojects
|
|
19668
19668
|
**codeArtifactOptions**?๐น | <code>[javascript.CodeArtifactOptions](#projen-javascript-codeartifactoptions)</code> | Options for npm packages using AWS CodeArtifact.<br/>__*Default*__: undefined
|
|
19669
|
-
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
19669
|
+
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`.<br/>__*Default*__: false
|
|
19670
19670
|
**codeCovTokenSecret**?๐น | <code>string</code> | Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories.<br/>__*Default*__: if this option is not specified, only public repositories are supported
|
|
19671
19671
|
**commitGenerated**?๐น | <code>boolean</code> | Whether to commit the managed files by default.<br/>__*Default*__: true
|
|
19672
19672
|
**copyrightOwner**?๐น | <code>string</code> | License copyright owner.<br/>__*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|
|
@@ -19803,7 +19803,7 @@ Name | Type | Description
|
|
|
19803
19803
|
**bundlerOptions**?๐น | <code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code> | Options for `Bundler`.<br/>__*Optional*__
|
|
19804
19804
|
**clobber**?๐น | <code>boolean</code> | Add a `clobber` task which resets the repo to origin.<br/>__*Default*__: true, but false for subprojects
|
|
19805
19805
|
**codeArtifactOptions**?๐น | <code>[javascript.CodeArtifactOptions](#projen-javascript-codeartifactoptions)</code> | Options for npm packages using AWS CodeArtifact.<br/>__*Default*__: undefined
|
|
19806
|
-
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
19806
|
+
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`.<br/>__*Default*__: false
|
|
19807
19807
|
**codeCovTokenSecret**?๐น | <code>string</code> | Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories.<br/>__*Default*__: if this option is not specified, only public repositories are supported
|
|
19808
19808
|
**commitGenerated**?๐น | <code>boolean</code> | Whether to commit the managed files by default.<br/>__*Default*__: true
|
|
19809
19809
|
**copyrightOwner**?๐น | <code>string</code> | License copyright owner.<br/>__*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|
|
@@ -19983,7 +19983,7 @@ Name | Type | Description
|
|
|
19983
19983
|
**bundlerOptions**?๐น | <code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code> | Options for `Bundler`.<br/>__*Optional*__
|
|
19984
19984
|
**clobber**?๐น | <code>boolean</code> | Add a `clobber` task which resets the repo to origin.<br/>__*Default*__: true, but false for subprojects
|
|
19985
19985
|
**codeArtifactOptions**?๐น | <code>[javascript.CodeArtifactOptions](#projen-javascript-codeartifactoptions)</code> | Options for npm packages using AWS CodeArtifact.<br/>__*Default*__: undefined
|
|
19986
|
-
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
19986
|
+
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`.<br/>__*Default*__: false
|
|
19987
19987
|
**codeCovTokenSecret**?๐น | <code>string</code> | Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories.<br/>__*Default*__: if this option is not specified, only public repositories are supported
|
|
19988
19988
|
**commitGenerated**?๐น | <code>boolean</code> | Whether to commit the managed files by default.<br/>__*Default*__: true
|
|
19989
19989
|
**copyrightOwner**?๐น | <code>string</code> | License copyright owner.<br/>__*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|
|
@@ -20149,7 +20149,7 @@ Name | Type | Description
|
|
|
20149
20149
|
**bundlerOptions**?๐น | <code>[javascript.BundlerOptions](#projen-javascript-bundleroptions)</code> | Options for `Bundler`.<br/>__*Optional*__
|
|
20150
20150
|
**clobber**?๐น | <code>boolean</code> | Add a `clobber` task which resets the repo to origin.<br/>__*Default*__: true, but false for subprojects
|
|
20151
20151
|
**codeArtifactOptions**?๐น | <code>[javascript.CodeArtifactOptions](#projen-javascript-codeartifactoptions)</code> | Options for npm packages using AWS CodeArtifact.<br/>__*Default*__: undefined
|
|
20152
|
-
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with
|
|
20152
|
+
**codeCov**?๐น | <code>boolean</code> | Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos. Configured with `@codeCovTokenSecret`.<br/>__*Default*__: false
|
|
20153
20153
|
**codeCovTokenSecret**?๐น | <code>string</code> | Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories.<br/>__*Default*__: if this option is not specified, only public repositories are supported
|
|
20154
20154
|
**commitGenerated**?๐น | <code>boolean</code> | Whether to commit the managed files by default.<br/>__*Default*__: true
|
|
20155
20155
|
**copyrightOwner**?๐น | <code>string</code> | License copyright owner.<br/>__*Default*__: defaults to the value of authorName or "" if `authorName` is undefined.
|