@stream-io/video-client 0.0.1-alpha.185 → 0.0.1-alpha.186
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.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/package.json +1 -1
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.186](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.185...client0.0.1-alpha.186) (2023-05-25)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [0.0.1-alpha.185](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.184...client0.0.1-alpha.185) (2023-05-25)
|
|
6
10
|
|
|
7
11
|
|
package/dist/index.browser.es.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.1-alpha.
|
|
10878
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.185"}`);
|
|
10879
10879
|
}
|
|
10880
10880
|
setUserAgent(userAgent) {
|
|
10881
10881
|
this.userAgent = userAgent;
|
package/dist/index.cjs.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.1-alpha.
|
|
10883
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.185"}`);
|
|
10884
10884
|
}
|
|
10885
10885
|
setUserAgent(userAgent) {
|
|
10886
10886
|
this.userAgent = userAgent;
|
package/dist/index.es.js
CHANGED
|
@@ -10879,7 +10879,7 @@ class StreamClient {
|
|
|
10879
10879
|
}
|
|
10880
10880
|
getUserAgent() {
|
|
10881
10881
|
return (this.userAgent ||
|
|
10882
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10882
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.185"}`);
|
|
10883
10883
|
}
|
|
10884
10884
|
setUserAgent(userAgent) {
|
|
10885
10885
|
this.userAgent = userAgent;
|