@stream-io/video-react-sdk 0.4.1 → 0.4.2

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
+ ### [0.4.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.4.1...@stream-io/video-react-sdk-0.4.2) (2023-10-30)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `0.4.1`
10
+ * `@stream-io/video-react-bindings` updated to version `0.3.1`
5
11
  ### [0.4.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.4.0...@stream-io/video-react-sdk-0.4.1) (2023-10-27)
6
12
 
7
13
 
package/dist/index.cjs.js CHANGED
@@ -2097,7 +2097,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
2097
2097
  };
2098
2098
  const hasScreenShare = (p) => !!p?.publishedTracks.includes(videoClient.SfuModels.TrackType.SCREEN_SHARE);
2099
2099
 
2100
- const [major, minor, patch] = ("0.4.1" ).split('.');
2100
+ const [major, minor, patch] = ("0.4.2" ).split('.');
2101
2101
  videoClient.setSdkInfo({
2102
2102
  type: videoClient.SfuModels.SdkType.REACT,
2103
2103
  major,
package/dist/index.es.js CHANGED
@@ -2097,7 +2097,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
2097
2097
  };
2098
2098
  const hasScreenShare = (p) => !!p?.publishedTracks.includes(SfuModels.TrackType.SCREEN_SHARE);
2099
2099
 
2100
- const [major, minor, patch] = ("0.4.1" ).split('.');
2100
+ const [major, minor, patch] = ("0.4.2" ).split('.');
2101
2101
  setSdkInfo({
2102
2102
  type: SfuModels.SdkType.REACT,
2103
2103
  major,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-sdk",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
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.22.0",
32
32
  "@nivo/core": "^0.80.0",
33
33
  "@nivo/line": "^0.80.0",
34
- "@stream-io/video-client": "^0.4.0",
35
- "@stream-io/video-react-bindings": "^0.3.0",
34
+ "@stream-io/video-client": "^0.4.1",
35
+ "@stream-io/video-react-bindings": "^0.3.1",
36
36
  "clsx": "^2.0.0",
37
37
  "prop-types": "^15.8.1",
38
38
  "rxjs": "~7.8.1"