We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf0e48 commit a7bb00dCopy full SHA for a7bb00d
2 files changed
packages/client/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@xdsec/wsrx",
3
- "version": "0.5.2",
+ "version": "0.5.3",
4
"description": "Client for WebSocket Reflector X",
5
"license": "MIT",
6
"repository": "XDSEC/WebSocketReflectorX",
packages/client/src/types.ts
@@ -17,7 +17,7 @@ type FeatureSettings = {
17
/**
18
* The status code that should drop the connection when pingfall is detected
19
*/
20
- status: [number];
+ status: number[];
21
22
* Whether to drop connection when unknown network error is detected
23
0 commit comments