@stream-io/video-react-sdk 1.11.6 → 1.11.7
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.11.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.11.6...@stream-io/video-react-sdk-1.11.7) (2025-02-07)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `@stream-io/video-client` updated to version `1.16.4`
|
|
10
|
+
* `@stream-io/video-react-bindings` updated to version `1.4.12`
|
|
5
11
|
## [1.11.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.11.5...@stream-io/video-react-sdk-1.11.6) (2025-02-07)
|
|
6
12
|
|
|
7
13
|
|
package/dist/index.cjs.js
CHANGED
|
@@ -2639,7 +2639,7 @@ const LivestreamPlayer = (props) => {
|
|
|
2639
2639
|
return (jsxRuntime.jsx(StreamCall, { call: call, children: jsxRuntime.jsx(LivestreamLayout, { ...layoutProps }) }));
|
|
2640
2640
|
};
|
|
2641
2641
|
|
|
2642
|
-
const [major, minor, patch] = ("1.11.
|
|
2642
|
+
const [major, minor, patch] = ("1.11.7").split('.');
|
|
2643
2643
|
videoClient.setSdkInfo({
|
|
2644
2644
|
type: videoClient.SfuModels.SdkType.REACT,
|
|
2645
2645
|
major,
|
package/dist/index.es.js
CHANGED
|
@@ -2639,7 +2639,7 @@ const LivestreamPlayer = (props) => {
|
|
|
2639
2639
|
return (jsx(StreamCall, { call: call, children: jsx(LivestreamLayout, { ...layoutProps }) }));
|
|
2640
2640
|
};
|
|
2641
2641
|
|
|
2642
|
-
const [major, minor, patch] = ("1.11.
|
|
2642
|
+
const [major, minor, patch] = ("1.11.7").split('.');
|
|
2643
2643
|
setSdkInfo({
|
|
2644
2644
|
type: SfuModels.SdkType.REACT,
|
|
2645
2645
|
major,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/video-react-sdk",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.7",
|
|
4
4
|
"packageManager": "yarn@3.2.4",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.es.js",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@floating-ui/react": "^0.26.24",
|
|
34
|
-
"@stream-io/video-client": "1.16.
|
|
34
|
+
"@stream-io/video-client": "1.16.4",
|
|
35
35
|
"@stream-io/video-filters-web": "0.1.6",
|
|
36
|
-
"@stream-io/video-react-bindings": "1.4.
|
|
36
|
+
"@stream-io/video-react-bindings": "1.4.12",
|
|
37
37
|
"chart.js": "^4.4.4",
|
|
38
38
|
"clsx": "^2.0.0",
|
|
39
39
|
"react-chartjs-2": "^5.3.0"
|