From ebd2078bd7a0d1e715555d197eb414cb28bf248c Mon Sep 17 00:00:00 2001 From: Assistant <12+assistant@git@zakscode.com> Date: Sat, 19 Sep 2026 17:26:56 -0400 Subject: [PATCH] Bump version to 0.3.6 and add tar-stream dependency --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c45cb06..aa56462 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ztimson/zim-utils", - "version": "0.3.5", + "version": "0.3.6", "description": "Native, dependency-light ZIM archive reader/searcher and Kiwix catalog downloader for Node.js", "author": "Zak Timson", "license": "MIT", @@ -19,6 +19,7 @@ "lzma1": "^0.3.0", "tar": "^7.4.3", "zstd-codec": "^0.1.5", - "adm-zip": "^0.5.16" + "adm-zip": "^0.5.16", + "tar-stream": "^3.1.7" } } \ No newline at end of file