@voxket-ai/voxket-live 1.1.42 → 1.1.44

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.
Files changed (4) hide show
  1. package/README.md +5 -0
  2. package/dist/index.cjs +110 -71
  3. package/dist/index.js +33690 -15652
  4. package/package.json +3 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voxket-ai/voxket-live",
3
- "version": "1.1.42",
3
+ "version": "1.1.44",
4
4
  "description": "A React widget for embedding Voxket-powered audio/video/chat experiences.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -50,8 +50,6 @@
50
50
  "author": "Shashank Sanket",
51
51
  "license": "MIT",
52
52
  "peerDependencies": {
53
- "@livekit/components-react": ">=2.9.0",
54
- "livekit-client": ">=2.13.0",
55
53
  "react": ">=18.0.0",
56
54
  "react-dom": ">=18.0.0"
57
55
  },
@@ -61,12 +59,6 @@
61
59
  },
62
60
  "react-dom": {
63
61
  "optional": false
64
- },
65
- "livekit-client": {
66
- "optional": false
67
- },
68
- "@livekit/components-react": {
69
- "optional": false
70
62
  }
71
63
  },
72
64
  "scripts": {
@@ -84,6 +76,7 @@
84
76
  "dependencies": {
85
77
  "@emotion/react": "~11.14.0",
86
78
  "@emotion/styled": "~11.14.0",
79
+ "@livekit/components-react": "~2.9.10",
87
80
  "@mui/icons-material": "~7.1.2",
88
81
  "@mui/material": "~7.1.2",
89
82
  "@phosphor-icons/react": "~2.1.10",
@@ -96,6 +89,7 @@
96
89
  "class-variance-authority": "~0.7.1",
97
90
  "clsx": "~2.1.1",
98
91
  "highlight.js": "~11.11.1",
92
+ "livekit-client": "~2.13.8",
99
93
  "lucide-react": "~0.522.0",
100
94
  "motion": "~12.18.1",
101
95
  "path": "~0.12.7",
@@ -109,7 +103,6 @@
109
103
  },
110
104
  "devDependencies": {
111
105
  "@eslint/js": "^9.25.0",
112
- "@livekit/components-react": "~2.9.10",
113
106
  "@tailwindcss/postcss": "~4.1.11",
114
107
  "@types/node": "~24.0.3",
115
108
  "@types/react": "^18.3.12",
@@ -120,7 +113,6 @@
120
113
  "eslint-plugin-react-hooks": "^5.2.0",
121
114
  "eslint-plugin-react-refresh": "^0.4.19",
122
115
  "globals": "^16.0.0",
123
- "livekit-client": "~2.13.8",
124
116
  "postcss": "~8.5.6",
125
117
  "react": "18.3.1",
126
118
  "react-dom": "18.3.1",