This is the notification package used by Monika.
For details about the various notification channels supported, see the notification documentations here. Or visit the Monika repository on github to see the sources.
See the main README.md
in the Monika repository for contributing details.
The notification package is released to npm. When creating a PR for the package, please ensure that:
- Linter is run.
- The changes work with the main Monika application.
- The command
npm run build
from packages/notification ran and builds without error. - The versions in ./package.json are properly incremented.
- Create a PR to merge to
main
.
If releasing Monika application:
- Ensure that the notification dependency is updated:
"dependencies": {
"@hyperjumptech/monika-notification": x.y.z // enter the correct version here
For further details see: