@regulaforensics/document-reader 9.4.711-beta → 9.4.712-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/RNDocumentReader.podspec +2 -2
- package/android/build.gradle +2 -2
- package/android/cordova.gradle +2 -2
- package/examples/capacitor/package.json +1 -1
- package/examples/ionic/package-lock.json +11 -119
- package/examples/ionic/package.json +1 -1
- package/examples/react_native/package.json +1 -1
- package/ios/RGLWMain.m +5 -5
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/test/package-lock.json +1 -1
package/RNDocumentReader.podspec
CHANGED
|
@@ -5,7 +5,7 @@ source = File.join(__dir__, 'ios')
|
|
|
5
5
|
|
|
6
6
|
Pod::Spec.new do |s|
|
|
7
7
|
s.name = 'RNDocumentReader'
|
|
8
|
-
s.version = '9.4.
|
|
8
|
+
s.version = '9.4.712-nightly'
|
|
9
9
|
s.summary = package['description']
|
|
10
10
|
s.license = package['license']
|
|
11
11
|
|
|
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
|
|
|
16
16
|
s.ios.deployment_target = '13.0'
|
|
17
17
|
s.source_files = 'ios/**/*.{h,m}'
|
|
18
18
|
s.exclude_files = [ 'ios/CVDDocumentReader.h', 'ios/CVDDocumentReader.m' ]
|
|
19
|
-
s.dependency '
|
|
19
|
+
s.dependency 'DocumentReaderNightly', '9.4.6172'
|
|
20
20
|
s.dependency 'React'
|
|
21
21
|
end
|
package/android/build.gradle
CHANGED
|
@@ -20,7 +20,7 @@ android {
|
|
|
20
20
|
rootProject.allprojects {
|
|
21
21
|
repositories {
|
|
22
22
|
maven {
|
|
23
|
-
url "https://maven.regulaforensics.com/RegulaDocumentReader"
|
|
23
|
+
url "https://maven.regulaforensics.com/RegulaDocumentReader/Nightly"
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -29,7 +29,7 @@ dependencies {
|
|
|
29
29
|
//noinspection GradleDynamicVersion
|
|
30
30
|
implementation 'com.facebook.react:react-native:+'
|
|
31
31
|
//noinspection GradleDependency
|
|
32
|
-
implementation('com.regula.documentreader:api:9.
|
|
32
|
+
implementation('com.regula.documentreader:api:9.4.12703'){
|
|
33
33
|
transitive = true
|
|
34
34
|
}
|
|
35
35
|
}
|
package/android/cordova.gradle
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
repositories {
|
|
2
2
|
maven {
|
|
3
|
-
url "https://maven.regulaforensics.com/RegulaDocumentReader"
|
|
3
|
+
url "https://maven.regulaforensics.com/RegulaDocumentReader/Nightly"
|
|
4
4
|
}
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
dependencies {
|
|
8
8
|
//noinspection GradleDependency
|
|
9
|
-
implementation('com.regula.documentreader:api:9.
|
|
9
|
+
implementation('com.regula.documentreader:api:9.4.12703'){
|
|
10
10
|
transitive = true
|
|
11
11
|
}
|
|
12
12
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"android": "scripts/android.sh"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@regulaforensics/document-reader": "9.4.
|
|
9
|
+
"@regulaforensics/document-reader": "9.4.712-nightly",
|
|
10
10
|
"@regulaforensics/document-reader-core-fullauthrfid": "9.3.1817",
|
|
11
11
|
"@regulaforensics/document-reader-btdevice": "9.1.35",
|
|
12
12
|
"@awesome-cordova-plugins/file": "^8.1.0",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"@awesome-cordova-plugins/file": "^8.1.0",
|
|
19
19
|
"@ionic/angular": "^8.8.1",
|
|
20
20
|
"@ionic/cordova-builders": "^12.3.0",
|
|
21
|
-
"@regulaforensics/document-reader": "9.
|
|
21
|
+
"@regulaforensics/document-reader": "9.4.711-beta",
|
|
22
22
|
"@regulaforensics/document-reader-btdevice": "9.1.35",
|
|
23
|
-
"@regulaforensics/document-reader-core-fullauthrfid": "9.
|
|
23
|
+
"@regulaforensics/document-reader-core-fullauthrfid": "9.3.1817",
|
|
24
24
|
"cordova-android": "^14.0.1",
|
|
25
25
|
"cordova-ios": "^7.1.1",
|
|
26
26
|
"cordova-plugin-camera": "^8.0.0",
|
|
@@ -477,18 +477,6 @@
|
|
|
477
477
|
}
|
|
478
478
|
}
|
|
479
479
|
},
|
|
480
|
-
"node_modules/@angular-devkit/schematics/node_modules/picomatch": {
|
|
481
|
-
"version": "4.0.4",
|
|
482
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
483
|
-
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
484
|
-
"license": "MIT",
|
|
485
|
-
"engines": {
|
|
486
|
-
"node": ">=12"
|
|
487
|
-
},
|
|
488
|
-
"funding": {
|
|
489
|
-
"url": "https://github.com/sponsors/jonschlinkert"
|
|
490
|
-
}
|
|
491
|
-
},
|
|
492
480
|
"node_modules/@angular/build": {
|
|
493
481
|
"version": "21.2.3",
|
|
494
482
|
"resolved": "https://registry.npmjs.org/@angular/build/-/build-21.2.3.tgz",
|
|
@@ -667,18 +655,6 @@
|
|
|
667
655
|
}
|
|
668
656
|
}
|
|
669
657
|
},
|
|
670
|
-
"node_modules/@angular/cli/node_modules/picomatch": {
|
|
671
|
-
"version": "4.0.4",
|
|
672
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
673
|
-
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
674
|
-
"license": "MIT",
|
|
675
|
-
"engines": {
|
|
676
|
-
"node": ">=12"
|
|
677
|
-
},
|
|
678
|
-
"funding": {
|
|
679
|
-
"url": "https://github.com/sponsors/jonschlinkert"
|
|
680
|
-
}
|
|
681
|
-
},
|
|
682
658
|
"node_modules/@angular/common": {
|
|
683
659
|
"version": "21.2.5",
|
|
684
660
|
"resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.5.tgz",
|
|
@@ -3317,18 +3293,6 @@
|
|
|
3317
3293
|
}
|
|
3318
3294
|
}
|
|
3319
3295
|
},
|
|
3320
|
-
"node_modules/@ionic/cordova-builders/node_modules/@angular-devkit/architect/node_modules/picomatch": {
|
|
3321
|
-
"version": "4.0.2",
|
|
3322
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
|
|
3323
|
-
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
3324
|
-
"license": "MIT",
|
|
3325
|
-
"engines": {
|
|
3326
|
-
"node": ">=12"
|
|
3327
|
-
},
|
|
3328
|
-
"funding": {
|
|
3329
|
-
"url": "https://github.com/sponsors/jonschlinkert"
|
|
3330
|
-
}
|
|
3331
|
-
},
|
|
3332
3296
|
"node_modules/@ionic/cordova-builders/node_modules/@angular-devkit/architect/node_modules/source-map": {
|
|
3333
3297
|
"version": "0.7.4",
|
|
3334
3298
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
|
|
@@ -5343,18 +5307,6 @@
|
|
|
5343
5307
|
"integrity": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==",
|
|
5344
5308
|
"license": "MIT"
|
|
5345
5309
|
},
|
|
5346
|
-
"node_modules/@ionic/cordova-builders/node_modules/picomatch": {
|
|
5347
|
-
"version": "4.0.4",
|
|
5348
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
5349
|
-
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
5350
|
-
"license": "MIT",
|
|
5351
|
-
"engines": {
|
|
5352
|
-
"node": ">=12"
|
|
5353
|
-
},
|
|
5354
|
-
"funding": {
|
|
5355
|
-
"url": "https://github.com/sponsors/jonschlinkert"
|
|
5356
|
-
}
|
|
5357
|
-
},
|
|
5358
5310
|
"node_modules/@ionic/cordova-builders/node_modules/piscina": {
|
|
5359
5311
|
"version": "5.1.3",
|
|
5360
5312
|
"resolved": "https://registry.npmjs.org/piscina/-/piscina-5.1.3.tgz",
|
|
@@ -5866,18 +5818,6 @@
|
|
|
5866
5818
|
}
|
|
5867
5819
|
}
|
|
5868
5820
|
},
|
|
5869
|
-
"node_modules/@ionic/cordova-builders/node_modules/webpack-dev-server/node_modules/picomatch": {
|
|
5870
|
-
"version": "2.3.2",
|
|
5871
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
5872
|
-
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
5873
|
-
"license": "MIT",
|
|
5874
|
-
"engines": {
|
|
5875
|
-
"node": ">=8.6"
|
|
5876
|
-
},
|
|
5877
|
-
"funding": {
|
|
5878
|
-
"url": "https://github.com/sponsors/jonschlinkert"
|
|
5879
|
-
}
|
|
5880
|
-
},
|
|
5881
5821
|
"node_modules/@ionic/cordova-builders/node_modules/webpack-dev-server/node_modules/readdirp": {
|
|
5882
5822
|
"version": "3.6.0",
|
|
5883
5823
|
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
|
|
@@ -7701,9 +7641,9 @@
|
|
|
7701
7641
|
}
|
|
7702
7642
|
},
|
|
7703
7643
|
"node_modules/@regulaforensics/document-reader": {
|
|
7704
|
-
"version": "9.
|
|
7705
|
-
"resolved": "https://registry.npmjs.org/@regulaforensics/document-reader/-/document-reader-9.
|
|
7706
|
-
"integrity": "sha512-
|
|
7644
|
+
"version": "9.4.711-beta",
|
|
7645
|
+
"resolved": "https://registry.npmjs.org/@regulaforensics/document-reader/-/document-reader-9.4.711-beta.tgz",
|
|
7646
|
+
"integrity": "sha512-cvjAa4ctSpvSQcoAWYpPTDkixqUmgZRM+WNDXIS6aXAS0R7rUVh+1wyawP4zMIFEDAAFcVwGiYvMjtgZu7Rg2w==",
|
|
7707
7647
|
"license": "commercial"
|
|
7708
7648
|
},
|
|
7709
7649
|
"node_modules/@regulaforensics/document-reader-btdevice": {
|
|
@@ -7713,9 +7653,9 @@
|
|
|
7713
7653
|
"license": "commercial"
|
|
7714
7654
|
},
|
|
7715
7655
|
"node_modules/@regulaforensics/document-reader-core-fullauthrfid": {
|
|
7716
|
-
"version": "9.
|
|
7717
|
-
"resolved": "https://registry.npmjs.org/@regulaforensics/document-reader-core-fullauthrfid/-/document-reader-core-fullauthrfid-9.
|
|
7718
|
-
"integrity": "sha512
|
|
7656
|
+
"version": "9.3.1817",
|
|
7657
|
+
"resolved": "https://registry.npmjs.org/@regulaforensics/document-reader-core-fullauthrfid/-/document-reader-core-fullauthrfid-9.3.1817.tgz",
|
|
7658
|
+
"integrity": "sha512-/yncjpuoX0iS5k71WCTCyQg8ZLxvwtEjQIg4Q8RLP+st2SSKBPpJ58R0laXIwlBpYVw72Z5E1qOe/e4kx2ZCMw==",
|
|
7719
7659
|
"license": "commercial"
|
|
7720
7660
|
},
|
|
7721
7661
|
"node_modules/@rolldown/binding-android-arm64": {
|
|
@@ -8300,18 +8240,6 @@
|
|
|
8300
8240
|
}
|
|
8301
8241
|
}
|
|
8302
8242
|
},
|
|
8303
|
-
"node_modules/@schematics/angular/node_modules/picomatch": {
|
|
8304
|
-
"version": "4.0.4",
|
|
8305
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
8306
|
-
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
8307
|
-
"license": "MIT",
|
|
8308
|
-
"engines": {
|
|
8309
|
-
"node": ">=12"
|
|
8310
|
-
},
|
|
8311
|
-
"funding": {
|
|
8312
|
-
"url": "https://github.com/sponsors/jonschlinkert"
|
|
8313
|
-
}
|
|
8314
|
-
},
|
|
8315
8243
|
"node_modules/@sigstore/bundle": {
|
|
8316
8244
|
"version": "4.0.0",
|
|
8317
8245
|
"resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-4.0.0.tgz",
|
|
@@ -9098,18 +9026,6 @@
|
|
|
9098
9026
|
"node": ">= 8"
|
|
9099
9027
|
}
|
|
9100
9028
|
},
|
|
9101
|
-
"node_modules/anymatch/node_modules/picomatch": {
|
|
9102
|
-
"version": "2.3.2",
|
|
9103
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
9104
|
-
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
9105
|
-
"license": "MIT",
|
|
9106
|
-
"engines": {
|
|
9107
|
-
"node": ">=8.6"
|
|
9108
|
-
},
|
|
9109
|
-
"funding": {
|
|
9110
|
-
"url": "https://github.com/sponsors/jonschlinkert"
|
|
9111
|
-
}
|
|
9112
|
-
},
|
|
9113
9029
|
"node_modules/argparse": {
|
|
9114
9030
|
"version": "2.0.1",
|
|
9115
9031
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
@@ -12754,18 +12670,6 @@
|
|
|
12754
12670
|
"node": ">=8.6"
|
|
12755
12671
|
}
|
|
12756
12672
|
},
|
|
12757
|
-
"node_modules/micromatch/node_modules/picomatch": {
|
|
12758
|
-
"version": "2.3.2",
|
|
12759
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
12760
|
-
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
12761
|
-
"license": "MIT",
|
|
12762
|
-
"engines": {
|
|
12763
|
-
"node": ">=8.6"
|
|
12764
|
-
},
|
|
12765
|
-
"funding": {
|
|
12766
|
-
"url": "https://github.com/sponsors/jonschlinkert"
|
|
12767
|
-
}
|
|
12768
|
-
},
|
|
12769
12673
|
"node_modules/mime": {
|
|
12770
12674
|
"version": "1.6.0",
|
|
12771
12675
|
"resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
|
|
@@ -13898,9 +13802,9 @@
|
|
|
13898
13802
|
"license": "ISC"
|
|
13899
13803
|
},
|
|
13900
13804
|
"node_modules/picomatch": {
|
|
13901
|
-
"version": "4.0.
|
|
13902
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
13903
|
-
"integrity": "sha512-
|
|
13805
|
+
"version": "4.0.4",
|
|
13806
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
13807
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
13904
13808
|
"license": "MIT",
|
|
13905
13809
|
"engines": {
|
|
13906
13810
|
"node": ">=12"
|
|
@@ -16673,18 +16577,6 @@
|
|
|
16673
16577
|
"integrity": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==",
|
|
16674
16578
|
"license": "MIT"
|
|
16675
16579
|
},
|
|
16676
|
-
"node_modules/webpack-dev-server/node_modules/picomatch": {
|
|
16677
|
-
"version": "2.3.2",
|
|
16678
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
16679
|
-
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
16680
|
-
"license": "MIT",
|
|
16681
|
-
"engines": {
|
|
16682
|
-
"node": ">=8.6"
|
|
16683
|
-
},
|
|
16684
|
-
"funding": {
|
|
16685
|
-
"url": "https://github.com/sponsors/jonschlinkert"
|
|
16686
|
-
}
|
|
16687
|
-
},
|
|
16688
16580
|
"node_modules/webpack-dev-server/node_modules/qs": {
|
|
16689
16581
|
"version": "6.14.2",
|
|
16690
16582
|
"resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz",
|
|
@@ -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.4.
|
|
21
|
+
"@regulaforensics/document-reader": "9.4.712-nightly",
|
|
22
22
|
"@regulaforensics/document-reader-core-fullauthrfid": "9.3.1817",
|
|
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.4.
|
|
11
|
+
"@regulaforensics/document-reader": "9.4.712-nightly",
|
|
12
12
|
"@regulaforensics/document-reader-core-fullauthrfid": "9.3.1817",
|
|
13
13
|
"@regulaforensics/document-reader-btdevice": "9.1.35",
|
|
14
14
|
"react-native": "^0.81.4",
|
package/ios/RGLWMain.m
CHANGED
|
@@ -638,7 +638,7 @@ RGLRFIDAccessControlCACallback caProtocolCompletion;
|
|
|
638
638
|
NSDictionary* rfidReaderRequest;
|
|
639
639
|
|
|
640
640
|
- (void)onRequestPACertificatesWithSerial:(NSData *)serialNumber issuer:(RGLPAResourcesIssuer *)issuer callback:(RGLRFIDCertificatesCallback)callback {
|
|
641
|
-
if ([rfidReaderRequest[@"paCertificates"] boolValue]) {
|
|
641
|
+
if (rfidReaderRequest && [rfidReaderRequest[@"paCertificates"] boolValue]) {
|
|
642
642
|
paCertificateCompletion = callback;
|
|
643
643
|
sendEvent(paCertificateCompletionEvent, [RGLWJSONConstructor generatePACertificateCompletion:serialNumber :issuer]);
|
|
644
644
|
} else {
|
|
@@ -648,7 +648,7 @@ NSDictionary* rfidReaderRequest;
|
|
|
648
648
|
}
|
|
649
649
|
|
|
650
650
|
- (void)onRequestTACertificatesWithKey:(NSString *)keyCAR callback:(RGLRFIDCertificatesCallback)callback {
|
|
651
|
-
if ([rfidReaderRequest[@"taCertificates"] boolValue]) {
|
|
651
|
+
if (rfidReaderRequest && [rfidReaderRequest[@"taCertificates"] boolValue]) {
|
|
652
652
|
taCertificateCompletion = callback;
|
|
653
653
|
sendEvent(taCertificateCompletionEvent, keyCAR);
|
|
654
654
|
} else {
|
|
@@ -658,7 +658,7 @@ NSDictionary* rfidReaderRequest;
|
|
|
658
658
|
}
|
|
659
659
|
|
|
660
660
|
- (void)onRequestTASignatureWithChallenge:(RGLTAChallenge *)challenge callback:(void(^)(NSData *signature))callback {
|
|
661
|
-
if ([rfidReaderRequest[@"taSignature"] boolValue]) {
|
|
661
|
+
if (rfidReaderRequest && [rfidReaderRequest[@"taSignature"] boolValue]) {
|
|
662
662
|
taSignatureCompletion = callback;
|
|
663
663
|
sendEvent(taSignatureCompletionEvent, [RGLWJSONConstructor dictToString: [RGLWJSONConstructor generateTAChallenge:challenge]]);
|
|
664
664
|
} else {
|
|
@@ -668,7 +668,7 @@ NSDictionary* rfidReaderRequest;
|
|
|
668
668
|
}
|
|
669
669
|
|
|
670
670
|
- (void)onRequestPACEProtocolWithOptions:(NSArray<RGLRFIDAccessControlPACE*>*)protocols callback:(RGLRFIDAccessControlPACECallback)callback {
|
|
671
|
-
if ([rfidReaderRequest[@"paceProtocol"] boolValue]) {
|
|
671
|
+
if (rfidReaderRequest && [rfidReaderRequest[@"paceProtocol"] boolValue]) {
|
|
672
672
|
paceProtocolCompletion = callback;
|
|
673
673
|
NSMutableArray *array = [NSMutableArray new];
|
|
674
674
|
for(RGLRFIDAccessControlPACE* item in protocols)
|
|
@@ -681,7 +681,7 @@ NSDictionary* rfidReaderRequest;
|
|
|
681
681
|
}
|
|
682
682
|
|
|
683
683
|
- (void)onRequestCAProtocolWithOptions:(NSArray<RGLRFIDAccessControlCA*>*)protocols callback:(RGLRFIDAccessControlCACallback)callback {
|
|
684
|
-
if ([rfidReaderRequest[@"caProtocol"] boolValue]) {
|
|
684
|
+
if (rfidReaderRequest && [rfidReaderRequest[@"caProtocol"] boolValue]) {
|
|
685
685
|
caProtocolCompletion = callback;
|
|
686
686
|
NSMutableArray *array = [NSMutableArray new];
|
|
687
687
|
for(RGLRFIDAccessControlCA* item in protocols)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/document-reader",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.712-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.4.
|
|
2
|
+
<plugin id="@regulaforensics/document-reader" version="9.4.712-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>
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<source url="https://github.com/CocoaPods/Specs.git" />
|
|
30
30
|
</config>
|
|
31
31
|
<pods>
|
|
32
|
-
<pod name="
|
|
32
|
+
<pod name="DocumentReaderNightly" spec="9.4.6172" />
|
|
33
33
|
</pods>
|
|
34
34
|
</podspec>
|
|
35
35
|
</platform>
|