@stream-io/video-client 0.0.1-alpha.172 → 0.0.1-alpha.173

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.173](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.172...client0.0.1-alpha.173) (2023-05-23)
6
+
7
+
8
+
5
9
  ## [0.0.1-alpha.172](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.171...client0.0.1-alpha.172) (2023-05-22)
6
10
 
7
11
 
@@ -10722,7 +10722,7 @@ class StreamClient {
10722
10722
  }
10723
10723
  getUserAgent() {
10724
10724
  return (this.userAgent ||
10725
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.171"}`);
10725
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.172"}`);
10726
10726
  }
10727
10727
  setUserAgent(userAgent) {
10728
10728
  this.userAgent = userAgent;
package/dist/index.cjs.js CHANGED
@@ -10727,7 +10727,7 @@ class StreamClient {
10727
10727
  }
10728
10728
  getUserAgent() {
10729
10729
  return (this.userAgent ||
10730
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.171"}`);
10730
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.172"}`);
10731
10731
  }
10732
10732
  setUserAgent(userAgent) {
10733
10733
  this.userAgent = userAgent;
package/dist/index.es.js CHANGED
@@ -10726,7 +10726,7 @@ class StreamClient {
10726
10726
  }
10727
10727
  getUserAgent() {
10728
10728
  return (this.userAgent ||
10729
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.171"}`);
10729
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.172"}`);
10730
10730
  }
10731
10731
  setUserAgent(userAgent) {
10732
10732
  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.172",
3
+ "version": "0.0.1-alpha.173",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",