@stream-io/video-client 0.0.1-alpha.170 → 0.0.1-alpha.172
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 +8 -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,14 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.0.1-alpha.172](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.171...client0.0.1-alpha.172) (2023-05-22)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## [0.0.1-alpha.171](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.170...client0.0.1-alpha.171) (2023-05-22)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
5
13
|
## [0.0.1-alpha.170](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.169...client0.0.1-alpha.170) (2023-05-22)
|
|
6
14
|
|
|
7
15
|
|
package/dist/index.browser.es.js
CHANGED
|
@@ -10722,7 +10722,7 @@ class StreamClient {
|
|
|
10722
10722
|
}
|
|
10723
10723
|
getUserAgent() {
|
|
10724
10724
|
return (this.userAgent ||
|
|
10725
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10725
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.171"}`);
|
|
10726
10726
|
}
|
|
10727
10727
|
setUserAgent(userAgent) {
|
|
10728
10728
|
this.userAgent = userAgent;
|
package/dist/index.cjs.js
CHANGED
|
@@ -10727,7 +10727,7 @@ class StreamClient {
|
|
|
10727
10727
|
}
|
|
10728
10728
|
getUserAgent() {
|
|
10729
10729
|
return (this.userAgent ||
|
|
10730
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10730
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.171"}`);
|
|
10731
10731
|
}
|
|
10732
10732
|
setUserAgent(userAgent) {
|
|
10733
10733
|
this.userAgent = userAgent;
|
package/dist/index.es.js
CHANGED
|
@@ -10726,7 +10726,7 @@ class StreamClient {
|
|
|
10726
10726
|
}
|
|
10727
10727
|
getUserAgent() {
|
|
10728
10728
|
return (this.userAgent ||
|
|
10729
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10729
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.171"}`);
|
|
10730
10730
|
}
|
|
10731
10731
|
setUserAgent(userAgent) {
|
|
10732
10732
|
this.userAgent = userAgent;
|