Handle failure to derive event hash

This commit is contained in:
Jon Staab
2024-01-01 09:19:17 -08:00
parent 2a402f1190
commit 0af0375f62
2 changed files with 9 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "paravel",
"version": "0.4.16",
"version": "0.4.17",
"description": "Yet another toolkit for nostr",
"author": "hodlbod",
"license": "MIT",
@@ -24,7 +24,7 @@
"build"
],
"scripts": {
"pub": "pnpm install && npm run lint && tsc-multi && pnpm publish",
"pub": "pnpm install && pnpm run lint && tsc-multi && pnpm publish",
"build": "tsc-multi",
"clean": "gts clean",
"lint": "gts lint",