lengoo-api-response-formatter
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -19,2 +19,3 @@ const _ = require('lodash'); | ||
UNPROCESSABLE_ENTITY: 422, | ||
INTERNAL_SERVER_ERROR: 500, | ||
NOT_IMPLEMENTED: 501, | ||
@@ -21,0 +22,0 @@ SERVICE_UNAVAILABLE: 503 |
{ | ||
"name": "lengoo-api-response-formatter", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A lib to keep your responses formatted and consistent through your project", | ||
@@ -5,0 +5,0 @@ "main": "./lib/Response.js", |
16917
247