@regulaforensics/ionic-native-document-reader 7.5.412-nightly → 7.5.413-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/README.md +1 -1
- package/example/package.json +3 -3
- package/package.json +1 -1
- package/reactExample/package.json +3 -3
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This repository contains the source code of the Document Reader API, and the sam
|
|
|
8
8
|
|
|
9
9
|
## Documentation
|
|
10
10
|
|
|
11
|
-
You can find documentation [here](https://docs.regulaforensics.com/develop/doc-reader-sdk/mobile).
|
|
11
|
+
You can find documentation [here](https://docs.regulaforensics.com/develop/doc-reader-sdk/mobile/ionic).
|
|
12
12
|
|
|
13
13
|
## License
|
|
14
14
|
|
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.616-rc",
|
|
17
|
+
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "7.5.720-rc",
|
|
18
|
+
"@regulaforensics/ionic-native-document-reader": "7.5.413-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/package.json
CHANGED
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"lint": "eslint"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@regulaforensics/cordova-plugin-document-reader-api": "7.5.
|
|
16
|
-
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "7.5.
|
|
17
|
-
"@regulaforensics/ionic-native-document-reader": "7.5.
|
|
15
|
+
"@regulaforensics/cordova-plugin-document-reader-api": "7.5.616-rc",
|
|
16
|
+
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "7.5.720-rc",
|
|
17
|
+
"@regulaforensics/ionic-native-document-reader": "7.5.413-rc",
|
|
18
18
|
"@awesome-cordova-plugins/camera": "6.6.0",
|
|
19
19
|
"@awesome-cordova-plugins/file": "6.6.0",
|
|
20
20
|
"@capacitor/android": "5.6.0",
|