do the same for @noble/ciphers and @scure packages.

This commit is contained in:
fiatjaf
2026-01-27 22:43:54 -03:00
parent b40f59af74
commit 3588d30044
6 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
{
"type": "module",
"name": "nostr-tools",
"version": "2.20.0",
"version": "2.21.0",
"description": "Tools for making a Nostr client.",
"repository": {
"type": "git",
@@ -236,12 +236,12 @@
},
"license": "Unlicense",
"dependencies": {
"@noble/ciphers": "^0.5.1",
"@noble/ciphers": "^2.1.1",
"@noble/curves": "^2.0.1",
"@noble/hashes": "^2.0.1",
"@scure/base": "1.1.1",
"@scure/bip32": "1.3.1",
"@scure/bip39": "1.2.1",
"@scure/base": "^2.0.0",
"@scure/bip32": "^2.0.1",
"@scure/bip39": "^2.0.1",
"nostr-wasm": "0.1.0"
},
"peerDependencies": {