stream-chat-react 9.4.0 → 9.4.1
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 +391 -2668
- package/dist/browser.full-bundle.js.map +1 -1
- package/dist/browser.full-bundle.min.js +4 -4
- package/dist/browser.full-bundle.min.js.map +1 -1
- package/dist/index.cjs.js +715 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +2 -1
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "9.4.
|
|
1
|
+
export declare const version = "9.4.1";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export var version = '9.4.
|
|
1
|
+
export var version = '9.4.1';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stream-chat-react",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.1",
|
|
4
4
|
"description": "React components to create chat conversations or livestream style chat",
|
|
5
5
|
"author": "GetStream",
|
|
6
6
|
"homepage": "https://getstream.io/chat/",
|
|
@@ -202,6 +202,7 @@
|
|
|
202
202
|
"test": "jest",
|
|
203
203
|
"types": "tsc --strict",
|
|
204
204
|
"validate-translations": "node scripts/validate-translations.js",
|
|
205
|
+
"validate-cjs": "node scripts/validate-cjs-bundle.cjs",
|
|
205
206
|
"semantic-release": "semantic-release",
|
|
206
207
|
"browse-examples": "ladle serve",
|
|
207
208
|
"e2e": "playwright test",
|