@stream-io/video-client 0.3.7 → 0.3.8

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.8](https://github.com/GetStream/stream-video-js/compare/client0.3.7...client0.3.8) (2023-08-29)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * type definition of user object for ws auth ([#1003](https://github.com/GetStream/stream-video-js/issues/1003)) ([e0ed3d1](https://github.com/GetStream/stream-video-js/commit/e0ed3d17214e9a300d84c85a0e168ad4a7d16239))
11
+
5
12
  ### [0.3.7](https://github.com/GetStream/stream-video-js/compare/client0.3.6...client0.3.7) (2023-08-24)
6
13
 
7
14
 
@@ -12513,7 +12513,7 @@ class WSConnectionFallback {
12513
12513
  }
12514
12514
  }
12515
12515
 
12516
- const version = '0.3.7';
12516
+ const version = '0.3.8';
12517
12517
 
12518
12518
  const logger = getLogger(['location']);
12519
12519
  const HINT_URL = `https://hint.stream-io-video.com/`;