@hyperjumptech/monika-notification
v1.18.0
Published
notification package for monika
Downloads
1,163
Maintainers
Keywords
Readme
About
This is the notification package used by Monika.
How to Use
For details about the various notification channels supported, see the notification documentations here. Or visit the Monika repository on github to see the sources.
Contributing
See the main README.md
in the Monika repository for contributing details.
Releasing
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
References
For further details see: