nats-hemera
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -0,0 +0,0 @@ 'use strict' |
@@ -10,6 +10,2 @@ const Joi = require('joi') | ||
.default(2000), | ||
// Max initialization time of a plugin | ||
pluginTimeout: Joi.number() | ||
.integer() | ||
.default(3000), | ||
tag: Joi.string().default(''), | ||
@@ -16,0 +12,0 @@ // Enables pretty log formatter in Pino default logger |
@@ -25,3 +25,2 @@ 'use strict' | ||
const CircuitBreakerError = HemeraError.subclass('CircuitBreakerError') | ||
const PluginTimeoutError = HemeraError.subclass('PluginTimeoutError') | ||
@@ -39,4 +38,3 @@ module.exports = { | ||
ProcessLoadError, | ||
CircuitBreakerError, | ||
PluginTimeoutError | ||
CircuitBreakerError | ||
} |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ 'use strict' |
{ | ||
"name": "nats-hemera", | ||
"author": "Dustin Deus (https://github.com/StarpTech)", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "homepage": "https://hemerajs.github.io/hemera/", |
68290
21
2700