@mcma/api
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -28,2 +28,3 @@ import { ContextVariableProvider, Resource, ResourceType } from "@mcma/core"; | ||
UNSUPPORTED_TYPE = 415, | ||
UNPROCESSABLE_ENTITY = 422, | ||
INTERNAL_ERROR = 500, | ||
@@ -30,0 +31,0 @@ NOT_IMPLEMENTED = 501, |
@@ -145,3 +145,3 @@ const uuidv4 = require("uuid/v4"); | ||
requestContext.resourceIfFound(resources); | ||
requestContext.setResponseBody(resources); | ||
} | ||
@@ -148,0 +148,0 @@ } |
{ | ||
"name": "@mcma/api", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Node module for building APIs based on the EBU MCMA framework", | ||
@@ -34,5 +34,5 @@ "engines": { | ||
"peerDependencies": { | ||
"@mcma/client": "0.5.2", | ||
"@mcma/core": "0.5.2", | ||
"@mcma/data": "0.5.2" | ||
"@mcma/client": "0.5.3", | ||
"@mcma/core": "0.5.3", | ||
"@mcma/data": "0.5.3" | ||
}, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
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
32592
784