@voicenter-team/events-sdk 0.0.4 → 0.0.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voicenter-team/events-sdk",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "",
5
5
  "main": "dist/voicenter-events-sdk.cjs.js",
6
6
  "jsdelivr": "dist/voicenter-events-sdk.umd.js",
@@ -120,7 +120,7 @@ export class SocketIoClass{
120
120
  if (this.io) {
121
121
  this.io.close()
122
122
 
123
- this.io.disconnect()
123
+ this.io?.disconnect()
124
124
 
125
125
  this.io = undefined
126
126
  }