lerna-projen 0.1.467 → 0.1.468
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 +4 -4
- package/API.md +4 -4
- package/lib/index.js +2 -2
- package/package.json +6 -6
package/.jsii
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"constructs": "^10.3.0",
|
|
18
|
-
"projen": "^0.86.
|
|
18
|
+
"projen": "^0.86.4"
|
|
19
19
|
},
|
|
20
20
|
"dependencyClosure": {
|
|
21
21
|
"constructs": {
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"stability": "stable"
|
|
89
89
|
},
|
|
90
90
|
"homepage": "https://github.com/AminFazlMondo/Lerna-Projen.git",
|
|
91
|
-
"jsiiVersion": "5.4.
|
|
91
|
+
"jsiiVersion": "5.4.34 (build efc98a5)",
|
|
92
92
|
"keywords": [
|
|
93
93
|
"lerna",
|
|
94
94
|
"monorepo",
|
|
@@ -1000,6 +1000,6 @@
|
|
|
1000
1000
|
"symbolId": "src/utils:AddNxTaskDependencyOptions"
|
|
1001
1001
|
}
|
|
1002
1002
|
},
|
|
1003
|
-
"version": "0.1.
|
|
1004
|
-
"fingerprint": "
|
|
1003
|
+
"version": "0.1.468",
|
|
1004
|
+
"fingerprint": "6XCeuESUASITL+hJJSkvkNDZVP3PGJZEru5QbNUfLlA="
|
|
1005
1005
|
}
|
package/API.md
CHANGED
|
@@ -3400,7 +3400,7 @@ const lernaProjectOptions: LernaProjectOptions = { ... }
|
|
|
3400
3400
|
| <code><a href="#lerna-projen.LernaProjectOptions.property.releaseTrigger">releaseTrigger</a></code> | <code>projen.release.ReleaseTrigger</code> | The release trigger to use. |
|
|
3401
3401
|
| <code><a href="#lerna-projen.LernaProjectOptions.property.releaseWorkflowName">releaseWorkflowName</a></code> | <code>string</code> | The name of the default release workflow. |
|
|
3402
3402
|
| <code><a href="#lerna-projen.LernaProjectOptions.property.releaseWorkflowSetupSteps">releaseWorkflowSetupSteps</a></code> | <code>projen.github.workflows.JobStep[]</code> | A set of workflow steps to execute in order to setup the workflow container. |
|
|
3403
|
-
| <code><a href="#lerna-projen.LernaProjectOptions.property.versionrcOptions">versionrcOptions</a></code> | <code>{[ key: string ]: any}</code> | Custom configuration used when creating changelog with
|
|
3403
|
+
| <code><a href="#lerna-projen.LernaProjectOptions.property.versionrcOptions">versionrcOptions</a></code> | <code>{[ key: string ]: any}</code> | Custom configuration used when creating changelog with commit-and-tag-version package. |
|
|
3404
3404
|
| <code><a href="#lerna-projen.LernaProjectOptions.property.workflowContainerImage">workflowContainerImage</a></code> | <code>string</code> | Container image to use for GitHub workflows. |
|
|
3405
3405
|
| <code><a href="#lerna-projen.LernaProjectOptions.property.workflowRunsOn">workflowRunsOn</a></code> | <code>string[]</code> | Github Runner selection labels. |
|
|
3406
3406
|
| <code><a href="#lerna-projen.LernaProjectOptions.property.workflowRunsOnGroup">workflowRunsOnGroup</a></code> | <code>projen.GroupRunnerOptions</code> | Github Runner Group selection options. |
|
|
@@ -4703,7 +4703,7 @@ public readonly versionrcOptions: {[ key: string ]: any};
|
|
|
4703
4703
|
- *Type:* {[ key: string ]: any}
|
|
4704
4704
|
- *Default:* standard configuration applicable for GitHub repositories
|
|
4705
4705
|
|
|
4706
|
-
Custom configuration used when creating changelog with
|
|
4706
|
+
Custom configuration used when creating changelog with commit-and-tag-version package.
|
|
4707
4707
|
|
|
4708
4708
|
Given values either append to default configuration or overwrite values in it.
|
|
4709
4709
|
|
|
@@ -5473,7 +5473,7 @@ const lernaTypescriptProjectOptions: LernaTypescriptProjectOptions = { ... }
|
|
|
5473
5473
|
| <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.releaseTrigger">releaseTrigger</a></code> | <code>projen.release.ReleaseTrigger</code> | The release trigger to use. |
|
|
5474
5474
|
| <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.releaseWorkflowName">releaseWorkflowName</a></code> | <code>string</code> | The name of the default release workflow. |
|
|
5475
5475
|
| <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.releaseWorkflowSetupSteps">releaseWorkflowSetupSteps</a></code> | <code>projen.github.workflows.JobStep[]</code> | A set of workflow steps to execute in order to setup the workflow container. |
|
|
5476
|
-
| <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.versionrcOptions">versionrcOptions</a></code> | <code>{[ key: string ]: any}</code> | Custom configuration used when creating changelog with
|
|
5476
|
+
| <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.versionrcOptions">versionrcOptions</a></code> | <code>{[ key: string ]: any}</code> | Custom configuration used when creating changelog with commit-and-tag-version package. |
|
|
5477
5477
|
| <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.workflowContainerImage">workflowContainerImage</a></code> | <code>string</code> | Container image to use for GitHub workflows. |
|
|
5478
5478
|
| <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.workflowRunsOn">workflowRunsOn</a></code> | <code>string[]</code> | Github Runner selection labels. |
|
|
5479
5479
|
| <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.workflowRunsOnGroup">workflowRunsOnGroup</a></code> | <code>projen.GroupRunnerOptions</code> | Github Runner Group selection options. |
|
|
@@ -6792,7 +6792,7 @@ public readonly versionrcOptions: {[ key: string ]: any};
|
|
|
6792
6792
|
- *Type:* {[ key: string ]: any}
|
|
6793
6793
|
- *Default:* standard configuration applicable for GitHub repositories
|
|
6794
6794
|
|
|
6795
|
-
Custom configuration used when creating changelog with
|
|
6795
|
+
Custom configuration used when creating changelog with commit-and-tag-version package.
|
|
6796
6796
|
|
|
6797
6797
|
Given values either append to default configuration or overwrite values in it.
|
|
6798
6798
|
|
package/lib/index.js
CHANGED
|
@@ -92,7 +92,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
|
|
|
92
92
|
}
|
|
93
93
|
exports.LernaProject = LernaProject;
|
|
94
94
|
_a = JSII_RTTI_SYMBOL_1;
|
|
95
|
-
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.
|
|
95
|
+
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.468" };
|
|
96
96
|
/**
|
|
97
97
|
* @pjid lerna-ts-project
|
|
98
98
|
*/
|
|
@@ -125,7 +125,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
|
|
|
125
125
|
}
|
|
126
126
|
exports.LernaTypescriptProject = LernaTypescriptProject;
|
|
127
127
|
_b = JSII_RTTI_SYMBOL_1;
|
|
128
|
-
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.
|
|
128
|
+
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.468" };
|
|
129
129
|
class LernaProjectFactory {
|
|
130
130
|
constructor(project) {
|
|
131
131
|
this.project = project;
|
package/package.json
CHANGED
|
@@ -46,26 +46,26 @@
|
|
|
46
46
|
"@types/node": "^20",
|
|
47
47
|
"@typescript-eslint/eslint-plugin": "^7",
|
|
48
48
|
"@typescript-eslint/parser": "^7",
|
|
49
|
+
"commit-and-tag-version": "^12",
|
|
49
50
|
"constructs": "^10.3.0",
|
|
50
51
|
"eslint": "^8",
|
|
51
|
-
"eslint-import-resolver-typescript": "^3.6.
|
|
52
|
+
"eslint-import-resolver-typescript": "^3.6.3",
|
|
52
53
|
"eslint-plugin-import": "^2.29.1",
|
|
53
54
|
"jest": "^29.7.0",
|
|
54
55
|
"jest-junit": "^15",
|
|
55
56
|
"jsii": "5.4.x",
|
|
56
57
|
"jsii-diff": "^1.102.0",
|
|
57
|
-
"jsii-docgen": "^10.
|
|
58
|
+
"jsii-docgen": "^10.5.0",
|
|
58
59
|
"jsii-pacmak": "^1.102.0",
|
|
59
60
|
"jsii-rosetta": "5.4.x",
|
|
60
|
-
"projen": "^0.86.
|
|
61
|
-
"standard-version": "^9",
|
|
61
|
+
"projen": "^0.86.4",
|
|
62
62
|
"ts-jest": "^29.2.5",
|
|
63
63
|
"ts-node": "^10.9.2",
|
|
64
64
|
"typescript": "^5.5.4"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"constructs": "^10.3.0",
|
|
68
|
-
"projen": "^0.86.
|
|
68
|
+
"projen": "^0.86.4"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"commander": "^11.1.0",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"publishConfig": {
|
|
90
90
|
"access": "public"
|
|
91
91
|
},
|
|
92
|
-
"version": "0.1.
|
|
92
|
+
"version": "0.1.468",
|
|
93
93
|
"jest": {
|
|
94
94
|
"coverageProvider": "v8",
|
|
95
95
|
"testMatch": [
|