We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20afab9 commit ba31fc1Copy full SHA for ba31fc1
lib/deprecations.js
@@ -1,6 +1,6 @@
1
'use strict'
2
3
-const warning = require('fastify-warning')()
+const warning = require('process-warning')()
4
module.exports = warning
5
6
const warnName = 'PinoWarning'
package.json
@@ -103,7 +103,7 @@
103
},
104
"dependencies": {
105
"fast-redact": "^3.0.0",
106
- "fastify-warning": "^0.2.0",
+ "process-warning": "^1.0.0",
107
"on-exit-leak-free": "^0.2.0",
108
"pino-abstract-transport": "v0.5.0",
109
"pino-std-serializers": "^4.0.0",
0 commit comments