@stream-io/video-client 0.0.1-alpha.185 → 0.0.1-alpha.186

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,10 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.0.1-alpha.186](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.185...client0.0.1-alpha.186) (2023-05-25)
6
+
7
+
8
+
5
9
  ## [0.0.1-alpha.185](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.184...client0.0.1-alpha.185) (2023-05-25)
6
10
 
7
11
 
@@ -10875,7 +10875,7 @@ class StreamClient {
10875
10875
  }
10876
10876
  getUserAgent() {
10877
10877
  return (this.userAgent ||
10878
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.184"}`);
10878
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.185"}`);
10879
10879
  }
10880
10880
  setUserAgent(userAgent) {
10881
10881
  this.userAgent = userAgent;
package/dist/index.cjs.js CHANGED
@@ -10880,7 +10880,7 @@ class StreamClient {
10880
10880
  }
10881
10881
  getUserAgent() {
10882
10882
  return (this.userAgent ||
10883
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.184"}`);
10883
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.185"}`);
10884
10884
  }
10885
10885
  setUserAgent(userAgent) {
10886
10886
  this.userAgent = userAgent;
package/dist/index.es.js CHANGED
@@ -10879,7 +10879,7 @@ class StreamClient {
10879
10879
  }
10880
10880
  getUserAgent() {
10881
10881
  return (this.userAgent ||
10882
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.184"}`);
10882
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.185"}`);
10883
10883
  }
10884
10884
  setUserAgent(userAgent) {
10885
10885
  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.185",
3
+ "version": "0.0.1-alpha.186",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",