Comparing version 1.16.7 to 1.16.8
@@ -243,3 +243,3 @@ var arrayPrefix = "__array" | ||
if (schema.length > 0) { | ||
result.schema(parse(schema[0]), prefix+"[0]", options); | ||
result.schema(parse(schema[0], prefix+"[0]", options)); | ||
} | ||
@@ -246,0 +246,0 @@ return result; |
{ | ||
"name": "thinky", | ||
"version": "1.16.7", | ||
"version": "1.16.8", | ||
"description": "RethinkDB ORM for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/thinky.js", |
@@ -123,2 +123,3 @@ # Thinky | ||
- [chrisfosterelli](https://github.com/chrisfosterelli) | ||
- [colprog](https://github.com/colprog) | ||
@@ -125,0 +126,0 @@ - [dulichan](https://github.com/dulichan) |
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
210479
154