stream-chat-react 12.0.0-rc.6 → 12.0.0-rc.7
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/index.cjs.js +2102 -7021
- package/dist/index.cjs.js.map +4 -4
- package/dist/plugins/Emojis/index.cjs.js +0 -5
- package/dist/plugins/encoders/mp3.cjs.js +0 -4
- package/package.json +2 -1
|
@@ -326,9 +326,4 @@ var EmojiPicker = (props) => {
|
|
|
326
326
|
ButtonIconComponent && /* @__PURE__ */ import_react4.default.createElement(ButtonIconComponent, null)
|
|
327
327
|
));
|
|
328
328
|
};
|
|
329
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
330
|
-
0 && (module.exports = {
|
|
331
|
-
EmojiPicker,
|
|
332
|
-
EmojiPickerIcon
|
|
333
|
-
});
|
|
334
329
|
//# sourceMappingURL=index.cjs.js.map
|
|
@@ -104,8 +104,4 @@ async function encodeToMp3(file, sampleRate) {
|
|
|
104
104
|
dataBuffer.push(new Int8Array(lastBlock));
|
|
105
105
|
return new Blob(dataBuffer, { type: "audio/mp3;sbu_type=voice" });
|
|
106
106
|
}
|
|
107
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
108
|
-
0 && (module.exports = {
|
|
109
|
-
encodeToMp3
|
|
110
|
-
});
|
|
111
107
|
//# sourceMappingURL=mp3.cjs.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stream-chat-react",
|
|
3
|
-
"version": "12.0.0-rc.
|
|
3
|
+
"version": "12.0.0-rc.7",
|
|
4
4
|
"description": "React components to create chat conversations or livestream style chat",
|
|
5
5
|
"author": "GetStream",
|
|
6
6
|
"homepage": "https://getstream.io/chat/",
|
|
@@ -214,6 +214,7 @@
|
|
|
214
214
|
"jest": "^29.7.0",
|
|
215
215
|
"jest-axe": "^8.0.0",
|
|
216
216
|
"jest-environment-jsdom": "^28.1.3",
|
|
217
|
+
"jsdom": "^24.1.1",
|
|
217
218
|
"lint-staged": "^15.2.1",
|
|
218
219
|
"moment-timezone": "^0.5.43",
|
|
219
220
|
"prettier": "^2.2.0",
|