Comparing version 1.2.0 to 1.2.1
@@ -9,2 +9,9 @@ # bunyan Changelog | ||
## bunyan 1.2.1 | ||
- [issue #178, #181] Get at least dtrace-provider 0.3.1 for | ||
optionalDependencies to get a fix for install with decoupled npm (e.g. with | ||
homebrew's node and npm). | ||
## bunyan 1.2.0 | ||
@@ -11,0 +18,0 @@ |
@@ -11,3 +11,3 @@ /** | ||
var VERSION = '1.2.0'; | ||
var VERSION = '1.2.1'; | ||
@@ -14,0 +14,0 @@ // Bunyan log format version. This becomes the 'v' field on all log records. |
{ | ||
"name": "bunyan", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "a JSON logging library for node.js services", | ||
@@ -21,3 +21,3 @@ "author": "Trent Mick <trentm@gmail.com> (http://trentm.com)", | ||
"optionalDependencies": { | ||
"dtrace-provider": "0.3.0", | ||
"dtrace-provider": "~0.3 >0.3.0", | ||
"mv": "~2" | ||
@@ -24,0 +24,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
399594