io-ts-serverless-handler
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "io-ts-serverless-handler", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple wrapper for Serverless Framework HTTP handlers to remove the boilerplate of using io-ts codecs to validate and extract request parameters", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"author": "Sean Dawson <contact@seandawson.info>", | ||
@@ -7,0 +8,0 @@ "repository": { |
34442