Comparing version 2.1.6 to 2.1.8
@@ -566,3 +566,3 @@ var Promise = require('bluebird'); | ||
new Error('The provided field `'+field+'` does not store joined documents.') | ||
); | ||
).run() | ||
} | ||
@@ -569,0 +569,0 @@ } |
@@ -302,4 +302,3 @@ var util = require('util'); | ||
// Return true if doc is undefined or null, else false | ||
// Can throw | ||
// Return true if doc is undefined, else false | ||
function validateIfUndefined(value, prefix, type, options) { | ||
@@ -306,0 +305,0 @@ if (value === undefined) { |
{ | ||
"name": "thinky", | ||
"version": "2.1.6", | ||
"version": "2.1.8", | ||
"description": "RethinkDB ORM for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/thinky.js", |
Sorry, the diff of this file is too big to display
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
218019
5865