/* .... */ proto.kits = {}; proto.components.listAll = function(callback){ /*...*/ changed to: /* ... */ proto.components = {}; proto.components.listAll = function(callback){ /*... */ in latest npm install smart-citizen-node-api issue
/* .... */
proto.kits = {};
proto.components.listAll = function(callback){
/.../
changed to:
/* ... */
proto.components = {};
proto.components.listAll = function(callback){
/*... */
in latest npm install smart-citizen-node-api issue