@stream-io/video-client 0.3.32 → 0.3.33

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,13 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [0.3.33](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.3.32...@stream-io/video-client-0.3.33) (2023-10-13)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **client:** disable server side tests ([#1143](https://github.com/GetStream/stream-video-js/issues/1143)) ([68043f3](https://github.com/GetStream/stream-video-js/commit/68043f35630a94f0097dafcee74afe67e1e6054f))
11
+
5
12
  ### [0.3.32](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.3.31...@stream-io/video-client-0.3.32) (2023-10-13)
6
13
 
7
14
 
@@ -13482,7 +13482,7 @@ class WSConnectionFallback {
13482
13482
  }
13483
13483
  }
13484
13484
 
13485
- const version = '0.3.32';
13485
+ const version = '0.3.33';
13486
13486
 
13487
13487
  const logger = getLogger(['location']);
13488
13488
  const HINT_URL = `https://hint.stream-io-video.com/`;