hyperledger / iroha-javascript

JavaScript library for Iroha, a Distributed Ledger Technology (blockchain) platform.
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
94 stars 64 forks source link

fix: bundle cjs script for crypto lib #76

Closed 0x009922 closed 2 years ago

0x009922 commented 2 years ago

Now it should work in node without on-demand transformations like esbuild-register or sucrase/register. But the way it is done now is not the best... FIXME

Version bumps:

Breaking changes

Only one - initialization way:

// was
import init from '@iroha2/crypto'

// now
import { init } from '@iroha2/crypto'