promise-toolkit-factory
Advanced tools
Comparing version 0.0.5 to 0.0.9
@@ -22,5 +22,5 @@ "use strict"; | ||
var a = t.appenders_dir + name + '.js'; | ||
t.log({"type":"trace", "text": "file loading=" + a, "classO":"promise_toolkit_factory.appender", "file":"app.js"}); | ||
var x = require(a); | ||
t.appenders.push(new x(t).config(conf).init()); | ||
t.log({"type":"trace", "text": "file loading=" + a, "classO":"promise_toolkit_factory.appender", "file":"app.js"}); | ||
} | ||
@@ -27,0 +27,0 @@ return t; |
{ | ||
"name": "promise-toolkit-factory", | ||
"version": "0.0.5", | ||
"version": "0.0.9", | ||
"description": "factory for creating promised function flows", | ||
"main": "app.js", | ||
"start": "node app.js", | ||
"dependencies": { | ||
}, | ||
"dependencies": {}, | ||
"author": "Jim Manton", | ||
"email": "jrman@risebroadband.net", | ||
"email": "jim.manton@skybeam.com", | ||
"license": "ISC" | ||
} |
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
20686