react-native-mdl-verification 1.0.6 → 1.0.7

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.
@@ -17,8 +17,8 @@ import androidx.activity.ComponentActivity
17
17
  class MdlVerificationBridge(reactContext: ReactApplicationContext) :
18
18
  ReactContextBaseJavaModule(reactContext) {
19
19
  private lateinit var coordinator: MdlVerificationCoordinator
20
- private local_licenseKey: String
21
- private local_applicationId: String
20
+ private var local_licenseKey: String
21
+ private var local_applicationId: String
22
22
 
23
23
 
24
24
  companion object {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-mdl-verification",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "React Native bridge for MDL (Mobile Driver's License) verification using CheckMDL SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",