versacall-core-library-react 2.0.36 → 2.0.37

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.
@@ -90,7 +90,7 @@ var _registerHandlers = function registerHandlers(id, handler, connectionChanged
90
90
  return x.id === id;
91
91
  });
92
92
 
93
- if (existing !== undefined) {
93
+ if (existingConnectionChanged !== undefined) {
94
94
  existingConnectionChanged.handler = connectionChanged;
95
95
  } else {
96
96
  connectionChangedHandlers.push({
@@ -105,7 +105,7 @@ var _registerHandlers = function registerHandlers(id, handler, connectionChanged
105
105
  return x.id === id;
106
106
  });
107
107
 
108
- if (existing !== undefined) {
108
+ if (existingSubscribing !== undefined) {
109
109
  existingSubscribing.handler = subscribing;
110
110
  } else {
111
111
  subscribingHandlers.push({
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "versacall": {
3
3
  "title": "Versacall Core Library React",
4
4
  "applicationType": "react-library",
5
- "build": 36
5
+ "build": 37
6
6
  },
7
7
  "name": "versacall-core-library-react",
8
- "version": "2.0.36",
8
+ "version": "2.0.37",
9
9
  "description": "Versacall Core Library",
10
10
  "main": "dist/index.js",
11
11
  "module": "dist/index.js",