call-control-sdk 2.2.0 → 2.3.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # React Call Control SDK
1
+ # Call Control SDK
2
2
 
3
3
  Achala provide call control SDK with Material-UI components, providing a draggable control panel for call management.
4
4
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "call-control-sdk",
3
3
  "description": "Call Control SDK - draggable call controls",
4
- "version": "2.2.0",
4
+ "version": "2.3.0",
5
5
  "author": "Achala",
6
6
  "license": "MIT",
7
7
  "main": "./dist/index.cjs",
@@ -41,4 +41,3 @@
41
41
  "prettier": "^3.0.0"
42
42
  }
43
43
  }
44
-