@seek/logger
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -11,10 +11,10 @@ { | ||
"pino": "^7.0.2", | ||
"pino-std-serializers": "^4.0.0" | ||
"pino-std-serializers": "^5.0.0" | ||
}, | ||
"description": "Standardized logging", | ||
"devDependencies": { | ||
"@types/node": "11.10.4", | ||
"@types/split2": "2.1.6", | ||
"skuba": "3.15.2", | ||
"split2": "3.2.2" | ||
"@types/node": "11.15.54", | ||
"@types/split2": "3.2.1", | ||
"skuba": "4.1.1", | ||
"split2": "4.1.0" | ||
}, | ||
@@ -61,3 +61,3 @@ "engines": { | ||
"types": "./lib-types/index.d.ts", | ||
"version": "5.0.1" | ||
"version": "5.0.2" | ||
} |
@@ -156,3 +156,4 @@ # @seek/logger | ||
name: 'my-app', | ||
prettyPrint: process.env.ENVIRONMENT === 'local', | ||
transport: | ||
process.env.ENVIRONMENT === 'local' ? { target: 'pino-pretty' } : undefined, | ||
}); | ||
@@ -159,0 +160,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
26001
165
+ Addedpino-std-serializers@5.6.0(transitive)
Updatedpino-std-serializers@^5.0.0