@stream-io/video-react-sdk 0.5.7 → 0.5.9

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,18 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [0.5.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.5.8...@stream-io/video-react-sdk-0.5.9) (2024-04-02)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `0.6.7`
10
+ * `@stream-io/video-react-bindings` updated to version `0.4.7`
11
+ ### [0.5.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.5.7...@stream-io/video-react-sdk-0.5.8) (2024-03-29)
12
+
13
+ ### Dependency Updates
14
+
15
+ * `@stream-io/video-client` updated to version `0.6.6`
16
+ * `@stream-io/video-react-bindings` updated to version `0.4.6`
5
17
  ### [0.5.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.5.6...@stream-io/video-react-sdk-0.5.7) (2024-03-29)
6
18
 
7
19
  ### Dependency Updates
package/dist/index.cjs.js CHANGED
@@ -2281,7 +2281,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
2281
2281
  };
2282
2282
  const hasScreenShare = (p) => !!p?.publishedTracks.includes(videoClient.SfuModels.TrackType.SCREEN_SHARE);
2283
2283
 
2284
- const [major, minor, patch] = ("0.5.7" ).split('.');
2284
+ const [major, minor, patch] = ("0.5.9" ).split('.');
2285
2285
  videoClient.setSdkInfo({
2286
2286
  type: videoClient.SfuModels.SdkType.REACT,
2287
2287
  major,
package/dist/index.es.js CHANGED
@@ -2281,7 +2281,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
2281
2281
  };
2282
2282
  const hasScreenShare = (p) => !!p?.publishedTracks.includes(SfuModels.TrackType.SCREEN_SHARE);
2283
2283
 
2284
- const [major, minor, patch] = ("0.5.7" ).split('.');
2284
+ const [major, minor, patch] = ("0.5.9" ).split('.');
2285
2285
  setSdkInfo({
2286
2286
  type: SfuModels.SdkType.REACT,
2287
2287
  major,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-sdk",
3
- "version": "0.5.7",
3
+ "version": "0.5.9",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",
@@ -29,8 +29,8 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "@floating-ui/react": "^0.26.5",
32
- "@stream-io/video-client": "^0.6.5",
33
- "@stream-io/video-react-bindings": "^0.4.5",
32
+ "@stream-io/video-client": "^0.6.7",
33
+ "@stream-io/video-react-bindings": "^0.4.7",
34
34
  "chart.js": "^4.4.1",
35
35
  "clsx": "^2.0.0",
36
36
  "react-chartjs-2": "^5.2.0"