@kud/ai-conventional-commit-cli 0.7.2 → 0.8.1
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.js +9 -9
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -1115,7 +1115,7 @@ async function runRefine(config, options) {
|
|
|
1115
1115
|
// package.json
|
|
1116
1116
|
var package_default = {
|
|
1117
1117
|
name: "@kud/ai-conventional-commit-cli",
|
|
1118
|
-
version: "0.
|
|
1118
|
+
version: "0.8.1",
|
|
1119
1119
|
type: "module",
|
|
1120
1120
|
description: "Opinionated, style-aware AI assistant for crafting and splitting git commits (opencode-based, provider-agnostic).",
|
|
1121
1121
|
bin: {
|
|
@@ -1138,25 +1138,25 @@ var package_default = {
|
|
|
1138
1138
|
},
|
|
1139
1139
|
dependencies: {
|
|
1140
1140
|
"@commitlint/config-conventional": "^19.8.1",
|
|
1141
|
-
chalk: "^5.6.
|
|
1141
|
+
chalk: "^5.6.2",
|
|
1142
1142
|
clipanion: "^3.2.1",
|
|
1143
1143
|
cosmiconfig: "^9.0.0",
|
|
1144
1144
|
execa: "^9.6.0",
|
|
1145
1145
|
"fast-glob": "^3.3.3",
|
|
1146
|
-
inquirer: "^9.
|
|
1147
|
-
keyv: "^5.5.
|
|
1146
|
+
inquirer: "^12.9.4",
|
|
1147
|
+
keyv: "^5.5.1",
|
|
1148
1148
|
"lru-cache": "^11.2.1",
|
|
1149
1149
|
ora: "^8.2.0",
|
|
1150
1150
|
pathe: "^2.0.3",
|
|
1151
1151
|
"simple-git": "^3.28.0",
|
|
1152
|
-
"strip-ansi": "^7.1.
|
|
1153
|
-
zod: "^4.1.
|
|
1152
|
+
"strip-ansi": "^7.1.2",
|
|
1153
|
+
zod: "^4.1.8"
|
|
1154
1154
|
},
|
|
1155
1155
|
devDependencies: {
|
|
1156
|
-
"@types/inquirer": "^9.0.
|
|
1156
|
+
"@types/inquirer": "^9.0.9",
|
|
1157
1157
|
"@types/node": "^24.3.1",
|
|
1158
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
1159
|
-
"@typescript-eslint/parser": "^8.
|
|
1158
|
+
"@typescript-eslint/eslint-plugin": "^8.43.0",
|
|
1159
|
+
"@typescript-eslint/parser": "^8.43.0",
|
|
1160
1160
|
"cz-conventional-changelog": "^3.3.0",
|
|
1161
1161
|
eslint: "^9.35.0",
|
|
1162
1162
|
prettier: "^3.6.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kud/ai-conventional-commit-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Opinionated, style-aware AI assistant for crafting and splitting git commits (opencode-based, provider-agnostic).",
|
|
6
6
|
"bin": {
|
|
@@ -23,25 +23,25 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@commitlint/config-conventional": "^19.8.1",
|
|
26
|
-
"chalk": "^5.6.
|
|
26
|
+
"chalk": "^5.6.2",
|
|
27
27
|
"clipanion": "^3.2.1",
|
|
28
28
|
"cosmiconfig": "^9.0.0",
|
|
29
29
|
"execa": "^9.6.0",
|
|
30
30
|
"fast-glob": "^3.3.3",
|
|
31
|
-
"inquirer": "^9.
|
|
32
|
-
"keyv": "^5.5.
|
|
31
|
+
"inquirer": "^12.9.4",
|
|
32
|
+
"keyv": "^5.5.1",
|
|
33
33
|
"lru-cache": "^11.2.1",
|
|
34
34
|
"ora": "^8.2.0",
|
|
35
35
|
"pathe": "^2.0.3",
|
|
36
36
|
"simple-git": "^3.28.0",
|
|
37
|
-
"strip-ansi": "^7.1.
|
|
38
|
-
"zod": "^4.1.
|
|
37
|
+
"strip-ansi": "^7.1.2",
|
|
38
|
+
"zod": "^4.1.8"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@types/inquirer": "^9.0.
|
|
41
|
+
"@types/inquirer": "^9.0.9",
|
|
42
42
|
"@types/node": "^24.3.1",
|
|
43
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
44
|
-
"@typescript-eslint/parser": "^8.
|
|
43
|
+
"@typescript-eslint/eslint-plugin": "^8.43.0",
|
|
44
|
+
"@typescript-eslint/parser": "^8.43.0",
|
|
45
45
|
"cz-conventional-changelog": "^3.3.0",
|
|
46
46
|
"eslint": "^9.35.0",
|
|
47
47
|
"prettier": "^3.6.2",
|