Add fromPromenade method to Nip46Bunker

This commit is contained in:
Jon Staab
2025-11-26 14:42:41 -08:00
parent 2381c29799
commit 36997c127f
6 changed files with 336 additions and 31 deletions
+4 -3
View File
@@ -20,12 +20,13 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@noble/curves": "^1.7.0",
"@noble/hashes": "^1.6.1",
"@jsr/fiatjaf__promenade-trusted-dealer": "^0.4.1",
"@noble/curves": "^1.9.7",
"@noble/hashes": "^2.0.1",
"@welshman/lib": "workspace:*",
"@welshman/net": "workspace:*",
"@welshman/util": "workspace:*",
"nostr-tools": "^2.14.2"
"nostr-tools": "^2.18.2"
},
"devDependencies": {
"@capacitor/core": "^7.2.0",