@regulaforensics/react-native-document-reader-api 8.3.241-rc → 8.3.243-rc

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.
@@ -152,7 +152,7 @@ fun transactionInfoFromJSON(input: JSONObject?) = input?.let {
152
152
  val result = TransactionInfo()
153
153
  result.transactionId = it.getStringOrNull("transactionId")
154
154
  result.tag = it.getStringOrNull("tag")
155
- result.sessionLogFolder = it.getString("sessionLogFolder")
155
+ result.sessionLogFolder = it.getStringOrNull("sessionLogFolder")
156
156
  result
157
157
  }
158
158
 
@@ -10,7 +10,7 @@
10
10
  "test": "jest"
11
11
  },
12
12
  "dependencies": {
13
- "@regulaforensics/react-native-document-reader-api": "8.3.241-rc",
13
+ "@regulaforensics/react-native-document-reader-api": "8.3.243-rc",
14
14
  "@regulaforensics/react-native-document-reader-core-fullauthrfid": "8.3.715-rc",
15
15
  "react-native-progress": "5.0.0",
16
16
  "react-native-radio-buttons-group": "3.0.5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/react-native-document-reader-api",
3
- "version": "8.3.241-rc",
3
+ "version": "8.3.243-rc",
4
4
  "description": "React Native module for reading and validation of identification documents (API framework)",
5
5
  "main": "index.js",
6
6
  "scripts": {