nats-hemera
Advanced tools
Comparing version 6.0.1 to 6.1.0
@@ -11,2 +11,6 @@ const Joi = require('joi') | ||
.default(2000), | ||
// The number of millis to wait a plugin to load after which it will error, 0 = disabled | ||
pluginTimeout: Joi.number() | ||
.integer() | ||
.default(0), | ||
tag: Joi.string().default(''), | ||
@@ -13,0 +17,0 @@ // Enables pretty log formatter in Pino default logger |
@@ -159,3 +159,4 @@ 'use strict' | ||
ready: 'bootstrap' | ||
} | ||
}, | ||
timeout: this._config.pluginTimeout | ||
}) | ||
@@ -162,0 +163,0 @@ |
{ | ||
"name": "nats-hemera", | ||
"author": "Dustin Deus (https://github.com/StarpTech)", | ||
"version": "6.0.1", | ||
"version": "6.1.0", | ||
"main": "lib/index.js", | ||
@@ -46,3 +46,3 @@ "homepage": "https://hemerajs.github.io/hemera/", | ||
"dependencies": { | ||
"avvio": "5.7.x", | ||
"avvio": "6.0.x", | ||
"bloomrun": "4.1.x", | ||
@@ -61,3 +61,3 @@ "errio": "1.2.x", | ||
"typings": "./index.d.ts", | ||
"gitHead": "4922e91476c6bf58ff14cecaa462266de5d2c26a" | ||
"gitHead": "1203eeeeb11a8626b63bfcd97770dbeaf6206e50" | ||
} |
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
83613
3183
+ Addedavvio@6.0.1(transitive)
+ Addeddebug@4.4.0(transitive)
- Removedavvio@5.7.0(transitive)
- Removeddebug@3.2.7(transitive)
Updatedavvio@6.0.x