@stream-io/video-client 0.0.1-alpha.124 → 0.0.1-alpha.125

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.125](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.124...client0.0.1-alpha.125) (2023-05-08)
6
+
7
+
8
+
5
9
  ## [0.0.1-alpha.124](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.123...client0.0.1-alpha.124) (2023-05-05)
6
10
 
7
11
 
@@ -10250,7 +10250,7 @@ class StreamClient {
10250
10250
  }
10251
10251
  getUserAgent() {
10252
10252
  return (this.userAgent ||
10253
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.123"}`);
10253
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.124"}`);
10254
10254
  }
10255
10255
  setUserAgent(userAgent) {
10256
10256
  this.userAgent = userAgent;
package/dist/index.cjs.js CHANGED
@@ -10256,7 +10256,7 @@ class StreamClient {
10256
10256
  }
10257
10257
  getUserAgent() {
10258
10258
  return (this.userAgent ||
10259
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.123"}`);
10259
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.124"}`);
10260
10260
  }
10261
10261
  setUserAgent(userAgent) {
10262
10262
  this.userAgent = userAgent;
package/dist/index.es.js CHANGED
@@ -10254,7 +10254,7 @@ class StreamClient {
10254
10254
  }
10255
10255
  getUserAgent() {
10256
10256
  return (this.userAgent ||
10257
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.123"}`);
10257
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.124"}`);
10258
10258
  }
10259
10259
  setUserAgent(userAgent) {
10260
10260
  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.124",
3
+ "version": "0.0.1-alpha.125",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",