With this change there are a lot fewer dependencies as the built in CLI is removed, and other dependencies are trimmed. In addition it gives better Windows support with custom sounds and more stable activation/timeout.
For macOS it adds ability to reply/add buttons.
As you provide ability to pass through options all the way to node-notifier I'd recommend doing a minor or even major release here. It shouldn't have broken the API, but it returns different output and I don't want to guarantee that some existing use case works exactly the same way due to the nature of the changes.
Updates the dependency of
node-notifier
to the latest newly releasedv5.0.1
.With this change there are a lot fewer dependencies as the built in CLI is removed, and other dependencies are trimmed. In addition it gives better Windows support with custom sounds and more stable activation/timeout.
For macOS it adds ability to reply/add buttons.
As you provide ability to pass through options all the way to node-notifier I'd recommend doing a minor or even major release here. It shouldn't have broken the API, but it returns different output and I don't want to guarantee that some existing use case works exactly the same way due to the nature of the changes.