@kud/ai-conventional-commit-cli 0.8.0 → 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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +2 -2
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.8.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: {
@@ -1150,7 +1150,7 @@ var package_default = {
1150
1150
  pathe: "^2.0.3",
1151
1151
  "simple-git": "^3.28.0",
1152
1152
  "strip-ansi": "^7.1.2",
1153
- zod: "^4.1.7"
1153
+ zod: "^4.1.8"
1154
1154
  },
1155
1155
  devDependencies: {
1156
1156
  "@types/inquirer": "^9.0.9",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kud/ai-conventional-commit-cli",
3
- "version": "0.8.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": {
@@ -35,7 +35,7 @@
35
35
  "pathe": "^2.0.3",
36
36
  "simple-git": "^3.28.0",
37
37
  "strip-ansi": "^7.1.2",
38
- "zod": "^4.1.7"
38
+ "zod": "^4.1.8"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/inquirer": "^9.0.9",