This repository was archived by the owner on Sep 6, 2024. It is now read-only.
Separate packages
- Separates crypto and utils into separate packages, this is a breaking change as some imports will need to change to point to the correct package.
- Utility classes like
Converter,RandomHelperwill need their imports changing from@iota/iota.jsto@iota/util.js - Crypto classes like
Blake2b,Bech32will need their imports changing from@iota/iota.jsto@iota/crypto.js
- Utility classes like