ahs-cti 0.0.19 → 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/dist/{agentPerformanceReport-VFLQ74FQ.mjs → agentPerformanceReport-7XZLGDRW.mjs} +2 -2
- package/dist/{agentPerformanceReport-VFLQ74FQ.mjs.map → agentPerformanceReport-7XZLGDRW.mjs.map} +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -1
- package/dist/index.mjs.map +1 -1
- package/dist-react/{agentPerformanceReport-3MJUJURN.mjs → agentPerformanceReport-OE4G4MSG.mjs} +2 -2
- package/dist-react/{agentPerformanceReport-3MJUJURN.mjs.map → agentPerformanceReport-OE4G4MSG.mjs.map} +1 -1
- package/dist-react/index.d.ts +2 -1
- package/dist-react/index.js +4 -1
- package/dist-react/index.js.map +1 -1
- package/dist-react/index.mjs +10 -1
- package/dist-react/index.mjs.map +1 -1
- package/package.json +6 -1
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.
|
|
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",
|