chore(deps): bump nostr-tools to ^2.23.3 to match lnbits
The only breaking surface in webapp code is SimplePool.subscribeMany — 2.23 dropped the Filter[] form: a single subscription now takes one Filter, and multi-filter REQs go through subscribeMap. RelayHub gets an internal poolSubscribe() adapter that routes single-filter to pool.subscribe() and multi-filter to pool.subscribeMap(), preserving the external RelayHub.subscribe() API so no downstream modules change. Peer-dep bump (@noble/* and @scure/* → 2.x) is contained: nostr-tools is the only consumer in the lockfile, so the major version shift doesn't conflict with anything else. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2bc0b9d57b
commit
cf1740d025
3 changed files with 62 additions and 49 deletions
|
|
@ -59,7 +59,7 @@
|
|||
"light-bolt11-decoder": "^3.2.0",
|
||||
"lucide-vue-next": "^0.474.0",
|
||||
"ngeohash": "^0.6.3",
|
||||
"nostr-tools": "2.15.0",
|
||||
"nostr-tools": "^2.23.3",
|
||||
"pinia": "^2.3.1",
|
||||
"qr-scanner": "^1.4.2",
|
||||
"qrcode": "^1.5.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue