caterpillar
Advanced tools
Comparing version 6.3.0-next.1598186397.fa4bbbdc54eb99c01a5737f2f0ad8540f6ce7544 to 6.3.0-next.1598779901.c52127777f237b4471a61418dbfccf74bbd62442
@@ -31,10 +31,10 @@ import { Transform } from '../transform.js' | ||
this.colors = { | ||
'0': 'red', | ||
'1': 'red', | ||
'2': 'red', | ||
'3': 'red', | ||
'4': 'yellow', | ||
'5': 'yellow', | ||
'6': 'green', | ||
'7': 'green', | ||
0: 'red', | ||
1: 'red', | ||
2: 'red', | ||
3: 'red', | ||
4: 'yellow', | ||
5: 'yellow', | ||
6: 'green', | ||
7: 'green', | ||
} | ||
@@ -41,0 +41,0 @@ // options |
@@ -72,10 +72,10 @@ 'use strict' | ||
this.colors = { | ||
'0': 'red', | ||
'1': 'red', | ||
'2': 'red', | ||
'3': 'red', | ||
'4': 'yellow', | ||
'5': 'yellow', | ||
'6': 'green', | ||
'7': 'green', | ||
0: 'red', | ||
1: 'red', | ||
2: 'red', | ||
3: 'red', | ||
4: 'yellow', | ||
5: 'yellow', | ||
6: 'green', | ||
7: 'green', | ||
} | ||
@@ -82,0 +82,0 @@ // options |
@@ -72,10 +72,10 @@ 'use strict' | ||
this.colors = { | ||
'0': 'red', | ||
'1': 'red', | ||
'2': 'red', | ||
'3': 'red', | ||
'4': 'yellow', | ||
'5': 'yellow', | ||
'6': 'green', | ||
'7': 'green', | ||
0: 'red', | ||
1: 'red', | ||
2: 'red', | ||
3: 'red', | ||
4: 'yellow', | ||
5: 'yellow', | ||
6: 'green', | ||
7: 'green', | ||
} | ||
@@ -82,0 +82,0 @@ // options |
@@ -31,10 +31,10 @@ import { Transform } from '../transform.js' | ||
this.colors = { | ||
'0': 'red', | ||
'1': 'red', | ||
'2': 'red', | ||
'3': 'red', | ||
'4': 'yellow', | ||
'5': 'yellow', | ||
'6': 'green', | ||
'7': 'green', | ||
0: 'red', | ||
1: 'red', | ||
2: 'red', | ||
3: 'red', | ||
4: 'yellow', | ||
5: 'yellow', | ||
6: 'green', | ||
7: 'green', | ||
} | ||
@@ -41,0 +41,0 @@ // options |
{ | ||
"title": "Caterpillar", | ||
"name": "caterpillar", | ||
"version": "6.3.0-next.1598186397.fa4bbbdc54eb99c01a5737f2f0ad8540f6ce7544", | ||
"version": "6.3.0-next.1598779901.c52127777f237b4471a61418dbfccf74bbd62442", | ||
"description": "Caterpillar is the ultimate logging system for Deno, Node.js, and Web Browsers. Log levels are implemented to the RFC standard. Log entries can be filtered and piped to various streams, including coloured output to the terminal, the browser's console, and debug files. You can even write your own transforms.", | ||
@@ -181,3 +181,3 @@ "homepage": "https://github.com/bevry/caterpillar", | ||
"surge": "^0.21.6", | ||
"typedoc": "^0.18.0", | ||
"typedoc": "^0.19.0", | ||
"typescript": "^4.0.2", | ||
@@ -184,0 +184,0 @@ "valid-directory": "^3.1.0", |
134219