Comparing version 0.3.0 to 0.3.1
@@ -24,3 +24,3 @@ "use strict"; | ||
exports.badRequestError = { | ||
type: "https://problem.item.no/enonic-fp/problems/bad-request-error", | ||
type: "https://problem.item.no/xp/bad-request-error", | ||
title: "Bad Request Error", | ||
@@ -30,3 +30,3 @@ status: 400 | ||
exports.notFoundError = { | ||
type: "https://problem.item.no/enonic-fp/problems/not-found", | ||
type: "https://problem.item.no/xp/not-found", | ||
title: "Not Found", | ||
@@ -36,3 +36,3 @@ status: 404 | ||
exports.internalServerError = { | ||
type: "https://problem.item.no/enonic-fp/problems/internal-server-error", | ||
type: "https://problem.item.no/xp/internal-server-error", | ||
title: "Internal Server Error", | ||
@@ -42,3 +42,3 @@ status: 500 | ||
exports.brokenTemplateError = { | ||
type: "https://problem.item.no/enonic-fp/problems/broken-template-error", | ||
type: "https://problem.item.no/xp/broken-template-error", | ||
title: "Broken Template Error", | ||
@@ -48,3 +48,3 @@ status: 500 | ||
exports.missingIdProviderError = { | ||
type: "https://problem.item.no/enonic-fp/problems/missing-id-provider", | ||
type: "https://problem.item.no/xp/missing-id-provider", | ||
title: "Missing id provider in context", | ||
@@ -54,3 +54,3 @@ status: 500 | ||
exports.publishError = { | ||
type: "https://problem.item.no/enonic-fp/problems/publish-error", | ||
type: "https://problem.item.no/xp/publish-error", | ||
title: "Can't publish content", | ||
@@ -60,3 +60,3 @@ status: 500 | ||
exports.unPublishError = { | ||
type: "https://problem.item.no/enonic-fp/problems/unpublish-error", | ||
type: "https://problem.item.no/xp/unpublish-error", | ||
title: "Can't unpublish content", | ||
@@ -66,3 +66,3 @@ status: 500 | ||
exports.badGatewayError = { | ||
type: "https://problem.item.no/enonic-fp/problems/bad-gateway", | ||
type: "https://problem.item.no/xp/bad-gateway", | ||
title: "Bad Gateway Error", | ||
@@ -69,0 +69,0 @@ status: 502 |
{ | ||
"name": "enonic-fp", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"sideEffects": false, | ||
@@ -35,4 +35,4 @@ "description": "Functional programming helpers for Enonic XP", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.0.2" | ||
"typescript": "^4.0.3" | ||
} | ||
} |
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
97366