@stream-io/video-client 1.2.3 → 1.3.0

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
+ ## [1.3.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.2.3...@stream-io/video-client-1.3.0) (2024-06-07)
6
+
7
+
8
+ ### Features
9
+
10
+ * improve `isSupported` method for noise cancellation ([#1388](https://github.com/GetStream/stream-video-js/issues/1388)) ([07031ba](https://github.com/GetStream/stream-video-js/commit/07031ba72443a84cac8856c7481f3d4053b46d4c))
11
+
5
12
  ### [1.2.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.2.2...@stream-io/video-client-1.2.3) (2024-06-05)
6
13
 
7
14
 
@@ -15291,7 +15291,7 @@ class StreamClient {
15291
15291
  });
15292
15292
  };
15293
15293
  this.getUserAgent = () => {
15294
- const version = "1.2.3" ;
15294
+ const version = "1.3.0" ;
15295
15295
  return (this.userAgent ||
15296
15296
  `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${version}`);
15297
15297
  };
package/dist/index.cjs.js CHANGED
@@ -15310,7 +15310,7 @@ class StreamClient {
15310
15310
  });
15311
15311
  };
15312
15312
  this.getUserAgent = () => {
15313
- const version = "1.2.3" ;
15313
+ const version = "1.3.0" ;
15314
15314
  return (this.userAgent ||
15315
15315
  `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${version}`);
15316
15316
  };
package/dist/index.es.js CHANGED
@@ -15290,7 +15290,7 @@ class StreamClient {
15290
15290
  });
15291
15291
  };
15292
15292
  this.getUserAgent = () => {
15293
- const version = "1.2.3" ;
15293
+ const version = "1.3.0" ;
15294
15294
  return (this.userAgent ||
15295
15295
  `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${version}`);
15296
15296
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-client",
3
- "version": "1.2.3",
3
+ "version": "1.3.0",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",