@stream-io/video-react-sdk 0.4.21 → 0.4.23

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.4.23](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.4.22...@stream-io/video-react-sdk-0.4.23) (2024-02-06)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `0.5.8`
10
+ * `@stream-io/video-react-bindings` updated to version `0.3.19`
11
+ ### [0.4.22](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.4.21...@stream-io/video-react-sdk-0.4.22) (2024-01-29)
12
+
13
+ ### Dependency Updates
14
+
15
+ * `@stream-io/video-client` updated to version `0.5.7`
16
+ * `@stream-io/video-react-bindings` updated to version `0.3.18`
5
17
  ### [0.4.21](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.4.20...@stream-io/video-react-sdk-0.4.21) (2024-01-19)
6
18
 
7
19
  ### Dependency Updates
package/dist/index.cjs.js CHANGED
@@ -1977,7 +1977,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
1977
1977
  };
1978
1978
  const hasScreenShare = (p) => !!p?.publishedTracks.includes(videoClient.SfuModels.TrackType.SCREEN_SHARE);
1979
1979
 
1980
- const [major, minor, patch] = ("0.4.21" ).split('.');
1980
+ const [major, minor, patch] = ("0.4.23" ).split('.');
1981
1981
  videoClient.setSdkInfo({
1982
1982
  type: videoClient.SfuModels.SdkType.REACT,
1983
1983
  major,
package/dist/index.es.js CHANGED
@@ -1977,7 +1977,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
1977
1977
  };
1978
1978
  const hasScreenShare = (p) => !!p?.publishedTracks.includes(SfuModels.TrackType.SCREEN_SHARE);
1979
1979
 
1980
- const [major, minor, patch] = ("0.4.21" ).split('.');
1980
+ const [major, minor, patch] = ("0.4.23" ).split('.');
1981
1981
  setSdkInfo({
1982
1982
  type: SfuModels.SdkType.REACT,
1983
1983
  major,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-sdk",
3
- "version": "0.4.21",
3
+ "version": "0.4.23",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",
@@ -31,8 +31,8 @@
31
31
  "@floating-ui/react": "^0.26.1",
32
32
  "@nivo/core": "^0.80.0",
33
33
  "@nivo/line": "^0.80.0",
34
- "@stream-io/video-client": "^0.5.6",
35
- "@stream-io/video-react-bindings": "^0.3.17",
34
+ "@stream-io/video-client": "^0.5.8",
35
+ "@stream-io/video-react-bindings": "^0.3.19",
36
36
  "clsx": "^2.0.0",
37
37
  "prop-types": "^15.8.1"
38
38
  },