patchy-cli 0.0.2-pr.127.38b3c8b-pr.127.38b3c8b → 0.0.2-pr.128.9eef96e-pr.128.9eef96e

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 (1) hide show
  1. package/package.json +9 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "patchy-cli",
3
- "version": "0.0.2-pr.127.38b3c8b-pr.127.38b3c8b",
3
+ "version": "0.0.2-pr.128.9eef96e-pr.128.9eef96e",
4
4
  "description": "A CLI tool for managing Git patch workflows.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -17,8 +17,7 @@
17
17
  "changeset": "changeset",
18
18
  "changeset-version": "changeset version",
19
19
  "dev": "bun run src/cli.ts",
20
- "knip": "knip-bun",
21
- "local-ci": "concurrently --group -p none -n 'check,typecheck,test,knip' 'bun run check-fix' 'bun run typecheck' 'bun run test' 'bun run knip'",
20
+ "local-ci": "concurrently --group -p none -n 'check,typecheck,test' 'bun run check-fix' 'bun run typecheck' 'bun run test'",
22
21
  "prepare": "[ -n \"$CI\" ] || lefthook install",
23
22
  "typecheck": "tsgo --noEmit",
24
23
  "test": "bun run scripts/test.ts",
@@ -33,8 +32,7 @@
33
32
  "@typescript/native-preview": "7.0.0-dev.20250712.1",
34
33
  "bun-types": "^1.3.4",
35
34
  "concurrently": "^9.2.0",
36
- "knip": "^5.73.4",
37
- "lefthook": "^2.0.11",
35
+ "lefthook": "^1.12.2",
38
36
  "typescript": "^5.9.2"
39
37
  },
40
38
  "dependencies": {
@@ -45,6 +43,7 @@
45
43
  "es-toolkit": "^1.39.8",
46
44
  "jsonc-parser": "^3.3.1",
47
45
  "simple-git": "^3.30.0",
46
+ "ts-essentials": "^10.1.1",
48
47
  "zod": "^4.0.13"
49
48
  },
50
49
  "peerDependencies": {
@@ -60,11 +59,11 @@
60
59
  "url": "https://github.com/richardgill/patchy"
61
60
  },
62
61
  "optionalDependencies": {
63
- "patchy-cli-linux-x64": "0.0.2-pr.127.38b3c8b-pr.127.38b3c8b",
64
- "patchy-cli-linux-arm64": "0.0.2-pr.127.38b3c8b-pr.127.38b3c8b",
65
- "patchy-cli-darwin-x64": "0.0.2-pr.127.38b3c8b-pr.127.38b3c8b",
66
- "patchy-cli-darwin-arm64": "0.0.2-pr.127.38b3c8b-pr.127.38b3c8b",
67
- "patchy-cli-windows-x64": "0.0.2-pr.127.38b3c8b-pr.127.38b3c8b"
62
+ "patchy-cli-linux-x64": "0.0.2-pr.128.9eef96e-pr.128.9eef96e",
63
+ "patchy-cli-linux-arm64": "0.0.2-pr.128.9eef96e-pr.128.9eef96e",
64
+ "patchy-cli-darwin-x64": "0.0.2-pr.128.9eef96e-pr.128.9eef96e",
65
+ "patchy-cli-darwin-arm64": "0.0.2-pr.128.9eef96e-pr.128.9eef96e",
66
+ "patchy-cli-windows-x64": "0.0.2-pr.128.9eef96e-pr.128.9eef96e"
68
67
  },
69
68
  "publishConfig": {
70
69
  "access": "public"