@commencis/commitlint-config 1.1.0 → 1.1.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 +16 -0
- package/dist/index.cjs +5 -5
- package/dist/index.js +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# @commencis/commitlint-config
|
|
2
|
+
|
|
3
|
+
## 1.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore(deps): update commitlint monorepo to v19.7.1 ([#221](https://github.com/Commencis/js-toolkit/pull/221))
|
|
8
|
+
|
|
9
|
+
## 1.1.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- update dependencies: commitlint ([#144](https://github.com/Commencis/js-toolkit/pull/144))
|
|
14
|
+
|
|
15
|
+
- @commitlint/cli@19.6.0
|
|
16
|
+
- @commitlint/config-conventional@19.6.0
|
package/dist/index.cjs
CHANGED
|
@@ -18,11 +18,11 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
|
|
20
20
|
// src/index.ts
|
|
21
|
-
var
|
|
22
|
-
__export(
|
|
23
|
-
default: () =>
|
|
21
|
+
var index_exports = {};
|
|
22
|
+
__export(index_exports, {
|
|
23
|
+
default: () => index_default
|
|
24
24
|
});
|
|
25
|
-
module.exports = __toCommonJS(
|
|
25
|
+
module.exports = __toCommonJS(index_exports);
|
|
26
26
|
|
|
27
27
|
// ../../node_modules/.pnpm/@commitlint+types@19.5.0/node_modules/@commitlint/types/lib/rules.js
|
|
28
28
|
var RuleConfigSeverity;
|
|
@@ -62,4 +62,4 @@ var config = {
|
|
|
62
62
|
]
|
|
63
63
|
}
|
|
64
64
|
};
|
|
65
|
-
var
|
|
65
|
+
var index_default = config;
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commencis/commitlint-config",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Commencis Commitlint config",
|
|
5
5
|
"author": "Commencis WEB Team",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"require": "./dist/index.cjs"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@commitlint/config-conventional": "19.
|
|
32
|
+
"@commitlint/config-conventional": "19.7.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
+
"@commencis/ts-config": "0.0.2",
|
|
35
36
|
"@commitlint/types": "19.5.0",
|
|
36
|
-
"tsup": "8.3.
|
|
37
|
-
"typescript": "5.
|
|
38
|
-
"@commencis/ts-config": "0.0.1"
|
|
37
|
+
"tsup": "8.3.6",
|
|
38
|
+
"typescript": "5.7.3"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"dev": "tsup --watch",
|