refactor: always fallback to in-memory relay

This commit is contained in:
2024-03-04 16:51:14 +00:00
parent 098251fee3
commit 782feedae4
3 changed files with 43 additions and 30 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@snort/worker-relay",
"version": "1.0.7",
"version": "1.0.8",
"description": "A nostr relay in a service worker",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -24,8 +24,9 @@
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/sharedworker": "^0.0.112",
"@types/uuid": "^9.0.7",
"esbuild": "^0.20.1",
"typescript": "^5.2.2"
}
}
}