react-native-hyperkyc-sdk 0.3.11 → 0.3.12-alpha01

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,8 @@
1
+ # 0.3.12 [12 Dec 2022]
2
+ 1. Updated Android SDK to 0.3.12
3
+ 2. Updated and fix iOS SDK to 0.3.8
4
+
5
+
1
6
  # 0.3.11 [28th Oct 2022]
2
7
  1. Updated Android SDK version to 0.3.10
3
8
 
@@ -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.3.10@aar', {
59
+ implementation('co.hyperverge:hyperkyc:0.3.12@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.3.11",
3
+ "version": "0.3.12-alpha01",
4
4
  "description": "React Native wrapper for HyperKYC SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
16
16
  s.source_files = "ios/**/*.{h,m,mm,swift}"
17
17
 
18
18
  s.dependency "React-Core"
19
- s.dependency "HyperKYC"
19
+ s.dependency 'HyperKYC', '0.3.8'
20
20
  end