react-native-hyperkyc-sdk 0.3.1-alpha01 → 0.3.1-alpha02

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.
@@ -10,6 +10,7 @@ import org.json.JSONException;
10
10
  import org.json.JSONObject;
11
11
 
12
12
  import java.util.Iterator;
13
+ import java.util.Arrays;
13
14
 
14
15
  public class HyperkycSdkUtils {
15
16
  static String[] skipVariables = new String[]{"variables"};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-hyperkyc-sdk",
3
- "version": "0.3.1-alpha01",
3
+ "version": "0.3.1-alpha02",
4
4
  "description": "React Native wrapper for HyperKYC SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",