better error handling

This commit is contained in:
Pablo Fernandez 2024-01-02 11:11:06 +00:00
commit 67c5252983
16 changed files with 931 additions and 125 deletions

View file

@ -1,6 +1,6 @@
{
"name": "nsecbunkerd",
"version": "0.9.0",
"version": "0.10.0",
"description": "nsecbunker daemon",
"main": "dist/index.js",
"bin": {
@ -43,6 +43,8 @@
"@prisma/client": "^5.4.1",
"@scure/base": "^1.1.1",
"@types/yargs": "^17.0.24",
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"crypto-js": "^4.2.0",
"debug": "^4.3.4",
"dotenv": "^16.3.1",
@ -54,6 +56,8 @@
"gravatar": "^1.8.2",
"handlebars": "^4.7.8",
"isomorphic-ws": "^5.0.0",
"lnbits": "^1.1.5",
"lnbits-ts": "^0.0.2",
"nostr-tools": "^1.17.0",
"websocket-polyfill": "^0.0.3",
"ws": "^8.13.0",