| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-30 | 690 Bytes | |
| v0.4.0 source code.tar.gz | 2026-07-30 | 50.4 kB | |
| v0.4.0 source code.zip | 2026-07-30 | 78.9 kB | |
| Totals: 3 Items | 130.0 kB | 1 | |
Changed
- Breaking: upgraded
rx-nostrfrom^2.0.0to^3.0.0(andnostr-typedefto^0.13.0), and added a dependency onrx-nostr-crypto. rx-nostr v3 moved cryptographic verification intorx-nostr-crypto, soNostrAppnow creates itsRxNostrwith averifierand events are verified there rather than by a per-requestverify()operator. Hosts must upgrade torx-nostr@^3; hosts that build their ownRxNostrshould pass averifier. See the rx-nostr v3 release notes. - Breaking: the exported
RelayConfigtype is renamed toDefaultRelayConfig, following rx-nostr v3.