@commencis/commitlint-config 3.1.0 → 3.2.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @commencis/commitlint-config
2
2
 
3
+ ## 3.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - chore: update core dependencies and minimum supported versions ([#433](https://github.com/Commencis/js-toolkit/pull/433))
8
+
3
9
  ## 3.1.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.cjs CHANGED
@@ -49,7 +49,6 @@ const config = {
49
49
  ]
50
50
  }
51
51
  };
52
- var src_default = config;
53
52
 
54
53
  //#endregion
55
- module.exports = src_default;
54
+ module.exports = config;
package/dist/index.mjs CHANGED
@@ -48,7 +48,6 @@ const config = {
48
48
  ]
49
49
  }
50
50
  };
51
- var src_default = config;
52
51
 
53
52
  //#endregion
54
- export { src_default as default };
53
+ export { config as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commencis/commitlint-config",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "description": "Commencis Commitlint config",
5
5
  "author": "Commencis WEB Team",
6
6
  "license": "Apache-2.0",
@@ -29,7 +29,7 @@
29
29
  "require": "./dist/index.cjs"
30
30
  },
31
31
  "dependencies": {
32
- "@commitlint/config-conventional": "20.4.0"
32
+ "@commitlint/config-conventional": "20.4.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@commencis/ts-config": "1.0.0",