@eazip/core 0.2.0-beta.1
Pre-release
Pre-release
Published @eazip/core@0.2.0-beta.1 to npm with dist-tag beta.
Ground-up redesign of the SDK (formerly @eazip/client) around a job-based
engine: startZip()/resumeZip() return a subscribable ZipJob
(snapshot/subscribe, done promise, abort); createZip() stays the
one-shot API. Local engine gains concurrent URL fetching, per-file skip
errors with partial results, and best-effort multi-zip splitting. Cloud
engine exposes the session in the snapshot at creation time (enables
reload-resume), adds a Turnstile challenge retry hook, a richer error
taxonomy, and defaults to stream mode.