stream-chat 9.27.0 → 9.27.1

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.
@@ -14734,7 +14734,7 @@ var StreamChat = class _StreamChat {
14734
14734
  if (this.userAgent) {
14735
14735
  return this.userAgent;
14736
14736
  }
14737
- const version = "9.27.0";
14737
+ const version = "9.27.1";
14738
14738
  const clientBundle = "browser-cjs";
14739
14739
  let userAgentString = "";
14740
14740
  if (this.sdkIdentifier) {