@bugsnag/plugin-react-native-unhandled-rejection
Advanced tools
Comparing version 7.2.0-alpha.0 to 7.2.0-rc.0
{ | ||
"name": "@bugsnag/plugin-react-native-unhandled-rejection", | ||
"version": "7.2.0-alpha.0", | ||
"version": "7.2.0-rc.0", | ||
"main": "rejection-handler.js", | ||
@@ -20,6 +20,6 @@ "description": "@bugsnag/js plugin to report unhandled promise rejections in React Native", | ||
"devDependencies": { | ||
"@bugsnag/core": "^7.2.0-alpha.0", | ||
"@bugsnag/core": "^7.2.0-rc.0", | ||
"promise": "^8.0.2" | ||
}, | ||
"gitHead": "55ac20cf50e91cbd7ba6aec40a79a6f4dbfdda1e" | ||
"gitHead": "03c7bf6972eab56722f1e6f6e1dddcfdd7ecebbc" | ||
} |
2642