@whereby.com/browser-sdk 3.12.19 → 3.12.20
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 +6 -6
package/dist/react/index.cjs
CHANGED
|
@@ -183,7 +183,7 @@ const selectRoomConnectionState = toolkit.createSelector(core.selectChatMessages
|
|
|
183
183
|
return state;
|
|
184
184
|
});
|
|
185
185
|
|
|
186
|
-
const browserSdkVersion = "3.12.
|
|
186
|
+
const browserSdkVersion = "3.12.20";
|
|
187
187
|
|
|
188
188
|
const defaultRoomConnectionOptions = {
|
|
189
189
|
localMediaOptions: {
|
package/dist/react/index.esm.js
CHANGED
|
@@ -162,7 +162,7 @@ const selectRoomConnectionState = createSelector(selectChatMessages, selectCloud
|
|
|
162
162
|
return state;
|
|
163
163
|
});
|
|
164
164
|
|
|
165
|
-
const browserSdkVersion = "3.12.
|
|
165
|
+
const browserSdkVersion = "3.12.20";
|
|
166
166
|
|
|
167
167
|
const defaultRoomConnectionOptions = {
|
|
168
168
|
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.20",
|
|
4
4
|
"description": "Modules for integration Whereby video in web apps",
|
|
5
5
|
"author": "Whereby AS",
|
|
6
6
|
"license": "MIT",
|
|
@@ -65,17 +65,17 @@
|
|
|
65
65
|
"eslint": "^9.29.0",
|
|
66
66
|
"prettier": "^3.5.3",
|
|
67
67
|
"typescript": "^5.8.3",
|
|
68
|
-
"@whereby.com/eslint-config": "0.1.0",
|
|
69
68
|
"@whereby.com/jest-config": "0.1.0",
|
|
70
|
-
"@whereby.com/
|
|
69
|
+
"@whereby.com/eslint-config": "0.1.0",
|
|
71
70
|
"@whereby.com/rollup-config": "0.1.0",
|
|
72
|
-
"@whereby.com/tsconfig": "0.1.0"
|
|
71
|
+
"@whereby.com/tsconfig": "0.1.0",
|
|
72
|
+
"@whereby.com/prettier-config": "0.1.0"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@radix-ui/react-popover": "^1.0.7",
|
|
76
76
|
"@reduxjs/toolkit": "^2.2.3",
|
|
77
|
-
"@whereby.com/media": "1.
|
|
78
|
-
"@whereby.com/core": "0.34.
|
|
77
|
+
"@whereby.com/media": "1.31.0",
|
|
78
|
+
"@whereby.com/core": "0.34.1",
|
|
79
79
|
"clsx": "^2.1.1",
|
|
80
80
|
"heresy": "^1.0.4",
|
|
81
81
|
"react-redux": "^9.1.1",
|