react-native-hyperkyc-sdk 0.7.2 → 0.7.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.
package/CHANGELOG.md CHANGED
@@ -1,28 +1,37 @@
1
1
 
2
- # 0.3.14 [10 Jan 2022]
3
- 1. Updated Android SDK to 0.3.14
4
- 2. Updated and fix iOS SDK to 0.3.10
5
2
 
6
3
 
4
+ # 0.7.3 [4 March 2023]
5
+ - Upgrade native iOS HyperKYC to `0.7.2`
6
+ - Upgrade native android HyperKyc to `0.7.3`
7
7
 
8
- # 0.3.13 [2 Jan 2022]
9
- 1. Updated Android SDK to 0.3.13
10
- 2. Updated and fix iOS SDK to 0.3.9
11
-
8
+ # 0.7.2 [18 Feb 2023]
9
+ - Added changes to podspec for iOS framework
12
10
 
13
- # 0.7.1 [16 Feb 2022]
11
+ # 0.7.1 [16 Feb 2023]
14
12
  - Upgrade native iOS HyperKYC to `0.7.1`
15
13
  - Upgrade native android HyperKyc to `0.7.2`
16
14
 
17
- # 0.7.0 [8 Feb 2022]
15
+ # 0.7.0 [8 Feb 2023]
18
16
  - Upgrade native iOS HyperKYC to `0.7.0`
19
17
  - Upgrade native android HyperKyc to `0.7.0`
20
18
 
21
- # 0.6.0 [2 Jan 2022]
19
+
20
+ # 0.3.14 [10 Jan 2022]
21
+ 1. Updated Android SDK to 0.3.14
22
+ 2. Updated and fix iOS SDK to 0.3.10
23
+
24
+
25
+
26
+ # 0.3.13 [2 Jan 2022]
27
+ 1. Updated Android SDK to 0.3.13
28
+ 2. Updated and fix iOS SDK to 0.3.9
29
+
30
+ # 0.6.0 [2 Jan 2023]
22
31
  - Upgrade native iOS HyperKYC to `0.6.0`
23
32
  - Upgrade native android HyperKyc to `0.6.0`
24
33
 
25
- # 0.5.0 [2 Jan 2022]
34
+ # 0.5.0 [2 Jan 2023]
26
35
  - Upgrade native iOS HyperKYC to `0.5.0` - Includes `DocDetect`
27
36
  - Upgrade native android HyperKyc to `0.5.0` - Includes `DocDetect`
28
37
  - Update deployment target to 11 (for iOS)
@@ -56,7 +56,7 @@ repositories {
56
56
  dependencies {
57
57
  //noinspection GradleDynamicVersion
58
58
  implementation "com.facebook.react:react-native:+" // From node_modules
59
- implementation('co.hyperverge:hyperkyc:0.7.2@aar', {
59
+ implementation('co.hyperverge:hyperkyc:0.7.3@aar', {
60
60
  transitive = true
61
61
  })
62
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-hyperkyc-sdk",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "React Native wrapper for HyperKYC SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
  s.source_files = "ios/**/*.{h,m,mm,swift}"
17
17
  s.static_framework = true
18
18
  s.dependency "React-Core"
19
- s.dependency "HyperKYC/DocDetect", "0.7.1"
19
+ s.dependency "HyperKYC/DocDetect", "0.7.2"
20
20
  # Need these lines to support HyperKYC framework
21
21
  s.preserve_paths = 'HyperKYC.framework'
22
22
  s.xcconfig = { 'OTHER_LDFLAGS' => '-framework HyperKYC' }