Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

Separate packages

Choose a tag to compare

@obany obany released this 11 Oct 10:11
· 32 commits to main since this release
50b4495
  • 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, RandomHelper will need their imports changing from @iota/iota.js to @iota/util.js
    • Crypto classes like Blake2b, Bech32 will need their imports changing from @iota/iota.js to @iota/crypto.js