Skip to content

Commit 6b9f1b3

Browse files
committed
chore: bump version to 0.3.10 and update nostr-crypto-utils dependency
1 parent 6a18b9e commit 6b9f1b3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.10] - 2025-01-02
6+
7+
### Changed
8+
- Updated nostr-crypto-utils dependency to ^0.4.10 for better ESM compatibility
9+
510
## [0.3.9] - 2025-01-02
611

712
### Fixed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nostr-websocket-utils",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "Robust WebSocket utilities for Nostr applications with automatic reconnection, channel-based messaging, and type-safe handlers. Features heartbeat monitoring, message queueing, and comprehensive error handling.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -54,7 +54,7 @@
5454
"homepage": "https://humanjavaenterprises.github.io/nostr-websocket-utils",
5555
"dependencies": {
5656
"@types/uuid": "^10.0.0",
57-
"nostr-crypto-utils": "^0.4.2",
57+
"nostr-crypto-utils": "^0.4.10",
5858
"pino": "^8.17.2",
5959
"uuid": "^11.0.3",
6060
"ws": "^8.16.0"

0 commit comments

Comments
 (0)