senter-mongo-repository
Advanced tools
Comparing version 1.0.18 to 1.0.19
@@ -202,5 +202,5 @@ const MongoClient = require('mongodb').MongoClient; | ||
update.updatedAt = new Date(); | ||
update.$set.updatedAt = new Date(); | ||
filter.userId = userId | ||
@@ -207,0 +207,0 @@ delete update._id; |
{ | ||
"name": "senter-mongo-repository", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "Contain methods to work with mongo db", | ||
@@ -5,0 +5,0 @@ "main": "mongoReposotory.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
31772