@stream-io/video-client 0.0.2-alpha.1 → 0.0.2-alpha.2

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