@stream-io/video-react-sdk 0.4.10 → 0.4.11
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 +6 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/package.json +3 -3
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.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.4.10...@stream-io/video-react-sdk-0.4.11) (2023-11-16)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `@stream-io/video-client` updated to version `0.4.8`
|
|
10
|
+
* `@stream-io/video-react-bindings` updated to version `0.3.8`
|
|
5
11
|
### [0.4.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.4.9...@stream-io/video-react-sdk-0.4.10) (2023-11-13)
|
|
6
12
|
|
|
7
13
|
### Dependency Updates
|
package/dist/index.cjs.js
CHANGED
|
@@ -1965,7 +1965,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
|
|
|
1965
1965
|
};
|
|
1966
1966
|
const hasScreenShare = (p) => !!p?.publishedTracks.includes(videoClient.SfuModels.TrackType.SCREEN_SHARE);
|
|
1967
1967
|
|
|
1968
|
-
const [major, minor, patch] = ("0.4.
|
|
1968
|
+
const [major, minor, patch] = ("0.4.11" ).split('.');
|
|
1969
1969
|
videoClient.setSdkInfo({
|
|
1970
1970
|
type: videoClient.SfuModels.SdkType.REACT,
|
|
1971
1971
|
major,
|
package/dist/index.es.js
CHANGED
|
@@ -1965,7 +1965,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
|
|
|
1965
1965
|
};
|
|
1966
1966
|
const hasScreenShare = (p) => !!p?.publishedTracks.includes(SfuModels.TrackType.SCREEN_SHARE);
|
|
1967
1967
|
|
|
1968
|
-
const [major, minor, patch] = ("0.4.
|
|
1968
|
+
const [major, minor, patch] = ("0.4.11" ).split('.');
|
|
1969
1969
|
setSdkInfo({
|
|
1970
1970
|
type: SfuModels.SdkType.REACT,
|
|
1971
1971
|
major,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/video-react-sdk",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.11",
|
|
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.4.
|
|
35
|
-
"@stream-io/video-react-bindings": "^0.3.
|
|
34
|
+
"@stream-io/video-client": "^0.4.8",
|
|
35
|
+
"@stream-io/video-react-bindings": "^0.3.8",
|
|
36
36
|
"clsx": "^2.0.0",
|
|
37
37
|
"prop-types": "^15.8.1"
|
|
38
38
|
},
|