cometchat-visual-builder-no-code 1.0.10-test62 → 1.0.10-test64

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.
@@ -1,4 +1,4 @@
1
- import { CometChat } from "@cometchat/chat-sdk-javascript";
1
+ import { CometChat, CometChatNotifications } from "@cometchat/chat-sdk-javascript";
2
2
  declare let appID: string;
3
3
  declare let appRegion: string;
4
4
  declare let authKey: string;
@@ -61,5 +61,6 @@ declare const CometChatApp: {
61
61
  showDockedUnreadCount: (show?: boolean) => void;
62
62
  showGroupActionMessages: (show?: boolean) => void;
63
63
  CometChat: typeof CometChat;
64
+ CometChatNotifications: typeof CometChatNotifications;
64
65
  };
65
66
  export default CometChatApp;
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "cometchat-visual-builder-no-code",
3
- "version": "1.0.10-test62",
3
+ "version": "1.0.10-test64",
4
4
  "description": "CometChat Widget Builder No-Code Integration",
5
5
  "cometChatCustomConfig": {
6
- "prodVersion": "1.0.18",
6
+ "prodVersion": "1.0.19",
7
7
  "devStagingVersion": "1.0.10-test29",
8
8
  "prodName": "@cometchat/chat-embed",
9
9
  "devName": "cometchat-visual-builder-no-code",
10
10
  "name": "cometchat-visual-builder-react-no-code",
11
- "version": "1.0.18",
12
- "production": false
11
+ "version": "1.0.19",
12
+ "production": true
13
13
  },
14
14
  "author": "CometChat",
15
15
  "dependencies": {
16
16
  "@cometchat/calls-sdk-javascript": "4.2.1",
17
- "@cometchat/chat-uikit-react": "6.3.4",
17
+ "@cometchat/chat-uikit-react": "6.3.5",
18
18
  "react": "18.2.0",
19
19
  "react-dom": "18.2.0",
20
20
  "react-frame-component": "^5.2.7",