ws-process 0.3.48 → 0.3.49

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 +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -645,7 +645,6 @@ function asyncSend(msg) {
645
645
  headers['x-api-key'] = [user.systemID, user.partnerID].join('@');
646
646
  headers['request-datetime'] = cProcessItemRoot.requestTime;
647
647
  headers.href = window.location.href;
648
- headers.origin = window.location.origin;
649
648
 
650
649
  const httpMSG = removeUndefinedKeys({
651
650
  url,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ws-process",
3
- "version": "0.3.48",
3
+ "version": "0.3.49",
4
4
  "description": "Process Management for Web Socket Client",
5
5
  "main": "index.js",
6
6
  "scripts": {