@compas/stdlib
Advanced tools
Comparing version 0.9.0 to 0.10.0
{ | ||
"name": "@compas/stdlib", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "All kinds of utility functions", | ||
@@ -23,6 +23,6 @@ "exports": { | ||
"dependencies": { | ||
"@types/node": "20.10.1", | ||
"@types/node": "20.10.8", | ||
"dotenv": "16.3.1", | ||
"lodash.merge": "4.6.2", | ||
"pino": "8.16.2" | ||
"pino": "8.17.2" | ||
}, | ||
@@ -43,3 +43,3 @@ "author": { | ||
"type": "git", | ||
"url": "https://github.com/compasjs/compas.git", | ||
"url": "git+https://github.com/compasjs/compas.git", | ||
"directory": "packages/stdlib" | ||
@@ -46,0 +46,0 @@ }, |
@@ -35,12 +35,3 @@ /** | ||
*/ | ||
export function loggerBuildRootInstance(destination: import("pino").DestinationStream): import("pino").Logger<{ | ||
formatters: { | ||
level: (label: string) => { | ||
level: string; | ||
}; | ||
bindings: () => {}; | ||
}; | ||
serializers: {}; | ||
base: {}; | ||
}>; | ||
export function loggerBuildRootInstance(destination: import("pino").DestinationStream): import("pino").Logger<never>; | ||
/** | ||
@@ -47,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
67093
2261
+ Added@types/node@20.10.8(transitive)
+ Addedpino@8.17.2(transitive)
+ Addedprocess-warning@3.0.0(transitive)
- Removed@types/node@20.10.1(transitive)
- Removedpino@8.16.2(transitive)
- Removedprocess-warning@2.3.2(transitive)
Updated@types/node@20.10.8
Updatedpino@8.17.2