@mcma/api
Advanced tools
Comparing version 0.9.4 to 0.9.5
@@ -6,3 +6,3 @@ "use strict"; | ||
const mcma_api_error_1 = require("./mcma-api-error"); | ||
const dateFormat = /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}Z$/; | ||
const dateFormat = /(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))/; | ||
function reviver(key, value) { | ||
@@ -9,0 +9,0 @@ if (typeof value === "string" && dateFormat.test(value)) { |
{ | ||
"name": "@mcma/api", | ||
"version": "0.9.4", | ||
"version": "0.9.5", | ||
"description": "Node module for building APIs based on the EBU MCMA framework", | ||
@@ -40,10 +40,10 @@ "engines": { | ||
"peerDependencies": { | ||
"@mcma/client": "0.9.4", | ||
"@mcma/core": "0.9.4", | ||
"@mcma/data": "0.9.4" | ||
"@mcma/client": "0.9.5", | ||
"@mcma/core": "0.9.5", | ||
"@mcma/data": "0.9.5" | ||
}, | ||
"devDependencies": { | ||
"@mcma/client": "0.9.4", | ||
"@mcma/core": "0.9.4", | ||
"@mcma/data": "0.9.4", | ||
"@mcma/client": "0.9.5", | ||
"@mcma/core": "0.9.5", | ||
"@mcma/data": "0.9.5", | ||
"@types/node": "^13.7.4", | ||
@@ -50,0 +50,0 @@ "@types/pluralize": "0.0.29", |
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
61556