react-native-hyperkyc-sdk 0.3.4 → 0.3.5

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,5 +1,2 @@
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
1
+ #0.3.5 [28 July 2022]
2
+ 1.Added support to set custom inputs
@@ -152,7 +152,6 @@ public class HyperkycSdkModule extends ReactContextBaseJavaModule implements Act
152
152
  while(iterator.hasNextKey()){
153
153
  String key = iterator.nextKey();
154
154
  String value = inputs.getString(key);
155
- Log.e("TAG", key + "---" + value);
156
155
  inputsMap.put(key, value);
157
156
  }
158
157
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-hyperkyc-sdk",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "React Native wrapper for HyperKYC SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",