stream-chat 9.23.0 → 9.24.0

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.
@@ -14639,7 +14639,7 @@ var StreamChat = class _StreamChat {
14639
14639
  if (this.userAgent) {
14640
14640
  return this.userAgent;
14641
14641
  }
14642
- const version = "9.23.0";
14642
+ const version = "9.24.0";
14643
14643
  const clientBundle = "browser-cjs";
14644
14644
  let userAgentString = "";
14645
14645
  if (this.sdkIdentifier) {