update nostr-wasm to fix memory leak bug.

This commit is contained in:
fiatjaf
2023-12-22 10:53:08 -03:00
parent 9ac1b63994
commit 6152238d65
2 changed files with 1 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -175,7 +175,7 @@
"@scure/bip32": "1.3.1",
"@scure/bip39": "1.2.1",
"mitata": "^0.1.6",
"nostr-wasm": "v0.0.3"
"nostr-wasm": "v0.1.0"
},
"peerDependencies": {
"typescript": ">=5.0.0"