@voxket-ai/voxket-live 1.1.51 → 1.1.53
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.cjs +66 -66
- package/dist/index.css +1 -1
- package/dist/index.js +19008 -17142
- package/package.json +4 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voxket-ai/voxket-live",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.53",
|
|
4
4
|
"description": "A React widget for embedding Voxket-powered audio/video/chat experiences.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -82,14 +82,12 @@
|
|
|
82
82
|
"@phosphor-icons/react": "~2.1.10",
|
|
83
83
|
"@radix-ui/react-select": "~2.2.5",
|
|
84
84
|
"@radix-ui/react-toggle": "~1.1.9",
|
|
85
|
-
"@tailwindcss/vite": "~4.1.10",
|
|
86
|
-
"@voxket-ai/voxket-live": "~1.1.38",
|
|
87
85
|
"ajv": "~8.17.1",
|
|
88
86
|
"ajv-draft-04": "~1.0.0",
|
|
89
87
|
"class-variance-authority": "~0.7.1",
|
|
90
88
|
"clsx": "~2.1.1",
|
|
91
89
|
"highlight.js": "~11.11.1",
|
|
92
|
-
"livekit-client": "~2.
|
|
90
|
+
"livekit-client": "~2.17.0",
|
|
93
91
|
"lucide-react": "~0.522.0",
|
|
94
92
|
"motion": "~12.18.1",
|
|
95
93
|
"path": "~0.12.7",
|
|
@@ -103,12 +101,11 @@
|
|
|
103
101
|
},
|
|
104
102
|
"devDependencies": {
|
|
105
103
|
"@eslint/js": "^9.25.0",
|
|
106
|
-
"@tailwindcss/postcss": "~4.1.11",
|
|
107
104
|
"@types/node": "~24.0.3",
|
|
108
105
|
"@types/react": "^18.3.12",
|
|
109
106
|
"@types/react-dom": "^18.3.1",
|
|
110
107
|
"@vitejs/plugin-react": "^4.4.1",
|
|
111
|
-
"autoprefixer": "~10.4.
|
|
108
|
+
"autoprefixer": "~10.4.23",
|
|
112
109
|
"eslint": "^9.25.0",
|
|
113
110
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
114
111
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
@@ -116,7 +113,7 @@
|
|
|
116
113
|
"postcss": "~8.5.6",
|
|
117
114
|
"react": "18.3.1",
|
|
118
115
|
"react-dom": "18.3.1",
|
|
119
|
-
"tailwindcss": "~4.
|
|
116
|
+
"tailwindcss": "~3.4.19",
|
|
120
117
|
"typescript": "~5.8.3",
|
|
121
118
|
"typescript-eslint": "^8.30.1",
|
|
122
119
|
"vite": "^6.3.5",
|