Comparing version 2.0.9 to 2.0.10
@@ -208,3 +208,8 @@ var arrayPrefix = "__array" | ||
else if (type.isArray(schema)) { | ||
schema._schema = parse(schema._schema, prefix, options); | ||
if (schema._schema == undefined) { | ||
schema._schema = parse(type.any(), prefix, options); | ||
} | ||
else { | ||
schema._schema = parse(schema._schema, prefix, options); | ||
} | ||
} | ||
@@ -211,0 +216,0 @@ |
{ | ||
"name": "thinky", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"description": "RethinkDB ORM for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/thinky.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
204871
5556