@capgo/camera-preview 7.24.1 → 7.24.3

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.
package/README.md CHANGED
@@ -160,6 +160,10 @@ Example app (Ionic):
160
160
  - EV controls (+/−) are placed in a top‑right floating action bar, outside the preview area.
161
161
 
162
162
 
163
+ ## Documentation
164
+
165
+ The most complete doc is available here: https://capgo.app/docs/plugins/camera-preview/
166
+
163
167
  # Installation
164
168
 
165
169
  ```
@@ -34,7 +34,7 @@ extension UIWindow {
34
34
  */
35
35
  @objc(CameraPreview)
36
36
  public class CameraPreview: CAPPlugin, CAPBridgedPlugin, CLLocationManagerDelegate {
37
- private let PLUGIN_VERSION: String = "7.24.1"
37
+ private let PLUGIN_VERSION: String = "7.24.3"
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": "7.24.1",
3
+ "version": "7.24.3",
4
4
  "description": "Camera preview",
5
5
  "license": "MIT",
6
6
  "repository": {