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/utils.js CHANGED
@@ -188,7 +188,7 @@ export var renderText = function (text, mentioned_users, options) {
188
188
  }, unwrapDisallowed: true }));
189
189
  };
190
190
  export function escapeRegExp(text) {
191
- return text.replace(/[-[\]{}()*+?.,\\^$|#]/g, '\\$&');
191
+ return text.replace(/[-[\]{}()*+?.,/\\^$|#]/g, '\\$&');
192
192
  }
193
193
  /**
194
194
  * @deprecated will be removed in the next major release
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "9.5.3";
1
+ export declare const version = "9.5.4";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export var version = '9.5.3';
1
+ export var version = '9.5.4';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-react",
3
- "version": "9.5.3",
3
+ "version": "9.5.4",
4
4
  "description": "React components to create chat conversations or livestream style chat",
5
5
  "author": "GetStream",
6
6
  "homepage": "https://getstream.io/chat/",