@capacitor/barcode-scanner 2.1.0-dev.2 → 2.1.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.
- package/README.md +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ Note: Android with `ZXING` scanning library supports all formats, while `MLKIT`
|
|
|
25
25
|
|
|
26
26
|
The barcode scanner uses the camera on the device. Ensure you configure the Privacy - Camera Usage Description in your Info.plist file so that your application can access the device's camera.
|
|
27
27
|
|
|
28
|
-
Note: iOS supports all formats but `MAXICODE` and `UPC_EAN_EXTENSION` - using them in `hint` will default to scanning any format. Also, Apple Vision does not distinguish between `UPC_A` and `
|
|
28
|
+
Note: iOS supports all formats but `MAXICODE` and `UPC_EAN_EXTENSION` - using them in `hint` will default to scanning any format. Also, Apple Vision does not distinguish between `UPC_A` and `EAN_13`, so specifying one of these in `hint` will allow to scan both.
|
|
29
29
|
|
|
30
30
|
---
|
|
31
31
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capacitor/barcode-scanner",
|
|
3
|
-
"version": "2.1.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Capacitor plugin using Outsystems Barcode libs",
|
|
5
5
|
"main": "dist/plugin.cjs.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -79,5 +79,6 @@
|
|
|
79
79
|
"android": {
|
|
80
80
|
"src": "android"
|
|
81
81
|
}
|
|
82
|
-
}
|
|
82
|
+
},
|
|
83
|
+
"gitHead": "01871cc8d569718a6c2cd747622b1244d18d0aea"
|
|
83
84
|
}
|