@regulaforensics/cordova-plugin-document-reader-api 9.6.626-beta → 9.6.628-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.
- package/example/package.json +2 -2
- package/package.json +1 -1
- package/plugin.xml +1 -1
- package/www/DocumentReader.js +1 -1
package/example/package.json
CHANGED
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"author": "Regula Forensics Inc.",
|
|
14
14
|
"license": "commercial",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@regulaforensics/cordova-plugin-document-reader-api": "9.6.
|
|
17
|
-
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.6.
|
|
16
|
+
"@regulaforensics/cordova-plugin-document-reader-api": "9.6.628-rc",
|
|
17
|
+
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.6.2758-rc",
|
|
18
18
|
"cordova-android": "13.0.0",
|
|
19
19
|
"cordova-ios": "7.1.1",
|
|
20
20
|
"cordova-plugin-add-swift-support": "2.0.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/cordova-plugin-document-reader-api",
|
|
3
|
-
"version": "9.6.
|
|
3
|
+
"version": "9.6.628-rc",
|
|
4
4
|
"description": "Cordova plugin for reading and validation of identification documents (API framework)",
|
|
5
5
|
"cordova": {
|
|
6
6
|
"id": "@regulaforensics/cordova-plugin-document-reader-api",
|
package/plugin.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version='1.0' encoding='utf-8'?>
|
|
2
|
-
<plugin id="@regulaforensics/cordova-plugin-document-reader-api" version="9.6.
|
|
2
|
+
<plugin id="@regulaforensics/cordova-plugin-document-reader-api" version="9.6.628-rc" xmlns="http://apache.org/cordova/ns/plugins/1.0">
|
|
3
3
|
<name>DocumentReaderApi</name>
|
|
4
4
|
<description>Cordova plugin Document reader api</description>
|
|
5
5
|
<license>commercial</license>
|
package/www/DocumentReader.js
CHANGED
|
@@ -2286,7 +2286,7 @@ const eRFID_ErrorCodes = {
|
|
|
2286
2286
|
RFID_ERROR_LAYER6_GENERAL_AUTH_FAILURE: 0x86000309,
|
|
2287
2287
|
RFID_ERROR_LAYER6_FILE_NOT_FOUND: 0x80006A82,
|
|
2288
2288
|
RFID_ERROR_LAYER6_FILE_EOF1: 0x80006282,
|
|
2289
|
-
|
|
2289
|
+
RFID_LAYER6_WRONG_PARAMS: 0x80006B00,
|
|
2290
2290
|
RFID_ERROR_LAYER6_INCORRECT_PARAMS: 0x80006A80,
|
|
2291
2291
|
RFID_ERROR_LAYER6_NO_REFERENCE_DATA: 0x80006A88,
|
|
2292
2292
|
RFID_ERROR_LAYER6_PWD_SUSPEND: 0x800063C1,
|