@stream-io/video-client 0.7.13 → 0.8.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/dist/index.cjs.js CHANGED
@@ -14912,7 +14912,7 @@ class StreamClient {
14912
14912
  });
14913
14913
  };
14914
14914
  this.getUserAgent = () => {
14915
- const version = "0.7.13" ;
14915
+ const version = "0.8.0" ;
14916
14916
  return (this.userAgent ||
14917
14917
  `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${version}`);
14918
14918
  };