@connectycube/chat-widget-angular 0.38.6 → 0.39.0
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 +8 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@connectycube/chat-widget-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.39.0",
|
|
4
4
|
"description": "A customizable Angular chat widget built on the ConnectyCube platform, enabling real-time messaging, calls, and user engagement in any web app.",
|
|
5
5
|
"license": "GPL-3.0-only",
|
|
6
6
|
"homepage": "https://github.com/ConnectyCube/connectycube-chat-widget/packages/chat-widget-angular#readme",
|
|
@@ -36,10 +36,14 @@
|
|
|
36
36
|
"types": "./dist/types/connectycube-chat-widget.d.ts",
|
|
37
37
|
"exports": {
|
|
38
38
|
".": {
|
|
39
|
-
"
|
|
39
|
+
"types": "./dist/types/connectycube-chat-widget.d.ts",
|
|
40
|
+
"import": "./dist/fesm2022/connectycube-chat-widget.mjs",
|
|
41
|
+
"default": "./dist/fesm2022/connectycube-chat-widget.mjs"
|
|
40
42
|
},
|
|
41
43
|
"./react18": {
|
|
42
|
-
"
|
|
44
|
+
"types": "./dist/types/connectycube-chat-widget.d.ts",
|
|
45
|
+
"import": "./dist/fesm2022/connectycube-chat-widget.mjs",
|
|
46
|
+
"default": "./dist/fesm2022/connectycube-chat-widget.mjs"
|
|
43
47
|
}
|
|
44
48
|
},
|
|
45
49
|
"files": [
|
|
@@ -52,7 +56,7 @@
|
|
|
52
56
|
"react-dom": ">=18"
|
|
53
57
|
},
|
|
54
58
|
"dependencies": {
|
|
55
|
-
"@connectycube/chat-widget": "0.
|
|
59
|
+
"@connectycube/chat-widget": "0.39.0"
|
|
56
60
|
},
|
|
57
61
|
"devDependencies": {
|
|
58
62
|
"@connectycube/chat-widget": "file:../chat-widget",
|