@regulaforensics/ionic-native-document-reader 7.5.444-nightly → 7.5.446-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 +3 -3
- package/index.d.ts +1 -1
- package/index.js +2 -2
- package/ngx/index.d.ts +1 -1
- package/ngx/index.js +2 -2
- package/package.json +1 -1
- package/reactExample/package.json +3 -3
package/example/package.json
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
},
|
|
14
14
|
"private": true,
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@regulaforensics/cordova-plugin-document-reader-api": "7.5.
|
|
17
|
-
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "7.5.
|
|
18
|
-
"@regulaforensics/ionic-native-document-reader": "7.5.
|
|
16
|
+
"@regulaforensics/cordova-plugin-document-reader-api": "7.5.655-rc",
|
|
17
|
+
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "7.5.778-rc",
|
|
18
|
+
"@regulaforensics/ionic-native-document-reader": "7.5.446-rc",
|
|
19
19
|
"cordova-plugin-camera": "7.0.0",
|
|
20
20
|
"@awesome-cordova-plugins/camera": "6.6.0",
|
|
21
21
|
"@awesome-cordova-plugins/core": "6.6.0",
|
package/index.d.ts
CHANGED
|
@@ -335,7 +335,7 @@ export declare class RfidNotificationCompletion {
|
|
|
335
335
|
static fromJson(jsonObject?: any): RfidNotificationCompletion | undefined;
|
|
336
336
|
}
|
|
337
337
|
export declare class RegulaException {
|
|
338
|
-
|
|
338
|
+
code?: number;
|
|
339
339
|
message?: string;
|
|
340
340
|
static fromJson(jsonObject?: any): RegulaException | undefined;
|
|
341
341
|
}
|