@google-cloud/logging-bunyan
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -7,2 +7,9 @@ # Changelog | ||
## v0.10.1 | ||
03-14-2019 14:58 PDT | ||
### Bug Fixes | ||
- fix: add missing dep on google-auth-library ([#278](https://github.com/googleapis/nodejs-logging-bunyan/pull/278)) | ||
## v0.10.0 | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "@google-cloud/logging-bunyan", | ||
"description": "Stackdriver Logging stream for Bunyan", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"license": "Apache-2.0", | ||
@@ -56,3 +56,4 @@ "author": "Google Inc.", | ||
"dependencies": { | ||
"@google-cloud/logging": "^4.1.0" | ||
"@google-cloud/logging": "^4.1.0", | ||
"google-auth-library": "^3.1.0" | ||
}, | ||
@@ -59,0 +60,0 @@ "devDependencies": { |
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
70604
3
+ Addedgoogle-auth-library@^3.1.0