Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Releases: googleapis/gcs-resumable-upload

0.11.0

07 May 13:35
Compare
Choose a tag to compare

Breaking Changes

There is a breaking change in this release. Exported methods and class definitions are now attached to a single exported object. For example, to upload:

const {upload, createURI} = require('gcs-resumable-upload');

upload({
  ...
});

Commits

fa4b777 chore: switch from google-auto-auth to google-auth-library (#59)
9976045 feat: upgrade to es modules (#55)