versacall-core-library-react 2.0.35 → 2.0.36

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.
@@ -108,7 +108,7 @@ var _registerHandlers = function registerHandlers(id, handler, connectionChanged
108
108
  if (existing !== undefined) {
109
109
  existingSubscribing.handler = subscribing;
110
110
  } else {
111
- subscribing.push({
111
+ subscribingHandlers.push({
112
112
  id: id,
113
113
  handle: subscribing
114
114
  });
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": 35
5
+ "build": 36
6
6
  },
7
7
  "name": "versacall-core-library-react",
8
- "version": "2.0.35",
8
+ "version": "2.0.36",
9
9
  "description": "Versacall Core Library",
10
10
  "main": "dist/index.js",
11
11
  "module": "dist/index.js",