@voxket-ai/voxket-live 1.0.39 → 1.0.40
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/package.json +19 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voxket-ai/voxket-live",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.40",
|
|
4
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",
|
|
@@ -75,8 +75,24 @@
|
|
|
75
75
|
"url": "~0.11.4"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
|
-
"react": "
|
|
79
|
-
"react-dom": "
|
|
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"
|
|
80
96
|
},
|
|
81
97
|
"devDependencies": {
|
|
82
98
|
"@eslint/js": "^9.25.0",
|