nats-hemera
Advanced tools
Comparing version 5.4.7 to 5.4.8
/// <reference types="node" /> | ||
/// <reference types="pino" /> | ||
@@ -7,2 +6,6 @@ import * as pino from 'pino' | ||
// tslint:disable-next-line:export-just-namespace | ||
export = Hemera; | ||
export as namespace Hemera; | ||
declare namespace Hemera { | ||
@@ -388,3 +391,1 @@ type LogLevel = | ||
} | ||
export default Hemera |
@@ -29,11 +29,12 @@ const Joi = require('joi') | ||
.keys({ | ||
info: Joi.func().minArity(1), | ||
error: Joi.func().minArity(1), | ||
debug: Joi.func().minArity(1), | ||
fatal: Joi.func().minArity(1), | ||
warn: Joi.func().minArity(1), | ||
trace: Joi.func().minArity(1), | ||
child: Joi.func().minArity(1) | ||
info: Joi.func(), | ||
error: Joi.func(), | ||
debug: Joi.func(), | ||
fatal: Joi.func(), | ||
warn: Joi.func(), | ||
trace: Joi.func(), | ||
child: Joi.func() | ||
}) | ||
.requiredKeys('info', 'error', 'debug', 'fatal', 'warn', 'trace'), | ||
.requiredKeys('info', 'error', 'debug', 'fatal', 'warn', 'trace') | ||
.unknown(), | ||
Joi.object().type(Stream) | ||
@@ -40,0 +41,0 @@ ), |
{ | ||
"name": "nats-hemera", | ||
"author": "Dustin Deus (https://github.com/StarpTech)", | ||
"version": "5.4.7", | ||
"version": "5.4.8", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "homepage": "https://hemerajs.github.io/hemera/", |
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
3211
79718