@stream-io/video-client 0.0.2-alpha.3 → 0.0.2-alpha.4

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