@stream-io/video-client 0.0.1-alpha.147 → 0.0.1-alpha.148
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.148](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.147...client0.0.1-alpha.148) (2023-05-16)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [0.0.1-alpha.147](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.146...client0.0.1-alpha.147) (2023-05-16)
|
|
6
10
|
|
|
7
11
|
|
package/dist/index.browser.es.js
CHANGED
|
@@ -10620,7 +10620,7 @@ class StreamClient {
|
|
|
10620
10620
|
}
|
|
10621
10621
|
getUserAgent() {
|
|
10622
10622
|
return (this.userAgent ||
|
|
10623
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10623
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.147"}`);
|
|
10624
10624
|
}
|
|
10625
10625
|
setUserAgent(userAgent) {
|
|
10626
10626
|
this.userAgent = userAgent;
|
package/dist/index.cjs.js
CHANGED
|
@@ -10626,7 +10626,7 @@ class StreamClient {
|
|
|
10626
10626
|
}
|
|
10627
10627
|
getUserAgent() {
|
|
10628
10628
|
return (this.userAgent ||
|
|
10629
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10629
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.147"}`);
|
|
10630
10630
|
}
|
|
10631
10631
|
setUserAgent(userAgent) {
|
|
10632
10632
|
this.userAgent = userAgent;
|
package/dist/index.es.js
CHANGED
|
@@ -10624,7 +10624,7 @@ class StreamClient {
|
|
|
10624
10624
|
}
|
|
10625
10625
|
getUserAgent() {
|
|
10626
10626
|
return (this.userAgent ||
|
|
10627
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10627
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.147"}`);
|
|
10628
10628
|
}
|
|
10629
10629
|
setUserAgent(userAgent) {
|
|
10630
10630
|
this.userAgent = userAgent;
|