googleapis-common
Advanced tools
Comparing version 4.1.1-beta.0 to 4.1.1
@@ -7,2 +7,10 @@ # Changelog | ||
### [4.1.1](https://www.github.com/googleapis/nodejs-googleapis-common/compare/v4.1.0...v4.1.1) (2020-05-04) | ||
### Bug Fixes | ||
* provide mechanism for multipart uploads from browser context ([#274](https://www.github.com/googleapis/nodejs-googleapis-common/issues/274)) ([282bf22](https://www.github.com/googleapis/nodejs-googleapis-common/commit/282bf224471f4ba581e8fc43935411a842510180)) | ||
* **deps:** update dependency uuid to v8 ([#278](https://www.github.com/googleapis/nodejs-googleapis-common/issues/278)) ([f242874](https://www.github.com/googleapis/nodejs-googleapis-common/commit/f242874ab03569064c3b6ce13b00465d4cb5aeb7)) | ||
## [4.1.0](https://www.github.com/googleapis/nodejs-googleapis-common/compare/v4.0.0...v4.1.0) (2020-04-12) | ||
@@ -9,0 +17,0 @@ |
{ | ||
"name": "googleapis-common", | ||
"version": "4.1.1-beta.0", | ||
"version": "4.1.1", | ||
"description": "A common tooling library used by the googleapis npm module. You probably don't want to use this directly.", | ||
@@ -40,3 +40,3 @@ "repository": "googleapis/nodejs-googleapis-common", | ||
"url-template": "^2.0.8", | ||
"uuid": "^7.0.0" | ||
"uuid": "^8.0.0" | ||
}, | ||
@@ -52,3 +52,3 @@ "devDependencies": { | ||
"@types/qs": "^6.5.3", | ||
"@types/tmp": "0.1.0", | ||
"@types/tmp": "0.2.0", | ||
"@types/url-template": "^2.0.28", | ||
@@ -59,3 +59,3 @@ "@types/uuid": "^7.0.0", | ||
"execa": "^4.0.0", | ||
"gts": "^2.0.0-alpha.9", | ||
"gts": "^2.0.0", | ||
"is-docker": "^2.0.0", | ||
@@ -62,0 +62,0 @@ "karma": "^5.0.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
71777
1
+ Addeduuid@8.3.2(transitive)
- Removeduuid@7.0.3(transitive)
Updateduuid@^8.0.0