@kyubiware/commit-mint 0.9.0 → 0.9.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/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@kyubiware/commit-mint",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
4
4
  "description": "🌿 AI-powered git commit tool — auto-group changed files, generate messages, run pre-commit checks",
5
5
  "type": "module",
6
6
  "bin": {
7
- "cmint": "./dist/cli.mjs"
7
+ "cmint": "./dist/bin.mjs"
8
8
  },
9
9
  "files": [
10
10
  "dist"
11
11
  ],
12
12
  "scripts": {
13
- "build": "tsdown src/cli.ts --format esm --dts --clean",
14
- "dev": "tsx src/cli.ts",
15
- "dev:auto": "tsx src/cli.ts -a",
16
- "dev:debug": "tsx src/cli.ts --debug",
13
+ "build": "tsdown src/bin.ts --format esm --dts --clean",
14
+ "dev": "tsx src/bin.ts",
15
+ "dev:auto": "tsx src/bin.ts -a",
16
+ "dev:debug": "tsx src/bin.ts --debug",
17
17
  "lint": "biome check .",
18
18
  "lint:fix": "biome check --write --unsafe .",
19
19
  "typecheck": "tsc --noEmit",
package/dist/cli.d.mts DELETED
@@ -1,6 +0,0 @@
1
- //#region src/cli.d.ts
2
- /** `cmint auto` subcommand handler — equivalent to `cmint --auto`. */
3
- declare function handleAutoSubcommand(version: string): Promise<void>;
4
- //#endregion
5
- export { handleAutoSubcommand };
6
- //# sourceMappingURL=cli.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cli.d.mts","names":[],"sources":["../src/cli.ts"],"mappings":";AAeA;AAAA,iBAAsB,oBAAA,CAAqB,OAAA,WAAe,OAAA"}