hydra-express
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -411,3 +411,4 @@ /** | ||
process.on('unhandledRejection', (reason, _p) => { | ||
this.log('fatal', reason); | ||
this.log('fatal', Utils.safeJSONStringify(reason)); | ||
console.log(reason); // necessary for full stack trace | ||
process.emit('cleanup'); | ||
@@ -414,0 +415,0 @@ }); |
{ | ||
"name": "hydra-express", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A module which wraps Hydra and ExpressJS to provide an out of the box microservice which can support API routes and handlers.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -11,2 +11,4 @@ ![logo](hydra-express.png) | ||
Using Hapi or Koa? Then checkout the [Hydra Integration Project](https://www.npmjs.com/package/hydra-integration). | ||
### Documentation | ||
@@ -13,0 +15,0 @@ |
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
903932
847
42