0.10.4
@metamask/execution-environments
Fixed
- Fix endowed global functions with properties (#294)
- Endowments like
Date
were missing all properties exceptname
andlength
, causing e.g.Date.now
to beundefined
. This is no longer the case.
- Endowments like