@stream-io/video-react-sdk 1.24.2 → 1.24.3
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 +7 -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,13 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [1.24.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.24.2...@stream-io/video-react-sdk-1.24.3) (2025-10-27)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
- `@stream-io/video-client` updated to version `1.35.1`
|
|
10
|
+
- `@stream-io/video-react-bindings` updated to version `1.10.3`
|
|
11
|
+
|
|
5
12
|
## [1.24.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.24.1...@stream-io/video-react-sdk-1.24.2) (2025-10-24)
|
|
6
13
|
|
|
7
14
|
### Dependency Updates
|
package/dist/index.cjs.js
CHANGED
|
@@ -3006,7 +3006,7 @@ const checkCanJoinEarly = (startsAt, joinAheadTimeSeconds) => {
|
|
|
3006
3006
|
return Date.now() >= +startsAt - (joinAheadTimeSeconds ?? 0) * 1000;
|
|
3007
3007
|
};
|
|
3008
3008
|
|
|
3009
|
-
const [major, minor, patch] = ("1.24.
|
|
3009
|
+
const [major, minor, patch] = ("1.24.3").split('.');
|
|
3010
3010
|
videoClient.setSdkInfo({
|
|
3011
3011
|
type: videoClient.SfuModels.SdkType.REACT,
|
|
3012
3012
|
major,
|
package/dist/index.es.js
CHANGED
|
@@ -3006,7 +3006,7 @@ const checkCanJoinEarly = (startsAt, joinAheadTimeSeconds) => {
|
|
|
3006
3006
|
return Date.now() >= +startsAt - (joinAheadTimeSeconds ?? 0) * 1000;
|
|
3007
3007
|
};
|
|
3008
3008
|
|
|
3009
|
-
const [major, minor, patch] = ("1.24.
|
|
3009
|
+
const [major, minor, patch] = ("1.24.3").split('.');
|
|
3010
3010
|
setSdkInfo({
|
|
3011
3011
|
type: SfuModels.SdkType.REACT,
|
|
3012
3012
|
major,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/video-react-sdk",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.3",
|
|
4
4
|
"main": "./dist/index.cjs.js",
|
|
5
5
|
"module": "./dist/index.es.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@floating-ui/react": "^0.27.6",
|
|
33
|
-
"@stream-io/video-client": "1.35.
|
|
33
|
+
"@stream-io/video-client": "1.35.1",
|
|
34
34
|
"@stream-io/video-filters-web": "0.3.0",
|
|
35
|
-
"@stream-io/video-react-bindings": "1.10.
|
|
35
|
+
"@stream-io/video-react-bindings": "1.10.3",
|
|
36
36
|
"chart.js": "^4.4.4",
|
|
37
37
|
"clsx": "^2.0.0",
|
|
38
38
|
"react-chartjs-2": "^5.3.0"
|