waterline-dirty
Advanced tools
Comparing version 0.4.5 to 0.4.6
@@ -240,5 +240,5 @@ /*--------------------------------------------------------------- | ||
_.each(matchIndices,function (matchIndex) { | ||
resultSet.push(data[matchIndex]); | ||
resultSet.push(_.clone(data[matchIndex])); | ||
}); | ||
cb(null, resultSet); | ||
@@ -245,0 +245,0 @@ }, |
{ | ||
"name": "waterline-dirty", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"description": "Waterline adapter for felixge's node-dirty", | ||
@@ -5,0 +5,0 @@ "main": "DirtyAdapter.js", |
21719