@stream-io/video-react-sdk 1.7.20 → 1.7.22

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/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.7.22](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.21...@stream-io/video-react-sdk-1.7.22) (2024-11-25)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-react-bindings` updated to version `1.2.0`
10
+ ## [1.7.21](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.20...@stream-io/video-react-sdk-1.7.21) (2024-11-22)
11
+
12
+ ### Dependency Updates
13
+
14
+ * `@stream-io/video-client` updated to version `1.11.6`
15
+ * `@stream-io/video-react-bindings` updated to version `1.1.23`
5
16
  ## [1.7.20](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.19...@stream-io/video-react-sdk-1.7.20) (2024-11-22)
6
17
 
7
18
  ### Dependency Updates
package/dist/index.cjs.js CHANGED
@@ -2554,7 +2554,7 @@ const LivestreamPlayer = (props) => {
2554
2554
  return (jsxRuntime.jsx(StreamCall, { call: call, children: jsxRuntime.jsx(LivestreamLayout, { ...layoutProps }) }));
2555
2555
  };
2556
2556
 
2557
- const [major, minor, patch] = ("1.7.20").split('.');
2557
+ const [major, minor, patch] = ("1.7.22").split('.');
2558
2558
  videoClient.setSdkInfo({
2559
2559
  type: videoClient.SfuModels.SdkType.REACT,
2560
2560
  major,
package/dist/index.es.js CHANGED
@@ -2554,7 +2554,7 @@ const LivestreamPlayer = (props) => {
2554
2554
  return (jsx(StreamCall, { call: call, children: jsx(LivestreamLayout, { ...layoutProps }) }));
2555
2555
  };
2556
2556
 
2557
- const [major, minor, patch] = ("1.7.20").split('.');
2557
+ const [major, minor, patch] = ("1.7.22").split('.');
2558
2558
  setSdkInfo({
2559
2559
  type: SfuModels.SdkType.REACT,
2560
2560
  major,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-sdk",
3
- "version": "1.7.20",
3
+ "version": "1.7.22",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",
@@ -32,9 +32,9 @@
32
32
  ],
33
33
  "dependencies": {
34
34
  "@floating-ui/react": "^0.26.24",
35
- "@stream-io/video-client": "1.11.5",
35
+ "@stream-io/video-client": "1.11.6",
36
36
  "@stream-io/video-filters-web": "0.1.6",
37
- "@stream-io/video-react-bindings": "1.1.22",
37
+ "@stream-io/video-react-bindings": "1.2.0",
38
38
  "chart.js": "^4.4.4",
39
39
  "clsx": "^2.0.0",
40
40
  "react-chartjs-2": "^5.2.0"