@jota-one/drosse
Advanced tools
Comparing version 1.11.0 to 1.11.1
@@ -35,3 +35,3 @@ const proxy = require('http-proxy-middleware') | ||
getThrottleMiddleware(def), | ||
(req, res, next) => { | ||
async (req, res, next) => { | ||
let response | ||
@@ -42,3 +42,3 @@ | ||
const service = loadService(root, verb) | ||
response = service(api) | ||
response = await service(api) | ||
} | ||
@@ -45,0 +45,0 @@ |
@@ -10,2 +10,6 @@ # Changelog | ||
## [1.11.1] - 2021-02-18 | ||
### Added | ||
- Support for async services | ||
## [1.11.0] - 2021-02-12 | ||
@@ -84,3 +88,4 @@ ### Added | ||
[Unreleased]: https://github.com/jota-one/drosse/compare/1.11.0...develop | ||
[Unreleased]: https://github.com/jota-one/drosse/compare/1.11.1...develop | ||
[1.11.1]: https://github.com/jota-one/drosse/compare/1.11.0...1.11.1 | ||
[1.11.0]: https://github.com/jota-one/drosse/compare/1.10.0...1.11.0 | ||
@@ -87,0 +92,0 @@ [1.10.0]: https://github.com/jota-one/drosse/compare/1.9.0...1.10.0 |
{ | ||
"name": "@jota-one/drosse", | ||
"version": "1.11.0", | ||
"version": "1.11.1", | ||
"description": "Mock your backend the right way.", | ||
@@ -5,0 +5,0 @@ "main": "app/index.js", |
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
651625