Comparing version 0.2.24 to 0.2.25
interface BaseError { | ||
readonly errorKey: EnonicErrorKey; | ||
} | ||
export declare type GeneralEnonicErrorKey = "UnauthorizedError" | "ForbiddenError" | "NotFoundError" | "MethodNotAllowedError" | "InternalServerError" | "BadGatewayError" | "PublishError"; | ||
export declare type GeneralEnonicErrorKey = "UnauthorizedError" | "ForbiddenError" | "NotFoundError" | "MethodNotAllowedError" | "InternalServerError" | "TooManyRequestsError" | "BadGatewayError" | "PublishError"; | ||
export declare type EnonicErrorKey = GeneralEnonicErrorKey | "BadRequestError"; | ||
@@ -6,0 +6,0 @@ export interface BadRequestErrorsByKey { |
{ | ||
"name": "enonic-fp", | ||
"version": "0.2.24", | ||
"version": "0.2.25", | ||
"description": "Functional programming helpers for Enonic XP", | ||
@@ -28,12 +28,12 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"enonic-types": "^0.0.32", | ||
"fp-ts": "^2.4.4" | ||
"enonic-types": "^0.0.33", | ||
"fp-ts": "^2.5.1" | ||
}, | ||
"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" | ||
} | ||
} |
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
47189
+ Addedenonic-types@0.0.33(transitive)
- Removedenonic-types@0.0.32(transitive)
Updatedenonic-types@^0.0.33
Updatedfp-ts@^2.5.1