@goliapkg/sentori-react-native 0.9.5 → 0.9.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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goliapkg/sentori-react-native",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.6",
|
|
4
4
|
"description": "Sentori SDK for React Native \u2014 JS-layer error capture, native crash handlers (iOS / Android), batched transport, fetch + react-navigation tracing.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://sentori.golia.jp",
|
|
@@ -66,12 +66,12 @@
|
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@types/bun": "latest",
|
|
68
68
|
"@types/react": "^19",
|
|
69
|
-
"typescript": "^
|
|
69
|
+
"typescript": "^6"
|
|
70
70
|
},
|
|
71
71
|
"publishConfig": {
|
|
72
72
|
"access": "public"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@goliapkg/sentori-core": "0.8.
|
|
75
|
+
"@goliapkg/sentori-core": "0.8.3"
|
|
76
76
|
}
|
|
77
77
|
}
|