@stream-io/video-client 0.0.45 → 0.0.46

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.0.46](https://github.com/GetStream/stream-video-js/compare/client0.0.45...client0.0.46) (2023-07-14)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * version.ts override ([4238936](https://github.com/GetStream/stream-video-js/commit/4238936ec5d24c4ec1ce2147eb4ac2d7b74935ca))
11
+
5
12
  ### [0.0.45](https://github.com/GetStream/stream-video-js/compare/client0.0.44...client0.0.45) (2023-07-14)
6
13
 
7
14
 
@@ -11330,7 +11330,7 @@ class WSConnectionFallback {
11330
11330
  }
11331
11331
  }
11332
11332
 
11333
- const version = '0.0.43';
11333
+ const version = '0.0.46';
11334
11334
 
11335
11335
  class StreamClient {
11336
11336
  /**