fix(core): update
This commit is contained in:
parent
34fd838e80
commit
64a555748e
4717
package-lock.json
generated
4717
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@ -27,17 +27,17 @@
|
|||||||
"homepage": "https://gitlab.com/pushrocks/beautylog",
|
"homepage": "https://gitlab.com/pushrocks/beautylog",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pushrocks/consolecolor": "^2.0.1",
|
"@pushrocks/consolecolor": "^2.0.1",
|
||||||
"@pushrocks/smartlog-interfaces": "^2.0.2",
|
"@pushrocks/smartlog-interfaces": "^2.0.13",
|
||||||
"@pushrocks/smartpromise": "^2.0.5"
|
"@pushrocks/smartpromise": "^3.0.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@gitzone/tsbuild": "^2.0.22",
|
"@gitzone/tsbuild": "^2.1.24",
|
||||||
"@gitzone/tsrun": "^1.1.13",
|
"@gitzone/tsrun": "^1.2.12",
|
||||||
"@gitzone/tstest": "^1.0.15",
|
"@gitzone/tstest": "^1.0.33",
|
||||||
"@pushrocks/tapbundle": "^3.0.7",
|
"@pushrocks/tapbundle": "^3.2.1",
|
||||||
"@types/node": "^10.12.2",
|
"@types/node": "^14.0.11",
|
||||||
"tslint": "^5.11.0",
|
"tslint": "^6.1.2",
|
||||||
"tslint-config-prettier": "^1.15.0"
|
"tslint-config-prettier": "^1.18.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"ts/*",
|
"ts/*",
|
||||||
|
@ -25,7 +25,8 @@ tap.test('.log(message) should print a blue Dir message', async () => {
|
|||||||
type: 'log',
|
type: 'log',
|
||||||
level: 'info',
|
level: 'info',
|
||||||
context: testLogContext,
|
context: testLogContext,
|
||||||
message: 'this is a info log message'
|
message: 'this is a info log message',
|
||||||
|
correlationId: '123'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -49,7 +49,8 @@ export class DestinationLocal implements ILogDestination {
|
|||||||
runtime: 'node',
|
runtime: 'node',
|
||||||
zone: 'undefined'
|
zone: 'undefined'
|
||||||
},
|
},
|
||||||
message: logTextArg
|
message: logTextArg,
|
||||||
|
correlationId: 'n/a'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user