aws-lambda-fastify
Advanced tools
Comparing version 2.0.1 to 2.0.2
14
index.js
@@ -10,8 +10,10 @@ module.exports = (app, options) => { | ||
app.decorateRequest(options.decorationPropertyName, { | ||
get event () { | ||
return currentAwsArguments.event | ||
}, | ||
get context () { | ||
return currentAwsArguments.context | ||
} | ||
getter: () => ({ | ||
get event () { | ||
return currentAwsArguments.event | ||
}, | ||
get context () { | ||
return currentAwsArguments.context | ||
} | ||
}) | ||
}) | ||
@@ -18,0 +20,0 @@ } |
@@ -29,3 +29,3 @@ { | ||
"license": "MIT", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"main": "index.js", | ||
@@ -43,13 +43,13 @@ "scripts": { | ||
"benchmark": "^2.1.4", | ||
"eslint": "^8.2.0", | ||
"eslint": "^8.5.0", | ||
"eslint-config-standard": "^16.0.3", | ||
"eslint-plugin-import": "^2.25.2", | ||
"eslint-plugin-import": "^2.25.3", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^5.1.1", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"eslint-plugin-standard": "^5.0.0", | ||
"fastify": "^3.23.1", | ||
"fastify": "^3.25.0", | ||
"serverless-http": "^2.7.0", | ||
"tap": "^15.0.10", | ||
"tap": "^15.1.5", | ||
"tsd": "^0.19.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
19343
194