Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed Mar 24, 2023
1 parent 5c1e57b commit f133ad7
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 59 deletions.
104 changes: 52 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
"@hazae41/bytes": "^1.0.4",
"@hazae41/cascade": "^1.0.0",
"@hazae41/foras": "^2.0.8",
"@hazae41/future": "^1.0.1",
"@hazae41/future": "^1.0.3",
"@hazae41/naberius": "^1.0.6"
},
"devDependencies": {
"@hazae41/phobos": "^1.0.10",
"@rollup/plugin-inject": "^5.0.3",
"@rollup/plugin-typescript": "^11.0.0",
"@types/ws": "^8.5.4",
"rimraf": "^4.3.0",
"rollup": "^3.18.0",
"rollup-plugin-dts": "^5.2.0",
"rimraf": "^4.4.1",
"rollup": "^3.20.2",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-node-externals": "^5.1.2",
"typescript": "^4.9.5",
"ws": "^8.12.1"
"typescript": "^5.0.2",
"ws": "^8.13.0"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion src/mods/websocket/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class WebSocketClientDuplex extends EventTarget implements WebSocket {

readonly #key = Bytes.toBase64(Bytes.random(16))

#readyState = WebSocket.CONNECTING
#readyState: number = WebSocket.CONNECTING

binaryType: BinaryType = "blob"

Expand Down

0 comments on commit f133ad7

Please sign in to comment.