Fix/install kwix arm64 #1

Merged
ztimson merged 5 commits from fix/install-kwix-arm64 into master 2026-09-19 18:57:07 -04:00
Showing only changes of commit ebd2078bd7 - Show all commits
+3 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@ztimson/zim-utils", "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", "description": "Native, dependency-light ZIM archive reader/searcher and Kiwix catalog downloader for Node.js",
"author": "Zak Timson", "author": "Zak Timson",
"license": "MIT", "license": "MIT",
@@ -19,6 +19,7 @@
"lzma1": "^0.3.0", "lzma1": "^0.3.0",
"tar": "^7.4.3", "tar": "^7.4.3",
"zstd-codec": "^0.1.5", "zstd-codec": "^0.1.5",
"adm-zip": "^0.5.16" "adm-zip": "^0.5.16",
"tar-stream": "^3.1.7"
} }
} }