@voxket-ai/voxket-live 1.0.89 → 1.0.91

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 (1) hide show
  1. package/package.json +4 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voxket-ai/voxket-live",
3
- "version": "1.0.89",
3
+ "version": "1.0.91",
4
4
  "description": "A React widget for embedding Voxket-powered audio/video/chat experiences.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -43,11 +43,10 @@
43
43
  "author": "Shashank Sanket",
44
44
  "license": "MIT",
45
45
  "peerDependencies": {
46
- "@livekit/components-react": ">=2.9.0",
47
- "@phosphor-icons/react": ">=2.1.0",
48
- "livekit-client": ">=2.13.0",
49
46
  "react": ">=18.0.0",
50
- "react-dom": ">=18.0.0"
47
+ "react-dom": ">=18.0.0",
48
+ "livekit-client": ">=2.13.0",
49
+ "@livekit/components-react": ">=2.9.0"
51
50
  },
52
51
  "peerDependenciesMeta": {
53
52
  "react": {
@@ -61,9 +60,6 @@
61
60
  },
62
61
  "@livekit/components-react": {
63
62
  "optional": false
64
- },
65
- "@phosphor-icons/react": {
66
- "optional": false
67
63
  }
68
64
  },
69
65
  "scripts": {
@@ -96,7 +92,6 @@
96
92
  "devDependencies": {
97
93
  "@eslint/js": "^9.25.0",
98
94
  "@livekit/components-react": "~2.9.10",
99
- "@phosphor-icons/react": "~2.1.10",
100
95
  "@tailwindcss/postcss": "~4.1.11",
101
96
  "@types/node": "~24.0.3",
102
97
  "@types/react": "^18.3.12",