@google-cloud/logging
Advanced tools
Comparing version 9.5.3 to 9.5.4
@@ -7,2 +7,9 @@ # Changelog | ||
### [9.5.4](https://www.github.com/googleapis/nodejs-logging/compare/v9.5.3...v9.5.4) (2021-07-14) | ||
### Bug Fixes | ||
* missing "uuid" dependency ([#1119](https://www.github.com/googleapis/nodejs-logging/issues/1119)) ([168389c](https://www.github.com/googleapis/nodejs-logging/commit/168389ce885e6e00c7f8d87fbda2564077ff5356)) | ||
### [9.5.3](https://www.github.com/googleapis/nodejs-logging/compare/v9.5.2...v9.5.3) (2021-07-12) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "@google-cloud/logging", | ||
"version": "9.5.3", | ||
"version": "9.5.4", | ||
"description": "Stackdriver Logging Client Library for Node.js", | ||
@@ -61,3 +61,4 @@ "keywords": [ | ||
"pumpify": "^2.0.1", | ||
"stream-events": "^1.0.5" | ||
"stream-events": "^1.0.5", | ||
"uuid": "^8.0.0" | ||
}, | ||
@@ -93,3 +94,2 @@ "devDependencies": { | ||
"typescript": "^3.8.3", | ||
"uuid": "^8.0.0", | ||
"webpack": "^5.0.0", | ||
@@ -96,0 +96,0 @@ "webpack-cli": "^4.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
3591982
31
15
+ Addeduuid@^8.0.0