gcs-resumable-upload
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -169,3 +169,3 @@ /*! | ||
private offsetStream?; | ||
private readonly baseURI; | ||
private get baseURI(); | ||
constructor(cfg: UploadConfig); | ||
@@ -172,0 +172,0 @@ createURI(): Promise<string>; |
@@ -7,2 +7,9 @@ # Changelog | ||
### [2.3.1](https://www.github.com/googleapis/gcs-resumable-upload/compare/v2.3.0...v2.3.1) (2019-11-14) | ||
### Bug Fixes | ||
* **docs:** add jsdoc-region-tag plugin ([#282](https://www.github.com/googleapis/gcs-resumable-upload/issues/282)) ([4942669](https://www.github.com/googleapis/gcs-resumable-upload/commit/494266901b0cdcc9956dda721a4ca19d3b4ced53)) | ||
## [2.3.0](https://www.github.com/googleapis/gcs-resumable-upload/compare/v2.2.5...v2.3.0) (2019-10-09) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "gcs-resumable-upload", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Upload a file to Google Cloud Storage with built-in resumable behavior", | ||
@@ -62,3 +62,3 @@ "repository": "googleapis/gcs-resumable-upload", | ||
"assert-rejects": "^1.0.0", | ||
"c8": "^5.0.1", | ||
"c8": "^6.0.0", | ||
"codecov": "^3.0.4", | ||
@@ -74,4 +74,4 @@ "gts": "^1.0.0", | ||
"source-map-support": "^0.5.6", | ||
"typescript": "~3.6.0" | ||
"typescript": "~3.7.0" | ||
} | ||
} |
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
59548