@whereby.com/browser-sdk 3.0.1 → 3.0.3
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-embed.js +6 -6
- package/dist/cdn/v3-react.js +1 -1
- package/dist/react/index.esm.js +1 -1
- package/package.json +2 -2
package/dist/react/index.esm.js
CHANGED
|
@@ -145,7 +145,7 @@ const selectRoomConnectionState = createSelector(selectChatMessages, selectCloud
|
|
|
145
145
|
return state;
|
|
146
146
|
});
|
|
147
147
|
|
|
148
|
-
const browserSdkVersion = "3.0.
|
|
148
|
+
const browserSdkVersion = "3.0.3";
|
|
149
149
|
|
|
150
150
|
const defaultRoomConnectionOptions = {
|
|
151
151
|
localMediaOptions: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@whereby.com/browser-sdk",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "Modules for integration Whereby video in web apps",
|
|
5
5
|
"author": "Whereby AS",
|
|
6
6
|
"license": "MIT",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@reduxjs/toolkit": "^2.2.3",
|
|
76
|
-
"@whereby.com/core": "0.16.
|
|
76
|
+
"@whereby.com/core": "0.16.2",
|
|
77
77
|
"heresy": "^1.0.4",
|
|
78
78
|
"react-redux": "^9.1.1",
|
|
79
79
|
"runes": "^0.4.3"
|