Comparing version 0.5.2 to 0.5.3
@@ -23,6 +23,6 @@ 'use strict'; | ||
return new Date(); | ||
}, 'time of creation'), | ||
}, 'time of creation').meta({ index: true }), | ||
updatedAt: _joi2['default'].date()['default'](function () { | ||
return new Date(); | ||
}, 'time of updated') | ||
}, 'time of updated').meta({ index: true }) | ||
}; | ||
@@ -29,0 +29,0 @@ |
{ | ||
"name": "nothinkdb", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Functional toolkit for rethinkdb", | ||
@@ -5,0 +5,0 @@ "main": "lib/nothinkdb.js", |
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
32248