update-diff
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -27,3 +27,3 @@ /** | ||
else if (typeof dict[prop] === 'function') { | ||
result = dict[prop](diff[prop], diff, obj) | ||
result = dict[prop](diff[prop], obj, diff) | ||
if (result === undefined) continue | ||
@@ -30,0 +30,0 @@ } |
{ | ||
"name": "update-diff", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Update object by mapping diff properties", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |