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.
- package/dist/components/Chat/hooks/useChat.js +1 -1
- package/dist/components/MessageInput/SendButton.d.ts +1 -2
- package/dist/components/MessageInput/hooks/useMessageInputControls.d.ts +1 -2
- package/dist/index.browser.cjs +1 -1
- package/dist/index.browser.cjs.map +2 -2
- package/dist/index.node.cjs +1 -1
- package/dist/index.node.cjs.map +2 -2
- package/package.json +1 -1
package/dist/index.node.cjs
CHANGED
|
@@ -39278,7 +39278,7 @@ var useChat = ({
|
|
|
39278
39278
|
};
|
|
39279
39279
|
(0, import_react289.useEffect)(() => {
|
|
39280
39280
|
if (!client) return;
|
|
39281
|
-
const version = "13.14.
|
|
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}`);
|