Skip to content

v4.0.0

Compare
Choose a tag to compare
@chaitanyapotti chaitanyapotti released this 10 Nov 07:23
· 286 commits to master since this release

What's Changed

Full Changelog: v3.1.0...v4.0.0

Migration Notes:

please make the following changes

umd build:

change from

const nodeDetailManager = new FetchNodeDetails();

to

const nodeDetailManager = new FetchNodeDetails.default();

node build:

change from

const FetchNodeDetails = require("@toruslabs/fetch-node-details");

to

const FetchNodeDetails = require("@toruslabs/fetch-node-details").default;

The default build is now esm which would be picked by bundlers