@whereby.com/browser-sdk 3.14.2 → 3.14.4

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.
@@ -159,7 +159,7 @@ const VideoView = React__namespace.forwardRef((_a, ref) => {
159
159
  });
160
160
  VideoView.displayName = "VideoView";
161
161
 
162
- const browserSdkVersion = "3.14.2";
162
+ const browserSdkVersion = "3.14.4";
163
163
 
164
164
  const initialState$1 = {
165
165
  chatMessages: [],
@@ -137,7 +137,7 @@ const VideoView = React.forwardRef((_a, ref) => {
137
137
  });
138
138
  VideoView.displayName = "VideoView";
139
139
 
140
- const browserSdkVersion = "3.14.2";
140
+ const browserSdkVersion = "3.14.4";
141
141
 
142
142
  const initialState$1 = {
143
143
  chatMessages: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whereby.com/browser-sdk",
3
- "version": "3.14.2",
3
+ "version": "3.14.4",
4
4
  "description": "Modules for integration Whereby video in web apps",
5
5
  "author": "Whereby AS",
6
6
  "license": "MIT",
@@ -67,14 +67,14 @@
67
67
  "@storybook/addon-docs": "^9.0.16",
68
68
  "@whereby.com/eslint-config": "0.1.0",
69
69
  "@whereby.com/jest-config": "0.1.0",
70
- "@whereby.com/rollup-config": "0.1.0",
71
70
  "@whereby.com/prettier-config": "0.1.0",
71
+ "@whereby.com/rollup-config": "0.1.0",
72
72
  "@whereby.com/tsconfig": "0.1.0"
73
73
  },
74
74
  "dependencies": {
75
75
  "@radix-ui/react-popover": "^1.0.7",
76
- "@whereby.com/media": "2.2.0",
77
- "@whereby.com/core": "1.2.1",
76
+ "@whereby.com/media": "2.4.0",
77
+ "@whereby.com/core": "1.2.3",
78
78
  "clsx": "^2.1.1",
79
79
  "heresy": "^1.0.4",
80
80
  "runes": "^0.4.3"