react-native-hyperkyc-sdk 0.18.1 → 0.18.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 +137 -0
- package/android/build.gradle +1 -1
- package/ios/.DS_Store +0 -0
- package/package.json +1 -1
- package/react-native-hyperkyc-sdk.podspec +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
# 0.18.3 [17 Jan 2024]
|
|
2
|
+
- Upgrade native android HyperKyc to `0.18.3`
|
|
3
|
+
- Upgrade native iOS HyperKyc to `0.18.2`
|
|
4
|
+
|
|
5
|
+
# 0.18.2 [8 Jan 2024]
|
|
6
|
+
- Upgrade native android HyperKyc to `0.18.2`
|
|
7
|
+
- Upgrade native iOS HyperKyc to `0.18.2`
|
|
8
|
+
|
|
9
|
+
# 0.18.1 [12 Dec 2023]
|
|
10
|
+
- Upgrade native android HyperKyc to `0.18.1`
|
|
11
|
+
- Upgrade native iOS HyperKyc to `0.18.1`
|
|
12
|
+
|
|
13
|
+
# 0.18.0 [20 Nov 2023]
|
|
14
|
+
- Upgrade native android HyperKyc to `0.18.0`
|
|
15
|
+
- Upgrade native iOS HyperKyc to `0.18.0`
|
|
16
|
+
|
|
17
|
+
# 0.17.1 [27 Oct 2023]
|
|
18
|
+
- Upgrade native android HyperKyc to `0.17.3`
|
|
19
|
+
|
|
20
|
+
# 0.17.0 [23 Oct 2023]
|
|
21
|
+
- Upgrade native android HyperKyc to `0.17.2`
|
|
22
|
+
- Upgrade native iOS HyperKyc to `0.17.0`
|
|
23
|
+
|
|
24
|
+
# 0.16.0 [23 Oct 2023]
|
|
25
|
+
- Upgrade native android HyperKyc to `0.16.0`
|
|
26
|
+
- Upgrade native iOS HyperKyc to `0.16.0`
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
# 0.15.1 [11 Oct 2023]
|
|
30
|
+
- Upgrade native android HyperKyc to `0.15.1`
|
|
31
|
+
|
|
32
|
+
# 0.15.0 [16 Sep 2023]
|
|
33
|
+
- Upgrade native android HyperKyc to `0.15.0`
|
|
34
|
+
- Upgrade native iOS HyperKYC to `0.15.0`
|
|
35
|
+
|
|
36
|
+
# 0.14.0 [21 Aug 2023]
|
|
37
|
+
- Upgrade native android HyperKyc to `0.14.0`
|
|
38
|
+
- Upgrade native iOS HyperKYC to `0.14.0`
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
# 0.13.0 [31 Jul 2023]
|
|
42
|
+
- Upgrade native android HyperKyc to `0.13.0`
|
|
43
|
+
- Upgrade native iOS HyperKYC to `0.13.0`
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
# 0.12.0 [3 Jul 2023]
|
|
47
|
+
- Upgrade native android HyperKyc to `0.12.0`
|
|
48
|
+
- Upgrade native iOS HyperKYC to `0.12.0`
|
|
49
|
+
|
|
50
|
+
# 0.11.0 [23 Jun 2023]
|
|
51
|
+
- Upgrade native android HyperKyc to `0.11.0`
|
|
52
|
+
- Upgrade native iOS HyperKYC to `0.11.0`
|
|
53
|
+
|
|
54
|
+
# 0.10.0 [19 Jun 2023]
|
|
55
|
+
- Upgrade native android HyperKyc to `0.10.0`
|
|
56
|
+
- Upgrade native iOS HyperKYC to `0.10.1`
|
|
57
|
+
# 0.9.2 [14 Jun 2023]
|
|
58
|
+
- Fix callback not invoked for accessToken flow
|
|
59
|
+
|
|
60
|
+
# 0.9.1 [8 May 2023]
|
|
61
|
+
- Upgrade native android HyperKyc to `0.9.1`
|
|
62
|
+
- Upgrade native iOS HyperKYC to `0.9.1`
|
|
63
|
+
|
|
64
|
+
# 0.8.0 [10 April 2023]
|
|
65
|
+
- Upgrade native android HyperKyc to `0.8.0`
|
|
66
|
+
- Upgrade native iOS HyperKYC to `0.8.0`
|
|
67
|
+
|
|
68
|
+
# 0.7.4 [4 March 2023]
|
|
69
|
+
- Upgrade native android HyperKyc to `0.7.4`
|
|
70
|
+
|
|
71
|
+
# 0.7.3 [4 March 2023]
|
|
72
|
+
- Upgrade native iOS HyperKYC to `0.7.2`
|
|
73
|
+
- Upgrade native android HyperKyc to `0.7.3`
|
|
74
|
+
|
|
75
|
+
# 0.7.2 [18 Feb 2023]
|
|
76
|
+
- Added changes to podspec for iOS framework
|
|
77
|
+
|
|
78
|
+
# 0.7.1 [16 Feb 2023]
|
|
79
|
+
- Upgrade native iOS HyperKYC to `0.7.1`
|
|
80
|
+
- Upgrade native android HyperKyc to `0.7.2`
|
|
81
|
+
|
|
82
|
+
# 0.7.0 [8 Feb 2023]
|
|
83
|
+
- Upgrade native iOS HyperKYC to `0.7.0`
|
|
84
|
+
- Upgrade native android HyperKyc to `0.7.0`
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
# 0.3.14 [10 Jan 2022]
|
|
88
|
+
1. Updated Android SDK to 0.3.14
|
|
89
|
+
2. Updated and fix iOS SDK to 0.3.10
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
# 0.3.13 [2 Jan 2022]
|
|
94
|
+
1. Updated Android SDK to 0.3.13
|
|
95
|
+
2. Updated and fix iOS SDK to 0.3.9
|
|
96
|
+
|
|
97
|
+
# 0.6.0 [2 Jan 2023]
|
|
98
|
+
- Upgrade native iOS HyperKYC to `0.6.0`
|
|
99
|
+
- Upgrade native android HyperKyc to `0.6.0`
|
|
100
|
+
|
|
101
|
+
# 0.5.0 [2 Jan 2023]
|
|
102
|
+
- Upgrade native iOS HyperKYC to `0.5.0` - Includes `DocDetect`
|
|
103
|
+
- Upgrade native android HyperKyc to `0.5.0` - Includes `DocDetect`
|
|
104
|
+
- Update deployment target to 11 (for iOS)
|
|
105
|
+
- Update compileSDK version to 33 (for android)
|
|
106
|
+
- Made ios framework static. Have to add use_framework! for HyperKYC pod.
|
|
107
|
+
|
|
108
|
+
** 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 **
|
|
109
|
+
|
|
110
|
+
# 0.3.12 [12 Dec 2022]
|
|
111
|
+
1. Updated Android SDK to 0.3.12
|
|
112
|
+
2. Updated and fix iOS SDK to 0.3.8
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
# 0.3.11 [28th Oct 2022]
|
|
117
|
+
1. Updated Android SDK version to 0.3.10
|
|
118
|
+
|
|
119
|
+
# 0.3.10 [13th Oct 2022]
|
|
120
|
+
1. Updated Android SDK version to 0.3.8
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
# 0.3.9 [7th Oct 2022]
|
|
124
|
+
1. Updated Android SDK version to 0.3.6
|
|
125
|
+
|
|
126
|
+
# 0.3.8 [19 Aug 2022]
|
|
127
|
+
1. Updated Android SDK version to 0.3.2
|
|
128
|
+
|
|
129
|
+
# 0.3.7 [11 Aug 2022]
|
|
130
|
+
1. Added support for the new response structure in HyperKYC native SDKs
|
|
131
|
+
2. Added support for default language code
|
|
132
|
+
|
|
133
|
+
# 0.3.6 [28 July 2022]
|
|
134
|
+
1. Fixed issue with missing headers in Android
|
|
135
|
+
|
|
136
|
+
# 0.3.5 [28 July 2022]
|
|
137
|
+
1. Added support to set custom inputs
|
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.18.
|
|
59
|
+
implementation('co.hyperverge:hyperkyc:0.18.3@aar', {
|
|
60
60
|
transitive = true
|
|
61
61
|
})
|
|
62
62
|
|
package/ios/.DS_Store
ADDED
|
Binary file
|
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.18.
|
|
19
|
+
s.dependency "HyperKYC", "0.18.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' }
|