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.
@@ -14713,7 +14713,7 @@ var StreamChat = class _StreamChat {
14713
14713
  if (this.userAgent) {
14714
14714
  return this.userAgent;
14715
14715
  }
14716
- const version = "9.27.0";
14716
+ const version = "9.27.1";
14717
14717
  const clientBundle = "node-cjs";
14718
14718
  let userAgentString = "";
14719
14719
  if (this.sdkIdentifier) {