knex-model
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -104,3 +104,3 @@ 'use strict'; | ||
return Promise | ||
.map(cbQueue, function(callback) { return callback(params); }) | ||
.map(cbQueue, function(callback) { return callback.apply(null, args); }) | ||
.then(function() { | ||
@@ -107,0 +107,0 @@ return self.knex.update.apply(self.knex, args); |
{ | ||
"name": "knex-model", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Small ORM", | ||
@@ -5,0 +5,0 @@ "main": "index.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
13907