File tree Expand file tree Collapse file tree
electron-log-transport-datadog Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " electron-log-transport-datadog " : patch
3+ " pino-datadog-transport " : patch
4+ ---
5+
6+ Update maintenance message
Original file line number Diff line number Diff line change 2222 "format" : " biome format src --write && biome format test --write" ,
2323 "lint" : " biome lint src && biome lint test" ,
2424 "lint:check" : " biome check --apply-unsafe src && check --apply-unsafe test" ,
25- "typecheck" : " tsc --noEmit"
25+ "typecheck" : " tsc --noEmit" ,
26+ "postinstall" : " echo 'This package is no longer maintained. Please visit https://loglayer.dev and use the electron-log and DataDog transports.'"
2627 },
2728 "publishConfig" : {
2829 "access" : " public"
Original file line number Diff line number Diff line change 2121 "format" : " biome format src --write && biome format test --write" ,
2222 "lint" : " biome lint src && biome lint test" ,
2323 "lint:check" : " biome check --apply-unsafe src && check --apply-unsafe test" ,
24- "typecheck" : " tsc --noEmit"
24+ "typecheck" : " tsc --noEmit" ,
25+ "postinstall" : " echo 'This package is no longer maintained. Please visit https://loglayer.dev and use the pino and DataDog transports.'"
2526 },
2627 "repository" : {
2728 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments