@botuyo/chat-widget-standalone 1.0.84 → 1.0.86
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/dist/{AudioPlayer-CmWNaFAM.js → AudioPlayer-DBQm5s0Z.js} +4 -4
- package/dist/{AudioPlayer-CmWNaFAM.js.map → AudioPlayer-DBQm5s0Z.js.map} +1 -1
- package/dist/{Gallery-Bg8EmBE6.js → Gallery-BIz2laWz.js} +2 -2
- package/dist/{Gallery-Bg8EmBE6.js.map → Gallery-BIz2laWz.js.map} +1 -1
- package/dist/botuyo-chat.es.js +1 -1
- package/dist/botuyo-chat.umd.js +1 -1
- package/dist/botuyo-chat.umd.js.map +1 -1
- package/dist/src/chat-widget/voice/useLiveCall.d.ts.map +1 -1
- package/dist/standalone-CemeBXc6.js +169 -0
- package/dist/standalone-CemeBXc6.js.map +1 -0
- package/dist/stats-umd.html +1 -1
- package/dist/stats.html +1 -1
- package/package.json +5 -5
- package/dist/standalone-B8sCmApK.js +0 -169
- package/dist/standalone-B8sCmApK.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botuyo/chat-widget-standalone",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.86",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "BotUyo Chat Widget - Standalone CDN version with React/TypeScript support",
|
|
6
6
|
"main": "dist/botuyo-chat.umd.js",
|
|
@@ -109,12 +109,13 @@
|
|
|
109
109
|
"globals": "^17.1.0",
|
|
110
110
|
"happy-dom": "^20.3.7",
|
|
111
111
|
"husky": "^9.1.7",
|
|
112
|
+
"jsdom": "^29.0.1",
|
|
112
113
|
"lint-staged": "^16.2.7",
|
|
113
114
|
"playwright": "^1.58.0",
|
|
114
115
|
"postcss": "^8.5.6",
|
|
115
116
|
"prettier": "^3.8.1",
|
|
116
|
-
"react": "^
|
|
117
|
-
"react-dom": "^
|
|
117
|
+
"react": "^19.0.0",
|
|
118
|
+
"react-dom": "^19.0.0",
|
|
118
119
|
"rehype-sanitize": "^6.0.0",
|
|
119
120
|
"rollup-plugin-visualizer": "^6.0.5",
|
|
120
121
|
"socket.io": "^4.8.3",
|
|
@@ -133,8 +134,7 @@
|
|
|
133
134
|
},
|
|
134
135
|
"dependencies": {
|
|
135
136
|
"@pixiv/three-vrm": "^3.4.5",
|
|
136
|
-
"@react-three/
|
|
137
|
-
"@react-three/fiber": "^8.18.0",
|
|
137
|
+
"@react-three/fiber": "^9.5.0",
|
|
138
138
|
"@types/three": "^0.182.0",
|
|
139
139
|
"browser-image-compression": "^2.0.2",
|
|
140
140
|
"clsx": "^2.1.1",
|