hydra-express
Advanced tools
Comparing version 1.4.8-experimental to 1.4.8-experimental-1
12
index.js
@@ -180,4 +180,3 @@ /** | ||
return this.start(resolve, reject) | ||
.catch((err) => this.log('error', err.toString())); | ||
return this.start(resolve, reject); | ||
} | ||
@@ -299,7 +298,8 @@ }); | ||
}) | ||
.then((..._results) => { | ||
return Promise.delay(2000); | ||
}) | ||
.then(() => Promise.delay(2000)) | ||
.then(() => resolve(serviceInfo)) | ||
.catch((err) => this.log('error', err.toString())); | ||
.catch((err) => { | ||
this.log('error', {err}); | ||
process.emit('cleanup'); | ||
}); | ||
} | ||
@@ -306,0 +306,0 @@ |
{ | ||
"name": "hydra-express", | ||
"version": "1.4.8-experimental", | ||
"version": "1.4.8-experimental-1", | ||
"description": "A module which wraps Hydra and ExpressJS to provide an out of the box microservice which can support API routes and handlers.", | ||
@@ -8,19 +8,3 @@ "author": { | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Carlos Justiniano", | ||
"github": "cjus", | ||
"email": "carlos.justiniano@gmail.com" | ||
}, | ||
{ | ||
"name": "Eric Adum", | ||
"github": "emadum", | ||
"email": "eric.adum@gmail.com" | ||
}, | ||
{ | ||
"name": "Artem Kochnev", | ||
"github": "artemkochnev", | ||
"email": "artemkochnev@gmail.com" | ||
} | ||
], | ||
"contributors": "https://github.com/flywheelsports/hydra-express/graphs/contributors", | ||
"scripts": { | ||
@@ -46,3 +30,3 @@ "test": "mocha specs --reporter spec" | ||
"express": "4.15.3", | ||
"hydra": "1.4.7-experimental", | ||
"hydra": "1.4.7", | ||
"helmet": "3.6.0", | ||
@@ -49,0 +33,0 @@ "moment": "2.18.1", |
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
900104
+ Addedhydra@1.4.7(transitive)
- Removedhydra@1.4.7-experimental(transitive)
Updatedhydra@1.4.7