idwise-nfc-react-native-sdk 6.5.0 → 6.5.1-alpha.1

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.
@@ -18,7 +18,6 @@ import com.idwise.sdk.IDWiseDynamic
18
18
  import com.idwise.sdk.IDWiseJourneyCallbacks
19
19
  import com.idwise.sdk.IDWiseStepCallbacks
20
20
  import com.idwise.sdk.data.models.*
21
- import com.idwise.sdk.data.models.FinalJourneyResultSummary
22
21
  import java.io.ByteArrayOutputStream
23
22
  import org.json.JSONObject
24
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "idwise-nfc-react-native-sdk",
3
- "version": "6.5.0",
3
+ "version": "6.5.1-alpha.1",
4
4
  "description": "React-Native Wrapper for IDWise SDK",
5
5
  "main": "./lib/index.js",
6
6
  "react-native": "./src/index.js",