@anolilab/commitlint-config 6.0.0 → 6.0.2

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/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ ## @anolilab/commitlint-config [6.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@6.0.1...@anolilab/commitlint-config@6.0.2) (2025-07-11)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update package versions in commitlint-config ([ffbf2c7](https://github.com/anolilab/javascript-style-guide/commit/ffbf2c7c56161bab28de69c499887c486d34c177))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * **deps:** enhance package.json exports and add validation rules ([abd7693](https://github.com/anolilab/javascript-style-guide/commit/abd76936ff0c22be7936c5cecfaa13658c435b6d))
10
+ * updated dev deps ([e564609](https://github.com/anolilab/javascript-style-guide/commit/e564609d20d40f7db705f32fcb4060359aec9a08))
11
+
12
+ ## @anolilab/commitlint-config [6.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@6.0.0...@anolilab/commitlint-config@6.0.1) (2025-05-31)
13
+
14
+ ### Bug Fixes
15
+
16
+ * **deps:** update minor updates (minor) ([#896](https://github.com/anolilab/javascript-style-guide/issues/896)) ([d5132c8](https://github.com/anolilab/javascript-style-guide/commit/d5132c8e59df185331772917e8216c78a97e47be))
17
+
18
+ ### Miscellaneous Chores
19
+
20
+ * add new linting scripts and update dependencies ([655a866](https://github.com/anolilab/javascript-style-guide/commit/655a86641903f157e4d8a4dc69d0f44448fa7cc9))
21
+
1
22
  ## @anolilab/commitlint-config [6.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@5.0.3...@anolilab/commitlint-config@6.0.0) (2025-05-26)
2
23
 
3
24
  ### ⚠ BREAKING CHANGES
package/dist/index.d.cts CHANGED
@@ -17,4 +17,4 @@ declare const config: {
17
17
  };
18
18
  };
19
19
 
20
- export { config as default };
20
+ export = config;
package/dist/index.d.ts CHANGED
@@ -17,4 +17,4 @@ declare const config: {
17
17
  };
18
18
  };
19
19
 
20
- export { config as default };
20
+ export = config;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/commitlint-config",
3
- "version": "6.0.0",
3
+ "version": "6.0.2",
4
4
  "description": "Anolilab´s shareable coding standard config for commitlint.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -31,13 +31,13 @@
31
31
  "type": "module",
32
32
  "exports": {
33
33
  ".": {
34
- "require": {
35
- "types": "./dist/index.d.cts",
36
- "default": "./dist/index.cjs"
37
- },
38
34
  "import": {
39
35
  "types": "./dist/index.d.mts",
40
36
  "default": "./dist/index.mjs"
37
+ },
38
+ "require": {
39
+ "types": "./dist/index.d.cts",
40
+ "default": "./dist/index.cjs"
41
41
  }
42
42
  },
43
43
  "./package.json": "./package.json"
@@ -65,7 +65,7 @@
65
65
  "@commitlint/config-conventional": "^19.8.1",
66
66
  "@commitlint/core": "^19.8.1",
67
67
  "commitizen": "^4.3.1",
68
- "conventional-changelog-conventionalcommits": "9.0.0",
68
+ "conventional-changelog-conventionalcommits": "9.1.0",
69
69
  "cz-conventional-changelog": "^3.3.0"
70
70
  },
71
71
  "peerDependencies": {