@realtimexsco/live-chat 1.4.16 → 1.4.18

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,13 +1,14 @@
1
1
  {
2
2
  "name": "@realtimexsco/live-chat",
3
- "version": "1.4.16",
3
+ "version": "1.4.18",
4
4
  "types": "./dist/index.d.ts",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
7
7
  "files": [
8
8
  "dist",
9
9
  "LICENSE",
10
- "README.md"
10
+ "README.md",
11
+ "PERMISSIONS.md"
11
12
  ],
12
13
  "exports": {
13
14
  ".": {
@@ -97,22 +98,53 @@
97
98
  },
98
99
  "packageManager": "pnpm@10.33.2",
99
100
  "keywords": [
100
- "react",
101
- "react-component",
102
- "nextjs",
103
- "chat",
101
+ "realtimex",
104
102
  "live-chat",
103
+ "livechat",
104
+ "chat",
105
+ "chat-app",
106
+ "chat-sdk",
107
+ "chat-widget",
108
+ "chat-component",
109
+ "chat-components",
110
+ "chat-ui",
111
+ "chat-ui-kit",
112
+ "in-app-chat",
113
+ "in-app-messaging",
114
+ "messaging",
115
+ "messenger",
105
116
  "realtime",
106
117
  "real-time",
107
- "messaging",
118
+ "react",
119
+ "react-chat",
120
+ "react-component",
121
+ "react-components",
122
+ "reactjs",
123
+ "nextjs",
124
+ "next.js",
125
+ "typescript",
108
126
  "socket.io",
127
+ "socket.io-client",
109
128
  "websocket",
129
+ "direct-message",
130
+ "dm",
131
+ "group-chat",
132
+ "1-on-1-chat",
133
+ "attachments",
134
+ "file-sharing",
135
+ "voice-message",
136
+ "video-message",
137
+ "reactions",
138
+ "read-receipts",
139
+ "typing-indicator",
140
+ "push-notifications",
141
+ "firebase",
142
+ "fcm",
110
143
  "zustand",
111
144
  "tailwindcss",
112
- "ui",
113
- "realtimex"
145
+ "tailwind"
114
146
  ],
115
147
  "author": "RealtimeX",
116
148
  "license": "MIT",
117
- "description": "Drop-in real-time chat UI for React and Next.js — DMs, groups, reactions, replies, forwarding, attachments, and more."
149
+ "description": "Drop-in real-time chat UI for React and Next.js — DMs, groups, reactions, replies, forwarding, attachments, push notifications, and admin permissions."
118
150
  }