worktree-compose 0.1.3 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,9 @@ Zero-config Docker Compose isolation for git worktrees.
6
6
 
7
7
  Every worktree gets its own ports, database, cache, and containers — automatically.
8
8
 
9
- https://github.com/LevwTech/worktree-compose/raw/main/wtc-explainer.mp4
9
+
10
+ https://github.com/user-attachments/assets/fe05a2ff-954b-4e4f-b01b-ad17f1233abf
11
+
10
12
 
11
13
  ```bash
12
14
  npm install -D worktree-compose
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "worktree-compose",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Zero-config Docker Compose isolation for git worktrees",
5
5
  "type": "module",
6
6
  "bin": {