@whereby.com/browser-sdk 3.12.19 → 3.12.21

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.
@@ -148,7 +148,7 @@ interface WherebyEmbedElement extends HTMLIFrameElement, WherebyEmbedElementComm
148
148
  addEventListener<K extends keyof (WherebyEmbedElementEventMap & HTMLElementEventMap)>(type: K, listener: (this: HTMLIFrameElement, ev: (WherebyEmbedElementEventMap & HTMLElementEventMap)[K]) => void, options?: boolean | AddEventListenerOptions | undefined): void;
149
149
  }
150
150
  declare global {
151
- namespace JSX {
151
+ namespace React.JSX {
152
152
  interface IntrinsicElements {
153
153
  ["whereby-embed"]: Partial<WherebyEmbedElementAttributes>;
154
154
  }
@@ -183,7 +183,7 @@ const selectRoomConnectionState = toolkit.createSelector(core.selectChatMessages
183
183
  return state;
184
184
  });
185
185
 
186
- const browserSdkVersion = "3.12.19";
186
+ const browserSdkVersion = "3.12.21";
187
187
 
188
188
  const defaultRoomConnectionOptions = {
189
189
  localMediaOptions: {
@@ -162,7 +162,7 @@ const selectRoomConnectionState = createSelector(selectChatMessages, selectCloud
162
162
  return state;
163
163
  });
164
164
 
165
- const browserSdkVersion = "3.12.19";
165
+ const browserSdkVersion = "3.12.21";
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.19",
3
+ "version": "3.12.21",
4
4
  "description": "Modules for integration Whereby video in web apps",
5
5
  "author": "Whereby AS",
6
6
  "license": "MIT",
@@ -41,11 +41,9 @@
41
41
  "dist/**/*.cjs"
42
42
  ],
43
43
  "devDependencies": {
44
- "@storybook/addon-actions": "^8.0.10",
45
- "@storybook/addon-essentials": "^8.0.10",
46
- "@storybook/addon-links": "^8.0.10",
47
- "@storybook/builder-vite": "^8.0.10",
48
- "@storybook/react-vite": "^8.0.10",
44
+ "@storybook/addon-links": "^9.0.16",
45
+ "@storybook/builder-vite": "^9.0.16",
46
+ "@storybook/react-vite": "^9.0.16",
49
47
  "@testing-library/react": "^14.0.0",
50
48
  "@types/runes": "^0.4.3",
51
49
  "@vitejs/plugin-react": "^4.2.1",
@@ -53,11 +51,11 @@
53
51
  "dotenv": "^16.4.5",
54
52
  "dotenv-run-script": "^0.4.1",
55
53
  "lit-html": "^2.5.0",
56
- "react": "^18.2.0",
57
- "react-dom": "^18.2.0",
54
+ "react": "19.0.0",
55
+ "react-dom": "19.0.0",
58
56
  "react-hot-toast": "^2.4.1",
59
57
  "rimraf": "^5.0.5",
60
- "storybook": "^8.0.10",
58
+ "storybook": "^9.0.16",
61
59
  "tslib": "^2.4.1",
62
60
  "uuid": "^9.0.1",
63
61
  "vite": "^5.0.13",
@@ -65,17 +63,19 @@
65
63
  "eslint": "^9.29.0",
66
64
  "prettier": "^3.5.3",
67
65
  "typescript": "^5.8.3",
66
+ "eslint-plugin-storybook": "9.0.16",
67
+ "@storybook/addon-docs": "^9.0.16",
68
68
  "@whereby.com/eslint-config": "0.1.0",
69
- "@whereby.com/jest-config": "0.1.0",
70
69
  "@whereby.com/prettier-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/jest-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.30.0",
78
- "@whereby.com/core": "0.34.0",
77
+ "@whereby.com/media": "1.31.0",
78
+ "@whereby.com/core": "0.35.0",
79
79
  "clsx": "^2.1.1",
80
80
  "heresy": "^1.0.4",
81
81
  "react-redux": "^9.1.1",