capacitor-camera-module 0.0.56 → 0.0.57

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.
@@ -233,10 +233,7 @@ public class CameraModulePlugin: CAPPlugin,CAPBridgedPlugin,AVCaptureVideoDataOu
233
233
  }
234
234
 
235
235
 
236
- public override func viewDidLayoutSubviews() {
237
- super.viewDidLayoutSubviews()
238
- videoPreviewLayer?.frame = previewView?.bounds ?? .zero
239
- }
236
+
240
237
  // MARK: - Flash
241
238
 
242
239
  @objc func toggleFlash(_ call: CAPPluginCall) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-camera-module",
3
- "version": "0.0.56",
3
+ "version": "0.0.57",
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",