@stream-io/video-client 0.0.1-alpha.164 → 0.0.1-alpha.166
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.166](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.165...client0.0.1-alpha.166) (2023-05-19)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## [0.0.1-alpha.165](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.164...client0.0.1-alpha.165) (2023-05-19)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
5
13
|
## [0.0.1-alpha.164](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.163...client0.0.1-alpha.164) (2023-05-19)
|
|
6
14
|
|
|
7
15
|
|
package/dist/index.browser.es.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.165"}`);
|
|
10630
10630
|
}
|
|
10631
10631
|
setUserAgent(userAgent) {
|
|
10632
10632
|
this.userAgent = userAgent;
|
package/dist/index.cjs.js
CHANGED
|
@@ -10632,7 +10632,7 @@ class StreamClient {
|
|
|
10632
10632
|
}
|
|
10633
10633
|
getUserAgent() {
|
|
10634
10634
|
return (this.userAgent ||
|
|
10635
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10635
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.165"}`);
|
|
10636
10636
|
}
|
|
10637
10637
|
setUserAgent(userAgent) {
|
|
10638
10638
|
this.userAgent = userAgent;
|
package/dist/index.es.js
CHANGED
|
@@ -10630,7 +10630,7 @@ class StreamClient {
|
|
|
10630
10630
|
}
|
|
10631
10631
|
getUserAgent() {
|
|
10632
10632
|
return (this.userAgent ||
|
|
10633
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10633
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.165"}`);
|
|
10634
10634
|
}
|
|
10635
10635
|
setUserAgent(userAgent) {
|
|
10636
10636
|
this.userAgent = userAgent;
|