Part of #154
Blocked by: #156
Goal
Make NostrZapClient the canonical Public Facade. Mark ZapClient as a Compatibility Alias with @deprecated, re-export both only through the nip57 barrel (root imports from that barrel), and update NIP-57 README guidance.
Acceptance
ZapClient carries @deprecated pointing to NostrZapClient.
- Root exports
NostrZapClient/ZapClient via ./nip57 (not a deep ./nip57/client path).
- README documents the canonical facade.
- Existing NIP-57 client tests remain green for both classes.
Notes
AFK. Do not remove ZapClient in 0.x.
Part of #154
Blocked by: #156
Goal
Make
NostrZapClientthe canonical Public Facade. MarkZapClientas a Compatibility Alias with@deprecated, re-export both only through thenip57barrel (root imports from that barrel), and update NIP-57 README guidance.Acceptance
ZapClientcarries@deprecatedpointing toNostrZapClient.NostrZapClient/ZapClientvia./nip57(not a deep./nip57/clientpath).Notes
AFK. Do not remove
ZapClientin 0.x.