Fix write verification and re-enable it

This commit is contained in:
pleb
2026-03-22 22:50:51 -07:00
parent ef7463a29a
commit ec51dcc52e
9 changed files with 106 additions and 38 deletions
+3 -1
View File
@@ -22,10 +22,12 @@
"@nostrwatch/nocap-every-adapter-default": "^1.7.0",
"nostr-tools": "^2.23.3",
"p-limit": "^7.3.0",
"prom-client": "^15.1.3"
"prom-client": "^15.1.3",
"ws": "^8.20.0"
},
"devDependencies": {
"@types/node": "^25.5.0",
"@types/ws": "^8.18.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}