Bump 0.1.1
All checks were successful
Publish Library / Build NPM Project (push) Successful in 9s
Publish Library / Tag Version (push) Successful in 53s

This commit is contained in:
2026-08-20 11:38:59 -04:00
parent f26395330a
commit f5eaf7f764

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ztimson/zim-utils", "name": "@ztimson/zim-utils",
"version": "0.1.0", "version": "0.1.1",
"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",
@@ -10,7 +10,7 @@
"type": "git", "type": "git",
"url": "https://git.zakscode.com/ztimson/zim-utils" "url": "https://git.zakscode.com/ztimson/zim-utils"
}, },
"main": "index.js", "main": "src/index.js",
"dependencies": { "dependencies": {
"@ztimson/utils": "^0.30.7", "@ztimson/utils": "^0.30.7",
"lzma1": "^0.3.0", "lzma1": "^0.3.0",