Bump versions again

This commit is contained in:
Jon Staab
2024-12-13 16:31:32 -08:00
parent 1578a08bc0
commit d90c35cc4c
9 changed files with 38 additions and 38 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/net",
"version": "0.0.41",
"version": "0.0.42",
"author": "hodlbod",
"license": "MIT",
"description": "Utilities for connecting with nostr relays.",
@@ -33,8 +33,8 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.30",
"@welshman/util": "~0.0.48",
"@welshman/lib": "~0.0.33",
"@welshman/util": "~0.0.50",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
}