@regulaforensics/react-native-document-reader-api 9.2.388-nightly → 9.2.389-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/RNDocumentReaderApi.podspec +1 -1
- package/android/build.gradle +2 -2
- package/example/package-lock.json +22 -84
- package/example/package.json +2 -2
- package/package.json +1 -1
|
@@ -14,6 +14,6 @@ Pod::Spec.new do |s|
|
|
|
14
14
|
s.source = { :http => 'file:' + __dir__ }
|
|
15
15
|
s.ios.deployment_target = '13.0'
|
|
16
16
|
s.source_files = "ios/*.{h,m}"
|
|
17
|
-
s.dependency '
|
|
17
|
+
s.dependency 'DocumentReaderStage', '9.2.5744'
|
|
18
18
|
s.dependency 'React'
|
|
19
19
|
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.2.
|
|
32
|
+
implementation('com.regula.documentreader:api:9.2.12270') {
|
|
33
33
|
transitive = true
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -4402,24 +4402,24 @@
|
|
|
4402
4402
|
}
|
|
4403
4403
|
},
|
|
4404
4404
|
"node_modules/body-parser": {
|
|
4405
|
-
"version": "1.20.
|
|
4406
|
-
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.
|
|
4407
|
-
"integrity": "sha512-
|
|
4405
|
+
"version": "1.20.3",
|
|
4406
|
+
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz",
|
|
4407
|
+
"integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
|
|
4408
4408
|
"devOptional": true,
|
|
4409
4409
|
"license": "MIT",
|
|
4410
4410
|
"dependencies": {
|
|
4411
|
-
"bytes": "
|
|
4411
|
+
"bytes": "3.1.2",
|
|
4412
4412
|
"content-type": "~1.0.5",
|
|
4413
4413
|
"debug": "2.6.9",
|
|
4414
4414
|
"depd": "2.0.0",
|
|
4415
|
-
"destroy": "
|
|
4416
|
-
"http-errors": "
|
|
4417
|
-
"iconv-lite": "
|
|
4418
|
-
"on-finished": "
|
|
4419
|
-
"qs": "
|
|
4420
|
-
"raw-body": "
|
|
4415
|
+
"destroy": "1.2.0",
|
|
4416
|
+
"http-errors": "2.0.0",
|
|
4417
|
+
"iconv-lite": "0.4.24",
|
|
4418
|
+
"on-finished": "2.4.1",
|
|
4419
|
+
"qs": "6.13.0",
|
|
4420
|
+
"raw-body": "2.5.2",
|
|
4421
4421
|
"type-is": "~1.6.18",
|
|
4422
|
-
"unpipe": "
|
|
4422
|
+
"unpipe": "1.0.0"
|
|
4423
4423
|
},
|
|
4424
4424
|
"engines": {
|
|
4425
4425
|
"node": ">= 0.8",
|
|
@@ -4436,27 +4436,6 @@
|
|
|
4436
4436
|
"ms": "2.0.0"
|
|
4437
4437
|
}
|
|
4438
4438
|
},
|
|
4439
|
-
"node_modules/body-parser/node_modules/http-errors": {
|
|
4440
|
-
"version": "2.0.1",
|
|
4441
|
-
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
|
|
4442
|
-
"integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
|
|
4443
|
-
"devOptional": true,
|
|
4444
|
-
"license": "MIT",
|
|
4445
|
-
"dependencies": {
|
|
4446
|
-
"depd": "~2.0.0",
|
|
4447
|
-
"inherits": "~2.0.4",
|
|
4448
|
-
"setprototypeof": "~1.2.0",
|
|
4449
|
-
"statuses": "~2.0.2",
|
|
4450
|
-
"toidentifier": "~1.0.1"
|
|
4451
|
-
},
|
|
4452
|
-
"engines": {
|
|
4453
|
-
"node": ">= 0.8"
|
|
4454
|
-
},
|
|
4455
|
-
"funding": {
|
|
4456
|
-
"type": "opencollective",
|
|
4457
|
-
"url": "https://opencollective.com/express"
|
|
4458
|
-
}
|
|
4459
|
-
},
|
|
4460
4439
|
"node_modules/body-parser/node_modules/ms": {
|
|
4461
4440
|
"version": "2.0.0",
|
|
4462
4441
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
@@ -4464,16 +4443,6 @@
|
|
|
4464
4443
|
"devOptional": true,
|
|
4465
4444
|
"license": "MIT"
|
|
4466
4445
|
},
|
|
4467
|
-
"node_modules/body-parser/node_modules/statuses": {
|
|
4468
|
-
"version": "2.0.2",
|
|
4469
|
-
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
|
|
4470
|
-
"integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
|
|
4471
|
-
"devOptional": true,
|
|
4472
|
-
"license": "MIT",
|
|
4473
|
-
"engines": {
|
|
4474
|
-
"node": ">= 0.8"
|
|
4475
|
-
}
|
|
4476
|
-
},
|
|
4477
4446
|
"node_modules/boolbase": {
|
|
4478
4447
|
"version": "1.0.0",
|
|
4479
4448
|
"resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
|
|
@@ -10592,13 +10561,13 @@
|
|
|
10592
10561
|
"license": "MIT"
|
|
10593
10562
|
},
|
|
10594
10563
|
"node_modules/qs": {
|
|
10595
|
-
"version": "6.
|
|
10596
|
-
"resolved": "https://registry.npmjs.org/qs/-/qs-6.
|
|
10597
|
-
"integrity": "sha512
|
|
10564
|
+
"version": "6.13.0",
|
|
10565
|
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
|
|
10566
|
+
"integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
|
|
10598
10567
|
"devOptional": true,
|
|
10599
10568
|
"license": "BSD-3-Clause",
|
|
10600
10569
|
"dependencies": {
|
|
10601
|
-
"side-channel": "^1.
|
|
10570
|
+
"side-channel": "^1.0.6"
|
|
10602
10571
|
},
|
|
10603
10572
|
"engines": {
|
|
10604
10573
|
"node": ">=0.6"
|
|
@@ -10647,48 +10616,17 @@
|
|
|
10647
10616
|
}
|
|
10648
10617
|
},
|
|
10649
10618
|
"node_modules/raw-body": {
|
|
10650
|
-
"version": "2.5.
|
|
10651
|
-
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.
|
|
10652
|
-
"integrity": "sha512-
|
|
10653
|
-
"devOptional": true,
|
|
10654
|
-
"license": "MIT",
|
|
10655
|
-
"dependencies": {
|
|
10656
|
-
"bytes": "~3.1.2",
|
|
10657
|
-
"http-errors": "~2.0.1",
|
|
10658
|
-
"iconv-lite": "~0.4.24",
|
|
10659
|
-
"unpipe": "~1.0.0"
|
|
10660
|
-
},
|
|
10661
|
-
"engines": {
|
|
10662
|
-
"node": ">= 0.8"
|
|
10663
|
-
}
|
|
10664
|
-
},
|
|
10665
|
-
"node_modules/raw-body/node_modules/http-errors": {
|
|
10666
|
-
"version": "2.0.1",
|
|
10667
|
-
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
|
|
10668
|
-
"integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
|
|
10619
|
+
"version": "2.5.2",
|
|
10620
|
+
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz",
|
|
10621
|
+
"integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
|
|
10669
10622
|
"devOptional": true,
|
|
10670
10623
|
"license": "MIT",
|
|
10671
10624
|
"dependencies": {
|
|
10672
|
-
"
|
|
10673
|
-
"
|
|
10674
|
-
"
|
|
10675
|
-
"
|
|
10676
|
-
"toidentifier": "~1.0.1"
|
|
10677
|
-
},
|
|
10678
|
-
"engines": {
|
|
10679
|
-
"node": ">= 0.8"
|
|
10625
|
+
"bytes": "3.1.2",
|
|
10626
|
+
"http-errors": "2.0.0",
|
|
10627
|
+
"iconv-lite": "0.4.24",
|
|
10628
|
+
"unpipe": "1.0.0"
|
|
10680
10629
|
},
|
|
10681
|
-
"funding": {
|
|
10682
|
-
"type": "opencollective",
|
|
10683
|
-
"url": "https://opencollective.com/express"
|
|
10684
|
-
}
|
|
10685
|
-
},
|
|
10686
|
-
"node_modules/raw-body/node_modules/statuses": {
|
|
10687
|
-
"version": "2.0.2",
|
|
10688
|
-
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
|
|
10689
|
-
"integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
|
|
10690
|
-
"devOptional": true,
|
|
10691
|
-
"license": "MIT",
|
|
10692
10630
|
"engines": {
|
|
10693
10631
|
"node": ">= 0.8"
|
|
10694
10632
|
}
|
package/example/package.json
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"test": "jest"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@regulaforensics/react-native-document-reader-api": "9.2.
|
|
14
|
-
"@regulaforensics/react-native-document-reader-core-fullauthrfid": "9.2.
|
|
13
|
+
"@regulaforensics/react-native-document-reader-api": "9.2.389-rc",
|
|
14
|
+
"@regulaforensics/react-native-document-reader-core-fullauthrfid": "9.2.1712-rc",
|
|
15
15
|
"@rneui/base": "4.0.0-rc.7",
|
|
16
16
|
"@rneui/themed": "4.0.0-rc.7",
|
|
17
17
|
"react": "19.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/react-native-document-reader-api",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.389-rc",
|
|
4
4
|
"description": "React Native module for reading and validation of identification documents (API framework)",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|