stream-chat 9.20.1 → 9.20.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.
@@ -16231,7 +16231,7 @@ var StreamChat = class _StreamChat {
16231
16231
  if (this.userAgent) {
16232
16232
  return this.userAgent;
16233
16233
  }
16234
- const version = "9.20.1";
16234
+ const version = "9.20.2";
16235
16235
  const clientBundle = "browser-cjs";
16236
16236
  let userAgentString = "";
16237
16237
  if (this.sdkIdentifier) {