Bump versions

This commit is contained in:
Jon Staab
2024-06-11 08:23:51 -07:00
parent 3696282a9f
commit 289d2fb8f9
7 changed files with 40 additions and 25 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/net",
"version": "0.0.11",
"version": "0.0.12",
"author": "hodlbod",
"license": "MIT",
"description": "Utilities for connecting with nostr relays.",
@@ -31,8 +31,8 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "0.0.8",
"@welshman/util": "0.0.12",
"@welshman/lib": "0.0.9",
"@welshman/util": "0.0.13",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
}