@regulaforensics/document-reader 9.3.647-rc → 9.3.651-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/README.md +1 -1
- package/examples/capacitor/package-lock.json +132 -132
- package/examples/capacitor/package.json +1 -1
- package/examples/ionic/README.md +1 -1
- package/examples/ionic/package-lock.json +819 -1076
- package/examples/ionic/package.json +1 -1
- package/examples/react_native/README.md +1 -1
- package/examples/react_native/package-lock.json +13 -13
- 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/www/types/params/customization/CustomizationFonts.d.ts +9 -9
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.3.
|
|
8
|
+
s.version = '9.3.651-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 'DocumentReader', '9.2.5958'
|
|
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"
|
|
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.2.12486'){
|
|
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"
|
|
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.2.12486'){
|
|
10
10
|
transitive = true
|
|
11
11
|
}
|
|
12
12
|
}
|
|
@@ -19,4 +19,4 @@ In order to connect to an external scanning device, change the `useBtDevice` con
|
|
|
19
19
|
|
|
20
20
|
### RFID self hosted UI
|
|
21
21
|
|
|
22
|
-
This app also demonstraits how you can implement
|
|
22
|
+
This app also demonstraits how you can implement your own UI for the RFID reading process. To enable it, change the `useRfidSelfHostedUI` constant to true in `src/extra/custom_rfid`. Run the app and initiate RFID reading.
|
|
@@ -1032,27 +1032,6 @@
|
|
|
1032
1032
|
"node": ">=16.0.0"
|
|
1033
1033
|
}
|
|
1034
1034
|
},
|
|
1035
|
-
"node_modules/@isaacs/balanced-match": {
|
|
1036
|
-
"version": "4.0.1",
|
|
1037
|
-
"resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz",
|
|
1038
|
-
"integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
|
|
1039
|
-
"license": "MIT",
|
|
1040
|
-
"engines": {
|
|
1041
|
-
"node": "20 || >=22"
|
|
1042
|
-
}
|
|
1043
|
-
},
|
|
1044
|
-
"node_modules/@isaacs/brace-expansion": {
|
|
1045
|
-
"version": "5.0.1",
|
|
1046
|
-
"resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.1.tgz",
|
|
1047
|
-
"integrity": "sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==",
|
|
1048
|
-
"license": "MIT",
|
|
1049
|
-
"dependencies": {
|
|
1050
|
-
"@isaacs/balanced-match": "^4.0.1"
|
|
1051
|
-
},
|
|
1052
|
-
"engines": {
|
|
1053
|
-
"node": "20 || >=22"
|
|
1054
|
-
}
|
|
1055
|
-
},
|
|
1056
1035
|
"node_modules/@isaacs/fs-minipass": {
|
|
1057
1036
|
"version": "4.0.1",
|
|
1058
1037
|
"resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
|
|
@@ -1135,9 +1114,9 @@
|
|
|
1135
1114
|
"license": "MIT"
|
|
1136
1115
|
},
|
|
1137
1116
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
1138
|
-
"version": "4.
|
|
1139
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.
|
|
1140
|
-
"integrity": "sha512-
|
|
1117
|
+
"version": "4.59.0",
|
|
1118
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.59.0.tgz",
|
|
1119
|
+
"integrity": "sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==",
|
|
1141
1120
|
"cpu": [
|
|
1142
1121
|
"arm"
|
|
1143
1122
|
],
|
|
@@ -1149,9 +1128,9 @@
|
|
|
1149
1128
|
"peer": true
|
|
1150
1129
|
},
|
|
1151
1130
|
"node_modules/@rollup/rollup-android-arm64": {
|
|
1152
|
-
"version": "4.
|
|
1153
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.
|
|
1154
|
-
"integrity": "sha512-
|
|
1131
|
+
"version": "4.59.0",
|
|
1132
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.59.0.tgz",
|
|
1133
|
+
"integrity": "sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==",
|
|
1155
1134
|
"cpu": [
|
|
1156
1135
|
"arm64"
|
|
1157
1136
|
],
|
|
@@ -1189,9 +1168,9 @@
|
|
|
1189
1168
|
]
|
|
1190
1169
|
},
|
|
1191
1170
|
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
1192
|
-
"version": "4.
|
|
1193
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.
|
|
1194
|
-
"integrity": "sha512-
|
|
1171
|
+
"version": "4.59.0",
|
|
1172
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.59.0.tgz",
|
|
1173
|
+
"integrity": "sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==",
|
|
1195
1174
|
"cpu": [
|
|
1196
1175
|
"arm64"
|
|
1197
1176
|
],
|
|
@@ -1203,9 +1182,9 @@
|
|
|
1203
1182
|
"peer": true
|
|
1204
1183
|
},
|
|
1205
1184
|
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
1206
|
-
"version": "4.
|
|
1207
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.
|
|
1208
|
-
"integrity": "sha512-
|
|
1185
|
+
"version": "4.59.0",
|
|
1186
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.59.0.tgz",
|
|
1187
|
+
"integrity": "sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==",
|
|
1209
1188
|
"cpu": [
|
|
1210
1189
|
"x64"
|
|
1211
1190
|
],
|
|
@@ -1217,9 +1196,9 @@
|
|
|
1217
1196
|
"peer": true
|
|
1218
1197
|
},
|
|
1219
1198
|
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
1220
|
-
"version": "4.
|
|
1221
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.
|
|
1222
|
-
"integrity": "sha512-
|
|
1199
|
+
"version": "4.59.0",
|
|
1200
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.59.0.tgz",
|
|
1201
|
+
"integrity": "sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==",
|
|
1223
1202
|
"cpu": [
|
|
1224
1203
|
"arm"
|
|
1225
1204
|
],
|
|
@@ -1231,9 +1210,9 @@
|
|
|
1231
1210
|
"peer": true
|
|
1232
1211
|
},
|
|
1233
1212
|
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
1234
|
-
"version": "4.
|
|
1235
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.
|
|
1236
|
-
"integrity": "sha512-
|
|
1213
|
+
"version": "4.59.0",
|
|
1214
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.59.0.tgz",
|
|
1215
|
+
"integrity": "sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==",
|
|
1237
1216
|
"cpu": [
|
|
1238
1217
|
"arm"
|
|
1239
1218
|
],
|
|
@@ -1271,9 +1250,9 @@
|
|
|
1271
1250
|
]
|
|
1272
1251
|
},
|
|
1273
1252
|
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
1274
|
-
"version": "4.
|
|
1275
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.
|
|
1276
|
-
"integrity": "sha512-
|
|
1253
|
+
"version": "4.59.0",
|
|
1254
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.59.0.tgz",
|
|
1255
|
+
"integrity": "sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==",
|
|
1277
1256
|
"cpu": [
|
|
1278
1257
|
"loong64"
|
|
1279
1258
|
],
|
|
@@ -1285,9 +1264,9 @@
|
|
|
1285
1264
|
"peer": true
|
|
1286
1265
|
},
|
|
1287
1266
|
"node_modules/@rollup/rollup-linux-loong64-musl": {
|
|
1288
|
-
"version": "4.
|
|
1289
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.
|
|
1290
|
-
"integrity": "sha512-
|
|
1267
|
+
"version": "4.59.0",
|
|
1268
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.59.0.tgz",
|
|
1269
|
+
"integrity": "sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==",
|
|
1291
1270
|
"cpu": [
|
|
1292
1271
|
"loong64"
|
|
1293
1272
|
],
|
|
@@ -1299,9 +1278,9 @@
|
|
|
1299
1278
|
"peer": true
|
|
1300
1279
|
},
|
|
1301
1280
|
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
1302
|
-
"version": "4.
|
|
1303
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.
|
|
1304
|
-
"integrity": "sha512-
|
|
1281
|
+
"version": "4.59.0",
|
|
1282
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.59.0.tgz",
|
|
1283
|
+
"integrity": "sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==",
|
|
1305
1284
|
"cpu": [
|
|
1306
1285
|
"ppc64"
|
|
1307
1286
|
],
|
|
@@ -1313,9 +1292,9 @@
|
|
|
1313
1292
|
"peer": true
|
|
1314
1293
|
},
|
|
1315
1294
|
"node_modules/@rollup/rollup-linux-ppc64-musl": {
|
|
1316
|
-
"version": "4.
|
|
1317
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.
|
|
1318
|
-
"integrity": "sha512
|
|
1295
|
+
"version": "4.59.0",
|
|
1296
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.59.0.tgz",
|
|
1297
|
+
"integrity": "sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==",
|
|
1319
1298
|
"cpu": [
|
|
1320
1299
|
"ppc64"
|
|
1321
1300
|
],
|
|
@@ -1327,9 +1306,9 @@
|
|
|
1327
1306
|
"peer": true
|
|
1328
1307
|
},
|
|
1329
1308
|
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
1330
|
-
"version": "4.
|
|
1331
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.
|
|
1332
|
-
"integrity": "sha512-
|
|
1309
|
+
"version": "4.59.0",
|
|
1310
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.59.0.tgz",
|
|
1311
|
+
"integrity": "sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==",
|
|
1333
1312
|
"cpu": [
|
|
1334
1313
|
"riscv64"
|
|
1335
1314
|
],
|
|
@@ -1341,9 +1320,9 @@
|
|
|
1341
1320
|
"peer": true
|
|
1342
1321
|
},
|
|
1343
1322
|
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
1344
|
-
"version": "4.
|
|
1345
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.
|
|
1346
|
-
"integrity": "sha512
|
|
1323
|
+
"version": "4.59.0",
|
|
1324
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.59.0.tgz",
|
|
1325
|
+
"integrity": "sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==",
|
|
1347
1326
|
"cpu": [
|
|
1348
1327
|
"riscv64"
|
|
1349
1328
|
],
|
|
@@ -1355,9 +1334,9 @@
|
|
|
1355
1334
|
"peer": true
|
|
1356
1335
|
},
|
|
1357
1336
|
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
1358
|
-
"version": "4.
|
|
1359
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.
|
|
1360
|
-
"integrity": "sha512-
|
|
1337
|
+
"version": "4.59.0",
|
|
1338
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.59.0.tgz",
|
|
1339
|
+
"integrity": "sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==",
|
|
1361
1340
|
"cpu": [
|
|
1362
1341
|
"s390x"
|
|
1363
1342
|
],
|
|
@@ -1395,9 +1374,9 @@
|
|
|
1395
1374
|
]
|
|
1396
1375
|
},
|
|
1397
1376
|
"node_modules/@rollup/rollup-openbsd-x64": {
|
|
1398
|
-
"version": "4.
|
|
1399
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.
|
|
1400
|
-
"integrity": "sha512-
|
|
1377
|
+
"version": "4.59.0",
|
|
1378
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.59.0.tgz",
|
|
1379
|
+
"integrity": "sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==",
|
|
1401
1380
|
"cpu": [
|
|
1402
1381
|
"x64"
|
|
1403
1382
|
],
|
|
@@ -1409,9 +1388,9 @@
|
|
|
1409
1388
|
"peer": true
|
|
1410
1389
|
},
|
|
1411
1390
|
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
1412
|
-
"version": "4.
|
|
1413
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.
|
|
1414
|
-
"integrity": "sha512-
|
|
1391
|
+
"version": "4.59.0",
|
|
1392
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.59.0.tgz",
|
|
1393
|
+
"integrity": "sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==",
|
|
1415
1394
|
"cpu": [
|
|
1416
1395
|
"arm64"
|
|
1417
1396
|
],
|
|
@@ -1436,9 +1415,9 @@
|
|
|
1436
1415
|
]
|
|
1437
1416
|
},
|
|
1438
1417
|
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
1439
|
-
"version": "4.
|
|
1440
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.
|
|
1441
|
-
"integrity": "sha512-
|
|
1418
|
+
"version": "4.59.0",
|
|
1419
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.59.0.tgz",
|
|
1420
|
+
"integrity": "sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==",
|
|
1442
1421
|
"cpu": [
|
|
1443
1422
|
"ia32"
|
|
1444
1423
|
],
|
|
@@ -1450,9 +1429,9 @@
|
|
|
1450
1429
|
"peer": true
|
|
1451
1430
|
},
|
|
1452
1431
|
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
1453
|
-
"version": "4.
|
|
1454
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.
|
|
1455
|
-
"integrity": "sha512-
|
|
1432
|
+
"version": "4.59.0",
|
|
1433
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.59.0.tgz",
|
|
1434
|
+
"integrity": "sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==",
|
|
1456
1435
|
"cpu": [
|
|
1457
1436
|
"x64"
|
|
1458
1437
|
],
|
|
@@ -1709,6 +1688,15 @@
|
|
|
1709
1688
|
"node": ">= 4.0.0"
|
|
1710
1689
|
}
|
|
1711
1690
|
},
|
|
1691
|
+
"node_modules/balanced-match": {
|
|
1692
|
+
"version": "4.0.4",
|
|
1693
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
1694
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
1695
|
+
"license": "MIT",
|
|
1696
|
+
"engines": {
|
|
1697
|
+
"node": "18 || 20 || >=22"
|
|
1698
|
+
}
|
|
1699
|
+
},
|
|
1712
1700
|
"node_modules/base64-js": {
|
|
1713
1701
|
"version": "1.5.1",
|
|
1714
1702
|
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
@@ -1771,6 +1759,18 @@
|
|
|
1771
1759
|
"node": ">= 5.10.0"
|
|
1772
1760
|
}
|
|
1773
1761
|
},
|
|
1762
|
+
"node_modules/brace-expansion": {
|
|
1763
|
+
"version": "5.0.4",
|
|
1764
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
1765
|
+
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
1766
|
+
"license": "MIT",
|
|
1767
|
+
"dependencies": {
|
|
1768
|
+
"balanced-match": "^4.0.2"
|
|
1769
|
+
},
|
|
1770
|
+
"engines": {
|
|
1771
|
+
"node": "18 || 20 || >=22"
|
|
1772
|
+
}
|
|
1773
|
+
},
|
|
1774
1774
|
"node_modules/braces": {
|
|
1775
1775
|
"version": "3.0.3",
|
|
1776
1776
|
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
|
@@ -2387,15 +2387,15 @@
|
|
|
2387
2387
|
}
|
|
2388
2388
|
},
|
|
2389
2389
|
"node_modules/minimatch": {
|
|
2390
|
-
"version": "10.
|
|
2391
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.
|
|
2392
|
-
"integrity": "sha512-
|
|
2390
|
+
"version": "10.2.4",
|
|
2391
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
2392
|
+
"integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
|
|
2393
2393
|
"license": "BlueOak-1.0.0",
|
|
2394
2394
|
"dependencies": {
|
|
2395
|
-
"
|
|
2395
|
+
"brace-expansion": "^5.0.2"
|
|
2396
2396
|
},
|
|
2397
2397
|
"engines": {
|
|
2398
|
-
"node": "20 || >=22"
|
|
2398
|
+
"node": "18 || 20 || >=22"
|
|
2399
2399
|
},
|
|
2400
2400
|
"funding": {
|
|
2401
2401
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -2735,9 +2735,9 @@
|
|
|
2735
2735
|
}
|
|
2736
2736
|
},
|
|
2737
2737
|
"node_modules/rollup": {
|
|
2738
|
-
"version": "4.
|
|
2739
|
-
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.
|
|
2740
|
-
"integrity": "sha512-
|
|
2738
|
+
"version": "4.59.0",
|
|
2739
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.59.0.tgz",
|
|
2740
|
+
"integrity": "sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==",
|
|
2741
2741
|
"license": "MIT",
|
|
2742
2742
|
"peer": true,
|
|
2743
2743
|
"dependencies": {
|
|
@@ -2751,38 +2751,38 @@
|
|
|
2751
2751
|
"npm": ">=8.0.0"
|
|
2752
2752
|
},
|
|
2753
2753
|
"optionalDependencies": {
|
|
2754
|
-
"@rollup/rollup-android-arm-eabi": "4.
|
|
2755
|
-
"@rollup/rollup-android-arm64": "4.
|
|
2756
|
-
"@rollup/rollup-darwin-arm64": "4.
|
|
2757
|
-
"@rollup/rollup-darwin-x64": "4.
|
|
2758
|
-
"@rollup/rollup-freebsd-arm64": "4.
|
|
2759
|
-
"@rollup/rollup-freebsd-x64": "4.
|
|
2760
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.
|
|
2761
|
-
"@rollup/rollup-linux-arm-musleabihf": "4.
|
|
2762
|
-
"@rollup/rollup-linux-arm64-gnu": "4.
|
|
2763
|
-
"@rollup/rollup-linux-arm64-musl": "4.
|
|
2764
|
-
"@rollup/rollup-linux-loong64-gnu": "4.
|
|
2765
|
-
"@rollup/rollup-linux-loong64-musl": "4.
|
|
2766
|
-
"@rollup/rollup-linux-ppc64-gnu": "4.
|
|
2767
|
-
"@rollup/rollup-linux-ppc64-musl": "4.
|
|
2768
|
-
"@rollup/rollup-linux-riscv64-gnu": "4.
|
|
2769
|
-
"@rollup/rollup-linux-riscv64-musl": "4.
|
|
2770
|
-
"@rollup/rollup-linux-s390x-gnu": "4.
|
|
2771
|
-
"@rollup/rollup-linux-x64-gnu": "4.
|
|
2772
|
-
"@rollup/rollup-linux-x64-musl": "4.
|
|
2773
|
-
"@rollup/rollup-openbsd-x64": "4.
|
|
2774
|
-
"@rollup/rollup-openharmony-arm64": "4.
|
|
2775
|
-
"@rollup/rollup-win32-arm64-msvc": "4.
|
|
2776
|
-
"@rollup/rollup-win32-ia32-msvc": "4.
|
|
2777
|
-
"@rollup/rollup-win32-x64-gnu": "4.
|
|
2778
|
-
"@rollup/rollup-win32-x64-msvc": "4.
|
|
2754
|
+
"@rollup/rollup-android-arm-eabi": "4.59.0",
|
|
2755
|
+
"@rollup/rollup-android-arm64": "4.59.0",
|
|
2756
|
+
"@rollup/rollup-darwin-arm64": "4.59.0",
|
|
2757
|
+
"@rollup/rollup-darwin-x64": "4.59.0",
|
|
2758
|
+
"@rollup/rollup-freebsd-arm64": "4.59.0",
|
|
2759
|
+
"@rollup/rollup-freebsd-x64": "4.59.0",
|
|
2760
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.59.0",
|
|
2761
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.59.0",
|
|
2762
|
+
"@rollup/rollup-linux-arm64-gnu": "4.59.0",
|
|
2763
|
+
"@rollup/rollup-linux-arm64-musl": "4.59.0",
|
|
2764
|
+
"@rollup/rollup-linux-loong64-gnu": "4.59.0",
|
|
2765
|
+
"@rollup/rollup-linux-loong64-musl": "4.59.0",
|
|
2766
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.59.0",
|
|
2767
|
+
"@rollup/rollup-linux-ppc64-musl": "4.59.0",
|
|
2768
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.59.0",
|
|
2769
|
+
"@rollup/rollup-linux-riscv64-musl": "4.59.0",
|
|
2770
|
+
"@rollup/rollup-linux-s390x-gnu": "4.59.0",
|
|
2771
|
+
"@rollup/rollup-linux-x64-gnu": "4.59.0",
|
|
2772
|
+
"@rollup/rollup-linux-x64-musl": "4.59.0",
|
|
2773
|
+
"@rollup/rollup-openbsd-x64": "4.59.0",
|
|
2774
|
+
"@rollup/rollup-openharmony-arm64": "4.59.0",
|
|
2775
|
+
"@rollup/rollup-win32-arm64-msvc": "4.59.0",
|
|
2776
|
+
"@rollup/rollup-win32-ia32-msvc": "4.59.0",
|
|
2777
|
+
"@rollup/rollup-win32-x64-gnu": "4.59.0",
|
|
2778
|
+
"@rollup/rollup-win32-x64-msvc": "4.59.0",
|
|
2779
2779
|
"fsevents": "~2.3.2"
|
|
2780
2780
|
}
|
|
2781
2781
|
},
|
|
2782
2782
|
"node_modules/rollup/node_modules/@rollup/rollup-darwin-arm64": {
|
|
2783
|
-
"version": "4.
|
|
2784
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.
|
|
2785
|
-
"integrity": "sha512
|
|
2783
|
+
"version": "4.59.0",
|
|
2784
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.59.0.tgz",
|
|
2785
|
+
"integrity": "sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==",
|
|
2786
2786
|
"cpu": [
|
|
2787
2787
|
"arm64"
|
|
2788
2788
|
],
|
|
@@ -2794,9 +2794,9 @@
|
|
|
2794
2794
|
"peer": true
|
|
2795
2795
|
},
|
|
2796
2796
|
"node_modules/rollup/node_modules/@rollup/rollup-darwin-x64": {
|
|
2797
|
-
"version": "4.
|
|
2798
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.
|
|
2799
|
-
"integrity": "sha512-
|
|
2797
|
+
"version": "4.59.0",
|
|
2798
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.59.0.tgz",
|
|
2799
|
+
"integrity": "sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==",
|
|
2800
2800
|
"cpu": [
|
|
2801
2801
|
"x64"
|
|
2802
2802
|
],
|
|
@@ -2808,9 +2808,9 @@
|
|
|
2808
2808
|
"peer": true
|
|
2809
2809
|
},
|
|
2810
2810
|
"node_modules/rollup/node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
2811
|
-
"version": "4.
|
|
2812
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.
|
|
2813
|
-
"integrity": "sha512-
|
|
2811
|
+
"version": "4.59.0",
|
|
2812
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.59.0.tgz",
|
|
2813
|
+
"integrity": "sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==",
|
|
2814
2814
|
"cpu": [
|
|
2815
2815
|
"arm64"
|
|
2816
2816
|
],
|
|
@@ -2822,9 +2822,9 @@
|
|
|
2822
2822
|
"peer": true
|
|
2823
2823
|
},
|
|
2824
2824
|
"node_modules/rollup/node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
2825
|
-
"version": "4.
|
|
2826
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.
|
|
2827
|
-
"integrity": "sha512-
|
|
2825
|
+
"version": "4.59.0",
|
|
2826
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.59.0.tgz",
|
|
2827
|
+
"integrity": "sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==",
|
|
2828
2828
|
"cpu": [
|
|
2829
2829
|
"arm64"
|
|
2830
2830
|
],
|
|
@@ -2836,9 +2836,9 @@
|
|
|
2836
2836
|
"peer": true
|
|
2837
2837
|
},
|
|
2838
2838
|
"node_modules/rollup/node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
2839
|
-
"version": "4.
|
|
2840
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.
|
|
2841
|
-
"integrity": "sha512-
|
|
2839
|
+
"version": "4.59.0",
|
|
2840
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.59.0.tgz",
|
|
2841
|
+
"integrity": "sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==",
|
|
2842
2842
|
"cpu": [
|
|
2843
2843
|
"x64"
|
|
2844
2844
|
],
|
|
@@ -2850,9 +2850,9 @@
|
|
|
2850
2850
|
"peer": true
|
|
2851
2851
|
},
|
|
2852
2852
|
"node_modules/rollup/node_modules/@rollup/rollup-linux-x64-musl": {
|
|
2853
|
-
"version": "4.
|
|
2854
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.
|
|
2855
|
-
"integrity": "sha512-
|
|
2853
|
+
"version": "4.59.0",
|
|
2854
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.59.0.tgz",
|
|
2855
|
+
"integrity": "sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==",
|
|
2856
2856
|
"cpu": [
|
|
2857
2857
|
"x64"
|
|
2858
2858
|
],
|
|
@@ -2864,9 +2864,9 @@
|
|
|
2864
2864
|
"peer": true
|
|
2865
2865
|
},
|
|
2866
2866
|
"node_modules/rollup/node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
2867
|
-
"version": "4.
|
|
2868
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.
|
|
2869
|
-
"integrity": "sha512-
|
|
2867
|
+
"version": "4.59.0",
|
|
2868
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.59.0.tgz",
|
|
2869
|
+
"integrity": "sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==",
|
|
2870
2870
|
"cpu": [
|
|
2871
2871
|
"arm64"
|
|
2872
2872
|
],
|
|
@@ -2878,9 +2878,9 @@
|
|
|
2878
2878
|
"peer": true
|
|
2879
2879
|
},
|
|
2880
2880
|
"node_modules/rollup/node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
2881
|
-
"version": "4.
|
|
2882
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.
|
|
2883
|
-
"integrity": "sha512-
|
|
2881
|
+
"version": "4.59.0",
|
|
2882
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.59.0.tgz",
|
|
2883
|
+
"integrity": "sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==",
|
|
2884
2884
|
"cpu": [
|
|
2885
2885
|
"x64"
|
|
2886
2886
|
],
|
|
@@ -3051,9 +3051,9 @@
|
|
|
3051
3051
|
}
|
|
3052
3052
|
},
|
|
3053
3053
|
"node_modules/tar": {
|
|
3054
|
-
"version": "7.5.
|
|
3055
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
3056
|
-
"integrity": "sha512-
|
|
3054
|
+
"version": "7.5.11",
|
|
3055
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.11.tgz",
|
|
3056
|
+
"integrity": "sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==",
|
|
3057
3057
|
"license": "BlueOak-1.0.0",
|
|
3058
3058
|
"dependencies": {
|
|
3059
3059
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"android": "scripts/android.sh"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@regulaforensics/document-reader": "9.3.
|
|
9
|
+
"@regulaforensics/document-reader": "9.3.651-nightly",
|
|
10
10
|
"@regulaforensics/document-reader-core-fullauthrfid": "9.2.1513",
|
|
11
11
|
"@regulaforensics/document-reader-btdevice": "9.1.35",
|
|
12
12
|
"@awesome-cordova-plugins/file": "^8.1.0",
|
package/examples/ionic/README.md
CHANGED
|
@@ -19,4 +19,4 @@ In order to connect to an external scanning device, change the `useBtDevice` con
|
|
|
19
19
|
|
|
20
20
|
### RFID self hosted UI
|
|
21
21
|
|
|
22
|
-
This app also demonstraits how you can implement
|
|
22
|
+
This app also demonstraits how you can implement your own UI for the RFID reading process. To enable it, change the `useRfidSelfHostedUI` constant to true in `src/extra/custom_rfid`. Run the app and initiate RFID reading.
|