@realtimexsco/live-chat 1.4.17 → 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/README.md +3 -3
- package/dist/index.cjs +27 -27
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +27 -27
- package/dist/index.mjs.map +1 -1
- package/package.json +29 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@realtimexsco/live-chat",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.18",
|
|
4
4
|
"types": "./dist/index.d.ts",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -100,22 +100,49 @@
|
|
|
100
100
|
"keywords": [
|
|
101
101
|
"realtimex",
|
|
102
102
|
"live-chat",
|
|
103
|
+
"livechat",
|
|
103
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",
|
|
104
114
|
"messaging",
|
|
115
|
+
"messenger",
|
|
105
116
|
"realtime",
|
|
106
117
|
"real-time",
|
|
107
118
|
"react",
|
|
119
|
+
"react-chat",
|
|
108
120
|
"react-component",
|
|
121
|
+
"react-components",
|
|
122
|
+
"reactjs",
|
|
109
123
|
"nextjs",
|
|
124
|
+
"next.js",
|
|
110
125
|
"typescript",
|
|
111
126
|
"socket.io",
|
|
127
|
+
"socket.io-client",
|
|
112
128
|
"websocket",
|
|
129
|
+
"direct-message",
|
|
113
130
|
"dm",
|
|
114
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",
|
|
115
140
|
"push-notifications",
|
|
141
|
+
"firebase",
|
|
142
|
+
"fcm",
|
|
116
143
|
"zustand",
|
|
117
144
|
"tailwindcss",
|
|
118
|
-
"
|
|
145
|
+
"tailwind"
|
|
119
146
|
],
|
|
120
147
|
"author": "RealtimeX",
|
|
121
148
|
"license": "MIT",
|