xpress-mongo
Advanced tools
Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "xpress-mongo", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Light Weight ODM for mongoDb NodeJs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -271,3 +271,3 @@ import ObjectCollection = require("object-collection"); | ||
*/ | ||
toCollection(): ObjectCollection; | ||
toCollection<DT extends StringToAnyObject>(): ObjectCollection<DT>; | ||
/** | ||
@@ -274,0 +274,0 @@ * Use data provided to model instance. |
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
101299