react-native-hyperkyc-sdk 0.20.2 → 0.21.1

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,3 +1,10 @@
1
+ # 0.21.1 [27 Mar 2024]
2
+ - Upgrade native android HyperKyc to `0.21.2`
3
+
4
+ # 0.21.0 [29 Feb 2024]
5
+ - Upgrade native android HyperKyc to `0.21.0`
6
+ - Upgrade native iOS HyperKyc to `0.21.0`
7
+
1
8
  # 0.20.2 [27 Feb 2024]
2
9
  - Upgrade native android HyperKyc to `0.20.3`
3
10
  - Upgrade native iOS HyperKyc to `0.20.1`
@@ -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.20.3@aar', {
59
+ implementation('co.hyperverge:hyperkyc:0.21.2@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.20.2",
3
+ "version": "0.21.1",
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", "0.20.1"
19
+ s.dependency "HyperKYC", "0.21.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' }