@stream-io/video-react-sdk 1.7.11 → 1.7.12

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,11 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.7.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.11...@stream-io/video-react-sdk-1.7.12) (2024-11-08)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-filters-web` updated to version `0.1.5`
5
10
  ## [1.7.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.10...@stream-io/video-react-sdk-1.7.11) (2024-11-07)
6
11
 
7
12
  ### Dependency Updates
package/dist/index.cjs.js CHANGED
@@ -2529,7 +2529,7 @@ const LivestreamPlayer = (props) => {
2529
2529
  return (jsxRuntime.jsx(StreamCall, { call: call, children: jsxRuntime.jsx(LivestreamLayout, { ...layoutProps }) }));
2530
2530
  };
2531
2531
 
2532
- const [major, minor, patch] = ("1.7.11").split('.');
2532
+ const [major, minor, patch] = ("1.7.12").split('.');
2533
2533
  videoClient.setSdkInfo({
2534
2534
  type: videoClient.SfuModels.SdkType.REACT,
2535
2535
  major,
package/dist/index.es.js CHANGED
@@ -2529,7 +2529,7 @@ const LivestreamPlayer = (props) => {
2529
2529
  return (jsx(StreamCall, { call: call, children: jsx(LivestreamLayout, { ...layoutProps }) }));
2530
2530
  };
2531
2531
 
2532
- const [major, minor, patch] = ("1.7.11").split('.');
2532
+ const [major, minor, patch] = ("1.7.12").split('.');
2533
2533
  setSdkInfo({
2534
2534
  type: SfuModels.SdkType.REACT,
2535
2535
  major,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-sdk",
3
- "version": "1.7.11",
3
+ "version": "1.7.12",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@floating-ui/react": "^0.26.24",
35
35
  "@stream-io/video-client": "1.10.5",
36
- "@stream-io/video-filters-web": "0.1.4",
36
+ "@stream-io/video-filters-web": "0.1.5",
37
37
  "@stream-io/video-react-bindings": "1.1.16",
38
38
  "chart.js": "^4.4.4",
39
39
  "clsx": "^2.0.0",