@stream-io/video-react-sdk 1.18.8 → 1.18.10

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 CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.18.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.18.9...@stream-io/video-react-sdk-1.18.10) (2025-07-07)
6
+
7
+ ### Dependency Updates
8
+
9
+ - `@stream-io/video-client` updated to version `1.25.4`
10
+ - `@stream-io/video-react-bindings` updated to version `1.7.5`
11
+
12
+ ## [1.18.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.18.8...@stream-io/video-react-sdk-1.18.9) (2025-07-03)
13
+
14
+ ### Dependency Updates
15
+
16
+ - `@stream-io/video-client` updated to version `1.25.3`
17
+ - `@stream-io/video-react-bindings` updated to version `1.7.4`
18
+
5
19
  ## [1.18.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.18.7...@stream-io/video-react-sdk-1.18.8) (2025-07-02)
6
20
 
7
21
  ### Dependency Updates
package/dist/index.cjs.js CHANGED
@@ -2937,7 +2937,7 @@ const checkCanJoinEarly = (startsAt, joinAheadTimeSeconds) => {
2937
2937
  return Date.now() >= +startsAt - (joinAheadTimeSeconds ?? 0) * 1000;
2938
2938
  };
2939
2939
 
2940
- const [major, minor, patch] = ("1.18.8").split('.');
2940
+ const [major, minor, patch] = ("1.18.10").split('.');
2941
2941
  videoClient.setSdkInfo({
2942
2942
  type: videoClient.SfuModels.SdkType.REACT,
2943
2943
  major,