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

0.11.0

Compare
Choose a tag to compare
@JustinBeckwith JustinBeckwith released this 07 May 13:35

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)