@socure-inc/docv-react-native 5.1.1 → 5.1.3

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.
@@ -136,7 +136,7 @@ dependencies {
136
136
  //noinspection GradleDynamicVersion
137
137
  implementation "com.facebook.react:react-native:+"
138
138
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
139
- implementation "com.socure.android:docv-capture:5.2.8"
139
+ implementation "com.socure.android:docv-capture:5.2.9"
140
140
 
141
141
  def retrofit_version = "2.9.0"
142
142
  implementation "com.squareup.retrofit2:retrofit:$retrofit_version"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socure-inc/docv-react-native",
3
- "version": "5.1.1",
3
+ "version": "5.1.3",
4
4
  "description": "The Predictive Document Verification (DocV) SDK React Native bridge allows you to use the DocV SDK v5 for Android and iOS in your React Native application.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
18
18
  s.source_files = "ios/**/*.{h,m,mm,swift}"
19
19
 
20
20
  s.dependency "React"
21
- s.dependency "SocureDocV", "5.2.8"
22
- s.dependency "SocureDeviceRisk", "4.7.0"
21
+ s.dependency "SocureDocV", "5.2.10"
22
+ s.dependency "SocureDeviceRisk", "4.7.1"
23
23
 
24
24
  end