@stream-io/video-client 0.0.1-alpha.131 → 0.0.1-alpha.133
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.1-alpha.133](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.132...client0.0.1-alpha.133) (2023-05-11)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## [0.0.1-alpha.132](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.131...client0.0.1-alpha.132) (2023-05-11)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
5
13
|
## [0.0.1-alpha.131](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.130...client0.0.1-alpha.131) (2023-05-10)
|
|
6
14
|
|
|
7
15
|
|
package/dist/index.browser.es.js
CHANGED
|
@@ -10329,7 +10329,7 @@ class StreamClient {
|
|
|
10329
10329
|
}
|
|
10330
10330
|
getUserAgent() {
|
|
10331
10331
|
return (this.userAgent ||
|
|
10332
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10332
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.132"}`);
|
|
10333
10333
|
}
|
|
10334
10334
|
setUserAgent(userAgent) {
|
|
10335
10335
|
this.userAgent = userAgent;
|
package/dist/index.cjs.js
CHANGED
|
@@ -10335,7 +10335,7 @@ class StreamClient {
|
|
|
10335
10335
|
}
|
|
10336
10336
|
getUserAgent() {
|
|
10337
10337
|
return (this.userAgent ||
|
|
10338
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10338
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.132"}`);
|
|
10339
10339
|
}
|
|
10340
10340
|
setUserAgent(userAgent) {
|
|
10341
10341
|
this.userAgent = userAgent;
|
package/dist/index.es.js
CHANGED
|
@@ -10333,7 +10333,7 @@ class StreamClient {
|
|
|
10333
10333
|
}
|
|
10334
10334
|
getUserAgent() {
|
|
10335
10335
|
return (this.userAgent ||
|
|
10336
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10336
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.132"}`);
|
|
10337
10337
|
}
|
|
10338
10338
|
setUserAgent(userAgent) {
|
|
10339
10339
|
this.userAgent = userAgent;
|