@stream-io/video-client 0.0.1-alpha.182 → 0.0.1-alpha.183

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.183](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.182...client0.0.1-alpha.183) (2023-05-25)
6
+
7
+
8
+
5
9
  ## [0.0.1-alpha.182](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.181...client0.0.1-alpha.182) (2023-05-25)
6
10
 
7
11
 
@@ -10799,7 +10799,7 @@ class StreamClient {
10799
10799
  }
10800
10800
  getUserAgent() {
10801
10801
  return (this.userAgent ||
10802
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.181"}`);
10802
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.182"}`);
10803
10803
  }
10804
10804
  setUserAgent(userAgent) {
10805
10805
  this.userAgent = userAgent;
package/dist/index.cjs.js CHANGED
@@ -10804,7 +10804,7 @@ class StreamClient {
10804
10804
  }
10805
10805
  getUserAgent() {
10806
10806
  return (this.userAgent ||
10807
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.181"}`);
10807
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.182"}`);
10808
10808
  }
10809
10809
  setUserAgent(userAgent) {
10810
10810
  this.userAgent = userAgent;
package/dist/index.es.js CHANGED
@@ -10803,7 +10803,7 @@ class StreamClient {
10803
10803
  }
10804
10804
  getUserAgent() {
10805
10805
  return (this.userAgent ||
10806
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.181"}`);
10806
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.182"}`);
10807
10807
  }
10808
10808
  setUserAgent(userAgent) {
10809
10809
  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.182",
3
+ "version": "0.0.1-alpha.183",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",