@stream-io/video-client 0.0.2-alpha.21 → 0.0.2-alpha.23
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.2-alpha.23](https://github.com/GetStream/stream-video-js/compare/client0.0.2-alpha.22...client0.0.2-alpha.23) (2023-06-02)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## [0.0.2-alpha.22](https://github.com/GetStream/stream-video-js/compare/client0.0.2-alpha.21...client0.0.2-alpha.22) (2023-06-02)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
5
13
|
## [0.0.2-alpha.21](https://github.com/GetStream/stream-video-js/compare/client0.0.2-alpha.20...client0.0.2-alpha.21) (2023-06-02)
|
|
6
14
|
|
|
7
15
|
|
package/dist/index.browser.es.js
CHANGED
|
@@ -10983,7 +10983,7 @@ class StreamClient {
|
|
|
10983
10983
|
}
|
|
10984
10984
|
getUserAgent() {
|
|
10985
10985
|
return (this.userAgent ||
|
|
10986
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.
|
|
10986
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.22"}`);
|
|
10987
10987
|
}
|
|
10988
10988
|
setUserAgent(userAgent) {
|
|
10989
10989
|
this.userAgent = userAgent;
|
package/dist/index.cjs.js
CHANGED
|
@@ -10988,7 +10988,7 @@ class StreamClient {
|
|
|
10988
10988
|
}
|
|
10989
10989
|
getUserAgent() {
|
|
10990
10990
|
return (this.userAgent ||
|
|
10991
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.
|
|
10991
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.22"}`);
|
|
10992
10992
|
}
|
|
10993
10993
|
setUserAgent(userAgent) {
|
|
10994
10994
|
this.userAgent = userAgent;
|
package/dist/index.es.js
CHANGED
|
@@ -10987,7 +10987,7 @@ class StreamClient {
|
|
|
10987
10987
|
}
|
|
10988
10988
|
getUserAgent() {
|
|
10989
10989
|
return (this.userAgent ||
|
|
10990
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.
|
|
10990
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.22"}`);
|
|
10991
10991
|
}
|
|
10992
10992
|
setUserAgent(userAgent) {
|
|
10993
10993
|
this.userAgent = userAgent;
|