@stream-io/video-client 1.3.1 → 1.4.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.es.js CHANGED
@@ -15383,7 +15383,7 @@ class StreamClient {
15383
15383
  });
15384
15384
  };
15385
15385
  this.getUserAgent = () => {
15386
- const version = "1.3.1" ;
15386
+ const version = "1.4.0" ;
15387
15387
  return (this.userAgent ||
15388
15388
  `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${version}`);
15389
15389
  };