dynamodb-raw
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -128,7 +128,7 @@ 'use strict'; | ||
if(self.createdAt !== false) { | ||
valids[createdAtParamName] = Joi.date().timestamp('unix'); | ||
valids[createdAtParamName] = Joi.number().integer(); | ||
} | ||
if(self.updatedAt !== false) { | ||
valids[updatedAtParamName] = Joi.date().timestamp('unix'); | ||
valids[updatedAtParamName] = Joi.number().integer(); | ||
} | ||
@@ -135,0 +135,0 @@ |
{ | ||
"name": "dynamodb-raw", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"contributors": [ | ||
@@ -5,0 +5,0 @@ "Ryan Fitzgerald <ryan@codebrewstudios.com>", |
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
127475