@alecrust/workbox 0.4.3 → 0.4.4

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/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## [unreleased]
4
4
 
5
+ ## [0.4.4] - 2026-05-19
6
+ ### Chore
7
+ - Update Bun and development dependencies
8
+
5
9
  ## [0.4.3] - 2026-05-19
6
10
  ### CI
7
11
  - Remove the temporary npm token fallback from release publishing
package/README.md CHANGED
@@ -4,7 +4,7 @@ Minimal Bun-first CLI for Git worktrees. Creates a worktree per sandbox and remo
4
4
 
5
5
  ## Install
6
6
 
7
- Requires Bun `1.3.13` or newer.
7
+ Requires Bun `1.3.14` or newer.
8
8
 
9
9
  ```sh
10
10
  bun add -g @alecrust/workbox
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@alecrust/workbox",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "Bun-first CLI for managing Git worktree sandboxes.",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
- "packageManager": "bun@1.3.13",
7
+ "packageManager": "bun@1.3.14",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "git+https://github.com/AlecRust/workbox.git"
@@ -28,7 +28,7 @@
28
28
  "wkb": "src/cli.ts"
29
29
  },
30
30
  "engines": {
31
- "bun": "1.3.13"
31
+ "bun": "1.3.14"
32
32
  },
33
33
  "scripts": {
34
34
  "prepare": "bun scripts/prepare.ts",
@@ -40,14 +40,14 @@
40
40
  "format": "biome check --write ."
41
41
  },
42
42
  "dependencies": {
43
- "zod": "^4.4.1"
43
+ "zod": "^4.4.3"
44
44
  },
45
45
  "devDependencies": {
46
- "@biomejs/biome": "^2.4.13",
46
+ "@biomejs/biome": "^2.4.15",
47
47
  "@tsconfig/bun": "^1.0.10",
48
- "@types/bun": "^1.3.13",
49
- "knip": "^6.9.0",
50
- "lefthook": "^2.1.6",
48
+ "@types/bun": "^1.3.14",
49
+ "knip": "^6.14.1",
50
+ "lefthook": "^2.1.7",
51
51
  "typescript": "^6.0.3"
52
52
  },
53
53
  "keywords": [