Migrated to kiwix-serve
Some checks failed
Publish Library / Build NPM Project (push) Failing after 21s
Publish Library / Tag Version (push) Has been skipped

This commit is contained in:
2026-08-24 20:05:56 -04:00
parent 7d376c90b4
commit db2b334ed6
10 changed files with 545 additions and 723 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ztimson/zim-utils",
"version": "0.2.5",
"version": "0.3.0",
"description": "Native, dependency-light ZIM archive reader/searcher and Kiwix catalog downloader for Node.js",
"author": "Zak Timson",
"license": "MIT",
@@ -15,7 +15,7 @@
"postinstall": "node ./bin/install-kwix.js"
},
"dependencies": {
"@ztimson/utils": "^0.30.7",
"@ztimson/utils": "^0.30.8",
"lzma1": "^0.3.0",
"zstd-codec": "^0.1.5"
}