fix(smartarchive): Improve tar entry streaming handling and add in-memory gzip/tgz tests

This commit is contained in:
2025-08-18 02:06:31 +00:00
parent 9dbb7d9731
commit ec58b9cdc5
4 changed files with 213 additions and 7 deletions

View File

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