@stream-io/video-client 0.0.1-alpha.151 → 0.0.1-alpha.153
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.153](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.152...client0.0.1-alpha.153) (2023-05-17)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## [0.0.1-alpha.152](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.151...client0.0.1-alpha.152) (2023-05-17)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
5
13
|
## [0.0.1-alpha.151](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.150...client0.0.1-alpha.151) (2023-05-16)
|
|
6
14
|
|
|
7
15
|
|
package/dist/index.browser.es.js
CHANGED
|
@@ -10636,7 +10636,7 @@ class StreamClient {
|
|
|
10636
10636
|
}
|
|
10637
10637
|
getUserAgent() {
|
|
10638
10638
|
return (this.userAgent ||
|
|
10639
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10639
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.152"}`);
|
|
10640
10640
|
}
|
|
10641
10641
|
setUserAgent(userAgent) {
|
|
10642
10642
|
this.userAgent = userAgent;
|
package/dist/index.cjs.js
CHANGED
|
@@ -10642,7 +10642,7 @@ class StreamClient {
|
|
|
10642
10642
|
}
|
|
10643
10643
|
getUserAgent() {
|
|
10644
10644
|
return (this.userAgent ||
|
|
10645
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10645
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.152"}`);
|
|
10646
10646
|
}
|
|
10647
10647
|
setUserAgent(userAgent) {
|
|
10648
10648
|
this.userAgent = userAgent;
|
package/dist/index.es.js
CHANGED
|
@@ -10640,7 +10640,7 @@ class StreamClient {
|
|
|
10640
10640
|
}
|
|
10641
10641
|
getUserAgent() {
|
|
10642
10642
|
return (this.userAgent ||
|
|
10643
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10643
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.152"}`);
|
|
10644
10644
|
}
|
|
10645
10645
|
setUserAgent(userAgent) {
|
|
10646
10646
|
this.userAgent = userAgent;
|