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.
@@ -15113,7 +15113,7 @@ var StreamChat = class _StreamChat {
15113
15113
  if (this.userAgent) {
15114
15114
  return this.userAgent;
15115
15115
  }
15116
- const version = "9.36.1";
15116
+ const version = "9.36.2";
15117
15117
  const clientBundle = "browser-cjs";
15118
15118
  let userAgentString = "";
15119
15119
  if (this.sdkIdentifier) {