react-native-hyperkyc-sdk 0.3.4-alpha02 → 0.3.4

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 ADDED
@@ -0,0 +1,5 @@
1
+ #0.3.4 [28 July 2022]
2
+ 1.Added support to set custom inputs
3
+ #0.3.3 [12 July 2022]
4
+ 1. Added support for workflow builder config
5
+ 2. Restructure of response in both iOS and Android
@@ -34,7 +34,6 @@ class Hyperkyc: NSObject {
34
34
  if(appKey != nil && appId != nil){
35
35
  let hyperKYCConfig = HyperKycConfig(appId: appId!, appKey: appKey!, workflowId: workflowId!, transactionId: transactionId!)
36
36
  if let inputs = inputs{
37
- print(inputs)
38
37
  hyperKYCConfig.setInputs(inputs: inputs)
39
38
  }
40
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-hyperkyc-sdk",
3
- "version": "0.3.4-alpha02",
3
+ "version": "0.3.4",
4
4
  "description": "React Native wrapper for HyperKYC SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",