ws-process 0.3.33 → 0.3.34

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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -527,7 +527,7 @@ function asyncSend(msg) {
527
527
  const user = getState().user.currentUser;
528
528
  const headers = {};
529
529
  headers['bsg-support-process-id'] = msg.processID;
530
- headers['bsg-support-api-key'] = user.apiKey || '';
530
+ headers['bsg-support-api-key'] = user.apiKey || undefined;
531
531
  headers['bsg-support-stage'] = local.stage;
532
532
  headers['bsg-support-token'] = user.token;
533
533
  headers['bsg-support-session'] = user.session;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ws-process",
3
- "version": "0.3.33",
3
+ "version": "0.3.34",
4
4
  "description": "Process Management for Web Socket Client",
5
5
  "main": "index.js",
6
6
  "scripts": {