Skip to content

Commit 220c319

Browse files
committed
docs: add postinstall message
1 parent eece97e commit 220c319

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.changeset/wet-wolves-agree.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"electron-log-transport-datadog": patch
3+
"pino-datadog-transport": patch
4+
---
5+
6+
Update maintenance message

packages/electron-log-transport-datadog/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
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"

packages/pino-datadog-transport/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
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",

0 commit comments

Comments
 (0)