@regulaforensics/ionic-native-document-reader 6.7.1 → 6.8.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/ionic-native-document-reader",
3
- "version": "6.7.1",
3
+ "version": "6.8.0",
4
4
  "description": "Ionic Native wrapper for cordova documentreader",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -369,7 +369,7 @@
369
369
  IPHONEOS_DEPLOYMENT_TARGET = 12.0;
370
370
  LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
371
371
  OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
372
- PRODUCT_BUNDLE_IDENTIFIER = com.regula.dr.fullrfid;
372
+ PRODUCT_BUNDLE_IDENTIFIER = regula.DocumentReader;
373
373
  PRODUCT_NAME = "$(TARGET_NAME)";
374
374
  SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
375
375
  SWIFT_VERSION = 5.0;
@@ -387,7 +387,7 @@
387
387
  INFOPLIST_FILE = App/Info.plist;
388
388
  IPHONEOS_DEPLOYMENT_TARGET = 12.0;
389
389
  LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
390
- PRODUCT_BUNDLE_IDENTIFIER = com.regula.dr.fullrfid;
390
+ PRODUCT_BUNDLE_IDENTIFIER = regula.DocumentReader;
391
391
  PRODUCT_NAME = "$(TARGET_NAME)";
392
392
  SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
393
393
  SWIFT_VERSION = 5.0;
@@ -16,9 +16,9 @@
16
16
  "@awesome-cordova-plugins/image-picker": "^5.36.0",
17
17
  "@ionic/react": "^6.0.0",
18
18
  "@ionic/react-router": "^6.0.0",
19
- "@regulaforensics/cordova-plugin-document-reader-api": "6.7.3",
20
- "@regulaforensics/cordova-plugin-document-reader-core-fullrfid": "6.7.0",
21
- "@regulaforensics/ionic-native-document-reader": "6.7.1",
19
+ "@regulaforensics/cordova-plugin-document-reader-api": "6.8.0",
20
+ "@regulaforensics/cordova-plugin-document-reader-core-fullrfid": "6.8.0",
21
+ "@regulaforensics/ionic-native-document-reader": "6.8.0",
22
22
  "@testing-library/jest-dom": "^5.11.9",
23
23
  "@testing-library/react": "^11.2.5",
24
24
  "@testing-library/user-event": "^12.6.3",
@@ -157,7 +157,7 @@ function restartRfidUI() {
157
157
 
158
158
  function updateRfidUI(notification: DocumentReaderNotification) {
159
159
  if (notification.code === Enum.eRFID_NotificationCodes.RFID_NOTIFICATION_PCSC_READING_DATAGROUP)
160
- rfidDescription = Enum.eRFID_DataFile_Type.getTranslation(notification.dataFileType!)
160
+ rfidDescription = notification.dataFileType!.toString()
161
161
  rfidUIHeader = "Reading RFID"
162
162
  rfidUIHeaderColor = "black"
163
163
  rfidProgress = notification.value!