Replace superstruct
with ESM-compatible fork @metamask/superstruct
#2444
Labels
superstruct
with ESM-compatible fork @metamask/superstruct
#2444
Explanation
As part of the Wallet Framework Team's OKR (Q2 2024 O3KR4) for upgrading TypeScript to v5.0+ in the core monorepo, we are updating dependencies of the core repo so that they generate builds and type declarations for both CJS and ESM.
This requirement applies to nested dependencies as well, so we are also replacing
superstruct
with the ESM-compatible fork@metamask/superstruct
in all core dependency packages.Description
superstruct
dependency with@metamask/superstruct
v3.0.0.superstruct
import statements with@metamask/superstruct
.@metamask/utils
to v9.0.0 (see Use@metamask/superstruct
, setmoduleResolution
toNodeNext
utils#185).module
andmoduleResolution
tsconfig options toNodeNext
and TypeScript to v5.References
The text was updated successfully, but these errors were encountered: