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.
@@ -15192,7 +15192,7 @@ var StreamChat = class _StreamChat {
15192
15192
  if (this.userAgent) {
15193
15193
  return this.userAgent;
15194
15194
  }
15195
- const version = "9.42.1";
15195
+ const version = "9.42.2";
15196
15196
  const clientBundle = "browser-esm";
15197
15197
  let userAgentString = "";
15198
15198
  if (this.sdkIdentifier) {