google-cloud-bucket
Advanced tools
Comparing version 0.12.4 to 0.12.5
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.12.5"></a> | ||
## [0.12.5](https://github.com/nicolasdao/google-cloud-bucket/compare/v0.12.4...v0.12.5) (2019-04-04) | ||
### Bug Fixes | ||
* Deleting a bucket with the 'force' option fails when a token is also passed to as an option ([c5dbc30](https://github.com/nicolasdao/google-cloud-bucket/commit/c5dbc30)) | ||
<a name="0.12.4"></a> | ||
@@ -7,0 +17,0 @@ ## [0.12.4](https://github.com/nicolasdao/google-cloud-bucket/compare/v0.12.3...v0.12.4) (2019-04-04) |
@@ -244,3 +244,3 @@ /** | ||
const deleteTasks = files.map(({ name }) => (() => deleteObject(bucket, name))) | ||
const deleteTasks = files.map(({ name }) => (() => deleteObject(bucket, name, options))) | ||
yield throttle(deleteTasks, 20) | ||
@@ -247,0 +247,0 @@ return yield deleteBucket(bucket, options) |
{ | ||
"name": "google-cloud-bucket", | ||
"version": "0.12.4", | ||
"version": "0.12.5", | ||
"description": "Nodejs package to add objects to a Google Cloud Bucket.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
117791