Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(swingset-xsnap-supervisor): Add missing promise-kit dependency (#…
…10878) ## Description Toward [better format preservation in Endo bundles](endojs/endo#2444), this change fixes a missing dependency in the XSnap SwingSet supervisor bundle that the current bundler tolerates and the upcoming bundler will not. ### Security Considerations None. ### Scaling Considerations None. ### Documentation Considerations None. ### Testing Considerations This missing dependency should have been discovered by our linter, and it’s not clear how it was not. ### Upgrade Considerations This change is safe, but implies certain risks for swapping out the internals of `nestedEvaluate` and `getExport` bundle generators since the new bundler is more sensitive, which is a breaking change. Landing changes like this make it less of a practically breaking change, but a risk none-the-less. We may need to ramp the major version of `@endo/bundle-source`.
- Loading branch information