stream-chat-react 13.14.0 → 13.14.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.
@@ -39278,7 +39278,7 @@ var useChat = ({
39278
39278
  };
39279
39279
  (0, import_react289.useEffect)(() => {
39280
39280
  if (!client) return;
39281
- const version = "13.14.0";
39281
+ const version = "13.14.1";
39282
39282
  const userAgent = client.getUserAgent();
39283
39283
  if (!userAgent.includes("stream-chat-react")) {
39284
39284
  client.setUserAgent(`stream-chat-react-${version}-${userAgent}`);