@umituz/react-native-exception 1.2.0 → 1.2.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.
package/LICENSE CHANGED
@@ -34,3 +34,7 @@ SOFTWARE.
34
34
 
35
35
 
36
36
 
37
+
38
+
39
+
40
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-exception",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Exception handling and error tracking for React Native apps",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -43,6 +43,7 @@
43
43
  }
44
44
  },
45
45
  "devDependencies": {
46
+ "@types/uuid": "^10.0.0",
46
47
  "typescript": "^5.3.3",
47
48
  "@types/react": "^18.2.45",
48
49
  "@types/react-native": "^0.73.0",
@@ -58,3 +58,7 @@ export interface IExceptionRepository {
58
58
 
59
59
 
60
60
 
61
+
62
+
63
+
64
+
@@ -114,3 +114,7 @@ export const exceptionService = ExceptionService.getInstance();
114
114
 
115
115
 
116
116
 
117
+
118
+
119
+
120
+
@@ -107,3 +107,7 @@ export const useExceptions = () => {
107
107
 
108
108
 
109
109
 
110
+
111
+
112
+
113
+