@kyubiware/commit-mint 0.6.1 → 0.6.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.
Files changed (2) hide show
  1. package/dist/cli.mjs +2 -2
  2. package/package.json +2 -2
package/dist/cli.mjs CHANGED
@@ -28,7 +28,7 @@ var __exportAll = (all, no_symbols) => {
28
28
  //#region package.json
29
29
  var package_default = {
30
30
  name: "@kyubiware/commit-mint",
31
- version: "0.6.1",
31
+ version: "0.6.2",
32
32
  description: "🌿 A commit tool that actually handles hook failures",
33
33
  type: "module",
34
34
  bin: { "cmint": "./dist/cli.mjs" },
@@ -39,7 +39,7 @@ var package_default = {
39
39
  "dev:auto": "tsx src/cli.ts -a",
40
40
  "dev:debug": "tsx src/cli.ts --debug",
41
41
  "lint": "biome check .",
42
- "lint:fix": "biome check --fix .",
42
+ "lint:fix": "biome check --write --unsafe .",
43
43
  "typecheck": "tsc --noEmit",
44
44
  "test": "vitest run",
45
45
  "test:coverage": "vitest run --coverage",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kyubiware/commit-mint",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "🌿 A commit tool that actually handles hook failures",
5
5
  "type": "module",
6
6
  "bin": {
@@ -15,7 +15,7 @@
15
15
  "dev:auto": "tsx src/cli.ts -a",
16
16
  "dev:debug": "tsx src/cli.ts --debug",
17
17
  "lint": "biome check .",
18
- "lint:fix": "biome check --fix .",
18
+ "lint:fix": "biome check --write --unsafe .",
19
19
  "typecheck": "tsc --noEmit",
20
20
  "test": "vitest run",
21
21
  "test:coverage": "vitest run --coverage",