Add message to handlers

This commit is contained in:
Jon Staab
2024-08-27 11:54:04 -07:00
parent fcbaa67ade
commit 8a8bea71be
13 changed files with 71 additions and 61 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/dvm",
"version": "0.0.5",
"version": "0.0.6",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of utilities for building nostr DVMs.",
@@ -32,8 +32,8 @@
},
"dependencies": {
"@welshman/lib": "0.0.15",
"@welshman/net": "0.0.19",
"@welshman/util": "0.0.27",
"@welshman/net": "0.0.20",
"@welshman/util": "0.0.28",
"nostr-tools": "^2.7.2"
}
}