dmed-voice-assistant 1.1.6 → 1.1.8
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/RecognitionListItem.js +52 -41
- package/dist/components/RecordListItem.js +159 -133
- package/dist/components/StyledSelect.js +1 -1
- package/dist/components/svgs.js +204 -168
- package/dist/index.js +23 -18
- package/dist/recognition.js +769 -532
- package/dist/recorder.js +390 -314
- package/package.json +3 -5
package/package.json
CHANGED
@@ -1,18 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "dmed-voice-assistant",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.8",
|
4
4
|
"main": "dist/index.js",
|
5
5
|
"files": [
|
6
6
|
"dist"
|
7
7
|
],
|
8
|
-
"
|
8
|
+
"dependencies": {
|
9
9
|
"react": "^18.3.1",
|
10
10
|
"react-dom": "^18.3.1",
|
11
11
|
"@mui/material": "^6.3.0",
|
12
12
|
"@emotion/react": "^11.14.0",
|
13
|
-
"@emotion/styled": "^11.14.0"
|
14
|
-
},
|
15
|
-
"dependencies": {
|
13
|
+
"@emotion/styled": "^11.14.0",
|
16
14
|
"@mui/x-date-pickers": "^7.23.1",
|
17
15
|
"@testing-library/jest-dom": "^5.17.0",
|
18
16
|
"@testing-library/react": "^13.4.0",
|