quick-chat-react 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +4 -2
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Drop-in real-time chat for React apps built on **[Supabase](https://supabase.com)**.
4
4
 
5
+ **[Live Demo →](https://quick-chat-react.vercel.app)**
6
+
5
7
  > **Requires Supabase.** If your project uses Firebase, Auth0, or a custom backend, this library is not the right fit.
6
8
 
7
9
  **Features:** real-time messaging · group conversations · voice messages · file & photo uploads · emoji reactions · read receipts · online status · contact management
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quick-chat-react",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Drop-in React chat component backed by Supabase. Real-time messaging, group chats, voice messages, file uploads, emoji reactions, read receipts, and unread badge — all via props.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -37,7 +37,9 @@
37
37
  "typescript"
38
38
  ],
39
39
  "license": "MIT",
40
- "sideEffects": ["*.css"],
40
+ "sideEffects": [
41
+ "*.css"
42
+ ],
41
43
  "peerDependencies": {
42
44
  "@emoji-mart/data": "^1.2.1",
43
45
  "@emoji-mart/react": "^1.1.1",