@trayio/falafel
Advanced tools
Comparing version 1.0.31 to 1.0.32
/* | ||
* Get a fully list of all the connectors and the configuration | ||
* attached to all of them. No validation at this stage, just get | ||
* attached to all of them. No validation at this stage, just get | ||
* the data out from the filesystem. | ||
@@ -20,3 +20,5 @@ */ | ||
console.log('connector directories', connectorDirectories); | ||
connectors = _.map(connectorDirectories, function (connectorDirectory) { | ||
@@ -35,3 +37,3 @@ | ||
// default to directory name | ||
connector.name = connector.name || connectorDirectory; | ||
connector.name = connector.name || connectorDirectory; | ||
@@ -68,2 +70,4 @@ // Add the global model file | ||
console.log(connectorDirectory, 'message', message, files); | ||
var output = {}; | ||
@@ -108,5 +112,1 @@ | ||
}; | ||
{ | ||
"name": "@trayio/falafel", | ||
"version": "1.0.31", | ||
"version": "1.0.32", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
57065
1724