@google-cloud/storage
Advanced tools
Comparing version 4.1.1 to 4.1.2
@@ -366,3 +366,3 @@ /** | ||
* // To limit the downloaded data to only a byte range, pass an options | ||
* object. | ||
* // object. | ||
* //- | ||
@@ -395,4 +395,4 @@ * const logFile = myBucket.file('access_log'); | ||
* @property {string} [configPath] **This only applies to resumable | ||
* uploads.** Where the `gcs-resumable-upload` configuration file should | ||
* be stored on your system. This maps to the [configstore option by the same | ||
* uploads.** A full JSON file path to use with `gcs-resumable-upload`. | ||
* This maps to the [configstore option by the same | ||
* name](https://github.com/yeoman/configstore/tree/0df1ec950d952b1f0dfb39ce22af8e505dffc71a#configpath). | ||
@@ -399,0 +399,0 @@ * @property {string} [contentType] Alias for |
@@ -7,2 +7,11 @@ # Changelog | ||
### [4.1.2](https://www.github.com/googleapis/nodejs-storage/compare/v4.1.1...v4.1.2) (2019-11-12) | ||
### Bug Fixes | ||
* do not check access of configPath ([#915](https://www.github.com/googleapis/nodejs-storage/issues/915)) ([a21a644](https://www.github.com/googleapis/nodejs-storage/commit/a21a6443346f91f275233a9a07fb79550035e157)) | ||
* missing snippets with jsdoc-region-tag ([#924](https://www.github.com/googleapis/nodejs-storage/issues/924)) ([310ba90](https://www.github.com/googleapis/nodejs-storage/commit/310ba90a48c6f02a31c1254037dfcdb4da4b7150)) | ||
* **docs:** add jsdoc-region-tag plugin ([#929](https://www.github.com/googleapis/nodejs-storage/issues/929)) ([74526e7](https://www.github.com/googleapis/nodejs-storage/commit/74526e7f42cfa92c18ff332d0b9e10ea3b1324cf)) | ||
### [4.1.1](https://www.github.com/googleapis/nodejs-storage/compare/v4.1.0...v4.1.1) (2019-11-07) | ||
@@ -9,0 +18,0 @@ |
{ | ||
"name": "@google-cloud/storage", | ||
"description": "Cloud Storage Client Library for Node.js", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"license": "Apache-2.0", | ||
@@ -108,2 +108,3 @@ "author": "Google Inc.", | ||
"jsdoc-fresh": "^1.0.1", | ||
"jsdoc-region-tag": "^1.0.2", | ||
"linkinator": "^1.5.0", | ||
@@ -121,3 +122,3 @@ "mocha": "^6.0.0", | ||
"tmp": "^0.1.0", | ||
"typescript": "~3.6.0", | ||
"typescript": "~3.7.0", | ||
"uuid": "^3.1.0", | ||
@@ -124,0 +125,0 @@ "yargs": "^14.0.0" |
Sorry, the diff of this file is too big to display
452461
10043
46