v0.1.0-beta.2 — vssBackup() runtime
Peer-dep floors raised so account.vssBackup() can call into the new bare v0.1.0-beta.12 / nodejs v0.1.0-beta.8 native sdkNodeVssBackup wrapper.
Also ships the LspClient production hardening from beta.1's [Unreleased] section:
- HTTPS enforcement (rejects http:// for non-loopback unless
allowHttp:true) - Retry + exponential backoff on 502/503/504/429 for idempotent methods
- Structured
LspError({error,code,name} parsed from JSON body) - Per-call
timeoutMsoverride on every method - Response shape normalized to camelCase ({lnInvoice, rgbInvoice, mappingId})
See CHANGELOG for details.