Skip to content

Commit

Permalink
fix: update nostr-crypto-utils to use NPM package
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
vveerrgg committed Jan 6, 2025
1 parent e3db072 commit 78198c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ coverage/
.env.*.local

# Project specific
CHECKLIST.md
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nostr-nsec-seedphrase",
"version": "0.6.3",
"version": "0.6.4",
"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.",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@scure/base": "^1.2.1",
"bech32": "^2.0.0",
"bip39": "^3.1.0",
"nostr-crypto-utils": "file:../nostr-crypto-utils",
"nostr-crypto-utils": "^0.4.10",
"pino": "^8.17.2"
},
"devDependencies": {
Expand Down

0 comments on commit 78198c3

Please sign in to comment.