ahs-cti 0.0.20 → 0.0.21

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,7 +1,7 @@
1
1
  {
2
2
  "name": "ahs-cti",
3
3
  "description": "Call Control SDK for Web RTC",
4
- "version": "0.0.20",
4
+ "version": "0.0.21",
5
5
  "author": "CTI SDK Team",
6
6
  "license": "MIT",
7
7
  "main": "./dist/index.js",
@@ -78,6 +78,7 @@
78
78
  "@mui/material": ">=5.0.0",
79
79
  "axios": ">=1.0.0",
80
80
  "dayjs": ">=1.11.0",
81
+ "material-react-table": ">=3.0.0",
81
82
  "react": ">=16.0.0",
82
83
  "react-dom": ">=16.0.0",
83
84
  "recharts": ">=2.0.0"
@@ -101,6 +102,9 @@
101
102
  "dayjs": {
102
103
  "optional": true
103
104
  },
105
+ "material-react-table": {
106
+ "optional": true
107
+ },
104
108
  "recharts": {
105
109
  "optional": true
106
110
  },
@@ -119,6 +123,7 @@
119
123
  "@types/react": "^18.0.0",
120
124
  "@types/react-dom": "^18.0.0",
121
125
  "eslint": "^8.0.0",
126
+ "material-react-table": "^3.0.1",
122
127
  "prettier": "^3.0.0",
123
128
  "react": "^19.1.1",
124
129
  "react-dom": "^19.1.1",