stream-chat 9.9.0 → 9.10.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.
@@ -15561,7 +15561,7 @@ var StreamChat = class _StreamChat {
15561
15561
  if (this.userAgent) {
15562
15562
  return this.userAgent;
15563
15563
  }
15564
- const version = "9.9.0";
15564
+ const version = "9.10.0";
15565
15565
  const clientBundle = "browser-cjs";
15566
15566
  let userAgentString = "";
15567
15567
  if (this.sdkIdentifier) {