@regulaforensics/document-reader 9.7.951-nightly → 9.7.953-rc

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.
Files changed (50) hide show
  1. package/RNDocumentReader.podspec +2 -2
  2. package/android/build.gradle +2 -2
  3. package/android/cordova.gradle +2 -2
  4. package/android/src/main/{java → kotlin}/com/regula/plugin/documentreader/Config.kt +30 -10
  5. package/android/src/main/{java → kotlin}/com/regula/plugin/documentreader/JSONConstructor.kt +12 -1
  6. package/android/src/main/{java → kotlin}/com/regula/plugin/documentreader/Utils.kt +1 -1
  7. package/examples/capacitor/package-lock.json +14 -14
  8. package/examples/capacitor/package.json +3 -3
  9. package/examples/ionic/package-lock.json +125 -588
  10. package/examples/ionic/package.json +5 -4
  11. package/examples/react_native/package-lock.json +539 -638
  12. package/examples/react_native/package.json +3 -3
  13. package/ios/RGLWConfig.h +2 -0
  14. package/ios/RGLWConfig.m +25 -5
  15. package/ios/RGLWJSONConstructor.h +2 -0
  16. package/ios/RGLWJSONConstructor.m +12 -0
  17. package/package.json +1 -1
  18. package/plugin.xml +8 -8
  19. package/test/json.tsx +6 -0
  20. package/test/package-lock.json +5 -2
  21. package/test/test.tsx +206 -2
  22. package/www/capacitor/index.js +207 -17
  23. package/www/capacitor/params/process_params/AuthenticityParams.js +15 -0
  24. package/www/capacitor/params/process_params/AuthenticityPropertiesParams.js +31 -0
  25. package/www/capacitor/params/process_params/FaceApiParams.js +5 -1
  26. package/www/capacitor/results/authenticity/Authenticity.js +2 -1
  27. package/www/capacitor/results/authenticity/CheckDiagnose.js +4 -1
  28. package/www/capacitor/results/authenticity/SecurityFeatureType.js +1 -0
  29. package/www/capacitor/results/visual_results/FieldType.js +3 -1
  30. package/www/cordova.js +199 -123
  31. package/www/react-native/index.js +207 -17
  32. package/www/react-native/params/process_params/AuthenticityParams.js +15 -0
  33. package/www/react-native/params/process_params/AuthenticityPropertiesParams.js +31 -0
  34. package/www/react-native/params/process_params/FaceApiParams.js +5 -1
  35. package/www/react-native/results/authenticity/Authenticity.js +2 -1
  36. package/www/react-native/results/authenticity/CheckDiagnose.js +4 -1
  37. package/www/react-native/results/authenticity/SecurityFeatureType.js +1 -0
  38. package/www/react-native/results/visual_results/FieldType.js +3 -1
  39. package/www/types/index.d.ts +206 -19
  40. package/www/types/params/process_params/AuthenticityParams.d.ts +5 -4
  41. package/www/types/params/process_params/AuthenticityPropertiesParams.d.ts +10 -0
  42. package/www/types/params/process_params/FaceApiParams.d.ts +4 -0
  43. package/www/types/params/process_params/ProcessParams.d.ts +3 -2
  44. package/www/types/results/authenticity/Authenticity.d.ts +1 -0
  45. package/www/types/results/authenticity/CheckDiagnose.d.ts +3 -0
  46. package/www/types/results/authenticity/SecurityFeatureType.d.ts +1 -0
  47. package/www/types/results/visual_results/FieldType.d.ts +3 -1
  48. /package/android/src/main/{java → kotlin}/com/regula/plugin/documentreader/BluetoothUtil.kt +0 -0
  49. /package/android/src/main/{java → kotlin}/com/regula/plugin/documentreader/Main.kt +0 -0
  50. /package/android/src/main/{java → kotlin}/com/regula/plugin/documentreader/RNDocumentReaderModule.kt +0 -0
@@ -19,9 +19,9 @@
19
19
  "@ionic/cordova-builders": "^12.3.0",
20
20
  "@awesome-cordova-plugins/camera": "^9.2.0",
21
21
  "@awesome-cordova-plugins/file": "^9.2.0",
22
- "@regulaforensics/document-reader": "9.7.951-nightly",
23
- "@regulaforensics/document-reader-core-fullauthrfid": "9.6.2444",
24
- "@regulaforensics/document-reader-btdevice": "9.6.55",
22
+ "@regulaforensics/document-reader": "9.7.953-rc",
23
+ "@regulaforensics/document-reader-core-fullauthrfid": "9.7.2665-rc",
24
+ "@regulaforensics/document-reader-btdevice": "9.7.60-rc",
25
25
  "cordova-android": "^15.0.0",
26
26
  "cordova-ios": "^8.1.1",
27
27
  "cordova-plugin-camera": "^8.0.0",
@@ -37,7 +37,8 @@
37
37
  "picomatch": "^4.0.4",
38
38
  "serialize-javascript": "^7.0.4",
39
39
  "uuid": "^14.0.0",
40
- "webpack-dev-server": "^5.2.4"
40
+ "webpack-dev-server": "^5.2.4",
41
+ "@hono/node-server": "^2.0.5"
41
42
  },
42
43
  "cordova": {
43
44
  "plugins": {