Destiner / ethcall

ethers.js-compatible wrapper around Multicall
https://www.npmjs.com/package/ethcall
MIT License
177 stars 82 forks source link

package.json has wrong exports #254

Closed envin3 closed 6 months ago

envin3 commented 7 months ago

package.json exports should be a relative path (https://webpack.js.org/guides/package-exports/).

"exports": "dist/index.js",

should be

"exports": "./dist/index.js",

This leads to compilations errors when included in jest testing.

taariq commented 6 months ago

@Destiner Any time to peek at this, ser?

Destiner commented 6 months ago

Good catch, fixed in 6.0.6