@kud/ai-conventional-commit-cli 0.10.0 → 0.11.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/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1186,7 +1186,7 @@ async function runRefine(config, options) {
|
|
|
1186
1186
|
// package.json
|
|
1187
1187
|
var package_default = {
|
|
1188
1188
|
name: "@kud/ai-conventional-commit-cli",
|
|
1189
|
-
version: "0.
|
|
1189
|
+
version: "0.11.0",
|
|
1190
1190
|
type: "module",
|
|
1191
1191
|
description: "Opinionated, style-aware AI assistant for crafting and splitting git commits (opencode-based, provider-agnostic).",
|
|
1192
1192
|
bin: {
|
|
@@ -1242,7 +1242,7 @@ var package_default = {
|
|
|
1242
1242
|
}
|
|
1243
1243
|
},
|
|
1244
1244
|
engines: {
|
|
1245
|
-
node: ">=
|
|
1245
|
+
node: ">=20.0.0"
|
|
1246
1246
|
},
|
|
1247
1247
|
license: "MIT",
|
|
1248
1248
|
repository: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kud/ai-conventional-commit-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
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": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
58
|
"engines": {
|
|
59
|
-
"node": ">=
|
|
59
|
+
"node": ">=20.0.0"
|
|
60
60
|
},
|
|
61
61
|
"license": "MIT",
|
|
62
62
|
"repository": {
|