@google-cloud/storage
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -493,3 +493,3 @@ /** | ||
request(reqOpts: DecorateRequestOptions, callback: BodyResponseCallback): void; | ||
setLabels(labels: Labels, options: SetLabelsOptions): Promise<SetLabelsResponse>; | ||
setLabels(labels: Labels, options?: SetLabelsOptions): Promise<SetLabelsResponse>; | ||
setLabels(labels: Labels, callback: SetLabelsCallback): void; | ||
@@ -496,0 +496,0 @@ setLabels(labels: Labels, options: SetLabelsOptions, callback: SetLabelsCallback): void; |
@@ -7,2 +7,9 @@ # Changelog | ||
### [3.0.3](https://www.github.com/googleapis/nodejs-storage/compare/v3.0.2...v3.0.3) (2019-07-16) | ||
### Bug Fixes | ||
* **typescript:** make SetLabelOptions optional ([#766](https://www.github.com/googleapis/nodejs-storage/issues/766)) ([4336882](https://www.github.com/googleapis/nodejs-storage/commit/4336882)) | ||
### [3.0.2](https://www.github.com/googleapis/nodejs-storage/compare/v3.0.1...v3.0.2) (2019-07-01) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "@google-cloud/storage", | ||
"description": "Cloud Storage Client Library for Node.js", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"license": "Apache-2.0", | ||
@@ -77,3 +77,2 @@ "author": "Google Inc.", | ||
"@google-cloud/pubsub": "^0.29.0", | ||
"@types/async": "^3.0.0", | ||
"@types/compressible": "^2.0.0", | ||
@@ -97,3 +96,2 @@ "@types/concat-stream": "^1.6.0", | ||
"@types/xdg-basedir": "^2.0.0", | ||
"async": "^3.0.1", | ||
"codecov": "^3.0.0", | ||
@@ -100,0 +98,0 @@ "eslint": "^5.0.0", |
Sorry, the diff of this file is too big to display
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
397879
42
8998