Skip to content

Commit e3db072

Browse files
committed
chore: bump version to 0.6.3
- Update package description to highlight dual module support - Add ESM and CommonJS related keywords - Reorganize keywords for better discoverability
1 parent c50c823 commit e3db072

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

package.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nostr-nsec-seedphrase",
3-
"version": "0.6.2",
4-
"description": "A comprehensive TypeScript library for Nostr key management with BIP39 seed phrases, supporting NIP-01, NIP-06, NIP-19, and NIP-26. Features include key generation, event signing, bech32 encoding/decoding, and secure cryptographic operations.",
3+
"version": "0.6.3",
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.",
55
"type": "module",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
@@ -39,15 +39,12 @@
3939
"bip39",
4040
"crypto",
4141
"typescript",
42-
"nip-01",
43-
"nip-06",
44-
"nip-19",
45-
"nip-26",
46-
"bech32",
47-
"event signing",
48-
"key management",
49-
"cryptography",
50-
"nostr-tools"
42+
"esm",
43+
"commonjs",
44+
"dual-module",
45+
"nostr-protocol",
46+
"key-management",
47+
"bech32"
5148
],
5249
"author": "vveerrgg",
5350
"license": "MIT",

0 commit comments

Comments
 (0)