@stream-io/video-react-sdk 1.0.2 → 1.0.4
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 +12 -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,18 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
### [1.0.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.3...@stream-io/video-react-sdk-1.0.4) (2024-05-14)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `@stream-io/video-client` updated to version `1.0.4`
|
|
10
|
+
* `@stream-io/video-react-bindings` updated to version `0.4.30`
|
|
11
|
+
### [1.0.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.2...@stream-io/video-react-sdk-1.0.3) (2024-05-13)
|
|
12
|
+
|
|
13
|
+
### Dependency Updates
|
|
14
|
+
|
|
15
|
+
* `@stream-io/video-client` updated to version `1.0.3`
|
|
16
|
+
* `@stream-io/video-react-bindings` updated to version `0.4.29`
|
|
5
17
|
### [1.0.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.1...@stream-io/video-react-sdk-1.0.2) (2024-05-13)
|
|
6
18
|
|
|
7
19
|
### Dependency Updates
|
package/dist/index.cjs.js
CHANGED
|
@@ -2514,7 +2514,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
|
|
|
2514
2514
|
};
|
|
2515
2515
|
const hasScreenShare = (p) => !!p?.publishedTracks.includes(videoClient.SfuModels.TrackType.SCREEN_SHARE);
|
|
2516
2516
|
|
|
2517
|
-
const [major, minor, patch] = ("1.0.
|
|
2517
|
+
const [major, minor, patch] = ("1.0.4" ).split('.');
|
|
2518
2518
|
videoClient.setSdkInfo({
|
|
2519
2519
|
type: videoClient.SfuModels.SdkType.REACT,
|
|
2520
2520
|
major,
|
package/dist/index.es.js
CHANGED
|
@@ -2514,7 +2514,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
|
|
|
2514
2514
|
};
|
|
2515
2515
|
const hasScreenShare = (p) => !!p?.publishedTracks.includes(SfuModels.TrackType.SCREEN_SHARE);
|
|
2516
2516
|
|
|
2517
|
-
const [major, minor, patch] = ("1.0.
|
|
2517
|
+
const [major, minor, patch] = ("1.0.4" ).split('.');
|
|
2518
2518
|
setSdkInfo({
|
|
2519
2519
|
type: SfuModels.SdkType.REACT,
|
|
2520
2520
|
major,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/video-react-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"packageManager": "yarn@3.2.4",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.es.js",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@floating-ui/react": "^0.26.5",
|
|
32
|
-
"@stream-io/video-client": "1.0.
|
|
32
|
+
"@stream-io/video-client": "1.0.4",
|
|
33
33
|
"@stream-io/video-filters-web": "0.1.0",
|
|
34
|
-
"@stream-io/video-react-bindings": "0.4.
|
|
34
|
+
"@stream-io/video-react-bindings": "0.4.30",
|
|
35
35
|
"chart.js": "^4.4.1",
|
|
36
36
|
"clsx": "^2.0.0",
|
|
37
37
|
"react-chartjs-2": "^5.2.0"
|