@whereby.com/browser-sdk 3.4.0 → 3.4.2

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.
@@ -146,7 +146,7 @@ const selectRoomConnectionState = createSelector(selectChatMessages, selectCloud
146
146
  return state;
147
147
  });
148
148
 
149
- const browserSdkVersion = "3.4.0";
149
+ const browserSdkVersion = "3.4.2";
150
150
 
151
151
  const defaultRoomConnectionOptions = {
152
152
  localMediaOptions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whereby.com/browser-sdk",
3
- "version": "3.4.0",
3
+ "version": "3.4.2",
4
4
  "description": "Modules for integration Whereby video in web apps",
5
5
  "author": "Whereby AS",
6
6
  "license": "MIT",
@@ -78,7 +78,7 @@
78
78
  "dependencies": {
79
79
  "@radix-ui/react-popover": "^1.0.7",
80
80
  "@reduxjs/toolkit": "^2.2.3",
81
- "@whereby.com/core": "0.20.0",
81
+ "@whereby.com/core": "0.22.0",
82
82
  "clsx": "^2.1.1",
83
83
  "heresy": "^1.0.4",
84
84
  "react-redux": "^9.1.1",