v4.0.0
What's Changed
- Esm release by @chaitanyapotti in #32
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