refactor: replace @axiomhq/pino with @axiomhq/js

This commit is contained in:
Henry
2026-03-20 13:56:52 +00:00
parent a2d4314e14
commit 2a9b1fd2b5
5 changed files with 25 additions and 86 deletions

View File

@@ -19,7 +19,7 @@
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
},
"dependencies": {
"@axiomhq/pino": "^1.4.0",
"@axiomhq/js": "^1.4.0",
"pino": "^9.14.0",
"pino-pretty": "^13.1.3"
},