@stream-io/video-client 0.0.2-alpha.1 → 0.0.2-alpha.2
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.2](https://github.com/GetStream/stream-video-js/compare/client0.0.2-alpha.1...client0.0.2-alpha.2) (2023-05-27)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [0.0.2-alpha.1](https://github.com/GetStream/stream-video-js/compare/client0.0.2-alpha.0...client0.0.2-alpha.1) (2023-05-27)
|
|
6
10
|
|
|
7
11
|
|
package/dist/index.browser.es.js
CHANGED
|
@@ -10870,7 +10870,7 @@ class StreamClient {
|
|
|
10870
10870
|
}
|
|
10871
10871
|
getUserAgent() {
|
|
10872
10872
|
return (this.userAgent ||
|
|
10873
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.
|
|
10873
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.1"}`);
|
|
10874
10874
|
}
|
|
10875
10875
|
setUserAgent(userAgent) {
|
|
10876
10876
|
this.userAgent = userAgent;
|
package/dist/index.cjs.js
CHANGED
|
@@ -10875,7 +10875,7 @@ class StreamClient {
|
|
|
10875
10875
|
}
|
|
10876
10876
|
getUserAgent() {
|
|
10877
10877
|
return (this.userAgent ||
|
|
10878
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.
|
|
10878
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.1"}`);
|
|
10879
10879
|
}
|
|
10880
10880
|
setUserAgent(userAgent) {
|
|
10881
10881
|
this.userAgent = userAgent;
|
package/dist/index.es.js
CHANGED
|
@@ -10874,7 +10874,7 @@ class StreamClient {
|
|
|
10874
10874
|
}
|
|
10875
10875
|
getUserAgent() {
|
|
10876
10876
|
return (this.userAgent ||
|
|
10877
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.
|
|
10877
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.2-alpha.1"}`);
|
|
10878
10878
|
}
|
|
10879
10879
|
setUserAgent(userAgent) {
|
|
10880
10880
|
this.userAgent = userAgent;
|