@w5s/commitlint-config 3.22.0 → 3.24.0
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/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -8,11 +8,11 @@ declare const config: {
|
|
|
8
8
|
};
|
|
9
9
|
//#endregion
|
|
10
10
|
//#region src/meta.d.ts
|
|
11
|
-
declare const meta: Readonly<{
|
|
11
|
+
export declare const meta: Readonly<{
|
|
12
12
|
buildNumber: number;
|
|
13
13
|
name: string;
|
|
14
14
|
version: string;
|
|
15
15
|
}>;
|
|
16
16
|
//#endregion
|
|
17
|
-
export { config as default
|
|
17
|
+
export { config as default };
|
|
18
18
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.js
CHANGED
|
@@ -79,9 +79,9 @@ const config = {
|
|
|
79
79
|
//#endregion
|
|
80
80
|
//#region src/meta.ts
|
|
81
81
|
const meta = Object.freeze({
|
|
82
|
-
buildNumber:
|
|
82
|
+
buildNumber: 1788793943,
|
|
83
83
|
name: "@w5s/commitlint-config",
|
|
84
|
-
version: "3.
|
|
84
|
+
version: "3.24.0"
|
|
85
85
|
});
|
|
86
86
|
//#endregion
|
|
87
87
|
export { config as default, meta };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/commitlint-config",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.24.0",
|
|
4
4
|
"description": "Commitlint configuration presets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"commitlint",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@commitlint/types": "^21.0.0",
|
|
41
|
-
"@w5s/conventional-changelog": "^3.
|
|
41
|
+
"@w5s/conventional-changelog": "^3.25.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@commitlint/cli": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0"
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "f01e374782fdf338f411115d7e82a0353540282b"
|
|
58
58
|
}
|