This repository has been archived by the owner on Sep 6, 2024. It is now read-only.
MQTT Separation
- Breaking Change - MQTT has moved to its own package @iota/mqtt.js
- Improve ESM Modules format
- ESM distribution is located in dist/esm directory
- Renamed dist/iota.js to dist/cjs/index-node.js
- Renamed dist/iota.browser.js to dist/cjs/index-browser.js
- Improve platform detection for RandomHelper