Ghost/ghost/mailgun-client
Daniel Lockyer 2a07b94bd4
Fixed small boot time regression due to lack of dependency lazyloading
- when I extracted `mailgun-client` to a separate package, I
  accidentally removed the lazyloading for the `mailgun-js` library,
  which takes a non-negligible amount of time to require on boot
- this fixes that by moving the require into the function where it's
  used
2022-08-15 10:10:26 +02:00
..
lib Fixed small boot time regression due to lack of dependency lazyloading 2022-08-15 10:10:26 +02:00
test Added mailgun-client test to ensure config values are prioritised over settings 2022-08-11 09:10:49 +02:00
.eslintrc.js
index.js
package.json Update dependency @tryghost/logging to v2.2.4 2022-08-11 20:13:21 +02:00
README.md

Mailgun Client

Mailgun client for Ghost

Usage

Test

  • yarn lint run just eslint
  • yarn test run lint and tests