react_hsbc_teller 0.8.8 → 0.8.9

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": "react_hsbc_teller",
3
- "version": "0.8.8",
3
+ "version": "0.8.9",
4
4
  "description": "React",
5
5
  "private": false,
6
6
  "main": "lib/hsbc.js",
@@ -250,5 +250,6 @@ function joinRoom(from, to) {
250
250
  export {
251
251
  initWebSocket,
252
252
  sendMessage,
253
+ disconnect,
253
254
  joinRoom
254
255
  }