ws-process 0.3.40 → 0.3.41

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.
Files changed (2) hide show
  1. package/index.js +1 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -756,9 +756,7 @@ function asyncSend(msg) {
756
756
  }
757
757
  }
758
758
 
759
- if (['requestodata', 'requestsoap'].includes(jsonMSG.action)) {
760
- jsonMSG.compressAsGzip = true;
761
- }
759
+ jsonMSG.compressAsGzip = true;
762
760
 
763
761
  console.log('%csending message:', 'color:green', jsonMSG);
764
762
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ws-process",
3
- "version": "0.3.40",
3
+ "version": "0.3.41",
4
4
  "description": "Process Management for Web Socket Client",
5
5
  "main": "index.js",
6
6
  "scripts": {