Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: clean up notifier deps #7921

Merged
merged 2 commits into from
Jun 13, 2023
Merged

build: clean up notifier deps #7921

merged 2 commits into from
Jun 13, 2023

Conversation

turadg
Copy link
Member

@turadg turadg commented Jun 12, 2023

Description

While working on #6591 I noticed that even yarn install of those simple web components was causing better-sqlite3 to build. The only @Agoric package they import was notifier. That declared a runtime dependency on swingset-store, but it was only needed for tests.

This cleans up the dependency declarations of @agoric/notifier to lighten the downstream dependencies.

It also fixes a second problem, with swingset-vats exporting a test helper that depends on a tool from swingset-liveslots that's not published.

Security Considerations

Scaling Considerations

Documentation Considerations

Testing Considerations

@turadg turadg requested review from warner and michaelfig June 12, 2023 21:53
@turadg turadg enabled auto-merge June 13, 2023 16:38
@turadg turadg added this pull request to the merge queue Jun 13, 2023
Merged via the queue into master with commit 8c14632 Jun 13, 2023
@turadg turadg deleted the lighten-notifier branch June 13, 2023 17:07
mhofman pushed a commit that referenced this pull request Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants