@stream-io/video-react-sdk 1.2.19 → 1.2.20

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,12 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [1.2.20](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.19...@stream-io/video-react-sdk-1.2.20) (2024-07-31)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `1.4.8`
10
+ * `@stream-io/video-react-bindings` updated to version `0.4.52`
5
11
  ### [1.2.19](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.18...@stream-io/video-react-sdk-1.2.19) (2024-07-30)
6
12
 
7
13
  ### Dependency Updates
package/dist/index.cjs.js CHANGED
@@ -2604,7 +2604,7 @@ const LivestreamPlayer = (props) => {
2604
2604
  return (jsxRuntime.jsx(StreamCall, { call: call, children: jsxRuntime.jsx(LivestreamLayout, { ...layoutProps }) }));
2605
2605
  };
2606
2606
 
2607
- const [major, minor, patch] = ("1.2.19" ).split('.');
2607
+ const [major, minor, patch] = ("1.2.20" ).split('.');
2608
2608
  videoClient.setSdkInfo({
2609
2609
  type: videoClient.SfuModels.SdkType.REACT,
2610
2610
  major,
package/dist/index.es.js CHANGED
@@ -2604,7 +2604,7 @@ const LivestreamPlayer = (props) => {
2604
2604
  return (jsx(StreamCall, { call: call, children: jsx(LivestreamLayout, { ...layoutProps }) }));
2605
2605
  };
2606
2606
 
2607
- const [major, minor, patch] = ("1.2.19" ).split('.');
2607
+ const [major, minor, patch] = ("1.2.20" ).split('.');
2608
2608
  setSdkInfo({
2609
2609
  type: SfuModels.SdkType.REACT,
2610
2610
  major,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-sdk",
3
- "version": "1.2.19",
3
+ "version": "1.2.20",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",
@@ -29,9 +29,9 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "@floating-ui/react": "^0.26.5",
32
- "@stream-io/video-client": "1.4.7",
32
+ "@stream-io/video-client": "1.4.8",
33
33
  "@stream-io/video-filters-web": "0.1.3",
34
- "@stream-io/video-react-bindings": "0.4.51",
34
+ "@stream-io/video-react-bindings": "0.4.52",
35
35
  "chart.js": "^4.4.1",
36
36
  "clsx": "^2.0.0",
37
37
  "react-chartjs-2": "^5.2.0"