@stream-io/video-client 0.8.0 → 1.0.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.0.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.8.0...@stream-io/video-client-1.0.0) (2024-05-07)
6
+
7
+
8
+ ### Features
9
+
10
+ * **v1:** release v1.0.0 ([06174cd](https://github.com/GetStream/stream-video-js/commit/06174cdfb4168a7401f56b03d0302f82c97b93ff))
11
+
5
12
  ## [0.8.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.7.13...@stream-io/video-client-0.8.0) (2024-05-07)
6
13
 
7
14
 
@@ -14893,7 +14893,7 @@ class StreamClient {
14893
14893
  });
14894
14894
  };
14895
14895
  this.getUserAgent = () => {
14896
- const version = "0.8.0" ;
14896
+ const version = "1.0.0" ;
14897
14897
  return (this.userAgent ||
14898
14898
  `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${version}`);
14899
14899
  };
package/dist/index.cjs.js CHANGED
@@ -14912,7 +14912,7 @@ class StreamClient {
14912
14912
  });
14913
14913
  };
14914
14914
  this.getUserAgent = () => {
14915
- const version = "0.8.0" ;
14915
+ const version = "1.0.0" ;
14916
14916
  return (this.userAgent ||
14917
14917
  `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${version}`);
14918
14918
  };
package/dist/index.es.js CHANGED
@@ -14892,7 +14892,7 @@ class StreamClient {
14892
14892
  });
14893
14893
  };
14894
14894
  this.getUserAgent = () => {
14895
- const version = "0.8.0" ;
14895
+ const version = "1.0.0" ;
14896
14896
  return (this.userAgent ||
14897
14897
  `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${version}`);
14898
14898
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-client",
3
- "version": "0.8.0",
3
+ "version": "1.0.0",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",