@regulaforensics/document-reader 9.7.969-beta → 9.7.974-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/RNDocumentReader.podspec +2 -2
- package/android/build.gradle +1 -1
- package/android/cordova.gradle +1 -1
- package/examples/capacitor/package.json +1 -1
- package/examples/ionic/package-lock.json +21 -99
- package/examples/ionic/package.json +6 -2
- package/examples/ionic/scripts/android.sh +1 -1
- package/examples/react_native/package.json +1 -1
- 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.7.
|
|
8
|
+
s.version = '9.7.974-rc'
|
|
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 'DocumentReaderStage', '9.7.
|
|
19
|
+
s.dependency 'DocumentReaderStage', '9.7.6780'
|
|
20
20
|
s.dependency 'React'
|
|
21
21
|
end
|
package/android/build.gradle
CHANGED
|
@@ -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.7.
|
|
32
|
+
implementation('com.regula.documentreader:api:9.7.13178'){
|
|
33
33
|
transitive = true
|
|
34
34
|
}
|
|
35
35
|
}
|
package/android/cordova.gradle
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"android": "scripts/android.sh"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@regulaforensics/document-reader": "9.7.
|
|
9
|
+
"@regulaforensics/document-reader": "9.7.974-rc",
|
|
10
10
|
"@regulaforensics/document-reader-core-fullauthrfid": "9.6.2444",
|
|
11
11
|
"@regulaforensics/document-reader-btdevice": "9.6.55",
|
|
12
12
|
"@awesome-cordova-plugins/file": "^8.1.0",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@awesome-cordova-plugins/file": "^9.2.0",
|
|
20
20
|
"@ionic/angular": "^8.8.13",
|
|
21
21
|
"@ionic/cordova-builders": "^12.3.0",
|
|
22
|
-
"@regulaforensics/document-reader": "9.6.
|
|
22
|
+
"@regulaforensics/document-reader": "9.6.971-rc",
|
|
23
23
|
"@regulaforensics/document-reader-btdevice": "9.6.55",
|
|
24
24
|
"@regulaforensics/document-reader-core-fullauthrfid": "9.6.2444",
|
|
25
25
|
"cordova-android": "^15.0.0",
|
|
@@ -6897,27 +6897,6 @@
|
|
|
6897
6897
|
"node": "^20.17.0 || >=22.9.0"
|
|
6898
6898
|
}
|
|
6899
6899
|
},
|
|
6900
|
-
"node_modules/@npmcli/package-json/node_modules/balanced-match": {
|
|
6901
|
-
"version": "4.0.4",
|
|
6902
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
6903
|
-
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
6904
|
-
"license": "MIT",
|
|
6905
|
-
"engines": {
|
|
6906
|
-
"node": "18 || 20 || >=22"
|
|
6907
|
-
}
|
|
6908
|
-
},
|
|
6909
|
-
"node_modules/@npmcli/package-json/node_modules/brace-expansion": {
|
|
6910
|
-
"version": "5.0.8",
|
|
6911
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.8.tgz",
|
|
6912
|
-
"integrity": "sha512-JZyDyq3D4AUifKTPOB7DELf6XsB3WdPuNxCtob1vFXPsSXhdAiHBWJ/tJ8HAc9aH84BK+5JFZLNkJKx3G9kzQg==",
|
|
6913
|
-
"license": "MIT",
|
|
6914
|
-
"dependencies": {
|
|
6915
|
-
"balanced-match": "^4.0.2"
|
|
6916
|
-
},
|
|
6917
|
-
"engines": {
|
|
6918
|
-
"node": "20 || >=22"
|
|
6919
|
-
}
|
|
6920
|
-
},
|
|
6921
6900
|
"node_modules/@npmcli/package-json/node_modules/glob": {
|
|
6922
6901
|
"version": "13.0.6",
|
|
6923
6902
|
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
@@ -7480,9 +7459,9 @@
|
|
|
7480
7459
|
}
|
|
7481
7460
|
},
|
|
7482
7461
|
"node_modules/@regulaforensics/document-reader": {
|
|
7483
|
-
"version": "9.6.
|
|
7484
|
-
"resolved": "https://registry.npmjs.org/@regulaforensics/document-reader/-/document-reader-9.6.
|
|
7485
|
-
"integrity": "sha512-
|
|
7462
|
+
"version": "9.6.971-rc",
|
|
7463
|
+
"resolved": "https://registry.npmjs.org/@regulaforensics/document-reader/-/document-reader-9.6.971-rc.tgz",
|
|
7464
|
+
"integrity": "sha512-1TOylPZfS+DASj1qUCPsKAyJ9KoH+s61mfrqRZ853ApwdRum1zPgJLB4piVlPNbAQ4doLj+vKJ8SqbWpjoUJVQ==",
|
|
7486
7465
|
"license": "commercial",
|
|
7487
7466
|
"dependencies": {
|
|
7488
7467
|
"@expo/config-plugins": "^10.0.0"
|
|
@@ -8018,27 +7997,6 @@
|
|
|
8018
7997
|
"node": "^20.17.0 || >=22.9.0"
|
|
8019
7998
|
}
|
|
8020
7999
|
},
|
|
8021
|
-
"node_modules/@tufjs/models/node_modules/balanced-match": {
|
|
8022
|
-
"version": "4.0.4",
|
|
8023
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
8024
|
-
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
8025
|
-
"license": "MIT",
|
|
8026
|
-
"engines": {
|
|
8027
|
-
"node": "18 || 20 || >=22"
|
|
8028
|
-
}
|
|
8029
|
-
},
|
|
8030
|
-
"node_modules/@tufjs/models/node_modules/brace-expansion": {
|
|
8031
|
-
"version": "5.0.8",
|
|
8032
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.8.tgz",
|
|
8033
|
-
"integrity": "sha512-JZyDyq3D4AUifKTPOB7DELf6XsB3WdPuNxCtob1vFXPsSXhdAiHBWJ/tJ8HAc9aH84BK+5JFZLNkJKx3G9kzQg==",
|
|
8034
|
-
"license": "MIT",
|
|
8035
|
-
"dependencies": {
|
|
8036
|
-
"balanced-match": "^4.0.2"
|
|
8037
|
-
},
|
|
8038
|
-
"engines": {
|
|
8039
|
-
"node": "20 || >=22"
|
|
8040
|
-
}
|
|
8041
|
-
},
|
|
8042
8000
|
"node_modules/@tufjs/models/node_modules/minimatch": {
|
|
8043
8001
|
"version": "10.2.6",
|
|
8044
8002
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz",
|
|
@@ -8833,10 +8791,13 @@
|
|
|
8833
8791
|
}
|
|
8834
8792
|
},
|
|
8835
8793
|
"node_modules/balanced-match": {
|
|
8836
|
-
"version": "
|
|
8837
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-
|
|
8838
|
-
"integrity": "sha512-
|
|
8839
|
-
"license": "MIT"
|
|
8794
|
+
"version": "4.0.4",
|
|
8795
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
8796
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
8797
|
+
"license": "MIT",
|
|
8798
|
+
"engines": {
|
|
8799
|
+
"node": "18 || 20 || >=22"
|
|
8800
|
+
}
|
|
8840
8801
|
},
|
|
8841
8802
|
"node_modules/base64-js": {
|
|
8842
8803
|
"version": "1.5.1",
|
|
@@ -9001,12 +8962,15 @@
|
|
|
9001
8962
|
}
|
|
9002
8963
|
},
|
|
9003
8964
|
"node_modules/brace-expansion": {
|
|
9004
|
-
"version": "
|
|
9005
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-
|
|
9006
|
-
"integrity": "sha512-
|
|
8965
|
+
"version": "5.0.8",
|
|
8966
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.8.tgz",
|
|
8967
|
+
"integrity": "sha512-JZyDyq3D4AUifKTPOB7DELf6XsB3WdPuNxCtob1vFXPsSXhdAiHBWJ/tJ8HAc9aH84BK+5JFZLNkJKx3G9kzQg==",
|
|
9007
8968
|
"license": "MIT",
|
|
9008
8969
|
"dependencies": {
|
|
9009
|
-
"balanced-match": "^
|
|
8970
|
+
"balanced-match": "^4.0.2"
|
|
8971
|
+
},
|
|
8972
|
+
"engines": {
|
|
8973
|
+
"node": "20 || >=22"
|
|
9010
8974
|
}
|
|
9011
8975
|
},
|
|
9012
8976
|
"node_modules/braces": {
|
|
@@ -9114,27 +9078,6 @@
|
|
|
9114
9078
|
"node": "^20.17.0 || >=22.9.0"
|
|
9115
9079
|
}
|
|
9116
9080
|
},
|
|
9117
|
-
"node_modules/cacache/node_modules/balanced-match": {
|
|
9118
|
-
"version": "4.0.4",
|
|
9119
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
9120
|
-
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
9121
|
-
"license": "MIT",
|
|
9122
|
-
"engines": {
|
|
9123
|
-
"node": "18 || 20 || >=22"
|
|
9124
|
-
}
|
|
9125
|
-
},
|
|
9126
|
-
"node_modules/cacache/node_modules/brace-expansion": {
|
|
9127
|
-
"version": "5.0.8",
|
|
9128
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.8.tgz",
|
|
9129
|
-
"integrity": "sha512-JZyDyq3D4AUifKTPOB7DELf6XsB3WdPuNxCtob1vFXPsSXhdAiHBWJ/tJ8HAc9aH84BK+5JFZLNkJKx3G9kzQg==",
|
|
9130
|
-
"license": "MIT",
|
|
9131
|
-
"dependencies": {
|
|
9132
|
-
"balanced-match": "^4.0.2"
|
|
9133
|
-
},
|
|
9134
|
-
"engines": {
|
|
9135
|
-
"node": "20 || >=22"
|
|
9136
|
-
}
|
|
9137
|
-
},
|
|
9138
9081
|
"node_modules/cacache/node_modules/glob": {
|
|
9139
9082
|
"version": "13.0.6",
|
|
9140
9083
|
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
@@ -11574,27 +11517,6 @@
|
|
|
11574
11517
|
"node": "^20.17.0 || >=22.9.0"
|
|
11575
11518
|
}
|
|
11576
11519
|
},
|
|
11577
|
-
"node_modules/ignore-walk/node_modules/balanced-match": {
|
|
11578
|
-
"version": "4.0.4",
|
|
11579
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
11580
|
-
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
11581
|
-
"license": "MIT",
|
|
11582
|
-
"engines": {
|
|
11583
|
-
"node": "18 || 20 || >=22"
|
|
11584
|
-
}
|
|
11585
|
-
},
|
|
11586
|
-
"node_modules/ignore-walk/node_modules/brace-expansion": {
|
|
11587
|
-
"version": "5.0.8",
|
|
11588
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.8.tgz",
|
|
11589
|
-
"integrity": "sha512-JZyDyq3D4AUifKTPOB7DELf6XsB3WdPuNxCtob1vFXPsSXhdAiHBWJ/tJ8HAc9aH84BK+5JFZLNkJKx3G9kzQg==",
|
|
11590
|
-
"license": "MIT",
|
|
11591
|
-
"dependencies": {
|
|
11592
|
-
"balanced-match": "^4.0.2"
|
|
11593
|
-
},
|
|
11594
|
-
"engines": {
|
|
11595
|
-
"node": "20 || >=22"
|
|
11596
|
-
}
|
|
11597
|
-
},
|
|
11598
11520
|
"node_modules/ignore-walk/node_modules/minimatch": {
|
|
11599
11521
|
"version": "10.2.6",
|
|
11600
11522
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz",
|
|
@@ -13954,9 +13876,9 @@
|
|
|
13954
13876
|
}
|
|
13955
13877
|
},
|
|
13956
13878
|
"node_modules/postcss": {
|
|
13957
|
-
"version": "8.5.
|
|
13958
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.
|
|
13959
|
-
"integrity": "sha512-
|
|
13879
|
+
"version": "8.5.25",
|
|
13880
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.25.tgz",
|
|
13881
|
+
"integrity": "sha512-DTPx3RWSSnWyzLxQnlH0rJP+EW5ekl16ZU4/psbIhA0e53kJfdgaN5vKM+xP7yJtXVu+nfdVFmlgFDEKAe4Pyw==",
|
|
13960
13882
|
"funding": [
|
|
13961
13883
|
{
|
|
13962
13884
|
"type": "opencollective",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@ionic/cordova-builders": "^12.3.0",
|
|
20
20
|
"@awesome-cordova-plugins/camera": "^9.2.0",
|
|
21
21
|
"@awesome-cordova-plugins/file": "^9.2.0",
|
|
22
|
-
"@regulaforensics/document-reader": "9.7.
|
|
22
|
+
"@regulaforensics/document-reader": "9.7.974-rc",
|
|
23
23
|
"@regulaforensics/document-reader-core-fullauthrfid": "9.6.2444",
|
|
24
24
|
"@regulaforensics/document-reader-btdevice": "9.6.55",
|
|
25
25
|
"cordova-android": "^15.0.0",
|
|
@@ -39,7 +39,11 @@
|
|
|
39
39
|
"uuid": "^14.0.0",
|
|
40
40
|
"webpack-dev-server": "^5.2.4",
|
|
41
41
|
"@hono/node-server": "^2.0.5",
|
|
42
|
-
"postcss": "^8.5.17"
|
|
42
|
+
"postcss": "^8.5.17",
|
|
43
|
+
"brace-expansion": "5.0.8",
|
|
44
|
+
"glob@7.2.3": {
|
|
45
|
+
"minimatch": "10.2.5"
|
|
46
|
+
}
|
|
43
47
|
},
|
|
44
48
|
"cordova": {
|
|
45
49
|
"plugins": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"start": "expo start"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@regulaforensics/document-reader": "9.7.
|
|
11
|
+
"@regulaforensics/document-reader": "9.7.974-rc",
|
|
12
12
|
"@regulaforensics/document-reader-core-fullauthrfid": "9.6.2444",
|
|
13
13
|
"@regulaforensics/document-reader-btdevice": "9.6.55",
|
|
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.7.
|
|
3
|
+
"version": "9.7.974-rc",
|
|
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.7.
|
|
2
|
+
<plugin id="@regulaforensics/document-reader" version="9.7.974-rc" 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/regulaforensics/podspecs.git" />
|
|
30
30
|
</config>
|
|
31
31
|
<pods>
|
|
32
|
-
<pod name="DocumentReaderStage" spec="9.7.
|
|
32
|
+
<pod name="DocumentReaderStage" spec="9.7.6780" />
|
|
33
33
|
</pods>
|
|
34
34
|
</podspec>
|
|
35
35
|
</platform>
|