caterpillar
Advanced tools
Comparing version 4.0.0-next.1576054059.1936836116521a7b75821d3047882bfc111d91e6 to 4.0.0-next.1576054582.e10e61a0daba287fb3f14064e0b7d44a85b6ea35
{ | ||
"title": "Caterpillar", | ||
"name": "caterpillar", | ||
"version": "4.0.0-next.1576054059.1936836116521a7b75821d3047882bfc111d91e6", | ||
"version": "4.0.0-next.1576054582.e10e61a0daba287fb3f14064e0b7d44a85b6ea35", | ||
"description": "Caterpillar is the ultimate logging system for Node.js, based on transform streams you can log to it and pipe the output off to different locations, including some pre-made ones. Caterpillar also supports log levels according to the RFC standard, as well as line, method, and file fetching for messages. You can even use it in web browsers with caterpillar-browser.", | ||
@@ -101,3 +101,3 @@ "homepage": "https://github.com/bevry/caterpillar", | ||
"extendr": "^4.1.0", | ||
"rfc-log-levels": "^2.1.0" | ||
"rfc-log-levels": "^2.3.0" | ||
}, | ||
@@ -108,3 +108,3 @@ "devDependencies": { | ||
"@babel/plugin-proposal-object-rest-spread": "^7.7.4", | ||
"@babel/preset-env": "^7.7.4", | ||
"@babel/preset-env": "^7.7.6", | ||
"assert-helpers": "^5.7.0", | ||
@@ -116,3 +116,3 @@ "eslint": "^6.7.2", | ||
"jsdoc": "^3.6.3", | ||
"kava": "^4.2.0", | ||
"kava": "^4.4.0", | ||
"minami": "^1.2.3", | ||
@@ -122,3 +122,3 @@ "prettier": "^1.19.1", | ||
"surge": "^0.21.3", | ||
"valid-directory": "^1.4.0" | ||
"valid-directory": "^1.6.0" | ||
}, | ||
@@ -125,0 +125,0 @@ "scripts": { |
Updatedrfc-log-levels@^2.3.0