sceyt-chat-react-uikit 1.7.8-beta.4 → 1.7.8-beta.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/index.js CHANGED
@@ -22824,7 +22824,7 @@ function getContacts() {
22824
22824
  case 0:
22825
22825
  _context.p = 0;
22826
22826
  SceytChatClient = getClient();
22827
- if (!(SceytChatClient.connectionStatus === CONNECTION_STATUS.CONNECTED)) {
22827
+ if (!(SceytChatClient.connectionState === CONNECTION_STATUS.CONNECTED)) {
22828
22828
  _context.n = 3;
22829
22829
  break;
22830
22830
  }
package/index.modern.js CHANGED
@@ -22823,7 +22823,7 @@ function getContacts() {
22823
22823
  case 0:
22824
22824
  _context.p = 0;
22825
22825
  SceytChatClient = getClient();
22826
- if (!(SceytChatClient.connectionStatus === CONNECTION_STATUS.CONNECTED)) {
22826
+ if (!(SceytChatClient.connectionState === CONNECTION_STATUS.CONNECTED)) {
22827
22827
  _context.n = 3;
22828
22828
  break;
22829
22829
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sceyt-chat-react-uikit",
3
- "version": "1.7.8-beta.4",
3
+ "version": "1.7.8-beta.5",
4
4
  "description": "Interactive React UI Components for Sceyt Chat.",
5
5
  "author": "Sceyt",
6
6
  "license": "MIT",