react-native-in-app-debugger 2.0.5 → 2.0.6

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.
@@ -54,7 +54,7 @@ export default (p) => {
54
54
  cb?.();
55
55
  }
56
56
  };
57
- const hasResponse = !!p.mockDetails.response
57
+ const hasResponse = !!p.mockDetails?.response
58
58
 
59
59
  const reset = () => {
60
60
  if (!p.mockDetails) return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-in-app-debugger",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "This library's main usage is to be used by Non-Technical testers during UAT, SIT or any testing phase.",
5
5
  "main": "index.jsx",
6
6
  "scripts": {