patchy-cli 0.0.2-pr.130.77d3524-pr.130.77d3524 → 0.0.2-pr.131.3213f67-pr.131.3213f67

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