@connectycube/chat-widget 0.38.0 → 0.38.2

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.
@@ -11,7 +11,6 @@ export declare enum USER_STATUS {
11
11
  export declare const SESSION_KEY = "@connectycube/chat-widget:session";
12
12
  export declare const GUEST_KEY = "@connectycube/chat-widget:guest";
13
13
  export declare const REMEMBER_ME_KEY = "@connectycube/chat-widget:rememberMe";
14
- export declare const initConnectyCubeSDK: (credentials: Config.Credentials, config?: Config.Options) => void;
15
14
  export declare const tryReuseSession: (userName?: string, userId?: string, userAvatar?: string, userProfileLink?: string) => Promise<boolean>;
16
15
  export declare const restoreSession: () => Promise<Auth.Session | null>;
17
16
  export declare const createUserSession: (login: string, password: string) => Promise<Auth.Session>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@connectycube/chat-widget",
3
3
  "description": "A customizable React chat widget built on the ConnectyCube platform, enabling real-time messaging, calls, and user engagement in any web app.",
4
- "version": "0.38.0",
4
+ "version": "0.38.2",
5
5
  "license": "GPL-3.0-only",
6
6
  "homepage": "https://github.com/ConnectyCube/connectycube-chat-widget/chat-widget#readme",
7
7
  "bugs": {
@@ -54,6 +54,7 @@
54
54
  "default": "./dist/react18.es.js"
55
55
  }
56
56
  },
57
+ "sideEffects": true,
57
58
  "files": [
58
59
  "dist"
59
60
  ],
@@ -86,7 +87,7 @@
86
87
  },
87
88
  "dependencies": {
88
89
  "@ai-sdk/google": "^2.0.27",
89
- "@connectycube/react": "^5.0.1",
90
+ "@connectycube/react": "^5.0.2",
90
91
  "@radix-ui/react-alert-dialog": "^1.1.15",
91
92
  "@radix-ui/react-avatar": "^1.1.10",
92
93
  "@radix-ui/react-checkbox": "^1.3.3",