@stream-io/video-react-sdk 1.1.4 → 1.1.5
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 +5 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
### [1.1.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.1.4...@stream-io/video-react-sdk-1.1.5) (2024-06-07)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `@stream-io/audio-filters-web` updated to version `0.2.0`
|
|
5
10
|
### [1.1.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.1.3...@stream-io/video-react-sdk-1.1.4) (2024-06-05)
|
|
6
11
|
|
|
7
12
|
### Dependency Updates
|
package/dist/index.cjs.js
CHANGED
|
@@ -2591,7 +2591,7 @@ const LivestreamPlayer = (props) => {
|
|
|
2591
2591
|
return (jsxRuntime.jsx(StreamCall, { call: call, children: jsxRuntime.jsx(LivestreamLayout, { ...layoutProps }) }));
|
|
2592
2592
|
};
|
|
2593
2593
|
|
|
2594
|
-
const [major, minor, patch] = ("1.1.
|
|
2594
|
+
const [major, minor, patch] = ("1.1.5" ).split('.');
|
|
2595
2595
|
videoClient.setSdkInfo({
|
|
2596
2596
|
type: videoClient.SfuModels.SdkType.REACT,
|
|
2597
2597
|
major,
|
package/dist/index.es.js
CHANGED
|
@@ -2591,7 +2591,7 @@ const LivestreamPlayer = (props) => {
|
|
|
2591
2591
|
return (jsx(StreamCall, { call: call, children: jsx(LivestreamLayout, { ...layoutProps }) }));
|
|
2592
2592
|
};
|
|
2593
2593
|
|
|
2594
|
-
const [major, minor, patch] = ("1.1.
|
|
2594
|
+
const [major, minor, patch] = ("1.1.5" ).split('.');
|
|
2595
2595
|
setSdkInfo({
|
|
2596
2596
|
type: SfuModels.SdkType.REACT,
|
|
2597
2597
|
major,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/video-react-sdk",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"packageManager": "yarn@3.2.4",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.es.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@rollup/plugin-json": "^6.1.0",
|
|
44
44
|
"@rollup/plugin-replace": "^5.0.5",
|
|
45
45
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
46
|
-
"@stream-io/audio-filters-web": "^0.
|
|
46
|
+
"@stream-io/audio-filters-web": "^0.2.0",
|
|
47
47
|
"@stream-io/video-styling": "^1.0.4",
|
|
48
48
|
"@types/react": "^18.3.2",
|
|
49
49
|
"react": "^18.3.1",
|