@stream-io/video-client 0.0.1-alpha.164 → 0.0.1-alpha.166

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,14 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.0.1-alpha.166](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.165...client0.0.1-alpha.166) (2023-05-19)
6
+
7
+
8
+
9
+ ## [0.0.1-alpha.165](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.164...client0.0.1-alpha.165) (2023-05-19)
10
+
11
+
12
+
5
13
  ## [0.0.1-alpha.164](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.163...client0.0.1-alpha.164) (2023-05-19)
6
14
 
7
15
 
@@ -10626,7 +10626,7 @@ class StreamClient {
10626
10626
  }
10627
10627
  getUserAgent() {
10628
10628
  return (this.userAgent ||
10629
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.163"}`);
10629
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.165"}`);
10630
10630
  }
10631
10631
  setUserAgent(userAgent) {
10632
10632
  this.userAgent = userAgent;
package/dist/index.cjs.js CHANGED
@@ -10632,7 +10632,7 @@ class StreamClient {
10632
10632
  }
10633
10633
  getUserAgent() {
10634
10634
  return (this.userAgent ||
10635
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.163"}`);
10635
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.165"}`);
10636
10636
  }
10637
10637
  setUserAgent(userAgent) {
10638
10638
  this.userAgent = userAgent;
package/dist/index.es.js CHANGED
@@ -10630,7 +10630,7 @@ class StreamClient {
10630
10630
  }
10631
10631
  getUserAgent() {
10632
10632
  return (this.userAgent ||
10633
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.163"}`);
10633
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.165"}`);
10634
10634
  }
10635
10635
  setUserAgent(userAgent) {
10636
10636
  this.userAgent = userAgent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-client",
3
- "version": "0.0.1-alpha.164",
3
+ "version": "0.0.1-alpha.166",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",