hunkdiff 0.9.4 → 0.10.0
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 +12 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -161,6 +161,18 @@ Each example includes the exact command to run from the repository root.
|
|
|
161
161
|
|
|
162
162
|
For source setup, tests, packaging checks, and repo architecture, see [CONTRIBUTING.md](CONTRIBUTING.md).
|
|
163
163
|
|
|
164
|
+
## Sponsor
|
|
165
|
+
|
|
166
|
+
Sponsored by [Modem](https://modem.dev?utm_source=github&utm_medium=oss&utm_campaign=hunk).
|
|
167
|
+
|
|
168
|
+
<a href="https://modem.dev?utm_source=github&utm_medium=oss&utm_campaign=hunk">
|
|
169
|
+
<picture>
|
|
170
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://modem.dev/images/logo/svg/modem-combined-white.svg">
|
|
171
|
+
<source media="(prefers-color-scheme: light)" srcset="https://modem.dev/images/logo/svg/modem-combined-black.svg">
|
|
172
|
+
<img src="https://modem.dev/images/logo/svg/modem-combined-black.svg" alt="Modem" width="220">
|
|
173
|
+
</picture>
|
|
174
|
+
</a>
|
|
175
|
+
|
|
164
176
|
## License
|
|
165
177
|
|
|
166
178
|
[MIT](LICENSE)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hunkdiff",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"description": "Desktop-inspired terminal diff viewer for understanding agent-authored changesets.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"hunk": "./bin/hunk.cjs"
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"node": ">=18"
|
|
32
32
|
},
|
|
33
33
|
"optionalDependencies": {
|
|
34
|
-
"hunkdiff-darwin-arm64": "0.
|
|
35
|
-
"hunkdiff-darwin-x64": "0.
|
|
36
|
-
"hunkdiff-linux-arm64": "0.
|
|
37
|
-
"hunkdiff-linux-x64": "0.
|
|
34
|
+
"hunkdiff-darwin-arm64": "0.10.0",
|
|
35
|
+
"hunkdiff-darwin-x64": "0.10.0",
|
|
36
|
+
"hunkdiff-linux-arm64": "0.10.0",
|
|
37
|
+
"hunkdiff-linux-x64": "0.10.0"
|
|
38
38
|
},
|
|
39
39
|
"license": "MIT",
|
|
40
40
|
"publishConfig": {
|