react-native-hyperkyc-sdk 0.3.10 → 0.3.11-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,6 @@
1
+ # 0.3.11 [28th Oct 2022]
2
+ 1. Updated Android SDK version to 0.3.9
3
+
1
4
  # 0.3.10 [13th Oct 2022]
2
5
  1. Updated Android SDK version to 0.3.8
3
6
 
@@ -56,8 +56,7 @@ repositories {
56
56
  dependencies {
57
57
  //noinspection GradleDynamicVersion
58
58
  implementation "com.facebook.react:react-native:+" // From node_modules
59
- implementation("com.google.code.gson:gson:2.8.6")
60
- implementation('co.hyperverge:hyperkyc:0.3.8@aar', {
59
+ implementation('co.hyperverge:hyperkyc:0.3.9@aar', {
61
60
  transitive = true
62
61
  })
63
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-hyperkyc-sdk",
3
- "version": "0.3.10",
3
+ "version": "0.3.11-alpha01",
4
4
  "description": "React Native wrapper for HyperKYC SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",