hapi-mongo-models
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -128,3 +128,3 @@ 'use strict'; | ||
items: { | ||
limit: limit, | ||
limit, | ||
begin: ((page * limit) - limit) + 1, | ||
@@ -147,5 +147,5 @@ end: page * limit, | ||
const options = { | ||
limit: limit, | ||
limit, | ||
skip: (page - 1) * limit, | ||
sort: sort | ||
sort | ||
}; | ||
@@ -152,0 +152,0 @@ |
{ | ||
"name": "hapi-mongo-models", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "MongoDB object models for hapi applications", | ||
@@ -34,4 +34,4 @@ "main": "index.js", | ||
"code": "3.x.x", | ||
"hapi": "14.x.x", | ||
"lab": "10.x.x", | ||
"hapi": "15.x.x", | ||
"lab": "11.x.x", | ||
"mongodb": "2.x.x", | ||
@@ -38,0 +38,0 @@ "opn-cli": "3.x.x", |
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
86397