File tree 2 files changed +858
-386
lines changed
2 files changed +858
-386
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " log4bro" ,
3
- "version" : " 3.8 .0" ,
3
+ "version" : " 3.9 .0" ,
4
4
"description" : " easy ELK logger with compliant output format, based on bunyan." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
32
32
},
33
33
"homepage" : " https://github.com/micro-tools/log4bro" ,
34
34
"dependencies" : {
35
- "@types/bunyan" : " ^1.8.5" ,
36
- "@types/express" : " ^4.16.0" ,
37
35
"bunyan" : " ~1.8.12" ,
38
36
"chalk" : " ~2.4.2" ,
39
37
"graceful-fs" : " ~4.1.15" ,
44
42
"express" : " ^4.16.4" ,
45
43
"intercept-stdout" : " ~0.1.2" ,
46
44
"istanbul" : " ~0.4.5" ,
47
- "mocha" : " ~5.2.0"
45
+ "mocha" : " ~6.1.4" ,
46
+ "@types/bunyan" : " ^1.8.6" ,
47
+ "@types/express" : " ^4.16.1"
48
48
},
49
49
"optionalDependencies" : {
50
- "@google-cloud/logging-bunyan" : " ^0.9.5 "
50
+ "@google-cloud/logging-bunyan" : " ^0.10.1 "
51
51
}
52
- }
52
+ }
You can’t perform that action at this time.
0 commit comments