Skip to content

Commit cf87823

Browse files
vveerrggclaude
andcommitted
fix(deps): update nostr-websocket-utils to 0.3.16, fixes CJS module resolution
Pulls the fix for "Cannot find module" when installed via Node-RED palette. nostr-websocket-utils 0.3.16 adds {"type":"commonjs"} in dist/cjs/ so Node.js correctly treats CJS build files as CommonJS. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2c25556 commit cf87823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-nostr",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"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.",
55
"author": "vveerrgg",
66
"type": "commonjs",

0 commit comments

Comments
 (0)