@voxket-ai/voxket-live 1.0.44 → 1.0.46

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/dist/index.cjs +105 -346
  2. package/dist/index.css +1 -1
  3. package/dist/index.js +10820 -35637
  4. package/package.json +26 -42
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@voxket-ai/voxket-live",
3
- "version": "1.0.44",
4
- "description": "SDK for embedding Voxket-powered AI agent experiences with complete customization options.",
3
+ "version": "1.0.46",
4
+ "description": "A scalable React SDK for embedding Voxket-powered AI agent experiences with complete customization options.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -42,6 +42,10 @@
42
42
  ],
43
43
  "author": "Shashank Sanket",
44
44
  "license": "MIT",
45
+ "peerDependencies": {
46
+ "react": ">=18.0.0",
47
+ "react-dom": ">=18.0.0"
48
+ },
45
49
  "scripts": {
46
50
  "dev": "vite --config vite.config.app.ts",
47
51
  "build": "vite build --config vite.config.app.ts",
@@ -54,64 +58,44 @@
54
58
  },
55
59
  "dependencies": {
56
60
  "@emotion/react": "~11.14.0",
57
- "@emotion/styled": "~11.14.1",
58
- "@livekit/components-react": "~2.9.14",
59
- "@mui/icons-material": "~7.2.0",
60
- "@mui/material": "~7.2.0",
61
+ "@emotion/styled": "~11.14.0",
62
+ "@livekit/components-react": "~2.9.10",
63
+ "@mui/icons-material": "~7.1.2",
64
+ "@mui/material": "~7.1.2",
61
65
  "@phosphor-icons/react": "~2.1.10",
62
66
  "@radix-ui/react-select": "~2.2.5",
63
67
  "@radix-ui/react-toggle": "~1.1.9",
64
- "@tailwindcss/vite": "~4.1.11",
68
+ "@tailwindcss/vite": "~4.1.10",
65
69
  "ajv": "~8.17.1",
66
70
  "ajv-draft-04": "~1.0.0",
67
71
  "class-variance-authority": "~0.7.1",
68
72
  "clsx": "~2.1.1",
69
- "livekit-client": "~2.15.3",
70
- "lucide-react": "~0.532.0",
71
- "motion": "~12.23.11",
73
+ "livekit-client": "~2.13.8",
74
+ "lucide-react": "~0.522.0",
75
+ "motion": "~12.18.1",
72
76
  "path": "~0.12.7",
73
- "sonner": "~2.0.6",
77
+ "sonner": "~2.0.5",
74
78
  "tailwind-merge": "~3.3.1",
75
79
  "url": "~0.11.4"
76
80
  },
77
- "peerDependencies": {
78
- "react": "19.1.0",
79
- "react-dom": "19.1.0"
80
- },
81
- "peerDependenciesMeta": {
82
- "react": {
83
- "optional": false
84
- },
85
- "react-dom": {
86
- "optional": false
87
- }
88
- },
89
- "resolutions": {
90
- "react": "19.1.0",
91
- "react-dom": "19.1.0"
92
- },
93
- "overrides": {
94
- "react": "19.1.0",
95
- "react-dom": "19.1.0"
96
- },
97
81
  "devDependencies": {
98
- "@eslint/js": "^9.32.0",
82
+ "@eslint/js": "^9.25.0",
99
83
  "@tailwindcss/postcss": "~4.1.11",
100
- "@types/node": "~24.1.0",
101
- "@types/react": "^19.1.2",
102
- "@types/react-dom": "^19.1.2",
103
- "@vitejs/plugin-react": "^4.7.0",
84
+ "@types/node": "~24.0.3",
85
+ "@types/react": "^18.3.12",
86
+ "@types/react-dom": "^18.3.1",
87
+ "@vitejs/plugin-react": "^4.4.1",
104
88
  "autoprefixer": "~10.4.21",
105
- "eslint": "^9.32.0",
89
+ "eslint": "^9.25.0",
106
90
  "eslint-plugin-react-hooks": "^5.2.0",
107
91
  "eslint-plugin-react-refresh": "^0.4.19",
108
- "globals": "^16.3.0",
92
+ "globals": "^16.0.0",
109
93
  "postcss": "~8.5.6",
110
- "react": "19.1.0",
111
- "react-dom": "19.1.0",
112
- "tailwindcss": "~4.1.11",
94
+ "react": "18.3.1",
95
+ "react-dom": "18.3.1",
96
+ "tailwindcss": "~4.1.10",
113
97
  "typescript": "~5.8.3",
114
- "typescript-eslint": "^8.38.0",
98
+ "typescript-eslint": "^8.30.1",
115
99
  "vite": "^6.3.5",
116
100
  "vite-plugin-dts": "~4.5.4"
117
101
  }