Skip to content

Commit f120abd

Browse files
vveerrggclaude
andcommitted
chore(deps): update dependencies to latest
- eslint 10.0.2 → 10.0.3 - @types/node ^20 → ^22 - nostr-crypto-utils ^0.6.0 → ^0.7.0 - Bump to 0.4.1 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b4db45a commit f120abd

2 files changed

Lines changed: 41 additions & 41 deletions

File tree

package-lock.json

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nostr-websocket-utils",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"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.",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/index.js",
@@ -61,20 +61,20 @@
6161
"homepage": "https://github.com/HumanjavaEnterprises/nostr-websocket-utils#readme",
6262
"dependencies": {
6363
"@types/uuid": "^10.0.0",
64-
"nostr-crypto-utils": "^0.6.0",
64+
"nostr-crypto-utils": "^0.7.0",
6565
"pino": "^10.3.1",
6666
"uuid": "^13.0.0",
6767
"ws": "^8.19.0"
6868
},
6969
"devDependencies": {
7070
"@eslint/js": "^10.0.1",
71-
"@types/node": "^20.19.33",
71+
"@types/node": "^22.19.15",
7272
"@types/ws": "^8.18.1",
7373
"@typescript-eslint/eslint-plugin": "^8.56.0",
7474
"@typescript-eslint/parser": "^8.56.0",
7575
"@vitest/coverage-v8": "^4.0.18",
7676
"esbuild": "^0.27.3",
77-
"eslint": "^10.0.0",
77+
"eslint": "^10.0.3",
7878
"typedoc": "^0.28.17",
7979
"typedoc-plugin-markdown": "^4.10.0",
8080
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)