Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jun 5, 2019
1 parent 2847d97 commit acf19b1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,31 @@
"chalk": "^2.4.2",
"json5": "^2.1.0",
"prettyjson": "^1.2.1",
"roarr": "^2.13.0",
"roarr": "^2.13.2",
"searchjs": "^1.0.1",
"split2": "^3.1.0",
"split2": "^3.1.1",
"through2": "^3.0.1",
"ulid": "^2.3.0",
"yargs": "^13.2.1"
"yargs": "^13.2.4"
},
"description": "A CLI program for Roarr logger.",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/node": "^7.2.2",
"@babel/plugin-transform-flow-strip-types": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/register": "^7.0.0",
"ava": "^1.2.1",
"babel-plugin-istanbul": "^5.1.1",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/node": "^7.4.5",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/register": "^7.4.4",
"ava": "^2.0.0",
"babel-plugin-istanbul": "^5.1.4",
"coveralls": "^3.0.3",
"eslint": "^5.14.1",
"eslint-config-canonical": "^16.2.0",
"flow-bin": "^0.94.0",
"flow-copy-source": "^2.0.3",
"husky": "^1.3.1",
"nyc": "^13.3.0",
"semantic-release": "^15.13.3"
"eslint": "^5.16.0",
"eslint-config-canonical": "^17.1.0",
"flow-bin": "^0.100.0",
"flow-copy-source": "^2.0.6",
"husky": "^2.3.0",
"nyc": "^14.1.1",
"semantic-release": "^15.13.12"
},
"engines": {
"node": ">=6.0"
Expand Down
14 changes: 7 additions & 7 deletions src/bin/commands/pretty-print.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ const formatMessage = (configuration: LogFormatterConfigurationType, message: Me
if (configuration.includeContext && message.context) {
/* eslint-disable no-unused-vars */
const {
application: tmp0,
hostname: tmp1,
instanceId: tmp2,
logLevel: tmp3,
namespace: tmp4,
package: tmp5,
package: tmp6,
application: termporary0,
hostname: termporary1,
instanceId: termporary2,
logLevel: termporary3,
namespace: termporary4,
package: termporary5,
package: termporary6,
...rest
} = message.context;

Expand Down

0 comments on commit acf19b1

Please sign in to comment.