@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/dist/index.es.js CHANGED
@@ -14468,7 +14468,7 @@ class StreamClient {
14468
14468
  });
14469
14469
  };
14470
14470
  this.getUserAgent = () => {
14471
- const version = "0.7.3" ;
14471
+ const version = "0.7.4" ;
14472
14472
  return (this.userAgent ||
14473
14473
  `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${version}`);
14474
14474
  };