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

Use latest unzip-stream and unzip.Extract #1724

Merged
merged 4 commits into from Apr 24, 2024

Conversation

bethanyj28
Copy link
Contributor

This updates the unzip-stream dependency and goes back to using unzip.Extract over unzip.Parse.

@bethanyj28 bethanyj28 marked this pull request as ready for review April 23, 2024 20:16
@bethanyj28 bethanyj28 requested a review from a team as a code owner April 23, 2024 20:16
})
)
.on('finish', async () => {
.pipe(unzip.Extract({path: directory}))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Glad we don't have to roll our own implementation anymore

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed! Simplifies this a ton.

@bethanyj28 bethanyj28 merged commit 29885a8 into main Apr 24, 2024
14 checks passed
@bethanyj28 bethanyj28 deleted the bethanyj28/update-unzip-stream branch April 24, 2024 13:09
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.

None yet

2 participants