Comparing version 0.0.21 to 0.0.22
{ | ||
"name": "webdetta", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"author": "Fedot Kriutchenko <fodyadev@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "", |
@@ -18,2 +18,3 @@ // MIT License | ||
return new Proxy(builder((...args) => | ||
console.log({effect,tasks,names,args})|| | ||
args[0] === FRAMEORC_BUILDER | ||
@@ -20,0 +21,0 @@ ? effect([...tasks, { names, args: [] }], ...args.slice(1)) |
24579
707