Fix using cached WACZ filename if already set ahead of time. (#783)

- if <uid>:nextWacz filename already exists, actually get it and use
that!
- don't merge cdx if not generating wacz yet, use same condition for
both bump version to 1.5.8
- fix follow-up to #748, fix #747
This commit is contained in:
Ilya Kreymer 2025-02-28 17:58:56 -08:00 committed by GitHub
parent 2aec2e1a33
commit 9a7ac9bef1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 31 additions and 13 deletions

View file

@ -1,6 +1,6 @@
{
"name": "browsertrix-crawler",
"version": "1.5.7",
"version": "1.5.8",
"main": "browsertrix-crawler",
"type": "module",
"repository": "https://github.com/webrecorder/browsertrix-crawler",