ws-process 0.3.54 → 0.3.56

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 (3) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
  3. package/reducer.js +1 -1
package/index.js CHANGED
@@ -624,7 +624,7 @@ function asyncSend(msg) {
624
624
  if (altDomain) {
625
625
  url = [altDomain, msg.url.replace(/^\/{0,}/, '')].join('/');
626
626
  } else {
627
- url = ['https://api.bsg.support', msg.url.replace(/^\/{0,}/, '')].join('/');
627
+ url = ['https://api2.bsg.support', msg.url.replace(/^\/{0,}/, '')].join('/');
628
628
  }
629
629
  }
630
630
  const user = getState().user.currentUser;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ws-process",
3
- "version": "0.3.54",
3
+ "version": "0.3.56",
4
4
  "description": "Process Management for Web Socket Client",
5
5
  "main": "index.js",
6
6
  "type": "module",
package/reducer.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /* eslint-disable import/no-unresolved */
2
2
  /* eslint-disable no-param-reassign */
3
3
  import { tryit } from '@bsgp/lib-core';
4
- import produce from 'immer';
4
+ import { produce } from 'immer';
5
5
  import {
6
6
  ADD_WS_PROCESS,
7
7
  ADD_WS_REQUEST,