Bump versions

This commit is contained in:
Jon Staab
2024-11-26 11:54:50 -08:00
parent 26c2fc133a
commit 6d1494be19
10 changed files with 48 additions and 49 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/net",
"version": "0.0.38",
"version": "0.0.39",
"author": "hodlbod",
"license": "MIT",
"description": "Utilities for connecting with nostr relays.",
@@ -33,8 +33,8 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.25",
"@welshman/util": "~0.0.45",
"@welshman/lib": "~0.0.27",
"@welshman/util": "~0.0.46",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
}