@stream-io/video-client 0.0.1-alpha.147 → 0.0.1-alpha.148

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.148](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.147...client0.0.1-alpha.148) (2023-05-16)
6
+
7
+
8
+
5
9
  ## [0.0.1-alpha.147](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.146...client0.0.1-alpha.147) (2023-05-16)
6
10
 
7
11
 
@@ -10620,7 +10620,7 @@ class StreamClient {
10620
10620
  }
10621
10621
  getUserAgent() {
10622
10622
  return (this.userAgent ||
10623
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.146"}`);
10623
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.147"}`);
10624
10624
  }
10625
10625
  setUserAgent(userAgent) {
10626
10626
  this.userAgent = userAgent;
package/dist/index.cjs.js CHANGED
@@ -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.146"}`);
10629
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.147"}`);
10630
10630
  }
10631
10631
  setUserAgent(userAgent) {
10632
10632
  this.userAgent = userAgent;
package/dist/index.es.js CHANGED
@@ -10624,7 +10624,7 @@ class StreamClient {
10624
10624
  }
10625
10625
  getUserAgent() {
10626
10626
  return (this.userAgent ||
10627
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.146"}`);
10627
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.147"}`);
10628
10628
  }
10629
10629
  setUserAgent(userAgent) {
10630
10630
  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.147",
3
+ "version": "0.0.1-alpha.148",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",