react-native-hyperkyc-sdk 0.3.1-alpha04 → 0.3.1-alpha05

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.
@@ -119,7 +119,7 @@ class Hyperkyc: NSObject {
119
119
  formViewResultList.append(formViewResultDictionary)
120
120
  }
121
121
 
122
- kycData["formViewResultList"] = formViewResultList
122
+ kycData["formResultList"] = formViewResultList
123
123
 
124
124
  //Process webview data
125
125
  var webViewResultList : [[String: Any]] = []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-hyperkyc-sdk",
3
- "version": "0.3.1-alpha04",
3
+ "version": "0.3.1-alpha05",
4
4
  "description": "React Native wrapper for HyperKYC SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",