extension-provider icon indicating copy to clipboard operation
extension-provider copied to clipboard

devDeps: ethjs -> @metamask/ethjs

Open legobeat opened this issue 1 year ago • 1 comments

  • Migrate from deprecated ethjs to @metamask/ethjs.
  • Add peerDependency @babel//runtime
    • Before this change, legacy version babel-runtime was pulled in as runtime dependency, which this replaces.

legobeat avatar May 03 '24 23:05 legobeat

We would need to change this import in the example extension:

Done. I also regenerated the bundle. The size of the diff indicates I am using a different version of browserify than previously (it relies browserify implicitly as globally installed so the original version is not obvious)

legobeat avatar May 14 '24 12:05 legobeat