feathers-mailer

v4.1.1
Feathers mailer service
feathers feathers-plugin mail email mailer nodemailer

prepublish

npm run compile

compile

shx rm -rf lib/ && tsc

publish

git push origin --tags && npm run changelog && git push origin

release:patch

npm version patch && npm publish

release:minor

npm version minor && npm publish

release:major

npm version major && npm publish

changelog

github_changelog_generator -u feathersjs-ecosystem -p feathers-mailer && git add CHANGELOG.md && git commit -am "Updating changelog"

update-dependencies

ncu -u

lint

eslint src/**/*.ts test/**/*.ts --fix

mocha

cross-env NODE_ENV=test TS_NODE_PROJECT='tsconfig.test.json' mocha --timeout 10000

test

npm run lint && npm run coverage

coverage

nyc npm run mocha
npm i feathers-mailer

Metadata

  • MIT
  • >= 16
  • Feathers contributors
  • released 6/2/2023

Downloads