@felloh-org/lambda-wrapper 1.11.51 → 1.11.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -259,6 +259,7 @@ class Request extends _dependencyAware.default {
259
259
  if (typeof validation === 'undefined') {
260
260
  resolve();
261
261
  } else {
262
+ console.log(this.getAll(), validation);
262
263
  Logger.label('request-validation-failed');
263
264
  const validationErrorResponse = new _response.default({}, 422);
264
265
  Object.keys(validation).forEach(validationKey => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felloh-org/lambda-wrapper",
3
- "version": "1.11.51",
3
+ "version": "1.11.52",
4
4
  "description": "Lambda wrapper for all Felloh Serverless Projects",
5
5
  "main": "dist/index.js",
6
6
  "engines": {