stream-chat-react 13.8.0 → 13.8.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.
@@ -24,7 +24,7 @@ export const useChat = ({ client, defaultLanguage = 'en', i18nInstance, initialN
24
24
  useEffect(() => {
25
25
  if (!client)
26
26
  return;
27
- const version = "13.8.0";
27
+ const version = "13.8.1";
28
28
  const userAgent = client.getUserAgent();
29
29
  if (!userAgent.includes('stream-chat-react')) {
30
30
  // result looks like: 'stream-chat-react-2.3.2-stream-chat-javascript-client-browser-2.2.2'
@@ -36271,7 +36271,7 @@ var useChat = ({
36271
36271
  };
36272
36272
  (0, import_react283.useEffect)(() => {
36273
36273
  if (!client) return;
36274
- const version = "13.8.0";
36274
+ const version = "13.8.1";
36275
36275
  const userAgent = client.getUserAgent();
36276
36276
  if (!userAgent.includes("stream-chat-react")) {
36277
36277
  client.setUserAgent(`stream-chat-react-${version}-${userAgent}`);
@@ -38141,7 +38141,7 @@ var useChat = ({
38141
38141
  };
38142
38142
  (0, import_react283.useEffect)(() => {
38143
38143
  if (!client) return;
38144
- const version = "13.8.0";
38144
+ const version = "13.8.1";
38145
38145
  const userAgent = client.getUserAgent();
38146
38146
  if (!userAgent.includes("stream-chat-react")) {
38147
38147
  client.setUserAgent(`stream-chat-react-${version}-${userAgent}`);
@@ -2,6 +2,7 @@ export interface DefaultChannelData {
2
2
  image?: string;
3
3
  name?: string;
4
4
  subtitle?: string;
5
+ team?: string;
5
6
  }
6
7
  export interface DefaultAttachmentData {
7
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-react",
3
- "version": "13.8.0",
3
+ "version": "13.8.1",
4
4
  "description": "React components to create chat conversations or livestream style chat",
5
5
  "author": "GetStream",
6
6
  "homepage": "https://getstream.io/chat/",
@@ -141,7 +141,7 @@
141
141
  "emoji-mart": "^5.4.0",
142
142
  "react": "^19.0.0 || ^18.0.0 || ^17.0.0 || ^16.14.0",
143
143
  "react-dom": "^19.0.0 || ^18.0.0 || ^17.0.0 || ^16.14.0",
144
- "stream-chat": "^9.20.3"
144
+ "stream-chat": "^9.21.0"
145
145
  },
146
146
  "peerDependenciesMeta": {
147
147
  "@breezystack/lamejs": {
@@ -235,7 +235,7 @@
235
235
  "react": "^19.0.0",
236
236
  "react-dom": "^19.0.0",
237
237
  "semantic-release": "^24.2.3",
238
- "stream-chat": "^9.20.3",
238
+ "stream-chat": "^9.21.0",
239
239
  "ts-jest": "^29.2.5",
240
240
  "typescript": "^5.4.5",
241
241
  "typescript-eslint": "^8.17.0"