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:
parent
67939b1493
commit
debff9fc73
2 changed files with 8 additions and 2 deletions
7
package-lock.json
generated
7
package-lock.json
generated
|
|
@ -1,13 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "theseus-navigator",
|
"name": "theseus-navigator",
|
||||||
"version": "0.0.7",
|
"version": "0.3.6",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "theseus-navigator",
|
"name": "theseus-navigator",
|
||||||
"version": "0.0.7",
|
"version": "0.3.6",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@noble/curves": "^2.0.1",
|
||||||
|
"@noble/hashes": "^2.0.1",
|
||||||
|
"@scure/bip32": "^2.0.1",
|
||||||
"fetch-socks": "^1.3.3",
|
"fetch-socks": "^1.3.3",
|
||||||
"nostr-tools": "^2.10.4",
|
"nostr-tools": "^2.10.4",
|
||||||
"psl": "^1.15.0",
|
"psl": "^1.15.0",
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,9 @@
|
||||||
"dist": "electron-builder --win nsis portable"
|
"dist": "electron-builder --win nsis portable"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@noble/curves": "^2.0.1",
|
||||||
|
"@noble/hashes": "^2.0.1",
|
||||||
|
"@scure/bip32": "^2.0.1",
|
||||||
"fetch-socks": "^1.3.3",
|
"fetch-socks": "^1.3.3",
|
||||||
"nostr-tools": "^2.10.4",
|
"nostr-tools": "^2.10.4",
|
||||||
"psl": "^1.15.0",
|
"psl": "^1.15.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue