Fix premature closure of connections, add Tags util

This commit is contained in:
Jon Staab
2023-11-09 15:28:10 -08:00
parent 05307a7780
commit d2ae601ac0
5 changed files with 190 additions and 24 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
{
"name": "paravel",
"version": "0.4.0",
"version": "0.4.1",
"description": "Yet another toolkit for nostr",
"author": "hodlbod",
"license": "MIT",
@@ -35,6 +35,7 @@
},
"dependencies": {
"isomorphic-ws": "^5.0.0",
"normalize-url": "^8.0.0",
"nostr-tools": "^1.15.0",
"ws": "^8.14.2"
},