@connectycube/chat-widget-angular 0.41.0 → 0.42.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.
package/README.md CHANGED
@@ -4,7 +4,7 @@ An Angular component that seamlessly integrates ConnectyCube's real-time chat ca
4
4
 
5
5
  ## Overview
6
6
 
7
- The ConnectyCube Web Chat Widget for Angular is designed to simplify the process of adding chat functionality to your React apps. With a few configuration steps and minimal code, you can quickly enable robust, real-time communication powered by ConnectyCube. Key benefits include:
7
+ The ConnectyCube Web Chat Widget for Angular is designed to simplify the process of adding chat functionality to your Angular apps. With a few configuration steps and minimal code, you can quickly enable robust, real-time communication powered by ConnectyCube. Key benefits include:
8
8
 
9
9
  - **Easy Integration:** Plug the widget into your existing Angular projects.
10
10
  - **Customizable Interface:** Adjust the look and feel to match your brand.
@@ -129,4 +129,4 @@ Join our [Discord](https://discord.com/invite/zqbBWNCCFJ) community to get real-
129
129
 
130
130
  ## Changelog
131
131
 
132
- <https://github.com/ConnectyCube/connectycube-chat-widget-samples/blob/main/CHANGELOG.md>
132
+ [CHANGELOG.md](https://github.com/ConnectyCube/connectycube-chat-widget/blob/main/CHANGELOG.md) in the main repository.
package/dist/README.md CHANGED
@@ -4,7 +4,7 @@ An Angular component that seamlessly integrates ConnectyCube's real-time chat ca
4
4
 
5
5
  ## Overview
6
6
 
7
- The ConnectyCube Web Chat Widget for Angular is designed to simplify the process of adding chat functionality to your React apps. With a few configuration steps and minimal code, you can quickly enable robust, real-time communication powered by ConnectyCube. Key benefits include:
7
+ The ConnectyCube Web Chat Widget for Angular is designed to simplify the process of adding chat functionality to your Angular apps. With a few configuration steps and minimal code, you can quickly enable robust, real-time communication powered by ConnectyCube. Key benefits include:
8
8
 
9
9
  - **Easy Integration:** Plug the widget into your existing Angular projects.
10
10
  - **Customizable Interface:** Adjust the look and feel to match your brand.
@@ -129,4 +129,4 @@ Join our [Discord](https://discord.com/invite/zqbBWNCCFJ) community to get real-
129
129
 
130
130
  ## Changelog
131
131
 
132
- <https://github.com/ConnectyCube/connectycube-chat-widget-samples/blob/main/CHANGELOG.md>
132
+ [CHANGELOG.md](https://github.com/ConnectyCube/connectycube-chat-widget/blob/main/CHANGELOG.md) in the main repository.
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@connectycube/chat-widget-angular",
3
- "version": "0.41.0",
3
+ "version": "0.42.1",
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
- "homepage": "https://github.com/ConnectyCube/connectycube-chat-widget/packages/chat-widget-angular#readme",
6
+ "homepage": "https://github.com/ConnectyCube/connectycube-chat-widget/tree/main/packages/chat-widget-angular#readme",
7
7
  "bugs": {
8
8
  "url": "https://github.com/ConnectyCube/connectycube-chat-widget/issues"
9
9
  },
@@ -56,7 +56,7 @@
56
56
  "react-dom": ">=18"
57
57
  },
58
58
  "dependencies": {
59
- "@connectycube/chat-widget": "0.41.0"
59
+ "@connectycube/chat-widget": "0.42.1"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@angular/common": "^21.1.5",