@stream-io/video-client 0.0.2-alpha.21 → 0.0.2-alpha.22

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.2-alpha.22](https://github.com/GetStream/stream-video-js/compare/client0.0.2-alpha.21...client0.0.2-alpha.22) (2023-06-02)
6
+
7
+
8
+
5
9
  ## [0.0.2-alpha.21](https://github.com/GetStream/stream-video-js/compare/client0.0.2-alpha.20...client0.0.2-alpha.21) (2023-06-02)
6
10
 
7
11
 
@@ -10983,7 +10983,7 @@ class StreamClient {
10983
10983
  }
10984
10984
  getUserAgent() {
10985
10985
  return (this.userAgent ||
10986
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.20"}`);
10986
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.21"}`);
10987
10987
  }
10988
10988
  setUserAgent(userAgent) {
10989
10989
  this.userAgent = userAgent;
package/dist/index.cjs.js CHANGED
@@ -10988,7 +10988,7 @@ class StreamClient {
10988
10988
  }
10989
10989
  getUserAgent() {
10990
10990
  return (this.userAgent ||
10991
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.20"}`);
10991
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.21"}`);
10992
10992
  }
10993
10993
  setUserAgent(userAgent) {
10994
10994
  this.userAgent = userAgent;
package/dist/index.es.js CHANGED
@@ -10987,7 +10987,7 @@ class StreamClient {
10987
10987
  }
10988
10988
  getUserAgent() {
10989
10989
  return (this.userAgent ||
10990
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.20"}`);
10990
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.21"}`);
10991
10991
  }
10992
10992
  setUserAgent(userAgent) {
10993
10993
  this.userAgent = userAgent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-client",
3
- "version": "0.0.2-alpha.21",
3
+ "version": "0.0.2-alpha.22",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",