chore(theseus): declare @noble/curves, @noble/hashes, @scure/bip32 used by bchwallet

Already present in the tree via nostr-tools; pinned explicitly so the wallet
does not silently break on a nostr-tools bump.
This commit is contained in:
Local Dev 2026-09-06 02:57:11 +02:00
parent 67939b1493
commit debff9fc73
2 changed files with 8 additions and 2 deletions

7
package-lock.json generated
View file

@ -1,13 +1,16 @@
{
"name": "theseus-navigator",
"version": "0.0.7",
"version": "0.3.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "theseus-navigator",
"version": "0.0.7",
"version": "0.3.6",
"dependencies": {
"@noble/curves": "^2.0.1",
"@noble/hashes": "^2.0.1",
"@scure/bip32": "^2.0.1",
"fetch-socks": "^1.3.3",
"nostr-tools": "^2.10.4",
"psl": "^1.15.0",

View file

@ -11,6 +11,9 @@
"dist": "electron-builder --win nsis portable"
},
"dependencies": {
"@noble/curves": "^2.0.1",
"@noble/hashes": "^2.0.1",
"@scure/bip32": "^2.0.1",
"fetch-socks": "^1.3.3",
"nostr-tools": "^2.10.4",
"psl": "^1.15.0",