camouflage
Advanced tools
Comparing version 0.8.11 to 0.8.12
@@ -293,2 +293,6 @@ "use strict"; | ||
var type = instance._schema[key].type; | ||
var typeIsArray = isArray(type); | ||
if (typeIsArray) { | ||
type = type[0]; | ||
} | ||
@@ -295,0 +299,0 @@ if (type.prototype instanceof BaseDocument) { |
{ | ||
"name": "camouflage", | ||
"version": "0.8.11", | ||
"version": "0.8.12", | ||
"description": "A class-based ES6 ODM for Mongo-like databases.", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
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
5188
260496