enonic-wizardry
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -43,3 +43,9 @@ "use strict"; | ||
exports.noContent = function () { return IO_1.io.of({ status: 204, body: '' }); }; | ||
exports.redirect = function (redirect) { return IO_1.io.of({ status: 303, redirect: redirect }); }; | ||
exports.redirect = function (redirect) { return IO_1.io.of({ | ||
applyFilters: false, | ||
postProcess: false, | ||
redirect: redirect, | ||
status: 303, | ||
body: '' | ||
}); }; | ||
exports.badRequest = function (body) { return status(400, body); }; | ||
@@ -46,0 +52,0 @@ exports.unauthorized = function (body) { return status(401, body); }; |
{ | ||
"name": "enonic-wizardry", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Functional utility library for Enonic XP", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
27689
615