enonic-wizardry
Advanced tools
Comparing version 0.2.23 to 0.2.24
@@ -66,3 +66,3 @@ "use strict"; | ||
item: portal_1.getMultipartItem(params.name, params.index, params.errorMessage) | ||
}), IOEither_1.filterOrElse(function (res) { var _a, _b, _c; return (_c = (_b = (_a = res.item) === null || _a === void 0 ? void 0 : _a.fileName) === null || _b === void 0 ? void 0 : _b.length, (_c !== null && _c !== void 0 ? _c : 0)) > 0; }, function () { | ||
}), IOEither_1.filterOrElse(function (res) { var _a, _b, _c; return ((_c = (_b = (_a = res.item) === null || _a === void 0 ? void 0 : _a.fileName) === null || _b === void 0 ? void 0 : _b.length) !== null && _c !== void 0 ? _c : 0) > 0; }, function () { | ||
var _a; | ||
@@ -69,0 +69,0 @@ return ({ |
@@ -25,5 +25,6 @@ "use strict"; | ||
"MethodNotAllowedError": 405, | ||
"TooManyRequestsError": 429, | ||
"InternalServerError": 500, | ||
"BadGatewayError": 502, | ||
"PublishError": 500, | ||
"PublishError": 500 | ||
}; | ||
@@ -30,0 +31,0 @@ function contentType(body) { |
{ | ||
"name": "enonic-wizardry", | ||
"version": "0.2.23", | ||
"version": "0.2.24", | ||
"description": "Functional utility library for Enonic XP", | ||
@@ -28,14 +28,14 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"enonic-fp": "^0.2.24", | ||
"enonic-types": "^0.0.32", | ||
"fp-ts": "^2.4.4", | ||
"io-ts": "^2.1.0" | ||
"enonic-fp": "^0.2.25", | ||
"enonic-types": "^0.0.33", | ||
"fp-ts": "^2.5.1", | ||
"io-ts": "^2.1.2" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^2.19.2", | ||
"@typescript-eslint/parser": "^2.19.2", | ||
"@typescript-eslint/eslint-plugin": "^2.21.0", | ||
"@typescript-eslint/parser": "^2.21.0", | ||
"eslint": "^6.8.0", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^3.7.5" | ||
"typescript": "^3.8.2" | ||
} | ||
} |
23423
415
+ Addedenonic-types@0.0.33(transitive)
- Removedenonic-types@0.0.32(transitive)
Updatedenonic-fp@^0.2.25
Updatedenonic-types@^0.0.33
Updatedfp-ts@^2.5.1
Updatedio-ts@^2.1.2