@umituz/react-native-exception 1.0.1 → 1.0.2

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.
package/LICENSE CHANGED
@@ -27,3 +27,5 @@ SOFTWARE.
27
27
 
28
28
 
29
29
 
30
+
31
+
package/README.md CHANGED
@@ -70,3 +70,5 @@ MIT
70
70
 
71
71
 
72
72
 
73
+
74
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-exception",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Exception handling and error tracking for React Native apps",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -22,7 +22,7 @@
22
22
  "error-boundary",
23
23
  "crash-reporting"
24
24
  ],
25
- "author": "\u00dcmit UZ <umit@umituz.com>",
25
+ "author": "Ümit UZ <umit@umituz.com>",
26
26
  "license": "MIT",
27
27
  "repository": {
28
28
  "type": "git",
@@ -104,3 +104,5 @@ export function shouldReportException(exception: ExceptionEntity): boolean {
104
104
 
105
105
 
106
106
 
107
+
108
+
@@ -51,3 +51,5 @@ export interface IExceptionRepository {
51
51
 
52
52
 
53
53
 
54
+
55
+
package/src/index.ts CHANGED
@@ -56,3 +56,5 @@ export { ErrorBoundary } from './presentation/components/ErrorBoundary';
56
56
 
57
57
 
58
58
 
59
+
60
+
@@ -107,3 +107,5 @@ export const exceptionService = ExceptionService.getInstance();
107
107
 
108
108
 
109
109
 
110
+
111
+
@@ -100,3 +100,5 @@ export const useExceptions = () => {
100
100
 
101
101
 
102
102
 
103
+
104
+