Fix some bugs with message delivery

This commit is contained in:
Jonathan Staab
2023-03-28 14:23:31 -05:00
parent 9b6a779397
commit 5a1a72491e
20 changed files with 275 additions and 224 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "paravel",
"version": "0.1.4",
"version": "0.1.5",
"description": "Yet another toolkit for nostr",
"repository": {
"type": "git",
@@ -15,8 +15,8 @@
"scripts": {
"build": "node build.js",
"pub": "npm i && node build.js && npm publish",
"check:ts": "tsc --noEmit --esModuleInterop --strict lib/**/*",
"check:es": "eslint lib/*",
"check:ts": "tsc --noEmit --esModuleInterop --strict src/**/*",
"check:es": "eslint src/*",
"check": "run-p check:*"
},
"keywords": [