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 native stream.pipeline instead of pump package #39

Merged
merged 8 commits into from Aug 10, 2020

Commits on Aug 9, 2020

  1. Use native stream.pipeline instead of pump

    Signed-off-by: Tiago Martins Nápoli <napoli.tiago96@gmail.com>
    tiagonapoli committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    922147b View commit details
    Browse the repository at this point in the history
  2. Remove pump dependency

    Signed-off-by: Tiago Martins Nápoli <napoli.tiago96@gmail.com>
    tiagonapoli committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    c816dc9 View commit details
    Browse the repository at this point in the history
  3. engine: require node >= 10

    Signed-off-by: Tiago Martins Nápoli <napoli.tiago96@gmail.com>
    tiagonapoli committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    f1fb72b View commit details
    Browse the repository at this point in the history
  4. Use throw instead of promise.reject

    Signed-off-by: Tiago Martins Nápoli <napoli.tiago96@gmail.com>
    tiagonapoli committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    bb59a1a View commit details
    Browse the repository at this point in the history
  5. Update package.json

    sindresorhus authored and tiagonapoli committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    26be719 View commit details
    Browse the repository at this point in the history
  6. Use promisify

    Signed-off-by: Tiago Martins Nápoli <napoli.tiago96@gmail.com>
    tiagonapoli committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    18ada3d View commit details
    Browse the repository at this point in the history
  7. Change import

    Signed-off-by: Tiago Martins Nápoli <napoli.tiago96@gmail.com>
    tiagonapoli committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    c3f86e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Use async IIFE inside promise executor

    Signed-off-by: Tiago Martins Nápoli <napoli.tiago96@gmail.com>
    tiagonapoli committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    3dcce61 View commit details
    Browse the repository at this point in the history