react-native-wakeword 1.1.112 → 1.1.113
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/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar +0 -0
- package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar.md5 +1 -1
- package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar.sha1 +1 -1
- package/package.json +5 -4
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
fcc68db86fe2aac07443f27955fe997f keyworddetection-1.0.0.aar
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
8801ba5e45f80b9aee79a5283579ec6c2ea02e94 keyworddetection-1.0.0.aar
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-wakeword",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.113",
|
|
4
4
|
"description": "Voice/Wake-word detection library for React Native",
|
|
5
5
|
"main": "wakewords/index.js",
|
|
6
6
|
"types": "wakewords/index.d.ts",
|
|
7
7
|
"expo": {
|
|
8
8
|
"plugins": [
|
|
9
9
|
"./app.plugin.js"
|
|
10
|
-
|
|
11
|
-
},
|
|
10
|
+
]
|
|
11
|
+
},
|
|
12
12
|
"files": [
|
|
13
13
|
"wakewords/",
|
|
14
14
|
"android/",
|
|
@@ -70,5 +70,6 @@
|
|
|
70
70
|
"rn wake word"
|
|
71
71
|
],
|
|
72
72
|
"author": "Davoice.io",
|
|
73
|
-
"license": "MIT"
|
|
73
|
+
"license": "MIT",
|
|
74
|
+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
74
75
|
}
|