aws-lambda-fastify
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -89,2 +89,3 @@ module.exports = (app, options) => (event, context, callback) => { | ||
prom.then((ret) => callback(null, ret)).catch(callback) | ||
return prom | ||
} |
@@ -29,3 +29,3 @@ { | ||
"license": "MIT", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"main": "index.js", | ||
@@ -43,3 +43,3 @@ "scripts": { | ||
"benchmark": "^2.1.4", | ||
"eslint": "^7.28.0", | ||
"eslint": "^7.30.0", | ||
"eslint-config-standard": "^16.0.3", | ||
@@ -50,3 +50,3 @@ "eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-standard": "^5.0.0", | ||
"fastify": "^3.17.0", | ||
"fastify": "^3.18.1", | ||
"serverless-http": "^2.7.0", | ||
@@ -53,0 +53,0 @@ "tap": "^15.0.9", |
Sorry, the diff of this file is not supported yet
17392
170