reactotron-core-client
Advanced tools
Comparing version 1.5.3 to 1.6.0
@@ -646,7 +646,2 @@ 'use strict'; | ||
} | ||
}, { | ||
key: 'testing', | ||
value: function testing() { | ||
return true; | ||
} | ||
@@ -697,2 +692,12 @@ /** | ||
/** | ||
* Client libraries can hijack this to report errors. | ||
*/ | ||
}, { | ||
key: 'reportError', | ||
value: function reportError(error) { | ||
this.error(error); | ||
} | ||
/** | ||
* Adds a plugin to the system | ||
@@ -699,0 +704,0 @@ */ |
{ | ||
"name": "reactotron-core-client", | ||
"version": "1.5.3", | ||
"version": "1.6.0", | ||
"description": "Grants Reactotron clients the ability to talk to a Reactotron server.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
36202
608