@tellescope/chat 1.3.7 → 1.3.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tellescope/chat",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",
@@ -34,13 +34,13 @@
34
34
  "@fontsource/roboto": "^4.5.1",
35
35
  "@mui/icons-material": "^5.0.1",
36
36
  "@mui/material": "^5.0.2",
37
- "@tellescope/constants": "^1.3.3",
38
- "@tellescope/react-components": "^1.3.7",
39
- "@tellescope/sdk": "^1.3.6",
40
- "@tellescope/types-client": "^1.3.3",
41
- "@tellescope/types-models": "^1.3.3",
37
+ "@tellescope/constants": "^1.3.8",
38
+ "@tellescope/react-components": "^1.3.8",
39
+ "@tellescope/sdk": "^1.3.8",
40
+ "@tellescope/types-client": "^1.3.8",
41
+ "@tellescope/types-models": "^1.3.8",
42
42
  "@tellescope/types-utilities": "^1.2.2",
43
- "@tellescope/utilities": "^1.3.6",
43
+ "@tellescope/utilities": "^1.3.8",
44
44
  "@typescript-eslint/eslint-plugin": "^4.33.0",
45
45
  "@typescript-eslint/parser": "^4.33.0",
46
46
  "eslint": "^7.32.0",
@@ -51,7 +51,7 @@
51
51
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
52
52
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
53
53
  },
54
- "gitHead": "0322834a02d3b86e9319adb30343b2f75556c64a",
54
+ "gitHead": "f3bbed31c815d4eb0bfde87b5ad9f668277aff7c",
55
55
  "publishConfig": {
56
56
  "access": "public"
57
57
  }
@@ -230,8 +230,8 @@ export const CreateChatRoom = ({
230
230
  }
231
231
 
232
232
  createRoom({
233
- enduserIds: enduserIds.length ? enduserIds : undefined,
234
- userIds: userIds.length ? userIds : undefined,
233
+ enduserIds,
234
+ userIds,
235
235
  title: roomTitle,
236
236
  })
237
237
  .then(r => {