stream-chat-react 12.13.0 → 12.13.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.
@@ -57697,7 +57697,7 @@ var useChat = ({
57697
57697
  if (!client) return;
57698
57698
  const userAgent = client.getUserAgent();
57699
57699
  if (!userAgent.includes("stream-chat-react")) {
57700
- client.setUserAgent(`stream-chat-react-12.13.0-${userAgent}`);
57700
+ client.setUserAgent(`stream-chat-react-12.13.1-${userAgent}`);
57701
57701
  }
57702
57702
  client.threads.registerSubscriptions();
57703
57703
  client.polls.registerSubscriptions();