Bump versions

This commit is contained in:
Jon Staab
2025-01-02 10:45:12 -08:00
parent 462a2afe45
commit cf559b9d2d
10 changed files with 87 additions and 52 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/net",
"version": "0.0.44",
"version": "0.0.45",
"author": "hodlbod",
"license": "MIT",
"description": "Utilities for connecting with nostr relays.",
@@ -30,8 +30,8 @@
"mocha": "^10.7.3"
},
"dependencies": {
"@welshman/lib": "~0.0.34",
"@welshman/util": "~0.0.52",
"@welshman/lib": "~0.0.37",
"@welshman/util": "~0.0.54",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
}