@stream-io/video-client 0.0.1-alpha.142 → 0.0.1-alpha.143
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.143](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.142...client0.0.1-alpha.143) (2023-05-16)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [0.0.1-alpha.142](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.141...client0.0.1-alpha.142) (2023-05-15)
|
|
6
10
|
|
|
7
11
|
|
package/dist/index.browser.es.js
CHANGED
|
@@ -10492,7 +10492,7 @@ class StreamClient {
|
|
|
10492
10492
|
}
|
|
10493
10493
|
getUserAgent() {
|
|
10494
10494
|
return (this.userAgent ||
|
|
10495
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10495
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.142"}`);
|
|
10496
10496
|
}
|
|
10497
10497
|
setUserAgent(userAgent) {
|
|
10498
10498
|
this.userAgent = userAgent;
|
package/dist/index.cjs.js
CHANGED
|
@@ -10498,7 +10498,7 @@ class StreamClient {
|
|
|
10498
10498
|
}
|
|
10499
10499
|
getUserAgent() {
|
|
10500
10500
|
return (this.userAgent ||
|
|
10501
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10501
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.142"}`);
|
|
10502
10502
|
}
|
|
10503
10503
|
setUserAgent(userAgent) {
|
|
10504
10504
|
this.userAgent = userAgent;
|
package/dist/index.es.js
CHANGED
|
@@ -10496,7 +10496,7 @@ class StreamClient {
|
|
|
10496
10496
|
}
|
|
10497
10497
|
getUserAgent() {
|
|
10498
10498
|
return (this.userAgent ||
|
|
10499
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10499
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.142"}`);
|
|
10500
10500
|
}
|
|
10501
10501
|
setUserAgent(userAgent) {
|
|
10502
10502
|
this.userAgent = userAgent;
|