@lerna-lite/core 4.10.0 → 4.10.1
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.
|
@@ -57,6 +57,9 @@ export interface VersionCommandOption {
|
|
|
57
57
|
amend?: boolean;
|
|
58
58
|
buildMetadata?: string;
|
|
59
59
|
bump: 'major' | 'minor' | 'patch' | 'premajor' | 'preminor' | 'prepatch' | 'prerelease' | 'from-git' | 'from-package';
|
|
60
|
+
commentIssues?: boolean | string;
|
|
61
|
+
commentPullRequests?: boolean | string;
|
|
62
|
+
commentFilterKeywords?: string;
|
|
60
63
|
conventionalCommits?: boolean;
|
|
61
64
|
conventionalGraduate?: boolean | string;
|
|
62
65
|
forceConventionalGraduate?: boolean;
|
|
@@ -117,9 +120,6 @@ export interface PublishCommandOption extends VersionCommandOption {
|
|
|
117
120
|
c?: boolean;
|
|
118
121
|
canary?: boolean;
|
|
119
122
|
cleanupTempFiles?: boolean;
|
|
120
|
-
commentIssues?: boolean | string;
|
|
121
|
-
commentPullRequests?: boolean | string;
|
|
122
|
-
commentFilterKeywords?: string;
|
|
123
123
|
preid?: string;
|
|
124
124
|
contents?: string;
|
|
125
125
|
distTag?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lerna-lite/core",
|
|
3
3
|
"description": "Lerna-Lite core implementation module",
|
|
4
|
-
"version": "4.10.
|
|
4
|
+
"version": "4.10.1",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"type": "ko_fi",
|
|
61
61
|
"url": "https://ko-fi.com/ghiscoding"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "7d8fa6f04b471a354f8cb61967682adf3dcf710a"
|
|
64
64
|
}
|