stream-chat 9.36.1 → 9.36.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.
@@ -14924,7 +14924,7 @@ var StreamChat = class _StreamChat {
14924
14924
  if (this.userAgent) {
14925
14925
  return this.userAgent;
14926
14926
  }
14927
- const version = "9.36.1";
14927
+ const version = "9.36.2";
14928
14928
  const clientBundle = "browser-esm";
14929
14929
  let userAgentString = "";
14930
14930
  if (this.sdkIdentifier) {