dethcrypto / TypeChain

🔌 TypeScript bindings for Ethereum smart contracts
MIT License
2.76k stars 361 forks source link

Add directory exports module suffix #848

Closed chmanie closed 1 year ago

chmanie commented 1 year ago

This adds a proper suffix to directory imports as well (as long as they are actual files and not types).

This should close #819.

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: 773f4b96effb09a1986c39cc9ddae53144f38457

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 9 packages | Name | Type | | --------------------- | ----- | | typechain | Patch | | @typechain/hardhat | Patch | | @typechain/ethers-v5 | Patch | | @typechain/ethers-v6 | Patch | | @typechain/starknet | Patch | | @typechain/truffle-v5 | Patch | | @typechain/web3-v1 | Patch | | test-e2e | Patch | | example-truffle-v5 | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

krzkaczor commented 1 year ago

Thanks! It will be released is a second.