@regulaforensics/document-reader 8.3.280-beta → 8.3.282-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.
- package/RNDocumentReader.podspec +2 -2
- package/android/build.gradle +2 -2
- package/android/cordova.gradle +2 -2
- package/android/src/main/java/com/regula/plugin/documentreader/Config.kt +4 -0
- package/android/src/main/java/com/regula/plugin/documentreader/JSONConstructor.kt +4 -4
- package/examples/capacitor/android/app/build.gradle +2 -2
- package/examples/capacitor/android/app/src/main/java/com/regula/{dr/fullauthrfid → example/dr/capacitor}/MainActivity.java +1 -1
- package/examples/capacitor/android/app/src/main/res/values/strings.xml +2 -2
- package/examples/capacitor/ios/App/App/Info.plist +60 -60
- package/examples/capacitor/ios/App/App.xcodeproj/project.pbxproj +2 -2
- package/examples/capacitor/package-lock.json +30 -159
- package/examples/capacitor/package.json +4 -4
- package/examples/ionic/config.xml +1 -1
- package/examples/ionic/package-lock.json +7962 -10570
- package/examples/ionic/package.json +16 -16
- package/examples/react_native/app.config.ts +2 -2
- package/examples/react_native/package-lock.json +54 -71
- package/examples/react_native/package.json +3 -3
- package/ios/RGLWConfig.m +2 -0
- package/ios/RGLWMain.m +1 -1
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/test/json.tsx +3 -1
- package/test/package-lock.json +1 -1
- package/www/capacitor/params/Functionality.js +8 -0
- package/www/capacitor/params/process_params/ProcessParams.js +8 -0
- package/www/capacitor/results/authenticity/CheckDiagnose.js +1 -0
- package/www/cordova.js +17 -0
- package/www/react-native/params/Functionality.js +8 -0
- package/www/react-native/params/process_params/ProcessParams.js +8 -0
- package/www/react-native/results/authenticity/CheckDiagnose.js +1 -0
- package/www/types/params/Functionality.d.ts +4 -0
- package/www/types/params/process_params/FaceApiSearchParams.d.ts +2 -2
- package/www/types/params/process_params/ProcessParams.d.ts +4 -0
- package/www/types/results/TransactionInfo.d.ts +1 -1
- package/www/types/results/authenticity/CheckDiagnose.d.ts +2 -0
package/RNDocumentReader.podspec
CHANGED
|
@@ -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.
|
|
8
|
+
s.version = '8.3.282-beta'
|
|
9
9
|
s.summary = package['description']
|
|
10
10
|
s.license = package['license']
|
|
11
11
|
|
|
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
|
|
|
16
16
|
s.ios.deployment_target = '13.0'
|
|
17
17
|
s.source_files = 'ios/**/*.{h,m}'
|
|
18
18
|
s.exclude_files = [ 'ios/CVDDocumentReader.h', 'ios/CVDDocumentReader.m' ]
|
|
19
|
-
s.dependency '
|
|
19
|
+
s.dependency 'DocumentReaderStage', '8.3.5051'
|
|
20
20
|
s.dependency 'React'
|
|
21
21
|
end
|
package/android/build.gradle
CHANGED
|
@@ -20,7 +20,7 @@ android {
|
|
|
20
20
|
rootProject.allprojects {
|
|
21
21
|
repositories {
|
|
22
22
|
maven {
|
|
23
|
-
url "https://maven.regulaforensics.com/RegulaDocumentReader"
|
|
23
|
+
url "https://maven.regulaforensics.com/RegulaDocumentReader/Stage"
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -29,7 +29,7 @@ dependencies {
|
|
|
29
29
|
//noinspection GradleDynamicVersion
|
|
30
30
|
implementation 'com.facebook.react:react-native:+'
|
|
31
31
|
//noinspection GradleDependency
|
|
32
|
-
implementation('com.regula.documentreader:api:8.
|
|
32
|
+
implementation('com.regula.documentreader:api:8.3.11788'){
|
|
33
33
|
transitive = true
|
|
34
34
|
}
|
|
35
35
|
}
|
package/android/cordova.gradle
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
repositories {
|
|
2
2
|
maven {
|
|
3
|
-
url "https://maven.regulaforensics.com/RegulaDocumentReader"
|
|
3
|
+
url "https://maven.regulaforensics.com/RegulaDocumentReader/Stage"
|
|
4
4
|
}
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
dependencies {
|
|
8
8
|
//noinspection GradleDependency
|
|
9
|
-
implementation('com.regula.documentreader:api:8.
|
|
9
|
+
implementation('com.regula.documentreader:api:8.3.11788'){
|
|
10
10
|
transitive = true
|
|
11
11
|
}
|
|
12
12
|
}
|
|
@@ -58,6 +58,7 @@ fun setFunctionality(config: Functionality, input: JSONObject) = input.forEach {
|
|
|
58
58
|
"btDeviceName" -> editor.setBtDeviceName(v as String)
|
|
59
59
|
"zoomFactor" -> editor.setZoomFactor(v.toFloat())
|
|
60
60
|
"exposure" -> editor.setExposure(v.toFloat())
|
|
61
|
+
"videoRecordingSizeDownscaleFactor" -> editor.setVideoRecordingSizeDownscaleFactor(v.toFloat())
|
|
61
62
|
"excludedCamera2Models" -> editor.setExcludedCamera2Models((v as JSONArray).toList())
|
|
62
63
|
"cameraSize" -> editor.setCameraSize(cameraSizeFromJSON(v as JSONObject).first, cameraSizeFromJSON(v).second)
|
|
63
64
|
}
|
|
@@ -92,6 +93,7 @@ fun getFunctionality(input: Functionality) = mapOf(
|
|
|
92
93
|
"btDeviceName" to input.btDeviceName,
|
|
93
94
|
"zoomFactor" to input.zoomFactor,
|
|
94
95
|
"exposure" to input.exposure,
|
|
96
|
+
"videoRecordingSizeDownscaleFactor" to input.videoRecordingSizeDownscaleFactor,
|
|
95
97
|
"excludedCamera2Models" to input.excludedCamera2Models.toJson(),
|
|
96
98
|
"cameraSize" to generateCameraSize(input.cameraWidth, input.cameraHeight)
|
|
97
99
|
).toJson()
|
|
@@ -138,6 +140,7 @@ fun setProcessParams(processParams: ProcessParam, opts: JSONObject) = opts.forEa
|
|
|
138
140
|
"strictDLCategoryExpiry" -> processParams.strictDLCategoryExpiry = v as Boolean
|
|
139
141
|
"generateAlpha2Codes" -> processParams.generateAlpha2Codes = v as Boolean
|
|
140
142
|
"disableAuthResolutionFilter" -> processParams.disableAuthResolutionFilter = v as Boolean
|
|
143
|
+
"strictSecurityChecks" -> processParams.strictSecurityChecks = v as Boolean
|
|
141
144
|
"measureSystem" -> processParams.measureSystem = v.toInt()
|
|
142
145
|
"barcodeParserType" -> processParams.barcodeParserType = v.toInt()
|
|
143
146
|
"perspectiveAngle" -> processParams.perspectiveAngle = v.toInt()
|
|
@@ -223,6 +226,7 @@ fun getProcessParams(processParams: ProcessParam) = mapOf(
|
|
|
223
226
|
"strictDLCategoryExpiry" to processParams.strictDLCategoryExpiry,
|
|
224
227
|
"generateAlpha2Codes" to processParams.generateAlpha2Codes,
|
|
225
228
|
"disableAuthResolutionFilter" to processParams.disableAuthResolutionFilter,
|
|
229
|
+
"strictSecurityChecks" to processParams.strictSecurityChecks,
|
|
226
230
|
"measureSystem" to processParams.measureSystem,
|
|
227
231
|
"barcodeParserType" to processParams.barcodeParserType,
|
|
228
232
|
"perspectiveAngle" to processParams.perspectiveAngle,
|
|
@@ -152,7 +152,7 @@ fun transactionInfoFromJSON(input: JSONObject?) = input?.let {
|
|
|
152
152
|
val result = TransactionInfo()
|
|
153
153
|
result.transactionId = it.getStringOrNull("transactionId")
|
|
154
154
|
result.tag = it.getStringOrNull("tag")
|
|
155
|
-
result.sessionLogFolder = it.
|
|
155
|
+
result.sessionLogFolder = it.getString("sessionLogFolder")
|
|
156
156
|
result
|
|
157
157
|
}
|
|
158
158
|
|
|
@@ -318,7 +318,7 @@ fun onlineProcessingConfigFromJSON(input: JSONObject?) = input?.let {
|
|
|
318
318
|
if (it.has("imageCompressionQuality")) builder.setImageCompressionQuality(it.getDouble("imageCompressionQuality").toFloat())
|
|
319
319
|
if (it.has("processParams")) builder.setProcessParams(processParamFromJSON(it.getJSONObject("processParams")))
|
|
320
320
|
if (it.has("requestHeaders")) {
|
|
321
|
-
val listener = NetworkInterceptorListener { input.getJSONObject("requestHeaders").forEach { k, v ->
|
|
321
|
+
val listener = NetworkInterceptorListener { self -> input.getJSONObject("requestHeaders").forEach { k, v -> self.setRequestProperty(k, v as String) } }
|
|
322
322
|
weakReferencesHolder.add(listener)
|
|
323
323
|
builder.setNetworkInterceptorListener(listener)
|
|
324
324
|
}
|
|
@@ -370,9 +370,9 @@ fun faceApiSearchParamsFromJSON(input: JSONObject?) = input?.let {
|
|
|
370
370
|
if (it.has("threshold") && !it.isNull("threshold")) result.threshold = it.getDouble("threshold").toFloat()
|
|
371
371
|
if (it.has("groupIds") && !it.isNull("groupIds")) {
|
|
372
372
|
val jsonArrayGroupIds = it.getJSONArray("groupIds")
|
|
373
|
-
val groupIds =
|
|
373
|
+
val groupIds = arrayOfNulls<String>(jsonArrayGroupIds.length())
|
|
374
374
|
for (i in 0 until jsonArrayGroupIds.length())
|
|
375
|
-
groupIds[i] = jsonArrayGroupIds.
|
|
375
|
+
groupIds[i] = jsonArrayGroupIds.getString(i)
|
|
376
376
|
result.groupIds = groupIds
|
|
377
377
|
}
|
|
378
378
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
apply plugin: 'com.android.application'
|
|
2
2
|
|
|
3
3
|
android {
|
|
4
|
-
namespace "com.regula.dr.
|
|
4
|
+
namespace "com.regula.example.dr.capacitor"
|
|
5
5
|
compileSdkVersion rootProject.ext.compileSdkVersion
|
|
6
6
|
defaultConfig {
|
|
7
|
-
applicationId "com.regula.dr.
|
|
7
|
+
applicationId "com.regula.example.dr.capacitor"
|
|
8
8
|
minSdkVersion rootProject.ext.minSdkVersion
|
|
9
9
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
|
10
10
|
versionCode 1
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
<resources>
|
|
3
3
|
<string name="app_name">DocumentReader</string>
|
|
4
4
|
<string name="title_activity_main">DocumentReader</string>
|
|
5
|
-
<string name="package_name">com.regula.dr.
|
|
6
|
-
<string name="custom_url_scheme">com.regula.dr.
|
|
5
|
+
<string name="package_name">com.regula.example.dr.capacitor</string>
|
|
6
|
+
<string name="custom_url_scheme">com.regula.example.dr.capacitor</string>
|
|
7
7
|
</resources>
|
|
@@ -1,67 +1,67 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
3
|
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>CFBundleDevelopmentRegion</key>
|
|
6
|
+
<string>en</string>
|
|
7
|
+
<key>CFBundleDisplayName</key>
|
|
8
|
+
<string>DocumentReader</string>
|
|
9
|
+
<key>CFBundleExecutable</key>
|
|
10
|
+
<string>$(EXECUTABLE_NAME)</string>
|
|
11
|
+
<key>CFBundleIdentifier</key>
|
|
12
|
+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
13
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
|
14
|
+
<string>6.0</string>
|
|
15
|
+
<key>CFBundleName</key>
|
|
16
|
+
<string>$(PRODUCT_NAME)</string>
|
|
17
|
+
<key>CFBundlePackageType</key>
|
|
18
|
+
<string>APPL</string>
|
|
19
|
+
<key>CFBundleShortVersionString</key>
|
|
20
|
+
<string>$(MARKETING_VERSION)</string>
|
|
21
|
+
<key>CFBundleVersion</key>
|
|
22
|
+
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
23
|
+
<key>LSRequiresIPhoneOS</key>
|
|
24
|
+
<true/>
|
|
25
|
+
<key>NFCReaderUsageDescription</key>
|
|
26
|
+
<string>To use NFC</string>
|
|
27
|
+
<key>NSAppTransportSecurity</key>
|
|
4
28
|
<dict>
|
|
5
|
-
<key>
|
|
6
|
-
<string>en</string>
|
|
7
|
-
<key>CFBundleDisplayName</key>
|
|
8
|
-
<string>DocumentReader</string>
|
|
9
|
-
<key>CFBundleExecutable</key>
|
|
10
|
-
<string>$(EXECUTABLE_NAME)</string>
|
|
11
|
-
<key>CFBundleIdentifier</key>
|
|
12
|
-
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
13
|
-
<key>CFBundleInfoDictionaryVersion</key>
|
|
14
|
-
<string>6.0</string>
|
|
15
|
-
<key>CFBundleName</key>
|
|
16
|
-
<string>$(PRODUCT_NAME)</string>
|
|
17
|
-
<key>CFBundlePackageType</key>
|
|
18
|
-
<string>APPL</string>
|
|
19
|
-
<key>CFBundleShortVersionString</key>
|
|
20
|
-
<string>$(MARKETING_VERSION)</string>
|
|
21
|
-
<key>CFBundleVersion</key>
|
|
22
|
-
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
23
|
-
<key>LSRequiresIPhoneOS</key>
|
|
29
|
+
<key>NSAllowsArbitraryLoads</key>
|
|
24
30
|
<true/>
|
|
25
|
-
<key>NSAppTransportSecurity</key>
|
|
26
|
-
<dict>
|
|
27
|
-
<key>NSAllowsArbitraryLoads</key>
|
|
28
|
-
<true/>
|
|
29
|
-
</dict>
|
|
30
|
-
<key>NSCameraUsageDescription</key>
|
|
31
|
-
<string></string>
|
|
32
|
-
<key>NSPhotoLibraryUsageDescription</key>
|
|
33
|
-
<string></string>
|
|
34
|
-
<key>NSBluetoothAlwaysUsageDescription</key>
|
|
35
|
-
<string></string>
|
|
36
|
-
<key>UILaunchStoryboardName</key>
|
|
37
|
-
<string>LaunchScreen</string>
|
|
38
|
-
<key>UIMainStoryboardFile</key>
|
|
39
|
-
<string>Main</string>
|
|
40
|
-
<key>UIRequiredDeviceCapabilities</key>
|
|
41
|
-
<array>
|
|
42
|
-
<string>armv7</string>
|
|
43
|
-
</array>
|
|
44
|
-
<key>UISupportedInterfaceOrientations</key>
|
|
45
|
-
<array>
|
|
46
|
-
<string>UIInterfaceOrientationPortrait</string>
|
|
47
|
-
</array>
|
|
48
|
-
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
49
|
-
<array>
|
|
50
|
-
<string>UIInterfaceOrientationPortrait</string>
|
|
51
|
-
</array>
|
|
52
|
-
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
53
|
-
<true/>
|
|
54
|
-
<key>NFCReaderUsageDescription</key>
|
|
55
|
-
<string>To use NFC</string>
|
|
56
|
-
<key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key>
|
|
57
|
-
<array>
|
|
58
|
-
<string>A0000002471001</string>
|
|
59
|
-
<string>E80704007F00070302</string>
|
|
60
|
-
<string>A000000167455349474E</string>
|
|
61
|
-
<string>A0000002480100</string>
|
|
62
|
-
<string>A0000002480200</string>
|
|
63
|
-
<string>A0000002480300</string>
|
|
64
|
-
<string>A00000045645444C2D3031</string>
|
|
65
|
-
</array>
|
|
66
31
|
</dict>
|
|
32
|
+
<key>NSBluetoothAlwaysUsageDescription</key>
|
|
33
|
+
<string></string>
|
|
34
|
+
<key>NSCameraUsageDescription</key>
|
|
35
|
+
<string></string>
|
|
36
|
+
<key>NSPhotoLibraryUsageDescription</key>
|
|
37
|
+
<string></string>
|
|
38
|
+
<key>UILaunchStoryboardName</key>
|
|
39
|
+
<string>LaunchScreen</string>
|
|
40
|
+
<key>UIMainStoryboardFile</key>
|
|
41
|
+
<string>Main</string>
|
|
42
|
+
<key>UIRequiredDeviceCapabilities</key>
|
|
43
|
+
<array>
|
|
44
|
+
<string>armv7</string>
|
|
45
|
+
</array>
|
|
46
|
+
<key>UISupportedInterfaceOrientations</key>
|
|
47
|
+
<array>
|
|
48
|
+
<string>UIInterfaceOrientationPortrait</string>
|
|
49
|
+
</array>
|
|
50
|
+
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
51
|
+
<array>
|
|
52
|
+
<string>UIInterfaceOrientationPortrait</string>
|
|
53
|
+
</array>
|
|
54
|
+
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
55
|
+
<true/>
|
|
56
|
+
<key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key>
|
|
57
|
+
<array>
|
|
58
|
+
<string>A0000002471001</string>
|
|
59
|
+
<string>E80704007F00070302</string>
|
|
60
|
+
<string>A000000167455349474E</string>
|
|
61
|
+
<string>A0000002480100</string>
|
|
62
|
+
<string>A0000002480200</string>
|
|
63
|
+
<string>A0000002480300</string>
|
|
64
|
+
<string>A00000045645444C2D3031</string>
|
|
65
|
+
</array>
|
|
66
|
+
</dict>
|
|
67
67
|
</plist>
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
360
360
|
MARKETING_VERSION = 1.0;
|
|
361
361
|
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
|
|
362
|
-
PRODUCT_BUNDLE_IDENTIFIER = regula.
|
|
362
|
+
PRODUCT_BUNDLE_IDENTIFIER = com.regula.example.dr.capacitor;
|
|
363
363
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
364
364
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
365
365
|
SWIFT_VERSION = 5.0;
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
380
380
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
381
381
|
MARKETING_VERSION = 1.0;
|
|
382
|
-
PRODUCT_BUNDLE_IDENTIFIER = regula.
|
|
382
|
+
PRODUCT_BUNDLE_IDENTIFIER = com.regula.example.dr.capacitor;
|
|
383
383
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
384
384
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
|
|
385
385
|
SWIFT_VERSION = 5.0;
|
|
@@ -15,11 +15,14 @@
|
|
|
15
15
|
"@capacitor/ios": "7.0.1",
|
|
16
16
|
"@capacitor/status-bar": "7.0.0",
|
|
17
17
|
"@ionic/react": "8.4.3",
|
|
18
|
+
"@regulaforensics/document-reader": "8.3.281-beta",
|
|
19
|
+
"@regulaforensics/document-reader-btdevice": "8.3.10-beta",
|
|
20
|
+
"@regulaforensics/document-reader-core-fullauthrfid": "8.3.9-beta",
|
|
18
21
|
"@types/react-router-dom": "5.3.3",
|
|
19
22
|
"@vitejs/plugin-react": "4.3.4",
|
|
20
23
|
"cordova-plugin-camera": "8.0.0",
|
|
21
24
|
"cordova-plugin-file": "8.1.3",
|
|
22
|
-
"vite-plugin-static-copy": "
|
|
25
|
+
"vite-plugin-static-copy": "3.1.2"
|
|
23
26
|
}
|
|
24
27
|
},
|
|
25
28
|
"node_modules/@ampproject/remapping": {
|
|
@@ -1191,40 +1194,23 @@
|
|
|
1191
1194
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
1192
1195
|
}
|
|
1193
1196
|
},
|
|
1194
|
-
"node_modules/@
|
|
1195
|
-
"version": "
|
|
1196
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1197
|
-
"integrity": "sha512-
|
|
1198
|
-
"license": "
|
|
1199
|
-
"dependencies": {
|
|
1200
|
-
"@nodelib/fs.stat": "2.0.5",
|
|
1201
|
-
"run-parallel": "^1.1.9"
|
|
1202
|
-
},
|
|
1203
|
-
"engines": {
|
|
1204
|
-
"node": ">= 8"
|
|
1205
|
-
}
|
|
1197
|
+
"node_modules/@regulaforensics/document-reader": {
|
|
1198
|
+
"version": "8.3.281-beta",
|
|
1199
|
+
"resolved": "https://registry.npmjs.org/@regulaforensics/document-reader/-/document-reader-8.3.281-beta.tgz",
|
|
1200
|
+
"integrity": "sha512-RbbarWLMBipA6mEdrMijW8ANWhtL2Wb2fsZWW+vsRT5Mw/BjZkNmgQ2Viz+2xZMwwytLyBrmug8B0pvvX6/b8A==",
|
|
1201
|
+
"license": "commercial"
|
|
1206
1202
|
},
|
|
1207
|
-
"node_modules/@
|
|
1208
|
-
"version": "
|
|
1209
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1210
|
-
"integrity": "sha512-
|
|
1211
|
-
"license": "
|
|
1212
|
-
"engines": {
|
|
1213
|
-
"node": ">= 8"
|
|
1214
|
-
}
|
|
1203
|
+
"node_modules/@regulaforensics/document-reader-btdevice": {
|
|
1204
|
+
"version": "8.3.10-beta",
|
|
1205
|
+
"resolved": "https://registry.npmjs.org/@regulaforensics/document-reader-btdevice/-/document-reader-btdevice-8.3.10-beta.tgz",
|
|
1206
|
+
"integrity": "sha512-yPkB5ufMK2PBDJV9j2kV7T1JYcgatyiRD1LwYPuhYc32moHCxI7LQ25oiXv4bg8Qy01pd923gHCRwxhkGLzw7A==",
|
|
1207
|
+
"license": "commercial"
|
|
1215
1208
|
},
|
|
1216
|
-
"node_modules/@
|
|
1217
|
-
"version": "
|
|
1218
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1219
|
-
"integrity": "sha512-
|
|
1220
|
-
"license": "
|
|
1221
|
-
"dependencies": {
|
|
1222
|
-
"@nodelib/fs.scandir": "2.1.5",
|
|
1223
|
-
"fastq": "^1.6.0"
|
|
1224
|
-
},
|
|
1225
|
-
"engines": {
|
|
1226
|
-
"node": ">= 8"
|
|
1227
|
-
}
|
|
1209
|
+
"node_modules/@regulaforensics/document-reader-core-fullauthrfid": {
|
|
1210
|
+
"version": "8.3.9-beta",
|
|
1211
|
+
"resolved": "https://registry.npmjs.org/@regulaforensics/document-reader-core-fullauthrfid/-/document-reader-core-fullauthrfid-8.3.9-beta.tgz",
|
|
1212
|
+
"integrity": "sha512-QBedt8/1wGnZTY/rB9aSacqWuGSs0siahoGhoLAvVtJsnu732+sVjvtuK6F41OzVjlva1U0yuBh7hl5U0oxh9w==",
|
|
1213
|
+
"license": "commercial"
|
|
1228
1214
|
},
|
|
1229
1215
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
1230
1216
|
"version": "4.46.4",
|
|
@@ -2123,31 +2109,6 @@
|
|
|
2123
2109
|
"node": ">=6"
|
|
2124
2110
|
}
|
|
2125
2111
|
},
|
|
2126
|
-
"node_modules/fast-glob": {
|
|
2127
|
-
"version": "3.3.3",
|
|
2128
|
-
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
|
|
2129
|
-
"integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
|
|
2130
|
-
"license": "MIT",
|
|
2131
|
-
"dependencies": {
|
|
2132
|
-
"@nodelib/fs.stat": "^2.0.2",
|
|
2133
|
-
"@nodelib/fs.walk": "^1.2.3",
|
|
2134
|
-
"glob-parent": "^5.1.2",
|
|
2135
|
-
"merge2": "^1.3.0",
|
|
2136
|
-
"micromatch": "^4.0.8"
|
|
2137
|
-
},
|
|
2138
|
-
"engines": {
|
|
2139
|
-
"node": ">=8.6.0"
|
|
2140
|
-
}
|
|
2141
|
-
},
|
|
2142
|
-
"node_modules/fastq": {
|
|
2143
|
-
"version": "1.19.1",
|
|
2144
|
-
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
|
|
2145
|
-
"integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
|
|
2146
|
-
"license": "ISC",
|
|
2147
|
-
"dependencies": {
|
|
2148
|
-
"reusify": "^1.0.4"
|
|
2149
|
-
}
|
|
2150
|
-
},
|
|
2151
2112
|
"node_modules/fd-slicer": {
|
|
2152
2113
|
"version": "1.1.0",
|
|
2153
2114
|
"resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
|
|
@@ -2162,7 +2123,6 @@
|
|
|
2162
2123
|
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
2163
2124
|
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
2164
2125
|
"license": "MIT",
|
|
2165
|
-
"peer": true,
|
|
2166
2126
|
"engines": {
|
|
2167
2127
|
"node": ">=12.0.0"
|
|
2168
2128
|
},
|
|
@@ -2506,40 +2466,6 @@
|
|
|
2506
2466
|
"yallist": "^3.0.2"
|
|
2507
2467
|
}
|
|
2508
2468
|
},
|
|
2509
|
-
"node_modules/merge2": {
|
|
2510
|
-
"version": "1.4.1",
|
|
2511
|
-
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
|
|
2512
|
-
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
|
|
2513
|
-
"license": "MIT",
|
|
2514
|
-
"engines": {
|
|
2515
|
-
"node": ">= 8"
|
|
2516
|
-
}
|
|
2517
|
-
},
|
|
2518
|
-
"node_modules/micromatch": {
|
|
2519
|
-
"version": "4.0.8",
|
|
2520
|
-
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
2521
|
-
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
2522
|
-
"license": "MIT",
|
|
2523
|
-
"dependencies": {
|
|
2524
|
-
"braces": "^3.0.3",
|
|
2525
|
-
"picomatch": "^2.3.1"
|
|
2526
|
-
},
|
|
2527
|
-
"engines": {
|
|
2528
|
-
"node": ">=8.6"
|
|
2529
|
-
}
|
|
2530
|
-
},
|
|
2531
|
-
"node_modules/micromatch/node_modules/picomatch": {
|
|
2532
|
-
"version": "2.3.1",
|
|
2533
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
2534
|
-
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
2535
|
-
"license": "MIT",
|
|
2536
|
-
"engines": {
|
|
2537
|
-
"node": ">=8.6"
|
|
2538
|
-
},
|
|
2539
|
-
"funding": {
|
|
2540
|
-
"url": "https://github.com/sponsors/jonschlinkert"
|
|
2541
|
-
}
|
|
2542
|
-
},
|
|
2543
2469
|
"node_modules/minimatch": {
|
|
2544
2470
|
"version": "10.0.3",
|
|
2545
2471
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz",
|
|
@@ -2758,7 +2684,6 @@
|
|
|
2758
2684
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
2759
2685
|
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
2760
2686
|
"license": "MIT",
|
|
2761
|
-
"peer": true,
|
|
2762
2687
|
"engines": {
|
|
2763
2688
|
"node": ">=12"
|
|
2764
2689
|
},
|
|
@@ -2831,26 +2756,6 @@
|
|
|
2831
2756
|
"node": ">=6"
|
|
2832
2757
|
}
|
|
2833
2758
|
},
|
|
2834
|
-
"node_modules/queue-microtask": {
|
|
2835
|
-
"version": "1.2.3",
|
|
2836
|
-
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
2837
|
-
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
|
|
2838
|
-
"funding": [
|
|
2839
|
-
{
|
|
2840
|
-
"type": "github",
|
|
2841
|
-
"url": "https://github.com/sponsors/feross"
|
|
2842
|
-
},
|
|
2843
|
-
{
|
|
2844
|
-
"type": "patreon",
|
|
2845
|
-
"url": "https://www.patreon.com/feross"
|
|
2846
|
-
},
|
|
2847
|
-
{
|
|
2848
|
-
"type": "consulting",
|
|
2849
|
-
"url": "https://feross.org/support"
|
|
2850
|
-
}
|
|
2851
|
-
],
|
|
2852
|
-
"license": "MIT"
|
|
2853
|
-
},
|
|
2854
2759
|
"node_modules/react": {
|
|
2855
2760
|
"version": "19.1.1",
|
|
2856
2761
|
"resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz",
|
|
@@ -2921,16 +2826,6 @@
|
|
|
2921
2826
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
2922
2827
|
}
|
|
2923
2828
|
},
|
|
2924
|
-
"node_modules/reusify": {
|
|
2925
|
-
"version": "1.1.0",
|
|
2926
|
-
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
|
|
2927
|
-
"integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
|
|
2928
|
-
"license": "MIT",
|
|
2929
|
-
"engines": {
|
|
2930
|
-
"iojs": ">=1.0.0",
|
|
2931
|
-
"node": ">=0.10.0"
|
|
2932
|
-
}
|
|
2933
|
-
},
|
|
2934
2829
|
"node_modules/rimraf": {
|
|
2935
2830
|
"version": "6.0.1",
|
|
2936
2831
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-6.0.1.tgz",
|
|
@@ -2990,29 +2885,6 @@
|
|
|
2990
2885
|
"fsevents": "~2.3.2"
|
|
2991
2886
|
}
|
|
2992
2887
|
},
|
|
2993
|
-
"node_modules/run-parallel": {
|
|
2994
|
-
"version": "1.2.0",
|
|
2995
|
-
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
|
|
2996
|
-
"integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
|
|
2997
|
-
"funding": [
|
|
2998
|
-
{
|
|
2999
|
-
"type": "github",
|
|
3000
|
-
"url": "https://github.com/sponsors/feross"
|
|
3001
|
-
},
|
|
3002
|
-
{
|
|
3003
|
-
"type": "patreon",
|
|
3004
|
-
"url": "https://www.patreon.com/feross"
|
|
3005
|
-
},
|
|
3006
|
-
{
|
|
3007
|
-
"type": "consulting",
|
|
3008
|
-
"url": "https://feross.org/support"
|
|
3009
|
-
}
|
|
3010
|
-
],
|
|
3011
|
-
"license": "MIT",
|
|
3012
|
-
"dependencies": {
|
|
3013
|
-
"queue-microtask": "^1.2.2"
|
|
3014
|
-
}
|
|
3015
|
-
},
|
|
3016
2888
|
"node_modules/rxjs": {
|
|
3017
2889
|
"version": "7.8.2",
|
|
3018
2890
|
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz",
|
|
@@ -3246,7 +3118,6 @@
|
|
|
3246
3118
|
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
|
|
3247
3119
|
"integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
|
|
3248
3120
|
"license": "MIT",
|
|
3249
|
-
"peer": true,
|
|
3250
3121
|
"dependencies": {
|
|
3251
3122
|
"fdir": "^6.4.4",
|
|
3252
3123
|
"picomatch": "^4.0.2"
|
|
@@ -3346,9 +3217,9 @@
|
|
|
3346
3217
|
"license": "MIT"
|
|
3347
3218
|
},
|
|
3348
3219
|
"node_modules/vite": {
|
|
3349
|
-
"version": "6.3.
|
|
3350
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-6.3.
|
|
3351
|
-
"integrity": "sha512-
|
|
3220
|
+
"version": "6.3.6",
|
|
3221
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-6.3.6.tgz",
|
|
3222
|
+
"integrity": "sha512-0msEVHJEScQbhkbVTb/4iHZdJ6SXp/AvxL2sjwYQFfBqleHtnCqv1J3sa9zbWz/6kW1m9Tfzn92vW+kZ1WV6QA==",
|
|
3352
3223
|
"license": "MIT",
|
|
3353
3224
|
"peer": true,
|
|
3354
3225
|
"dependencies": {
|
|
@@ -3421,22 +3292,22 @@
|
|
|
3421
3292
|
}
|
|
3422
3293
|
},
|
|
3423
3294
|
"node_modules/vite-plugin-static-copy": {
|
|
3424
|
-
"version": "
|
|
3425
|
-
"resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-
|
|
3426
|
-
"integrity": "sha512-
|
|
3295
|
+
"version": "3.1.2",
|
|
3296
|
+
"resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-3.1.2.tgz",
|
|
3297
|
+
"integrity": "sha512-aVmYOzptLVOI2b1jL+cmkF7O6uhRv1u5fvOkQgbohWZp2CbR22kn9ZqkCUIt9umKF7UhdbsEpshn1rf4720QFg==",
|
|
3427
3298
|
"license": "MIT",
|
|
3428
3299
|
"dependencies": {
|
|
3429
|
-
"chokidar": "^3.
|
|
3430
|
-
"
|
|
3431
|
-
"fs-extra": "^11.1.0",
|
|
3300
|
+
"chokidar": "^3.6.0",
|
|
3301
|
+
"fs-extra": "^11.3.0",
|
|
3432
3302
|
"p-map": "^7.0.3",
|
|
3433
|
-
"picocolors": "^1.
|
|
3303
|
+
"picocolors": "^1.1.1",
|
|
3304
|
+
"tinyglobby": "^0.2.14"
|
|
3434
3305
|
},
|
|
3435
3306
|
"engines": {
|
|
3436
3307
|
"node": "^18.0.0 || >=20.0.0"
|
|
3437
3308
|
},
|
|
3438
3309
|
"peerDependencies": {
|
|
3439
|
-
"vite": "^5.0.0 || ^6.0.0"
|
|
3310
|
+
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
|
|
3440
3311
|
}
|
|
3441
3312
|
},
|
|
3442
3313
|
"node_modules/which": {
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"android": "scripts/android.sh"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@regulaforensics/document-reader": "8.3.
|
|
10
|
-
"@regulaforensics/document-reader-core-fullauthrfid": "8.
|
|
11
|
-
"@regulaforensics/document-reader-btdevice": "8.
|
|
9
|
+
"@regulaforensics/document-reader": "8.3.282-beta",
|
|
10
|
+
"@regulaforensics/document-reader-core-fullauthrfid": "8.2.8-beta",
|
|
11
|
+
"@regulaforensics/document-reader-btdevice": "8.2.8-beta",
|
|
12
12
|
"@awesome-cordova-plugins/file": "6.6.0",
|
|
13
13
|
"@awesome-cordova-plugins/camera": "6.6.0",
|
|
14
14
|
"cordova-plugin-file": "8.1.3",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@capacitor/status-bar": "7.0.0",
|
|
22
22
|
"@ionic/react": "8.4.3",
|
|
23
23
|
"@vitejs/plugin-react": "4.3.4",
|
|
24
|
-
"vite-plugin-static-copy": "
|
|
24
|
+
"vite-plugin-static-copy": "3.1.2",
|
|
25
25
|
"@types/react-router-dom": "5.3.3"
|
|
26
26
|
}
|
|
27
27
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version='1.0' encoding='utf-8'?>
|
|
2
|
-
<widget android-packageName="com.regula.dr.
|
|
2
|
+
<widget android-packageName="com.regula.example.dr.ionic" ios-CFBundleIdentifier="com.regula.example.dr.ionic" version="1.0.0"
|
|
3
3
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
4
4
|
<name>DocumentReader</name>
|
|
5
5
|
<icon src="images/icon.png" />
|