fix(gzip): Improve gzip streaming decompression, archive analysis and unpacking; add gzip tests

This commit is contained in:
2025-08-18 01:52:20 +00:00
parent 1af585594c
commit 4428638170
5 changed files with 259 additions and 12 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartarchive',
version: '4.2.0',
version: '4.2.1',
description: 'A library for working with archive files, providing utilities for compressing and decompressing data.'
}