stream-chat 9.42.1 → 9.42.2

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.
@@ -15382,7 +15382,7 @@ var StreamChat = class _StreamChat {
15382
15382
  if (this.userAgent) {
15383
15383
  return this.userAgent;
15384
15384
  }
15385
- const version = "9.42.1";
15385
+ const version = "9.42.2";
15386
15386
  const clientBundle = "browser-cjs";
15387
15387
  let userAgentString = "";
15388
15388
  if (this.sdkIdentifier) {