stream-chat-react 12.6.1 → 12.6.2
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": "stream-chat-react",
|
|
3
|
-
"version": "12.6.
|
|
3
|
+
"version": "12.6.2",
|
|
4
4
|
"description": "React components to create chat conversations or livestream style chat",
|
|
5
5
|
"author": "GetStream",
|
|
6
6
|
"homepage": "https://getstream.io/chat/",
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
},
|
|
264
264
|
"scripts": {
|
|
265
265
|
"build": "rm -rf dist && yarn build-translations && yarn bundle",
|
|
266
|
-
"bundle": "concurrently
|
|
266
|
+
"bundle": "concurrently ./scripts/bundle-esm.mjs ./scripts/copy-css.sh scripts/bundle-cjs.mjs",
|
|
267
267
|
"build-translations": "i18next",
|
|
268
268
|
"coverage": "jest --collectCoverage && codecov",
|
|
269
269
|
"eslint": "eslint '**/*.{js,md,ts,jsx,tsx}' --max-warnings 0",
|