stream-chat-react 13.14.1 → 13.14.3
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/EventComponent/EventComponent.d.ts +1 -0
- package/dist/components/EventComponent/EventComponent.js +3 -3
- package/dist/components/MessageList/CustomNotification.d.ts +2 -1
- package/dist/components/MessageList/CustomNotification.js +1 -1
- package/dist/components/MessageList/renderMessages.js +1 -1
- package/dist/index.browser.cjs +21 -7
- package/dist/index.browser.cjs.map +3 -3
- package/dist/index.node.cjs +21 -7
- package/dist/index.node.cjs.map +3 -3
- package/dist/utils/findReverse.js +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stream-chat-react",
|
|
3
|
-
"version": "13.14.
|
|
3
|
+
"version": "13.14.3",
|
|
4
4
|
"description": "React components to create chat conversations or livestream style chat",
|
|
5
5
|
"author": "GetStream",
|
|
6
6
|
"homepage": "https://getstream.io/chat/",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"emoji-mart": "^5.4.0",
|
|
140
140
|
"react": "^19.0.0 || ^18.0.0 || ^17.0.0",
|
|
141
141
|
"react-dom": "^19.0.0 || ^18.0.0 || ^17.0.0",
|
|
142
|
-
"stream-chat": "^9.
|
|
142
|
+
"stream-chat": "^9.38.0"
|
|
143
143
|
},
|
|
144
144
|
"peerDependenciesMeta": {
|
|
145
145
|
"@breezystack/lamejs": {
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
"react": "^19.0.0",
|
|
235
235
|
"react-dom": "^19.0.0",
|
|
236
236
|
"semantic-release": "^25.0.2",
|
|
237
|
-
"stream-chat": "^9.
|
|
237
|
+
"stream-chat": "^9.38.0",
|
|
238
238
|
"ts-jest": "^29.2.5",
|
|
239
239
|
"typescript": "^5.4.5",
|
|
240
240
|
"typescript-eslint": "^8.17.0"
|