Comparing version 2.1.8 to 2.1.9
@@ -146,1 +146,4 @@ var rethinkdbdash = require('rethinkdbdash'); | ||
} | ||
// Expose thinky types directly from module | ||
module.exports.type = type; |
@@ -186,3 +186,3 @@ var util = require('util'); | ||
else { | ||
hooks[hookIndex](doc); | ||
hooks[hookIndex].call(doc); | ||
executeHooks(hookIndex+1, hooks, doc, reject, next) | ||
@@ -189,0 +189,0 @@ } |
{ | ||
"name": "thinky", | ||
"version": "2.1.8", | ||
"version": "2.1.9", | ||
"description": "RethinkDB ORM for Node.js", | ||
@@ -27,3 +27,3 @@ "main": "lib/thinky.js", | ||
"dependencies":{ | ||
"rethinkdbdash": "~2.1.1", | ||
"rethinkdbdash": "~2.1.8", | ||
"bluebird": "~2.1.3", | ||
@@ -30,0 +30,0 @@ "validator": "~ 3.22.1" |
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
218646
5880
Updatedrethinkdbdash@~2.1.8