hunkdiff 0.5.0 → 0.5.1
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/README.md +15 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -14,6 +14,21 @@ Hunk is a desktop-inspired terminal diff viewer for reviewing agent-authored cha
|
|
|
14
14
|
- split, stacked, and responsive auto layouts
|
|
15
15
|
- Git pager and difftool integration
|
|
16
16
|
|
|
17
|
+
<table>
|
|
18
|
+
<tr>
|
|
19
|
+
<td width="60%" align="center">
|
|
20
|
+
<img width="794" alt="image" src="https://github.com/user-attachments/assets/f6ffd9c4-67f5-483c-88f1-cbe88c19f52f" />
|
|
21
|
+
<br />
|
|
22
|
+
<sub>Split view with sidebar and inline AI notes</sub>
|
|
23
|
+
</td>
|
|
24
|
+
<td width="40%" align="center">
|
|
25
|
+
<img width="508" height="920" alt="image" src="https://github.com/user-attachments/assets/44c542a2-0a09-41cd-b264-fbd942e92f06" />
|
|
26
|
+
<br />
|
|
27
|
+
<sub>Stacked view and mouse-selectable menus
|
|
28
|
+
</td>
|
|
29
|
+
</tr>
|
|
30
|
+
</table>
|
|
31
|
+
|
|
17
32
|
## Install
|
|
18
33
|
|
|
19
34
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hunkdiff",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "Desktop-inspired terminal diff viewer for understanding agent-authored changesets.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"hunk": "./bin/hunk.cjs"
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"node": ">=18"
|
|
31
31
|
},
|
|
32
32
|
"optionalDependencies": {
|
|
33
|
-
"hunkdiff-darwin-arm64": "0.5.
|
|
34
|
-
"hunkdiff-darwin-x64": "0.5.
|
|
35
|
-
"hunkdiff-linux-x64": "0.5.
|
|
33
|
+
"hunkdiff-darwin-arm64": "0.5.1",
|
|
34
|
+
"hunkdiff-darwin-x64": "0.5.1",
|
|
35
|
+
"hunkdiff-linux-x64": "0.5.1"
|
|
36
36
|
},
|
|
37
37
|
"license": "MIT",
|
|
38
38
|
"publishConfig": {
|