@stream-io/video-react-sdk 1.17.0 → 1.17.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,13 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.17.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.17.0...@stream-io/video-react-sdk-1.17.1) (2025-05-21)
6
+
7
+ ### Dependency Updates
8
+
9
+ - `@stream-io/video-client` updated to version `1.23.1`
10
+ - `@stream-io/video-react-bindings` updated to version `1.6.4`
11
+
5
12
  ## [1.17.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.16.2...@stream-io/video-react-sdk-1.17.0) (2025-05-20)
6
13
 
7
14
  ### Dependency Updates
package/dist/index.cjs.js CHANGED
@@ -2733,7 +2733,7 @@ const LivestreamPlayer = (props) => {
2733
2733
  return (jsxRuntime.jsx(StreamCall, { call: call, children: jsxRuntime.jsx(LivestreamLayout, { ...layoutProps }) }));
2734
2734
  };
2735
2735
 
2736
- const [major, minor, patch] = ("1.17.0").split('.');
2736
+ const [major, minor, patch] = ("1.17.1").split('.');
2737
2737
  videoClient.setSdkInfo({
2738
2738
  type: videoClient.SfuModels.SdkType.REACT,
2739
2739
  major,
package/dist/index.es.js CHANGED
@@ -2733,7 +2733,7 @@ const LivestreamPlayer = (props) => {
2733
2733
  return (jsx(StreamCall, { call: call, children: jsx(LivestreamLayout, { ...layoutProps }) }));
2734
2734
  };
2735
2735
 
2736
- const [major, minor, patch] = ("1.17.0").split('.');
2736
+ const [major, minor, patch] = ("1.17.1").split('.');
2737
2737
  setSdkInfo({
2738
2738
  type: SfuModels.SdkType.REACT,
2739
2739
  major,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-sdk",
3
- "version": "1.17.0",
3
+ "version": "1.17.1",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "types": "./dist/index.d.ts",
@@ -30,9 +30,9 @@
30
30
  ],
31
31
  "dependencies": {
32
32
  "@floating-ui/react": "^0.27.6",
33
- "@stream-io/video-client": "1.23.0",
33
+ "@stream-io/video-client": "1.23.1",
34
34
  "@stream-io/video-filters-web": "0.2.1",
35
- "@stream-io/video-react-bindings": "1.6.3",
35
+ "@stream-io/video-react-bindings": "1.6.4",
36
36
  "chart.js": "^4.4.4",
37
37
  "clsx": "^2.0.0",
38
38
  "react-chartjs-2": "^5.3.0"