This repository was archived by the owner on Mar 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Correctly list dependencies in subpackages #2667
Labels
Types
Incorrect or missing types
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: