@whereby.com/browser-sdk 3.12.5 → 3.12.6
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/cdn/v3-react.js +1 -1
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.esm.js +1 -1
- package/package.json +2 -2
package/dist/react/index.cjs
CHANGED
|
@@ -178,7 +178,7 @@ const selectRoomConnectionState = toolkit.createSelector(core.selectChatMessages
|
|
|
178
178
|
return state;
|
|
179
179
|
});
|
|
180
180
|
|
|
181
|
-
const browserSdkVersion = "3.12.
|
|
181
|
+
const browserSdkVersion = "3.12.6";
|
|
182
182
|
|
|
183
183
|
const defaultRoomConnectionOptions = {
|
|
184
184
|
localMediaOptions: {
|
package/dist/react/index.esm.js
CHANGED
|
@@ -156,7 +156,7 @@ const selectRoomConnectionState = createSelector(selectChatMessages, selectCloud
|
|
|
156
156
|
return state;
|
|
157
157
|
});
|
|
158
158
|
|
|
159
|
-
const browserSdkVersion = "3.12.
|
|
159
|
+
const browserSdkVersion = "3.12.6";
|
|
160
160
|
|
|
161
161
|
const defaultRoomConnectionOptions = {
|
|
162
162
|
localMediaOptions: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@whereby.com/browser-sdk",
|
|
3
|
-
"version": "3.12.
|
|
3
|
+
"version": "3.12.6",
|
|
4
4
|
"description": "Modules for integration Whereby video in web apps",
|
|
5
5
|
"author": "Whereby AS",
|
|
6
6
|
"license": "MIT",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"dependencies": {
|
|
81
81
|
"@radix-ui/react-popover": "^1.0.7",
|
|
82
82
|
"@reduxjs/toolkit": "^2.2.3",
|
|
83
|
-
"@whereby.com/core": "0.33.
|
|
83
|
+
"@whereby.com/core": "0.33.1",
|
|
84
84
|
"clsx": "^2.1.1",
|
|
85
85
|
"heresy": "^1.0.4",
|
|
86
86
|
"react-redux": "^9.1.1",
|