Update @tryghost/logging in Mailgun provider to v2

refs: https://github.com/TryGhost/Toolbox/issues/146

This allows the mailgun provider to run inside a job and talk to the parent process for logging.
This commit is contained in:
Sam Lord 2021-12-06 11:33:52 +00:00
parent a2a1144bf7
commit f477e88a0f

View File

@ -26,7 +26,7 @@
},
"dependencies": {
"@tryghost/email-analytics-service": "^1.0.5",
"@tryghost/logging": "^1.0.2",
"@tryghost/logging": "^2.0.0",
"mailgun-js": "^0.22.0",
"moment": "^2.29.1"
}