@whereby.com/browser-sdk 3.10.10 → 3.10.11
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
|
@@ -172,7 +172,7 @@ const selectRoomConnectionState = toolkit.createSelector(core.selectChatMessages
|
|
|
172
172
|
return state;
|
|
173
173
|
});
|
|
174
174
|
|
|
175
|
-
const browserSdkVersion = "3.10.
|
|
175
|
+
const browserSdkVersion = "3.10.11";
|
|
176
176
|
|
|
177
177
|
const defaultRoomConnectionOptions = {
|
|
178
178
|
localMediaOptions: {
|
package/dist/react/index.esm.js
CHANGED
|
@@ -150,7 +150,7 @@ const selectRoomConnectionState = createSelector(selectChatMessages, selectCloud
|
|
|
150
150
|
return state;
|
|
151
151
|
});
|
|
152
152
|
|
|
153
|
-
const browserSdkVersion = "3.10.
|
|
153
|
+
const browserSdkVersion = "3.10.11";
|
|
154
154
|
|
|
155
155
|
const defaultRoomConnectionOptions = {
|
|
156
156
|
localMediaOptions: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@whereby.com/browser-sdk",
|
|
3
|
-
"version": "3.10.
|
|
3
|
+
"version": "3.10.11",
|
|
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.31.
|
|
83
|
+
"@whereby.com/core": "0.31.3",
|
|
84
84
|
"clsx": "^2.1.1",
|
|
85
85
|
"heresy": "^1.0.4",
|
|
86
86
|
"react-redux": "^9.1.1",
|