@regulaforensics/ionic-native-document-reader 8.1.118-rc → 8.1.122-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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/ionic-native-document-reader",
3
- "version": "8.1.118-rc",
3
+ "version": "8.1.122-nightly",
4
4
  "description": "Ionic Native wrapper for cordova documentreader",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -12,9 +12,9 @@
12
12
  "lint": "eslint"
13
13
  },
14
14
  "dependencies": {
15
- "@regulaforensics/ionic-native-document-reader": "8.1.118-rc",
16
- "@regulaforensics/cordova-plugin-document-reader-api": "8.1.141-rc",
17
- "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "8.1.370-rc",
15
+ "@regulaforensics/ionic-native-document-reader": "8.1.122-nightly",
16
+ "@regulaforensics/cordova-plugin-document-reader-api": "8.1.144-nightly",
17
+ "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "8.1.384-nightly",
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",
@@ -250,7 +250,7 @@ function scan() {
250
250
  clearResults()
251
251
  var config = new ScannerConfig()
252
252
  config.scenario = selectedScenario
253
- DocumentReader.scan(config).subscribe((m: string) =>
253
+ DocumentReader.startScanner(config).subscribe((m: string) =>
254
254
  handleCompletion(DocumentReaderCompletion.fromJson(JSON.parse(m))!))
255
255
  }
256
256