@connectycube/chat-widget 0.37.2 → 0.37.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/dist/index.es.js +6004 -6739
- package/dist/index.umd.js +96 -115
- package/dist/react18.es.js +5635 -6370
- package/package.json +10 -11
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.37.
|
|
4
|
+
"version": "0.37.5",
|
|
5
5
|
"license": "GPL-3.0-only",
|
|
6
6
|
"homepage": "https://github.com/ConnectyCube/connectycube-chat-widget/chat-widget#readme",
|
|
7
7
|
"bugs": {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"exports": {
|
|
40
40
|
".": {
|
|
41
41
|
"types": "./dist/types/index.d.ts",
|
|
42
|
-
"require": "./dist/index.umd.js",
|
|
43
42
|
"import": "./dist/index.es.js",
|
|
43
|
+
"require": "./dist/index.umd.js",
|
|
44
44
|
"default": "./dist/index.es.js"
|
|
45
45
|
},
|
|
46
46
|
"./react19": {
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
"coverage": "vitest run --coverage"
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@ai-sdk/google": "^2.0.
|
|
89
|
-
"@connectycube/react": "4.7.
|
|
88
|
+
"@ai-sdk/google": "^2.0.25",
|
|
89
|
+
"@connectycube/react": "4.7.15",
|
|
90
90
|
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
91
91
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
92
92
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"@radix-ui/react-switch": "^1.2.6",
|
|
98
98
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
99
99
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
100
|
-
"ai": "^5.0.
|
|
100
|
+
"ai": "^5.0.82",
|
|
101
101
|
"class-variance-authority": "^0.7.1",
|
|
102
102
|
"clsx": "^2.1.1",
|
|
103
103
|
"get-browser-fingerprint": "^4.1.1",
|
|
@@ -107,10 +107,9 @@
|
|
|
107
107
|
"lucide-react": "^0.548.0",
|
|
108
108
|
"next-themes": "^0.4.6",
|
|
109
109
|
"react-hook-form": "^7.65.0",
|
|
110
|
-
"react-i18next": "^16.2.
|
|
110
|
+
"react-i18next": "^16.2.3",
|
|
111
111
|
"react-icons": "^5.5.0",
|
|
112
|
-
"react-intersection-observer": "^
|
|
113
|
-
"react-player": "^2.16.1",
|
|
112
|
+
"react-intersection-observer": "^10.0.0",
|
|
114
113
|
"sonner": "^2.0.7",
|
|
115
114
|
"virtua": "^0.46.4",
|
|
116
115
|
"zustand": "^5.0.8"
|
|
@@ -124,11 +123,11 @@
|
|
|
124
123
|
"@tailwindcss/cli": "^4.1.16",
|
|
125
124
|
"@tailwindcss/postcss": "^4.1.16",
|
|
126
125
|
"@tailwindcss/vite": "^4.1.16",
|
|
127
|
-
"@types/node": "^24.9.
|
|
126
|
+
"@types/node": "^24.9.2",
|
|
128
127
|
"@types/react": "^19.2.2",
|
|
129
128
|
"@types/react-dom": "^19.2.2",
|
|
130
129
|
"@vitejs/plugin-react": "^5.1.0",
|
|
131
|
-
"@vitest/coverage-v8": "^4.0.
|
|
130
|
+
"@vitest/coverage-v8": "^4.0.5",
|
|
132
131
|
"eslint": "^9.38.0",
|
|
133
132
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
134
133
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
@@ -143,7 +142,7 @@
|
|
|
143
142
|
"typescript-eslint": "^8.46.2",
|
|
144
143
|
"vite": "^7.1.12",
|
|
145
144
|
"vite-plugin-dts": "^4.5.4",
|
|
146
|
-
"vitest": "^4.0.
|
|
145
|
+
"vitest": "^4.0.5"
|
|
147
146
|
},
|
|
148
147
|
"optionalDependencies": {
|
|
149
148
|
"@rollup/rollup-linux-x64-gnu": "4.52.5",
|