@regulaforensics/document-reader 9.2.544-beta → 9.2.547-nightly

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 (28) hide show
  1. package/RNDocumentReader.podspec +1 -1
  2. package/android/src/main/java/com/regula/plugin/documentreader/JSONConstructor.kt +1 -1
  3. package/examples/capacitor/package.json +1 -1
  4. package/examples/ionic/package-lock.json +436 -489
  5. package/examples/ionic/package.json +1 -1
  6. package/examples/react_native/package.json +1 -1
  7. package/package.json +1 -1
  8. package/plugin.xml +1 -1
  9. package/test/package-lock.json +1 -1
  10. package/www/capacitor/index.js +5 -5
  11. package/www/cordova.js +1214 -1214
  12. package/www/react-native/index.js +5 -5
  13. package/www/types/index.d.ts +5 -5
  14. /package/www/capacitor/{engagement → mdl}/DataRetrieval.js +0 -0
  15. /package/www/capacitor/{engagement → mdl}/DeviceEngagement.js +0 -0
  16. /package/www/capacitor/{engagement → mdl}/DeviceRetrievalMethod.js +0 -0
  17. /package/www/capacitor/{engagement → mdl}/DocumentRequestMDL.js +0 -0
  18. /package/www/capacitor/{engagement → mdl}/NameSpaceMDL.js +0 -0
  19. /package/www/react-native/{engagement → mdl}/DataRetrieval.js +0 -0
  20. /package/www/react-native/{engagement → mdl}/DeviceEngagement.js +0 -0
  21. /package/www/react-native/{engagement → mdl}/DeviceRetrievalMethod.js +0 -0
  22. /package/www/react-native/{engagement → mdl}/DocumentRequestMDL.js +0 -0
  23. /package/www/react-native/{engagement → mdl}/NameSpaceMDL.js +0 -0
  24. /package/www/types/{engagement → mdl}/DataRetrieval.d.ts +0 -0
  25. /package/www/types/{engagement → mdl}/DeviceEngagement.d.ts +0 -0
  26. /package/www/types/{engagement → mdl}/DeviceRetrievalMethod.d.ts +0 -0
  27. /package/www/types/{engagement → mdl}/DocumentRequestMDL.d.ts +0 -0
  28. /package/www/types/{engagement → mdl}/NameSpaceMDL.d.ts +0 -0
@@ -18,7 +18,7 @@
18
18
  "@ionic/cordova-builders": "^12.3.0",
19
19
  "@awesome-cordova-plugins/camera": "^8.1.0",
20
20
  "@awesome-cordova-plugins/file": "^8.1.0",
21
- "@regulaforensics/document-reader": "9.2.544-beta",
21
+ "@regulaforensics/document-reader": "9.2.547-nightly",
22
22
  "@regulaforensics/document-reader-core-fullauthrfid": "9.1.1281",
23
23
  "@regulaforensics/document-reader-btdevice": "9.1.35",
24
24
  "cordova-android": "^14.0.1",
@@ -8,7 +8,7 @@
8
8
  "start": "expo start"
9
9
  },
10
10
  "dependencies": {
11
- "@regulaforensics/document-reader": "9.2.544-beta",
11
+ "@regulaforensics/document-reader": "9.2.547-nightly",
12
12
  "@regulaforensics/document-reader-core-fullauthrfid": "9.1.1281",
13
13
  "@regulaforensics/document-reader-btdevice": "9.1.35",
14
14
  "react-native": "^0.81.4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/document-reader",
3
- "version": "9.2.544-beta",
3
+ "version": "9.2.547-nightly",
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="9.2.544-beta" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2
+ <plugin id="@regulaforensics/document-reader" version="9.2.547-nightly" 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": "9.2.544-beta",
16
+ "version": "9.2.547-nightly",
17
17
  "dev": true,
18
18
  "license": "commercial"
19
19
  },
@@ -134,11 +134,11 @@ import { TAChallenge } from './rfid/TAChallenge';
134
134
  import { PKDCertificate, PKDResourceType } from './rfid/PKDCertificate';
135
135
  export { PAResourcesIssuer, RFIDErrorCodes, TccParams, RFIDNotification, RFIDNotificationCodes, PAAttribute, TAChallenge, PKDCertificate, PKDResourceType };
136
136
 
137
- import { DataRetrieval, MDLDocRequestPreset, MDLDeviceRetrieval } from './engagement/DataRetrieval';
138
- import { DeviceEngagement, MDLDeviceEngagement } from './engagement/DeviceEngagement';
139
- import { NameSpaceMDL, MDLIntentToRetain } from './engagement/NameSpaceMDL';
140
- import { DocumentRequestMDL, DocumentRequest18013MDL } from './engagement/DocumentRequestMDL';
141
- import { DeviceRetrievalMethod } from './engagement/DeviceRetrievalMethod';
137
+ import { DataRetrieval, MDLDocRequestPreset, MDLDeviceRetrieval } from './mdl/DataRetrieval';
138
+ import { DeviceEngagement, MDLDeviceEngagement } from './mdl/DeviceEngagement';
139
+ import { NameSpaceMDL, MDLIntentToRetain } from './mdl/NameSpaceMDL';
140
+ import { DocumentRequestMDL, DocumentRequest18013MDL } from './mdl/DocumentRequestMDL';
141
+ import { DeviceRetrievalMethod } from './mdl/DeviceRetrievalMethod';
142
142
  export { DataRetrieval, MDLDocRequestPreset, MDLDeviceRetrieval, DeviceEngagement, MDLDeviceEngagement, DeviceRetrievalMethod, DocumentRequest18013MDL, MDLIntentToRetain, NameSpaceMDL, DocumentRequestMDL };
143
143
 
144
144
  export class DocumentReader {