hapi-mongo-models
Advanced tools
Comparing version 2.2.1 to 2.2.2
{ | ||
"name": "hapi-mongo-models", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "MongoDB object models for hapi applications", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -57,3 +57,3 @@ # hapi-mongo-models | ||
- [`count(filter, [options], callback)`](#countfilter-options-callback) | ||
- [`distinct(field, [filter], callback)`](#disintctfield-filter-callback) | ||
- [`distinct(field, [filter], callback)`](#distinctfield-filter-callback) | ||
- [`find(filter, [options], callback)`](#findfilter-options-callback) | ||
@@ -488,3 +488,3 @@ - [`pagedFind(filter, fields, sort, limit, page, callback)`](#pagedfindfilter-fields-sort-limit-page-callback) | ||
#### `disintct(field, [filter], callback)` | ||
#### `distinct(field, [filter], callback)` | ||
@@ -491,0 +491,0 @@ Finds the distinct values for the specified `field`. |
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