@capgo/camera-preview 3.3.1 → 3.5.0

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.
@@ -414,7 +414,7 @@
414
414
  GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
415
415
  GCC_WARN_UNUSED_FUNCTION = YES;
416
416
  GCC_WARN_UNUSED_VARIABLE = YES;
417
- IPHONEOS_DEPLOYMENT_TARGET = 12.1;
417
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
418
418
  MTL_ENABLE_DEBUG_INFO = YES;
419
419
  ONLY_ACTIVE_ARCH = YES;
420
420
  SDKROOT = iphoneos;
@@ -469,7 +469,7 @@
469
469
  GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
470
470
  GCC_WARN_UNUSED_FUNCTION = YES;
471
471
  GCC_WARN_UNUSED_VARIABLE = YES;
472
- IPHONEOS_DEPLOYMENT_TARGET = 12.1;
472
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
473
473
  MTL_ENABLE_DEBUG_INFO = NO;
474
474
  SDKROOT = iphoneos;
475
475
  SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/camera-preview",
3
- "version": "3.3.1",
3
+ "version": "3.5.0",
4
4
  "description": "Camera preview",
5
5
  "main": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",