Modify NetworkId and System
This release adds a feature where you can now update the networkId
and the system
parameters without having to re-initialize Notify each time. To do this just call the config
function : notify.config({ networkId: NEW_NETWORK, system: NEW_SYSTEM })
.
Also included in this release is a fix for how the types are exported which was causing errors in TypeScript projects.
Changelog: