Skip to content

Commit

Permalink
feat: logger invocation returns promise or object if no hooks (e.g. y…
Browse files Browse the repository at this point in the history
…ou can now `await logger.info('test')` to wait for post hooks to finish)
  • Loading branch information
titanism committed Feb 9, 2023
1 parent 799979f commit 59db8fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@babel/preset-env": "^7.20.2",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"ava": "^5.1.1",
"axe": "^11.2.3",
"ava": "^5.2.0",
"axe": "^12.0.1",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"cross-env": "^7.0.3",
Expand All @@ -49,7 +49,7 @@
"koa-better-request-id": "^1.2.0",
"koa-better-response-time": "^1.2.0",
"koa-router": "^12.0.0",
"lint-staged": "^13.1.0",
"lint-staged": "^13.1.1",
"lodash": "^4.17.21",
"nyc": "^15.1.0",
"remark-cli": "^11.0.0",
Expand Down

0 comments on commit 59db8fd

Please sign in to comment.