@stream-io/video-client 0.0.2-alpha.8 → 0.0.2-alpha.9
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.2-alpha.9](https://github.com/GetStream/stream-video-js/compare/client0.0.2-alpha.8...client0.0.2-alpha.9) (2023-05-30)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [0.0.2-alpha.8](https://github.com/GetStream/stream-video-js/compare/client0.0.2-alpha.7...client0.0.2-alpha.8) (2023-05-30)
|
|
6
10
|
|
|
7
11
|
|
package/dist/index.browser.es.js
CHANGED
|
@@ -10957,7 +10957,7 @@ class StreamClient {
|
|
|
10957
10957
|
}
|
|
10958
10958
|
getUserAgent() {
|
|
10959
10959
|
return (this.userAgent ||
|
|
10960
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.
|
|
10960
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.8"}`);
|
|
10961
10961
|
}
|
|
10962
10962
|
setUserAgent(userAgent) {
|
|
10963
10963
|
this.userAgent = userAgent;
|
package/dist/index.cjs.js
CHANGED
|
@@ -10962,7 +10962,7 @@ class StreamClient {
|
|
|
10962
10962
|
}
|
|
10963
10963
|
getUserAgent() {
|
|
10964
10964
|
return (this.userAgent ||
|
|
10965
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.
|
|
10965
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.8"}`);
|
|
10966
10966
|
}
|
|
10967
10967
|
setUserAgent(userAgent) {
|
|
10968
10968
|
this.userAgent = userAgent;
|
package/dist/index.es.js
CHANGED
|
@@ -10961,7 +10961,7 @@ class StreamClient {
|
|
|
10961
10961
|
}
|
|
10962
10962
|
getUserAgent() {
|
|
10963
10963
|
return (this.userAgent ||
|
|
10964
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.
|
|
10964
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.8"}`);
|
|
10965
10965
|
}
|
|
10966
10966
|
setUserAgent(userAgent) {
|
|
10967
10967
|
this.userAgent = userAgent;
|