@regulaforensics/document-reader 8.3.290-beta → 8.3.292-beta

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.
@@ -5,7 +5,7 @@ source = File.join(__dir__, 'ios')
5
5
 
6
6
  Pod::Spec.new do |s|
7
7
  s.name = 'RNDocumentReader'
8
- s.version = '8.3.290-beta'
8
+ s.version = '8.3.292-beta'
9
9
  s.summary = package['description']
10
10
  s.license = package['license']
11
11
 
@@ -6,7 +6,7 @@
6
6
  "android": "scripts/android.sh"
7
7
  },
8
8
  "dependencies": {
9
- "@regulaforensics/document-reader": "8.3.290-beta",
9
+ "@regulaforensics/document-reader": "8.3.292-beta",
10
10
  "@regulaforensics/document-reader-core-fullauthrfid": "8.2.8-beta",
11
11
  "@regulaforensics/document-reader-btdevice": "8.2.8-beta",
12
12
  "@awesome-cordova-plugins/file": "6.6.0",
@@ -6,8 +6,7 @@
6
6
  <platform name="android">
7
7
  <resource-file src="assets/db.dat" target="app/src/main/assets/Regula/db.dat" />
8
8
  <preference name="orientation" value="portrait" />
9
- <preference name="android-minSdkVersion" value="24" />
10
- <preference name="android-targetSdkVersion" value="35" />
9
+ <preference name="AndroidEdgeToEdge" value="true" />
11
10
  <preference name="GradlePluginKotlinEnabled" value="true" />
12
11
  <config-file parent="/*" target="AndroidManifest.xml">
13
12
  <uses-permission android:name="android.permission.NFC" />
@@ -18,7 +18,7 @@
18
18
  "@awesome-cordova-plugins/file": "^8.1.0",
19
19
  "@ionic/angular": "^8.7.3",
20
20
  "@ionic/cordova-builders": "^12.3.0",
21
- "@regulaforensics/document-reader": "8.3.290-beta",
21
+ "@regulaforensics/document-reader": "8.3.292-beta",
22
22
  "@regulaforensics/document-reader-btdevice": "8.2.8-beta",
23
23
  "@regulaforensics/document-reader-core-fullauthrfid": "8.2.8-beta",
24
24
  "cordova-android": "^14.0.1",
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
3
  if [[ $npm_config_o || $npm_config_open ]]; then
4
- ionic cordova prepare android
4
+ ionic cordova build android
5
5
  studio platforms/android || open -a 'Android Studio' platforms/android
6
6
  else
7
7
  ionic cordova run android
@@ -8,7 +8,7 @@
8
8
  "start": "expo start"
9
9
  },
10
10
  "dependencies": {
11
- "@regulaforensics/document-reader": "8.3.290-beta",
11
+ "@regulaforensics/document-reader": "8.3.292-beta",
12
12
  "@regulaforensics/document-reader-core-fullauthrfid": "8.2.8-beta",
13
13
  "@regulaforensics/document-reader-btdevice": "8.2.8-beta",
14
14
  "react-native": "0.79.5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/document-reader",
3
- "version": "8.3.290-beta",
3
+ "version": "8.3.292-beta",
4
4
  "description": "This is an npm module for Regula Document Reader SDK. It allows you to read various kinds of identification documents using your phone's camera.",
5
5
  "main": "www/react-native/index.js",
6
6
  "module": "www/capacitor/index.js",
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
- <plugin id="@regulaforensics/document-reader" version="8.3.290-beta" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2
+ <plugin id="@regulaforensics/document-reader" version="8.3.292-beta" xmlns="http://apache.org/cordova/ns/plugins/1.0">
3
3
  <name>DocumentReader</name>
4
4
  <description>Cordova plugin for Regula Document Reader SDK</description>
5
5
  <license>commercial</license>
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "..": {
15
15
  "name": "@regulaforensics/document-reader",
16
- "version": "8.3.290-beta",
16
+ "version": "8.3.292-beta",
17
17
  "dev": true,
18
18
  "license": "commercial"
19
19
  },