baggywrinkle
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -92,9 +92,9 @@ const machineAsAction = require('machine-as-action'); | ||
badRequest: (output) => { | ||
return res.json(output.stack, 400); | ||
return res.sendStatus(400); | ||
}, | ||
forbidden: (output) => { | ||
return res.json(output.stack, 403); | ||
return res.sendStatus(403); | ||
}, | ||
notFound: (output) => { | ||
return res.json(output.stack, 404); | ||
return res.sendStatus(404); | ||
}, | ||
@@ -101,0 +101,0 @@ // Allow setting context for AWS response (mainly for use in authorizers). |
{ | ||
"name": "baggywrinkle", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Run a machine from an AWS Lambda function.", | ||
@@ -5,0 +5,0 @@ "main": "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
23590