@stream-io/video-react-sdk 1.4.0 → 1.4.1

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.4.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.4.0...@stream-io/video-react-sdk-1.4.1) (2024-09-20)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `1.7.1`
10
+ * `@stream-io/video-react-bindings` updated to version `1.0.7`
5
11
  ## [1.4.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.3.6...@stream-io/video-react-sdk-1.4.0) (2024-09-19)
6
12
 
7
13
  ### Dependency Updates
package/dist/index.cjs.js CHANGED
@@ -2547,7 +2547,7 @@ const LivestreamPlayer = (props) => {
2547
2547
  return (jsxRuntime.jsx(StreamCall, { call: call, children: jsxRuntime.jsx(LivestreamLayout, { ...layoutProps }) }));
2548
2548
  };
2549
2549
 
2550
- const [major, minor, patch] = ("1.4.0").split('.');
2550
+ const [major, minor, patch] = ("1.4.1").split('.');
2551
2551
  videoClient.setSdkInfo({
2552
2552
  type: videoClient.SfuModels.SdkType.REACT,
2553
2553
  major,
package/dist/index.es.js CHANGED
@@ -2547,7 +2547,7 @@ const LivestreamPlayer = (props) => {
2547
2547
  return (jsx(StreamCall, { call: call, children: jsx(LivestreamLayout, { ...layoutProps }) }));
2548
2548
  };
2549
2549
 
2550
- const [major, minor, patch] = ("1.4.0").split('.');
2550
+ const [major, minor, patch] = ("1.4.1").split('.');
2551
2551
  setSdkInfo({
2552
2552
  type: SfuModels.SdkType.REACT,
2553
2553
  major,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-sdk",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
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.7.0",
35
+ "@stream-io/video-client": "1.7.1",
36
36
  "@stream-io/video-filters-web": "0.1.4",
37
- "@stream-io/video-react-bindings": "1.0.6",
37
+ "@stream-io/video-react-bindings": "1.0.7",
38
38
  "chart.js": "^4.4.4",
39
39
  "clsx": "^2.0.0",
40
40
  "react-chartjs-2": "^5.2.0"