nostr-websocket-utils 0.3.11 → 0.3.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nostr-websocket-utils",
3
- "version": "0.3.11",
3
+ "version": "0.3.12",
4
4
  "description": "Robust WebSocket utilities for Nostr applications with automatic reconnection, supporting both ESM and CommonJS. Features channel-based messaging, heartbeat monitoring, message queueing, and comprehensive error handling with type-safe handlers.",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",
@@ -55,7 +55,7 @@
55
55
  "homepage": "https://github.com/HumanjavaEnterprises/nostr-websocket-utils#readme",
56
56
  "dependencies": {
57
57
  "@types/uuid": "^10.0.0",
58
- "nostr-crypto-utils": "file:../nostr-crypto-utils",
58
+ "nostr-crypto-utils": "^0.4.10",
59
59
  "pino": "^8.17.2",
60
60
  "uuid": "^11.0.3",
61
61
  "ws": "^8.16.0"