Comparing version 0.0.2 to 0.0.3
@@ -42,4 +42,4 @@ export interface Request { | ||
export interface Error { | ||
errorKey: "InternalServerError" | "NotFoundError" | "PublishError"; | ||
errorKey: "InternalServerError" | "NotFoundError" | "PublishError" | "BadRequestError" | "UnauthorizedError"; | ||
cause?: string; | ||
} |
@@ -42,4 +42,4 @@ export interface Request { | ||
export interface Error { | ||
errorKey: "InternalServerError" | "NotFoundError" | "PublishError"; | ||
errorKey: "InternalServerError" | "NotFoundError" | "PublishError" | "BadRequestError" | "UnauthorizedError"; | ||
cause?: string; | ||
} |
{ | ||
"name": "enonic-fp", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Functional programming helpers 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
22588