We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565aeac commit f9579a9Copy full SHA for f9579a9
2 files changed
packages/client/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@xdsec/wsrx",
3
- "version": "0.5.3",
+ "version": "0.5.5",
4
"description": "Client for WebSocket Reflector X",
5
"license": "MIT",
6
"repository": "XDSEC/WebSocketReflectorX",
packages/client/src/index.ts
@@ -152,6 +152,7 @@ class Wsrx {
152
json: {
153
name: this.options.name,
154
features: this.options.features,
155
+ settings: this.options.settings,
156
host: "IN_HEADER",
157
state: "pending",
158
},
0 commit comments