react-native-yolo 0.0.9 → 0.0.10

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.
@@ -17,7 +17,7 @@ public class HybridYoloModel: HybridYoloModelSpec {
17
17
 
18
18
  private let threadLock = NSLock()
19
19
 
20
- public required override init(modelPath: String) throws {
20
+ public required init(modelPath: String) throws {
21
21
  super.init()
22
22
  try load(modelPath: modelPath)
23
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-yolo",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "react-native-yolo is a react native package built with Nitro",
5
5
  "main": "./lib/commonjs/index.js",
6
6
  "module": "./lib/module/index.js",