@mcma/aws-dynamodb
Advanced tools
Comparing version 0.9.4 to 0.9.5
@@ -13,3 +13,3 @@ "use strict"; | ||
this.docClient = new dynamodb_1.DocumentClient(); | ||
this.dateFormat = /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}Z$/; | ||
this.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))/; | ||
} | ||
@@ -16,0 +16,0 @@ serialize(object) { |
{ | ||
"name": "@mcma/aws-dynamodb", | ||
"version": "0.9.4", | ||
"version": "0.9.5", | ||
"description": "Node module with code for using DynamoDB as the backing data storage for MCMA API handlers and workers.", | ||
@@ -38,8 +38,8 @@ "engines": { | ||
"peerDependencies": { | ||
"@mcma/core": "0.9.4", | ||
"@mcma/data": "0.9.4" | ||
"@mcma/core": "0.9.5", | ||
"@mcma/data": "0.9.5" | ||
}, | ||
"devDependencies": { | ||
"@mcma/core": "0.9.4", | ||
"@mcma/data": "0.9.4", | ||
"@mcma/core": "0.9.5", | ||
"@mcma/data": "0.9.5", | ||
"@types/node": "^13.7.6", | ||
@@ -46,0 +46,0 @@ "jasmine": "^3.2.0" |
14643