xpress-mongo
Advanced tools
Comparing version 2.0.8 to 2.0.9
{ | ||
"name": "xpress-mongo", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "Light Weight ODM for mongoDb", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -313,3 +313,3 @@ import ObjectCollection = require("object-collection"); | ||
*/ | ||
static find(query?: StringToAnyObject | Filter<any>, options?: FindOptions<any>): Promise<any[]>; | ||
static find<Return = any>(query?: StringToAnyObject | Filter<any>, options?: FindOptions<any>): Promise<Return[]>; | ||
static findRaw(query?: StringToAnyObject | Filter<any>, options?: FindOptions<any>): FindCursor; | ||
@@ -316,0 +316,0 @@ /** |
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
101085