react-native-hyperkyc-sdk 0.12.0 → 0.13.0
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/android/build.gradle +1 -1
- package/package.json +1 -1
- package/react-native-hyperkyc-sdk.podspec +1 -1
- package/CHANGELOG.md +0 -94
- package/ios/.DS_Store +0 -0
package/android/build.gradle
CHANGED
|
@@ -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.
|
|
59
|
+
implementation('co.hyperverge:hyperkyc:0.13.0@aar', {
|
|
60
60
|
transitive = true
|
|
61
61
|
})
|
|
62
62
|
|
package/package.json
CHANGED
|
@@ -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", "0.
|
|
19
|
+
s.dependency "HyperKYC", "0.13.0"
|
|
20
20
|
# Need these lines to support HyperKYC framework
|
|
21
21
|
s.preserve_paths = 'HyperKYC.framework'
|
|
22
22
|
s.xcconfig = { 'OTHER_LDFLAGS' => '-framework HyperKYC' }
|
package/CHANGELOG.md
DELETED
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
# 0.12.0 [3 Jul 2023]
|
|
4
|
-
- Upgrade native android HyperKyc to `0.12.0`
|
|
5
|
-
- Upgrade native iOS HyperKYC to `0.12.0`
|
|
6
|
-
|
|
7
|
-
# 0.11.0 [23 Jun 2023]
|
|
8
|
-
- Upgrade native android HyperKyc to `0.11.0`
|
|
9
|
-
- Upgrade native iOS HyperKYC to `0.11.0`
|
|
10
|
-
|
|
11
|
-
# 0.10.0 [19 Jun 2023]
|
|
12
|
-
- Upgrade native android HyperKyc to `0.10.0`
|
|
13
|
-
- Upgrade native iOS HyperKYC to `0.10.1`
|
|
14
|
-
# 0.9.2 [14 Jun 2023]
|
|
15
|
-
- Fix callback not invoked for accessToken flow
|
|
16
|
-
|
|
17
|
-
# 0.9.1 [8 May 2023]
|
|
18
|
-
- Upgrade native android HyperKyc to `0.9.1`
|
|
19
|
-
- Upgrade native iOS HyperKYC to `0.9.1`
|
|
20
|
-
|
|
21
|
-
# 0.8.0 [10 April 2023]
|
|
22
|
-
- Upgrade native android HyperKyc to `0.8.0`
|
|
23
|
-
- Upgrade native iOS HyperKYC to `0.8.0`
|
|
24
|
-
|
|
25
|
-
# 0.7.4 [4 March 2023]
|
|
26
|
-
- Upgrade native android HyperKyc to `0.7.4`
|
|
27
|
-
|
|
28
|
-
# 0.7.3 [4 March 2023]
|
|
29
|
-
- Upgrade native iOS HyperKYC to `0.7.2`
|
|
30
|
-
- Upgrade native android HyperKyc to `0.7.3`
|
|
31
|
-
|
|
32
|
-
# 0.7.2 [18 Feb 2023]
|
|
33
|
-
- Added changes to podspec for iOS framework
|
|
34
|
-
|
|
35
|
-
# 0.7.1 [16 Feb 2023]
|
|
36
|
-
- Upgrade native iOS HyperKYC to `0.7.1`
|
|
37
|
-
- Upgrade native android HyperKyc to `0.7.2`
|
|
38
|
-
|
|
39
|
-
# 0.7.0 [8 Feb 2023]
|
|
40
|
-
- Upgrade native iOS HyperKYC to `0.7.0`
|
|
41
|
-
- Upgrade native android HyperKyc to `0.7.0`
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
# 0.3.14 [10 Jan 2022]
|
|
45
|
-
1. Updated Android SDK to 0.3.14
|
|
46
|
-
2. Updated and fix iOS SDK to 0.3.10
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
# 0.3.13 [2 Jan 2022]
|
|
51
|
-
1. Updated Android SDK to 0.3.13
|
|
52
|
-
2. Updated and fix iOS SDK to 0.3.9
|
|
53
|
-
|
|
54
|
-
# 0.6.0 [2 Jan 2023]
|
|
55
|
-
- Upgrade native iOS HyperKYC to `0.6.0`
|
|
56
|
-
- Upgrade native android HyperKyc to `0.6.0`
|
|
57
|
-
|
|
58
|
-
# 0.5.0 [2 Jan 2023]
|
|
59
|
-
- Upgrade native iOS HyperKYC to `0.5.0` - Includes `DocDetect`
|
|
60
|
-
- Upgrade native android HyperKyc to `0.5.0` - Includes `DocDetect`
|
|
61
|
-
- Update deployment target to 11 (for iOS)
|
|
62
|
-
- Update compileSDK version to 33 (for android)
|
|
63
|
-
- Made ios framework static. Have to add use_framework! for HyperKYC pod.
|
|
64
|
-
|
|
65
|
-
** Please note that 0.4.0 version does not exist. We have taken this decision to maintain version number consistency between all the platforms that we support **
|
|
66
|
-
|
|
67
|
-
# 0.3.12 [12 Dec 2022]
|
|
68
|
-
1. Updated Android SDK to 0.3.12
|
|
69
|
-
2. Updated and fix iOS SDK to 0.3.8
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
# 0.3.11 [28th Oct 2022]
|
|
74
|
-
1. Updated Android SDK version to 0.3.10
|
|
75
|
-
|
|
76
|
-
# 0.3.10 [13th Oct 2022]
|
|
77
|
-
1. Updated Android SDK version to 0.3.8
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
# 0.3.9 [7th Oct 2022]
|
|
81
|
-
1. Updated Android SDK version to 0.3.6
|
|
82
|
-
|
|
83
|
-
# 0.3.8 [19 Aug 2022]
|
|
84
|
-
1. Updated Android SDK version to 0.3.2
|
|
85
|
-
|
|
86
|
-
# 0.3.7 [11 Aug 2022]
|
|
87
|
-
1. Added support for the new response structure in HyperKYC native SDKs
|
|
88
|
-
2. Added support for default language code
|
|
89
|
-
|
|
90
|
-
# 0.3.6 [28 July 2022]
|
|
91
|
-
1. Fixed issue with missing headers in Android
|
|
92
|
-
|
|
93
|
-
# 0.3.5 [28 July 2022]
|
|
94
|
-
1. Added support to set custom inputs
|
package/ios/.DS_Store
DELETED
|
Binary file
|