stream-chat-react 9.5.3 → 9.5.4
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/browser.full-bundle.js +2 -2
- package/dist/browser.full-bundle.js.map +1 -1
- package/dist/browser.full-bundle.min.js +2 -2
- package/dist/browser.full-bundle.min.js.map +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/utils.js +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -34906,7 +34906,7 @@ var StreamChatReact = (function (exports, React, streamChat, reactDom) {
|
|
|
34906
34906
|
}, unwrapDisallowed: true }));
|
|
34907
34907
|
};
|
|
34908
34908
|
function escapeRegExp(text) {
|
|
34909
|
-
return text.replace(/[-[\]{}()
|
|
34909
|
+
return text.replace(/[-[\]{}()*+?.,/\\^$|#]/g, '\\$&');
|
|
34910
34910
|
}
|
|
34911
34911
|
/**
|
|
34912
34912
|
* @deprecated will be removed in the next major release
|
|
@@ -43399,7 +43399,7 @@ var StreamChatReact = (function (exports, React, streamChat, reactDom) {
|
|
|
43399
43399
|
|
|
43400
43400
|
window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};
|
|
43401
43401
|
|
|
43402
|
-
window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var version = '9.5.
|
|
43402
|
+
window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var version = '9.5.4';
|
|
43403
43403
|
|
|
43404
43404
|
window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var useChat = function (_a) {
|
|
43405
43405
|
var _b, _c;
|