Skip to content

Commit

Permalink
refactor: Use official pino-roll #1
Browse files Browse the repository at this point in the history
Replace scoped package with official package with merged PR mcollina/pino-roll#60
  • Loading branch information
FoxxMD committed Mar 19, 2024
1 parent 32c0891 commit eede5c8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@foxxmd/logging",
"type": "module",
"version": "0.1.6",
"version": "0.1.7",
"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 @@ -68,8 +68,8 @@
},
"dependencies": {
"@foxxmd/pino-pretty": "^10.3.2",
"@foxxmd/pino-roll": "^1.0.1",
"pino": "^8.19.0"
"pino": "^8.19.0",
"pino-roll": "^1.0.1"
},
"overrides": {
"with-local-tmp-dir": {
Expand Down
2 changes: 1 addition & 1 deletion src/destinations.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import pinoRoll from '@foxxmd/pino-roll';
import pinoRoll from 'pino-roll';
import {
LogLevelStreamEntry,
LogLevel,
Expand Down

0 comments on commit eede5c8

Please sign in to comment.