react-native-wakeword 1.1.111 → 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.
@@ -1 +1 @@
1
- 15e45f910989978f47a26a9019d046a4 keyworddetection-1.0.0.aar
1
+ fcc68db86fe2aac07443f27955fe997f keyworddetection-1.0.0.aar
@@ -1 +1 @@
1
- 160f00fad556e5d34d601346bb93a0cb630774df keyworddetection-1.0.0.aar
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.111",
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
  }