Use isomorphic-ws

This commit is contained in:
2023-09-06 19:39:15 +01:00
parent e81420d4a9
commit 106ad437f1
4 changed files with 59 additions and 12 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@snort/system",
"version": "1.0.18",
"version": "1.0.19",
"description": "Snort nostr system package",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -20,10 +20,13 @@
"@peculiar/webcrypto": "^1.4.3",
"@types/debug": "^4.1.8",
"@types/jest": "^29.5.1",
"@types/node": "^20.5.9",
"@types/uuid": "^9.0.2",
"@types/ws": "^8.5.5",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"dependencies": {
@ -34,6 +37,8 @@
"@stablelib/xchacha20": "^1.0.1",
"debug": "^4.3.4",
"dexie": "^3.2.4",
"uuid": "^9.0.0"
"isomorphic-ws": "^5.0.0",
"uuid": "^9.0.0",
"ws": "^8.14.0"
}
}