@w5s/commitlint-config 3.23.0 → 3.28.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 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, meta };
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: 1788368808,
82
+ buildNumber: 1789649127,
83
83
  name: "@w5s/commitlint-config",
84
- version: "3.23.0"
84
+ version: "3.28.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.23.0",
3
+ "version": "3.28.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.24.0"
41
+ "@w5s/conventional-changelog": "^3.29.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": "de5aba704f6744ba64973b010a848d2b2150341d"
57
+ "gitHead": "c775b53274c35cb97edaa9ffa5cd5ffd47f9a4f0"
58
58
  }