capacitor-camera-module 0.0.38 → 0.0.39

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.
@@ -700,12 +700,12 @@ public class CameraModulePlugin extends Plugin {
700
700
  imageCapture,
701
701
  imageAnalysis
702
702
  );
703
-
704
- call.resolve();
703
+
705
704
  });
706
705
  }
707
706
 
708
707
 
708
+
709
709
  private void processBarcode(ImageProxy imageProxy) {
710
710
 
711
711
  if (!isScanning) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-camera-module",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "description": "Plugin to request permissiones view camera take phots",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",