@mcma/client
Advanced tools
Comparing version 0.9.4 to 0.9.5
@@ -6,3 +6,3 @@ "use strict"; | ||
const headers_1 = require("./headers"); | ||
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)) { |
@@ -5,3 +5,3 @@ "use strict"; | ||
const http_1 = require("../http"); | ||
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) { | ||
@@ -8,0 +8,0 @@ if (typeof value === "string" && dateFormat.test(value)) { |
{ | ||
"name": "@mcma/client", | ||
"version": "0.9.4", | ||
"version": "0.9.5", | ||
"description": "Node module with classes and functions used to access services in an MCMA environment", | ||
@@ -35,6 +35,6 @@ "engines": { | ||
"peerDependencies": { | ||
"@mcma/core": "0.9.4" | ||
"@mcma/core": "0.9.5" | ||
}, | ||
"devDependencies": { | ||
"@mcma/core": "0.9.4", | ||
"@mcma/core": "0.9.5", | ||
"@types/node": "^13.7.4", | ||
@@ -41,0 +41,0 @@ "jasmine": "^3.3.1" |
34883