You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): upgrade to Noble 2.0, nostr-tools 2.x, vitest 4 (v0.2.0)
Replace @noble/secp256k1 with @noble/curves, migrate @noble/hashes/sha256
to sha2, enforce Uint8Array-only inputs, rename randomPrivateKey to
randomSecretKey. All 11 tests pass, 0 vulnerabilities.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: package.json
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "node-red-contrib-nostr",
3
-
"version": "0.1.5",
3
+
"version": "0.2.0",
4
4
"description": "Node-RED nodes for seamless Nostr protocol integration. Features robust WebSocket handling, event filtering, and NPUB-based routing. Built with TypeScript for type safety and extensive testing. Perfect for Nostr automation flows.",
0 commit comments