endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
788 stars 70 forks source link

fix(bundle-source): Relieve execa dependency #2164

Closed kriskowal closed 4 months ago

kriskowal commented 4 months ago

Bundle Source 3.1.0 introduced a postinstall dependency on patch-package that is not likely to exist for most users and not retained as a dependency. The patch is necessary because execa retains onetime retains mimic-fn with a SES incompatibility. That has since been fixed, but until that rolls up into the dependent packages, execa is an unnecessary liability for bundle source tests.