Bump versions

This commit is contained in:
Jon Staab
2024-12-30 12:46:07 -08:00
parent b4ad14e41c
commit 865fa4b101
10 changed files with 51 additions and 51 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/net",
"version": "0.0.43",
"version": "0.0.44",
"author": "hodlbod",
"license": "MIT",
"description": "Utilities for connecting with nostr relays.",
@@ -30,8 +30,8 @@
"mocha": "^10.7.3"
},
"dependencies": {
"@welshman/lib": "~0.0.33",
"@welshman/util": "~0.0.50",
"@welshman/lib": "~0.0.34",
"@welshman/util": "~0.0.52",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
}