Skip to content

Commit 78198c3

Browse files
committed
fix: update nostr-crypto-utils to use NPM package
- Replace local file dependency with NPM package version - Update to version 0.6.4 - Use nostr-crypto-utils ^0.4.10 from NPM registry - Ensure compatibility with published package
1 parent e3db072 commit 78198c3

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ coverage/
2424
.env.*.local
2525

2626
# Project specific
27-
CHECKLIST.md

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nostr-nsec-seedphrase",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "A comprehensive TypeScript library for Nostr key management with BIP39 seed phrases, supporting both ESM and CommonJS. Implements NIP-01, NIP-06, NIP-19, and NIP-26 with key generation, event signing, bech32 encoding/decoding, and secure cryptographic operations.",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -59,7 +59,7 @@
5959
"@scure/base": "^1.2.1",
6060
"bech32": "^2.0.0",
6161
"bip39": "^3.1.0",
62-
"nostr-crypto-utils": "file:../nostr-crypto-utils",
62+
"nostr-crypto-utils": "^0.4.10",
6363
"pino": "^8.17.2"
6464
},
6565
"devDependencies": {

0 commit comments

Comments
 (0)