@regulaforensics/document-reader 9.3.654-nightly → 9.3.656-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 +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 +1939 -2436
- package/examples/ionic/package.json +11 -15
- 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.656-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 '
|
|
19
|
+
s.dependency 'DocumentReaderStage', '9.3.6057'
|
|
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/Stage"
|
|
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.3.
|
|
32
|
+
implementation('com.regula.documentreader:api:9.3.12607'){
|
|
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/Stage"
|
|
4
4
|
}
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
dependencies {
|
|
8
8
|
//noinspection GradleDependency
|
|
9
|
-
implementation('com.regula.documentreader:api:9.3.
|
|
9
|
+
implementation('com.regula.documentreader:api:9.3.12607'){
|
|
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 you 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,6 +1032,27 @@
|
|
|
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
|
+
},
|
|
1035
1056
|
"node_modules/@isaacs/fs-minipass": {
|
|
1036
1057
|
"version": "4.0.1",
|
|
1037
1058
|
"resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
|
|
@@ -1114,9 +1135,9 @@
|
|
|
1114
1135
|
"license": "MIT"
|
|
1115
1136
|
},
|
|
1116
1137
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
1117
|
-
"version": "4.
|
|
1118
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.
|
|
1119
|
-
"integrity": "sha512-
|
|
1138
|
+
"version": "4.57.0",
|
|
1139
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.57.0.tgz",
|
|
1140
|
+
"integrity": "sha512-tPgXB6cDTndIe1ah7u6amCI1T0SsnlOuKgg10Xh3uizJk4e5M1JGaUMk7J4ciuAUcFpbOiNhm2XIjP9ON0dUqA==",
|
|
1120
1141
|
"cpu": [
|
|
1121
1142
|
"arm"
|
|
1122
1143
|
],
|
|
@@ -1128,9 +1149,9 @@
|
|
|
1128
1149
|
"peer": true
|
|
1129
1150
|
},
|
|
1130
1151
|
"node_modules/@rollup/rollup-android-arm64": {
|
|
1131
|
-
"version": "4.
|
|
1132
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.
|
|
1133
|
-
"integrity": "sha512-
|
|
1152
|
+
"version": "4.57.0",
|
|
1153
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.57.0.tgz",
|
|
1154
|
+
"integrity": "sha512-sa4LyseLLXr1onr97StkU1Nb7fWcg6niokTwEVNOO7awaKaoRObQ54+V/hrF/BP1noMEaaAW6Fg2d/CfLiq3Mg==",
|
|
1134
1155
|
"cpu": [
|
|
1135
1156
|
"arm64"
|
|
1136
1157
|
],
|
|
@@ -1168,9 +1189,9 @@
|
|
|
1168
1189
|
]
|
|
1169
1190
|
},
|
|
1170
1191
|
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
1171
|
-
"version": "4.
|
|
1172
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.
|
|
1173
|
-
"integrity": "sha512-
|
|
1192
|
+
"version": "4.57.0",
|
|
1193
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.57.0.tgz",
|
|
1194
|
+
"integrity": "sha512-PCkMh7fNahWSbA0OTUQ2OpYHpjZZr0hPr8lId8twD7a7SeWrvT3xJVyza+dQwXSSq4yEQTMoXgNOfMCsn8584g==",
|
|
1174
1195
|
"cpu": [
|
|
1175
1196
|
"arm64"
|
|
1176
1197
|
],
|
|
@@ -1182,9 +1203,9 @@
|
|
|
1182
1203
|
"peer": true
|
|
1183
1204
|
},
|
|
1184
1205
|
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
1185
|
-
"version": "4.
|
|
1186
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.
|
|
1187
|
-
"integrity": "sha512-
|
|
1206
|
+
"version": "4.57.0",
|
|
1207
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.57.0.tgz",
|
|
1208
|
+
"integrity": "sha512-1j3stGx+qbhXql4OCDZhnK7b01s6rBKNybfsX+TNrEe9JNq4DLi1yGiR1xW+nL+FNVvI4D02PUnl6gJ/2y6WJA==",
|
|
1188
1209
|
"cpu": [
|
|
1189
1210
|
"x64"
|
|
1190
1211
|
],
|
|
@@ -1196,9 +1217,9 @@
|
|
|
1196
1217
|
"peer": true
|
|
1197
1218
|
},
|
|
1198
1219
|
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
1199
|
-
"version": "4.
|
|
1200
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.
|
|
1201
|
-
"integrity": "sha512-
|
|
1220
|
+
"version": "4.57.0",
|
|
1221
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.57.0.tgz",
|
|
1222
|
+
"integrity": "sha512-eyrr5W08Ms9uM0mLcKfM/Uzx7hjhz2bcjv8P2uynfj0yU8GGPdz8iYrBPhiLOZqahoAMB8ZiolRZPbbU2MAi6Q==",
|
|
1202
1223
|
"cpu": [
|
|
1203
1224
|
"arm"
|
|
1204
1225
|
],
|
|
@@ -1210,9 +1231,9 @@
|
|
|
1210
1231
|
"peer": true
|
|
1211
1232
|
},
|
|
1212
1233
|
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
1213
|
-
"version": "4.
|
|
1214
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.
|
|
1215
|
-
"integrity": "sha512-
|
|
1234
|
+
"version": "4.57.0",
|
|
1235
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.57.0.tgz",
|
|
1236
|
+
"integrity": "sha512-Xds90ITXJCNyX9pDhqf85MKWUI4lqjiPAipJ8OLp8xqI2Ehk+TCVhF9rvOoN8xTbcafow3QOThkNnrM33uCFQA==",
|
|
1216
1237
|
"cpu": [
|
|
1217
1238
|
"arm"
|
|
1218
1239
|
],
|
|
@@ -1250,9 +1271,9 @@
|
|
|
1250
1271
|
]
|
|
1251
1272
|
},
|
|
1252
1273
|
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
1253
|
-
"version": "4.
|
|
1254
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.
|
|
1255
|
-
"integrity": "sha512-
|
|
1274
|
+
"version": "4.57.0",
|
|
1275
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.57.0.tgz",
|
|
1276
|
+
"integrity": "sha512-6A+nccfSDGKsPm00d3xKcrsBcbqzCTAukjwWK6rbuAnB2bHaL3r9720HBVZ/no7+FhZLz/U3GwwZZEh6tOSI8Q==",
|
|
1256
1277
|
"cpu": [
|
|
1257
1278
|
"loong64"
|
|
1258
1279
|
],
|
|
@@ -1264,9 +1285,9 @@
|
|
|
1264
1285
|
"peer": true
|
|
1265
1286
|
},
|
|
1266
1287
|
"node_modules/@rollup/rollup-linux-loong64-musl": {
|
|
1267
|
-
"version": "4.
|
|
1268
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.
|
|
1269
|
-
"integrity": "sha512-
|
|
1288
|
+
"version": "4.57.0",
|
|
1289
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.57.0.tgz",
|
|
1290
|
+
"integrity": "sha512-4P1VyYUe6XAJtQH1Hh99THxr0GKMMwIXsRNOceLrJnaHTDgk1FTcTimDgneRJPvB3LqDQxUmroBclQ1S0cIJwQ==",
|
|
1270
1291
|
"cpu": [
|
|
1271
1292
|
"loong64"
|
|
1272
1293
|
],
|
|
@@ -1278,9 +1299,9 @@
|
|
|
1278
1299
|
"peer": true
|
|
1279
1300
|
},
|
|
1280
1301
|
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
1281
|
-
"version": "4.
|
|
1282
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.
|
|
1283
|
-
"integrity": "sha512-
|
|
1302
|
+
"version": "4.57.0",
|
|
1303
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.57.0.tgz",
|
|
1304
|
+
"integrity": "sha512-8Vv6pLuIZCMcgXre6c3nOPhE0gjz1+nZP6T+hwWjr7sVH8k0jRkH+XnfjjOTglyMBdSKBPPz54/y1gToSKwrSQ==",
|
|
1284
1305
|
"cpu": [
|
|
1285
1306
|
"ppc64"
|
|
1286
1307
|
],
|
|
@@ -1292,9 +1313,9 @@
|
|
|
1292
1313
|
"peer": true
|
|
1293
1314
|
},
|
|
1294
1315
|
"node_modules/@rollup/rollup-linux-ppc64-musl": {
|
|
1295
|
-
"version": "4.
|
|
1296
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.
|
|
1297
|
-
"integrity": "sha512
|
|
1316
|
+
"version": "4.57.0",
|
|
1317
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.57.0.tgz",
|
|
1318
|
+
"integrity": "sha512-r1te1M0Sm2TBVD/RxBPC6RZVwNqUTwJTA7w+C/IW5v9Ssu6xmxWEi+iJQlpBhtUiT1raJ5b48pI8tBvEjEFnFA==",
|
|
1298
1319
|
"cpu": [
|
|
1299
1320
|
"ppc64"
|
|
1300
1321
|
],
|
|
@@ -1306,9 +1327,9 @@
|
|
|
1306
1327
|
"peer": true
|
|
1307
1328
|
},
|
|
1308
1329
|
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
1309
|
-
"version": "4.
|
|
1310
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.
|
|
1311
|
-
"integrity": "sha512-
|
|
1330
|
+
"version": "4.57.0",
|
|
1331
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.57.0.tgz",
|
|
1332
|
+
"integrity": "sha512-say0uMU/RaPm3CDQLxUUTF2oNWL8ysvHkAjcCzV2znxBr23kFfaxocS9qJm+NdkRhF8wtdEEAJuYcLPhSPbjuQ==",
|
|
1312
1333
|
"cpu": [
|
|
1313
1334
|
"riscv64"
|
|
1314
1335
|
],
|
|
@@ -1320,9 +1341,9 @@
|
|
|
1320
1341
|
"peer": true
|
|
1321
1342
|
},
|
|
1322
1343
|
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
1323
|
-
"version": "4.
|
|
1324
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.
|
|
1325
|
-
"integrity": "sha512
|
|
1344
|
+
"version": "4.57.0",
|
|
1345
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.57.0.tgz",
|
|
1346
|
+
"integrity": "sha512-/MU7/HizQGsnBREtRpcSbSV1zfkoxSTR7wLsRmBPQ8FwUj5sykrP1MyJTvsxP5KBq9SyE6kH8UQQQwa0ASeoQQ==",
|
|
1326
1347
|
"cpu": [
|
|
1327
1348
|
"riscv64"
|
|
1328
1349
|
],
|
|
@@ -1334,9 +1355,9 @@
|
|
|
1334
1355
|
"peer": true
|
|
1335
1356
|
},
|
|
1336
1357
|
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
1337
|
-
"version": "4.
|
|
1338
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.
|
|
1339
|
-
"integrity": "sha512-
|
|
1358
|
+
"version": "4.57.0",
|
|
1359
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.57.0.tgz",
|
|
1360
|
+
"integrity": "sha512-Q9eh+gUGILIHEaJf66aF6a414jQbDnn29zeu0eX3dHMuysnhTvsUvZTCAyZ6tJhUjnvzBKE4FtuaYxutxRZpOg==",
|
|
1340
1361
|
"cpu": [
|
|
1341
1362
|
"s390x"
|
|
1342
1363
|
],
|
|
@@ -1374,9 +1395,9 @@
|
|
|
1374
1395
|
]
|
|
1375
1396
|
},
|
|
1376
1397
|
"node_modules/@rollup/rollup-openbsd-x64": {
|
|
1377
|
-
"version": "4.
|
|
1378
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.
|
|
1379
|
-
"integrity": "sha512-
|
|
1398
|
+
"version": "4.57.0",
|
|
1399
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.57.0.tgz",
|
|
1400
|
+
"integrity": "sha512-Lu71y78F5qOfYmubYLHPcJm74GZLU6UJ4THkf/a1K7Tz2ycwC2VUbsqbJAXaR6Bx70SRdlVrt2+n5l7F0agTUw==",
|
|
1380
1401
|
"cpu": [
|
|
1381
1402
|
"x64"
|
|
1382
1403
|
],
|
|
@@ -1388,9 +1409,9 @@
|
|
|
1388
1409
|
"peer": true
|
|
1389
1410
|
},
|
|
1390
1411
|
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
1391
|
-
"version": "4.
|
|
1392
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.
|
|
1393
|
-
"integrity": "sha512-
|
|
1412
|
+
"version": "4.57.0",
|
|
1413
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.57.0.tgz",
|
|
1414
|
+
"integrity": "sha512-v5xwKDWcu7qhAEcsUubiav7r+48Uk/ENWdr82MBZZRIm7zThSxCIVDfb3ZeRRq9yqk+oIzMdDo6fCcA5DHfMyA==",
|
|
1394
1415
|
"cpu": [
|
|
1395
1416
|
"arm64"
|
|
1396
1417
|
],
|
|
@@ -1415,9 +1436,9 @@
|
|
|
1415
1436
|
]
|
|
1416
1437
|
},
|
|
1417
1438
|
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
1418
|
-
"version": "4.
|
|
1419
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.
|
|
1420
|
-
"integrity": "sha512-
|
|
1439
|
+
"version": "4.57.0",
|
|
1440
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.57.0.tgz",
|
|
1441
|
+
"integrity": "sha512-3K1lP+3BXY4t4VihLw5MEg6IZD3ojSYzqzBG571W3kNQe4G4CcFpSUQVgurYgib5d+YaCjeFow8QivWp8vuSvA==",
|
|
1421
1442
|
"cpu": [
|
|
1422
1443
|
"ia32"
|
|
1423
1444
|
],
|
|
@@ -1429,9 +1450,9 @@
|
|
|
1429
1450
|
"peer": true
|
|
1430
1451
|
},
|
|
1431
1452
|
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
1432
|
-
"version": "4.
|
|
1433
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.
|
|
1434
|
-
"integrity": "sha512-
|
|
1453
|
+
"version": "4.57.0",
|
|
1454
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.57.0.tgz",
|
|
1455
|
+
"integrity": "sha512-MDk610P/vJGc5L5ImE4k5s+GZT3en0KoK1MKPXCRgzmksAMk79j4h3k1IerxTNqwDLxsGxStEZVBqG0gIqZqoA==",
|
|
1435
1456
|
"cpu": [
|
|
1436
1457
|
"x64"
|
|
1437
1458
|
],
|
|
@@ -1688,15 +1709,6 @@
|
|
|
1688
1709
|
"node": ">= 4.0.0"
|
|
1689
1710
|
}
|
|
1690
1711
|
},
|
|
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
|
-
},
|
|
1700
1712
|
"node_modules/base64-js": {
|
|
1701
1713
|
"version": "1.5.1",
|
|
1702
1714
|
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
@@ -1759,18 +1771,6 @@
|
|
|
1759
1771
|
"node": ">= 5.10.0"
|
|
1760
1772
|
}
|
|
1761
1773
|
},
|
|
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.1.1",
|
|
2391
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz",
|
|
2392
|
+
"integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
|
|
2393
2393
|
"license": "BlueOak-1.0.0",
|
|
2394
2394
|
"dependencies": {
|
|
2395
|
-
"brace-expansion": "^5.0.
|
|
2395
|
+
"@isaacs/brace-expansion": "^5.0.0"
|
|
2396
2396
|
},
|
|
2397
2397
|
"engines": {
|
|
2398
|
-
"node": "
|
|
2398
|
+
"node": "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.57.0",
|
|
2739
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.57.0.tgz",
|
|
2740
|
+
"integrity": "sha512-e5lPJi/aui4TO1LpAXIRLySmwXSE8k3b9zoGfd42p67wzxog4WHjiZF3M2uheQih4DGyc25QEV4yRBbpueNiUA==",
|
|
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.57.0",
|
|
2755
|
+
"@rollup/rollup-android-arm64": "4.57.0",
|
|
2756
|
+
"@rollup/rollup-darwin-arm64": "4.57.0",
|
|
2757
|
+
"@rollup/rollup-darwin-x64": "4.57.0",
|
|
2758
|
+
"@rollup/rollup-freebsd-arm64": "4.57.0",
|
|
2759
|
+
"@rollup/rollup-freebsd-x64": "4.57.0",
|
|
2760
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.57.0",
|
|
2761
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.57.0",
|
|
2762
|
+
"@rollup/rollup-linux-arm64-gnu": "4.57.0",
|
|
2763
|
+
"@rollup/rollup-linux-arm64-musl": "4.57.0",
|
|
2764
|
+
"@rollup/rollup-linux-loong64-gnu": "4.57.0",
|
|
2765
|
+
"@rollup/rollup-linux-loong64-musl": "4.57.0",
|
|
2766
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.57.0",
|
|
2767
|
+
"@rollup/rollup-linux-ppc64-musl": "4.57.0",
|
|
2768
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.57.0",
|
|
2769
|
+
"@rollup/rollup-linux-riscv64-musl": "4.57.0",
|
|
2770
|
+
"@rollup/rollup-linux-s390x-gnu": "4.57.0",
|
|
2771
|
+
"@rollup/rollup-linux-x64-gnu": "4.57.0",
|
|
2772
|
+
"@rollup/rollup-linux-x64-musl": "4.57.0",
|
|
2773
|
+
"@rollup/rollup-openbsd-x64": "4.57.0",
|
|
2774
|
+
"@rollup/rollup-openharmony-arm64": "4.57.0",
|
|
2775
|
+
"@rollup/rollup-win32-arm64-msvc": "4.57.0",
|
|
2776
|
+
"@rollup/rollup-win32-ia32-msvc": "4.57.0",
|
|
2777
|
+
"@rollup/rollup-win32-x64-gnu": "4.57.0",
|
|
2778
|
+
"@rollup/rollup-win32-x64-msvc": "4.57.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.57.0",
|
|
2784
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.57.0.tgz",
|
|
2785
|
+
"integrity": "sha512-/NNIj9A7yLjKdmkx5dC2XQ9DmjIECpGpwHoGmA5E1AhU0fuICSqSWScPhN1yLCkEdkCwJIDu2xIeLPs60MNIVg==",
|
|
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.57.0",
|
|
2798
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.57.0.tgz",
|
|
2799
|
+
"integrity": "sha512-xoh8abqgPrPYPr7pTYipqnUi1V3em56JzE/HgDgitTqZBZ3yKCWI+7KUkceM6tNweyUKYru1UMi7FC060RyKwA==",
|
|
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.57.0",
|
|
2812
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.57.0.tgz",
|
|
2813
|
+
"integrity": "sha512-Xws2KA4CLvZmXjy46SQaXSejuKPhwVdaNinldoYfqruZBaJHqVo6hnRa8SDo9z7PBW5x84SH64+izmldCgbezw==",
|
|
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.57.0",
|
|
2826
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.57.0.tgz",
|
|
2827
|
+
"integrity": "sha512-hrKXKbX5FdaRJj7lTMusmvKbhMJSGWJ+w++4KmjiDhpTgNlhYobMvKfDoIWecy4O60K6yA4SnztGuNTQF+Lplw==",
|
|
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.57.0",
|
|
2840
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.57.0.tgz",
|
|
2841
|
+
"integrity": "sha512-OR5p5yG5OKSxHReWmwvM0P+VTPMwoBS45PXTMYaskKQqybkS3Kmugq1W+YbNWArF8/s7jQScgzXUhArzEQ7x0A==",
|
|
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.57.0",
|
|
2854
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.57.0.tgz",
|
|
2855
|
+
"integrity": "sha512-XeatKzo4lHDsVEbm1XDHZlhYZZSQYym6dg2X/Ko0kSFgio+KXLsxwJQprnR48GvdIKDOpqWqssC3iBCjoMcMpw==",
|
|
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.57.0",
|
|
2868
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.57.0.tgz",
|
|
2869
|
+
"integrity": "sha512-XnaaaSMGSI6Wk8F4KK3QP7GfuuhjGchElsVerCplUuxRIzdvZ7hRBpLR0omCmw+kI2RFJB80nenhOoGXlJ5TfQ==",
|
|
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.57.0",
|
|
2882
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.57.0.tgz",
|
|
2883
|
+
"integrity": "sha512-Zv7v6q6aV+VslnpwzqKAmrk5JdVkLUzok2208ZXGipjb+msxBr/fJPZyeEXiFgH7k62Ak0SLIfxQRZQvTuf7rQ==",
|
|
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.9",
|
|
3055
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.9.tgz",
|
|
3056
|
+
"integrity": "sha512-BTLcK0xsDh2+PUe9F6c2TlRp4zOOBMTkoQHQIWSIzI0R7KG46uEwq4OPk2W7bZcprBMsuaeFsqwYr7pjh6CuHg==",
|
|
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.656-rc",
|
|
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 you 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.
|