@whereby.com/browser-sdk 3.18.0 → 3.18.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.
@@ -169,7 +169,7 @@ const VideoView = React__namespace.forwardRef((_a, ref) => {
169
169
  });
170
170
  VideoView.displayName = "VideoView";
171
171
 
172
- const browserSdkVersion = "3.18.0";
172
+ const browserSdkVersion = "3.18.2";
173
173
 
174
174
  const initialState$1 = {
175
175
  chatMessages: [],
@@ -147,7 +147,7 @@ const VideoView = React.forwardRef((_a, ref) => {
147
147
  });
148
148
  VideoView.displayName = "VideoView";
149
149
 
150
- const browserSdkVersion = "3.18.0";
150
+ const browserSdkVersion = "3.18.2";
151
151
 
152
152
  const initialState$1 = {
153
153
  chatMessages: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whereby.com/browser-sdk",
3
- "version": "3.18.0",
3
+ "version": "3.18.2",
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
  "typescript": "^5.8.3",
66
66
  "eslint-plugin-storybook": "9.0.16",
67
67
  "@storybook/addon-docs": "^9.0.16",
68
- "@whereby.com/eslint-config": "0.1.0",
69
68
  "@whereby.com/camera-effects": "1.0.0",
69
+ "@whereby.com/eslint-config": "0.1.0",
70
+ "@whereby.com/jest-config": "0.1.0",
70
71
  "@whereby.com/prettier-config": "0.1.0",
71
72
  "@whereby.com/rollup-config": "0.1.1",
72
- "@whereby.com/tsconfig": "0.1.0",
73
- "@whereby.com/jest-config": "0.1.0"
73
+ "@whereby.com/tsconfig": "0.1.0"
74
74
  },
75
75
  "dependencies": {
76
76
  "@radix-ui/react-popover": "^1.0.7",
77
- "@whereby.com/media": "2.6.1",
78
- "@whereby.com/core": "1.5.0",
77
+ "@whereby.com/media": "2.6.3",
78
+ "@whereby.com/core": "1.5.2",
79
79
  "clsx": "^2.1.1",
80
80
  "heresy": "^1.0.4",
81
81
  "runes": "^0.4.3"