Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

chore: upgrade got package #50

Merged
merged 1 commit into from
Jan 15, 2020
Merged

chore: upgrade got package #50

merged 1 commit into from
Jan 15, 2020

Commits on Jan 15, 2020

  1. chore: upgrade got package

    Full list of breaking changes listed here.
    https://github.com/sindresorhus/got/releases/tag/v10.0.0
    
    One breaking change affected our usage:
    "Use the responseType option instead of encoding to get a Buffer"
    sindresorhus/got#940
    
    - got(…, {encoding: null});
    + got(…, {responseType: 'buffer'});
    Beanow committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    426cbb3 View commit details
    Browse the repository at this point in the history