@compas/stdlib
Advanced tools
Comparing version 0.14.0 to 0.14.1
{ | ||
"name": "@compas/stdlib", | ||
"version": "0.14.0", | ||
"version": "0.14.1", | ||
"description": "All kinds of utility functions", | ||
@@ -23,6 +23,6 @@ "exports": { | ||
"dependencies": { | ||
"@types/node": "22.5.1", | ||
"@types/node": "22.5.4", | ||
"dotenv": "16.4.5", | ||
"lodash.merge": "4.6.2", | ||
"pino": "9.3.2" | ||
"pino": "9.4.0" | ||
}, | ||
@@ -29,0 +29,0 @@ "devDependencies": { |
@@ -35,3 +35,3 @@ /** | ||
*/ | ||
export function loggerBuildRootInstance(destination: import("pino").DestinationStream): import("pino").Logger<never>; | ||
export function loggerBuildRootInstance(destination: import("pino").DestinationStream): import("pino").Logger<never, boolean>; | ||
/** | ||
@@ -38,0 +38,0 @@ * Create a new logger instance. The provided `ctx` will shallowly overwrite the global |
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
76045
+ Added@types/node@22.5.4(transitive)
+ Addedpino@9.4.0(transitive)
- Removed@types/node@22.5.1(transitive)
- Removedpino@9.3.2(transitive)
Updated@types/node@22.5.4
Updatedpino@9.4.0