jsft-mongodb
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -45,2 +45,7 @@ 'use strict'; | ||
}, | ||
skip: { | ||
type: 'integer', | ||
minimum: 0, | ||
maximum: 9999 | ||
}, | ||
sort: { | ||
@@ -47,0 +52,0 @@ enum: Object.keys(schema.properties || {}) |
{ | ||
"name": "jsft-mongodb", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Functional abstraction layer for mongodb-storage of objects with structures defined with json-schema", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.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
41021
812