@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/CHANGELOG.md +4 -0
- package/dist/index.browser.es.js +1 -1
- package/dist/index.browser.es.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
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.
|
|
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;
|