@stream-io/video-client 0.7.3 → 0.7.4

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,13 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [0.7.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.7.3...@stream-io/video-client-0.7.4) (2024-04-17)
6
+
7
+
8
+ ### Features
9
+
10
+ * update from OpenAPI ([#1320](https://github.com/GetStream/stream-video-js/issues/1320)) ([391c030](https://github.com/GetStream/stream-video-js/commit/391c030ba71a2e12001eaa195226dcece44f3922))
11
+
5
12
  ### [0.7.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.7.2...@stream-io/video-client-0.7.3) (2024-04-17)
6
13
 
7
14
 
@@ -14469,7 +14469,7 @@ class StreamClient {
14469
14469
  });
14470
14470
  };
14471
14471
  this.getUserAgent = () => {
14472
- const version = "0.7.3" ;
14472
+ const version = "0.7.4" ;
14473
14473
  return (this.userAgent ||
14474
14474
  `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${version}`);
14475
14475
  };