Skip to content

Commit bea38f3

Browse files
sunnylqmclaude
andcommitted
fix: require node-hdiffpatch >=2.2.1 (raw-stored diff compressType fix)
2.0.3-2.2.0 emit HDIFFSF20 patches that keep the lzma2 label on raw-stored tiny payloads, which old deployed clients fail to apply (hpatch error -4). 2.2.1 clears the label at generation time. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 76705f9 commit bea38f3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"@types/semver": "^7.7.1",
103103
"@types/yauzl": "^2.10.3",
104104
"@types/yazl": "^2.4.6",
105-
"node-hdiffpatch": "^2.0.3",
105+
"node-hdiffpatch": "^2.2.1",
106106
"typescript": "^6.0.2"
107107
},
108108
"trustedDependencies": [

0 commit comments

Comments
 (0)