aqualink 2.15.0 → 2.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -298,7 +298,7 @@ class Node {
298
298
  try {
299
299
  const ws = new WebSocket(this.wsUrl, {
300
300
  headers: this._headers,
301
- perMessageDeflate: false,
301
+ perMessageDeflate: true,
302
302
  handshakeTimeout: this.timeout,
303
303
  maxPayload: this.maxPayload,
304
304
  skipUTF8Validation: this.skipUTF8Validation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aqualink",
3
- "version": "2.15.0",
3
+ "version": "2.15.1",
4
4
  "description": "An Lavalink client, focused in pure performance and features",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",