-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correctly list dependencies in subpackages #2667
Comments
|
I would like to fix this with the simplification of the folder structure to something like this:
|
As in "stop shipping individual packages"? |
Yes @levino |
This is a big fat bug. You are using code but not adding it as a dep. |
Will add the missing dependencies for the types on the next release. |
https://github.com/ethereum/web3.js/blob/441c309d3304ffbc36fca4ef483adf314b5f4801/packages/web3-core-method/types/index.d.ts#L20-L22
This makes
web3-utils
,web3-core
andweb3-core-helpers
dependencies ofweb3-core-method
.I guess the same issue exists in many other places.
The text was updated successfully, but these errors were encountered: