Skip to content

Commit

Permalink
fix: Bump pino-roll to fix DST issue with rolling file
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxMD committed Oct 28, 2024
1 parent e2b46bb commit 1d1442f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
32 changes: 17 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@foxxmd/logging",
"type": "module",
"version": "0.2.1",
"version": "0.2.2",
"repository": "https://github.com/foxxmd/logging",
"description": "A typed, opinionated, batteries-included, Pino-based logging solution for backend TS/JS projects",
"scripts": {
Expand Down Expand Up @@ -74,7 +74,7 @@
"pino": "^9.2.0",
"pino-abstract-transport": "^1.2.0",
"pino-pretty": "^11.2.1",
"pino-roll": "^1.1.0",
"pino-roll": "^2.2.0",
"pump": "^3.0.0"
},
"overrides": {
Expand Down

0 comments on commit 1d1442f

Please sign in to comment.