@stream-io/video-react-sdk 1.3.1 → 1.3.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 +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
|
+
## [1.3.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.3.1...@stream-io/video-react-sdk-1.3.2) (2024-09-05)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `@stream-io/video-client` updated to version `1.6.1`
|
|
10
|
+
* `@stream-io/video-react-bindings` updated to version `1.0.1`
|
|
5
11
|
## [1.3.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.3.0...@stream-io/video-react-sdk-1.3.1) (2024-09-05)
|
|
6
12
|
|
|
7
13
|
|
package/dist/index.cjs.js
CHANGED
|
@@ -2605,7 +2605,7 @@ const LivestreamPlayer = (props) => {
|
|
|
2605
2605
|
return (jsxRuntime.jsx(StreamCall, { call: call, children: jsxRuntime.jsx(LivestreamLayout, { ...layoutProps }) }));
|
|
2606
2606
|
};
|
|
2607
2607
|
|
|
2608
|
-
const [major, minor, patch] = ("1.3.
|
|
2608
|
+
const [major, minor, patch] = ("1.3.2" ).split('.');
|
|
2609
2609
|
videoClient.setSdkInfo({
|
|
2610
2610
|
type: videoClient.SfuModels.SdkType.REACT,
|
|
2611
2611
|
major,
|
package/dist/index.es.js
CHANGED
|
@@ -2605,7 +2605,7 @@ const LivestreamPlayer = (props) => {
|
|
|
2605
2605
|
return (jsx(StreamCall, { call: call, children: jsx(LivestreamLayout, { ...layoutProps }) }));
|
|
2606
2606
|
};
|
|
2607
2607
|
|
|
2608
|
-
const [major, minor, patch] = ("1.3.
|
|
2608
|
+
const [major, minor, patch] = ("1.3.2" ).split('.');
|
|
2609
2609
|
setSdkInfo({
|
|
2610
2610
|
type: SfuModels.SdkType.REACT,
|
|
2611
2611
|
major,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/video-react-sdk",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
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.6.
|
|
32
|
+
"@stream-io/video-client": "1.6.1",
|
|
33
33
|
"@stream-io/video-filters-web": "0.1.3",
|
|
34
|
-
"@stream-io/video-react-bindings": "1.0.
|
|
34
|
+
"@stream-io/video-react-bindings": "1.0.1",
|
|
35
35
|
"chart.js": "^4.4.1",
|
|
36
36
|
"clsx": "^2.0.0",
|
|
37
37
|
"react-chartjs-2": "^5.2.0"
|