@realtimexsco/live-chat 1.4.17 → 1.4.19

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": "@realtimexsco/live-chat",
3
- "version": "1.4.17",
3
+ "version": "1.4.19",
4
4
  "types": "./dist/index.d.ts",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -22,6 +22,7 @@
22
22
  "**/*.css"
23
23
  ],
24
24
  "peerDependencies": {
25
+ "@videosdk.live/react-sdk": ">=0.13",
25
26
  "firebase": ">=10",
26
27
  "next": ">=13",
27
28
  "react": ">=17",
@@ -42,6 +43,9 @@
42
43
  },
43
44
  "firebase": {
44
45
  "optional": true
46
+ },
47
+ "@videosdk.live/react-sdk": {
48
+ "optional": true
45
49
  }
46
50
  },
47
51
  "dependencies": {
@@ -67,6 +71,7 @@
67
71
  "devDependencies": {
68
72
  "@semantic-release/changelog": "^6.0.3",
69
73
  "@semantic-release/git": "^10.0.1",
74
+ "@videosdk.live/react-sdk": "^0.13.3",
70
75
  "@tailwindcss/postcss": "^4",
71
76
  "@types/node": "^25.3.0",
72
77
  "@types/react": "^19.0.0",
@@ -100,22 +105,49 @@
100
105
  "keywords": [
101
106
  "realtimex",
102
107
  "live-chat",
108
+ "livechat",
103
109
  "chat",
110
+ "chat-app",
111
+ "chat-sdk",
112
+ "chat-widget",
113
+ "chat-component",
114
+ "chat-components",
115
+ "chat-ui",
116
+ "chat-ui-kit",
117
+ "in-app-chat",
118
+ "in-app-messaging",
104
119
  "messaging",
120
+ "messenger",
105
121
  "realtime",
106
122
  "real-time",
107
123
  "react",
124
+ "react-chat",
108
125
  "react-component",
126
+ "react-components",
127
+ "reactjs",
109
128
  "nextjs",
129
+ "next.js",
110
130
  "typescript",
111
131
  "socket.io",
132
+ "socket.io-client",
112
133
  "websocket",
134
+ "direct-message",
113
135
  "dm",
114
136
  "group-chat",
137
+ "1-on-1-chat",
138
+ "attachments",
139
+ "file-sharing",
140
+ "voice-message",
141
+ "video-message",
142
+ "reactions",
143
+ "read-receipts",
144
+ "typing-indicator",
115
145
  "push-notifications",
146
+ "firebase",
147
+ "fcm",
116
148
  "zustand",
117
149
  "tailwindcss",
118
- "chat-ui"
150
+ "tailwind"
119
151
  ],
120
152
  "author": "RealtimeX",
121
153
  "license": "MIT",