Make repository.query sync

This commit is contained in:
Jon Staab
2024-05-16 15:07:02 -07:00
parent 5d3265c15a
commit 42b3b8b5e7
10 changed files with 36 additions and 36 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/net",
"version": "0.0.4",
"version": "0.0.5",
"author": "hodlbod",
"license": "MIT",
"description": "Utilities for connecting with nostr relays.",
@@ -31,8 +31,8 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "0.0.4",
"@welshman/util": "0.0.5",
"@welshman/lib": "0.0.5",
"@welshman/util": "0.0.6",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
}