@rarible/logger
Advanced tools
Comparing version 0.9.7 to 0.9.8
@@ -10,2 +10,3 @@ "use strict"; | ||
var _this = _super.call(this, message) || this; | ||
Object.setPrototypeOf(_this, Warning.prototype); | ||
_this.name = "Warning"; | ||
@@ -21,2 +22,3 @@ return _this; | ||
var _this = _super.call(this, JSON.stringify(options, null, " ")) || this; | ||
Object.setPrototypeOf(_this, NetworkError.prototype); | ||
_this.name = "NetworkError"; | ||
@@ -23,0 +25,0 @@ _this.code = options.code || "NETWORK_ERR"; |
{ | ||
"name": "@rarible/logger", | ||
"version": "0.9.7", | ||
"version": "0.9.8", | ||
"private": false, | ||
@@ -40,3 +40,3 @@ "description": "Logging utility for ts projects", | ||
}, | ||
"gitHead": "3ffbfa8350cf080f8eec9d08084eebdc2ca785de" | ||
"gitHead": "a2844c6e9a654ac6af256bf15cf7e0e3304446e5" | ||
} |
Sorry, the diff of this file is not supported yet
41298
520