@stream-io/video-client 0.0.1-alpha.167 → 0.0.1-alpha.169

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 CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.0.1-alpha.169](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.168...client0.0.1-alpha.169) (2023-05-22)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * Revert "feat: Participant information from track events" ([#532](https://github.com/GetStream/stream-video-js/issues/532)) ([4a00166](https://github.com/GetStream/stream-video-js/commit/4a00166986b176aedac2a92eed1c03686cdf23d9)), closes [GetStream/stream-video-js#526](https://github.com/GetStream/stream-video-js/issues/526)
11
+
12
+
13
+
14
+ ## [0.0.1-alpha.168](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.167...client0.0.1-alpha.168) (2023-05-22)
15
+
16
+
17
+ ### Features
18
+
19
+ * Participant information from track events ([#526](https://github.com/GetStream/stream-video-js/issues/526)) ([fbefffe](https://github.com/GetStream/stream-video-js/commit/fbefffedaf6965491c2c7574fea383fcdfa7a9f6))
20
+
21
+
22
+
5
23
  ## [0.0.1-alpha.167](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.166...client0.0.1-alpha.167) (2023-05-22)
6
24
 
7
25
 
@@ -10627,7 +10627,7 @@ class StreamClient {
10627
10627
  }
10628
10628
  getUserAgent() {
10629
10629
  return (this.userAgent ||
10630
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.166"}`);
10630
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.168"}`);
10631
10631
  }
10632
10632
  setUserAgent(userAgent) {
10633
10633
  this.userAgent = userAgent;
package/dist/index.cjs.js CHANGED
@@ -10632,7 +10632,7 @@ class StreamClient {
10632
10632
  }
10633
10633
  getUserAgent() {
10634
10634
  return (this.userAgent ||
10635
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.166"}`);
10635
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.168"}`);
10636
10636
  }
10637
10637
  setUserAgent(userAgent) {
10638
10638
  this.userAgent = userAgent;
package/dist/index.es.js CHANGED
@@ -10631,7 +10631,7 @@ class StreamClient {
10631
10631
  }
10632
10632
  getUserAgent() {
10633
10633
  return (this.userAgent ||
10634
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.166"}`);
10634
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.168"}`);
10635
10635
  }
10636
10636
  setUserAgent(userAgent) {
10637
10637
  this.userAgent = userAgent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-client",
3
- "version": "0.0.1-alpha.167",
3
+ "version": "0.0.1-alpha.169",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",