@stream-io/video-client 0.0.1-alpha.182 → 0.0.1-alpha.183
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.183](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.182...client0.0.1-alpha.183) (2023-05-25)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [0.0.1-alpha.182](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.181...client0.0.1-alpha.182) (2023-05-25)
|
|
6
10
|
|
|
7
11
|
|
package/dist/index.browser.es.js
CHANGED
|
@@ -10799,7 +10799,7 @@ class StreamClient {
|
|
|
10799
10799
|
}
|
|
10800
10800
|
getUserAgent() {
|
|
10801
10801
|
return (this.userAgent ||
|
|
10802
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10802
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.182"}`);
|
|
10803
10803
|
}
|
|
10804
10804
|
setUserAgent(userAgent) {
|
|
10805
10805
|
this.userAgent = userAgent;
|
package/dist/index.cjs.js
CHANGED
|
@@ -10804,7 +10804,7 @@ class StreamClient {
|
|
|
10804
10804
|
}
|
|
10805
10805
|
getUserAgent() {
|
|
10806
10806
|
return (this.userAgent ||
|
|
10807
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10807
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.182"}`);
|
|
10808
10808
|
}
|
|
10809
10809
|
setUserAgent(userAgent) {
|
|
10810
10810
|
this.userAgent = userAgent;
|
package/dist/index.es.js
CHANGED
|
@@ -10803,7 +10803,7 @@ class StreamClient {
|
|
|
10803
10803
|
}
|
|
10804
10804
|
getUserAgent() {
|
|
10805
10805
|
return (this.userAgent ||
|
|
10806
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10806
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.182"}`);
|
|
10807
10807
|
}
|
|
10808
10808
|
setUserAgent(userAgent) {
|
|
10809
10809
|
this.userAgent = userAgent;
|