@capgo/camera-preview 8.0.11 → 8.0.13

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.
@@ -55,7 +55,7 @@ dependencies {
55
55
  implementation 'org.apache.commons:commons-imaging:1.0.0-alpha6'
56
56
 
57
57
  // CameraX dependencies
58
- def camerax_version = "1.5.2"
58
+ def camerax_version = "1.5.3"
59
59
  implementation "androidx.camera:camera-core:${camerax_version}"
60
60
  implementation "androidx.camera:camera-camera2:${camerax_version}"
61
61
  implementation "androidx.camera:camera-lifecycle:${camerax_version}"
@@ -34,7 +34,7 @@ extension UIWindow {
34
34
  */
35
35
  @objc(CameraPreview)
36
36
  public class CameraPreview: CAPPlugin, CAPBridgedPlugin, CLLocationManagerDelegate {
37
- private let pluginVersion: String = "8.0.11"
37
+ private let pluginVersion: String = "8.0.13"
38
38
  public let identifier = "CameraPreviewPlugin"
39
39
  public let jsName = "CameraPreview"
40
40
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/camera-preview",
3
- "version": "8.0.11",
3
+ "version": "8.0.13",
4
4
  "description": "Camera preview",
5
5
  "license": "MPL-2.0",
6
6
  "repository": {