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

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/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.1"}`);
10877
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.0"}`);
10878
10878
  }
10879
10879
  setUserAgent(userAgent) {
10880
10880
  this.userAgent = userAgent;