@voxket-ai/voxket-live 1.0.43 → 1.0.45

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 (3) hide show
  1. package/dist/index.cjs +82 -82
  2. package/dist/index.js +1707 -1688
  3. package/package.json +22 -42
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@voxket-ai/voxket-live",
3
- "version": "1.0.43",
4
- "description": "SDK for embedding Voxket-powered AI agent experiences with complete customization options.",
3
+ "version": "1.0.45",
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",
@@ -15,9 +15,9 @@
15
15
  },
16
16
  "exports": {
17
17
  ".": {
18
- "types": "./dist/index.d.ts",
19
18
  "import": "./dist/index.js",
20
- "require": "./dist/index.cjs"
19
+ "require": "./dist/index.cjs",
20
+ "types": "./dist/index.d.ts"
21
21
  }
22
22
  },
23
23
  "publishConfig": {
@@ -54,64 +54,44 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@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",
57
+ "@emotion/styled": "~11.14.0",
58
+ "@livekit/components-react": "~2.9.10",
59
+ "@mui/icons-material": "~7.1.2",
60
+ "@mui/material": "~7.1.2",
61
61
  "@phosphor-icons/react": "~2.1.10",
62
62
  "@radix-ui/react-select": "~2.2.5",
63
63
  "@radix-ui/react-toggle": "~1.1.9",
64
- "@tailwindcss/vite": "~4.1.11",
64
+ "@tailwindcss/vite": "~4.1.10",
65
65
  "ajv": "~8.17.1",
66
66
  "ajv-draft-04": "~1.0.0",
67
67
  "class-variance-authority": "~0.7.1",
68
68
  "clsx": "~2.1.1",
69
- "livekit-client": "~2.15.3",
70
- "lucide-react": "~0.532.0",
71
- "motion": "~12.23.11",
69
+ "livekit-client": "~2.13.8",
70
+ "lucide-react": "~0.522.0",
71
+ "motion": "~12.18.1",
72
72
  "path": "~0.12.7",
73
- "sonner": "~2.0.6",
73
+ "react": "~19.1.1",
74
+ "react-dom": "~19.1.1",
75
+ "sonner": "~2.0.5",
74
76
  "tailwind-merge": "~3.3.1",
75
77
  "url": "~0.11.4"
76
78
  },
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
79
  "devDependencies": {
98
- "@eslint/js": "^9.32.0",
80
+ "@eslint/js": "^9.25.0",
99
81
  "@tailwindcss/postcss": "~4.1.11",
100
- "@types/node": "~24.1.0",
82
+ "@types/node": "~24.0.3",
101
83
  "@types/react": "^19.1.2",
102
84
  "@types/react-dom": "^19.1.2",
103
- "@vitejs/plugin-react": "^4.7.0",
85
+ "@vitejs/plugin-react": "^4.4.1",
104
86
  "autoprefixer": "~10.4.21",
105
- "eslint": "^9.32.0",
87
+ "eslint": "^9.25.0",
106
88
  "eslint-plugin-react-hooks": "^5.2.0",
107
89
  "eslint-plugin-react-refresh": "^0.4.19",
108
- "globals": "^16.3.0",
90
+ "globals": "^16.0.0",
109
91
  "postcss": "~8.5.6",
110
- "react": "19.1.0",
111
- "react-dom": "19.1.0",
112
- "tailwindcss": "~4.1.11",
92
+ "tailwindcss": "~4.1.10",
113
93
  "typescript": "~5.8.3",
114
- "typescript-eslint": "^8.38.0",
94
+ "typescript-eslint": "^8.30.1",
115
95
  "vite": "^6.3.5",
116
96
  "vite-plugin-dts": "~4.5.4"
117
97
  }