@indra.ai/deva 1.6.41 → 1.6.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -43,7 +43,7 @@ class Deva {
|
|
|
43
43
|
this._systems = false; // inherited Systems features.
|
|
44
44
|
this._networks = false; // inherited Systems features.
|
|
45
45
|
this.events = opts.events || new EventEmitter({}); // Event Bus
|
|
46
|
-
this.lib = new lib({pkg}); // used for loading library functions
|
|
46
|
+
this.lib = new lib({pkg,agent:opts.agent}); // used for loading library functions
|
|
47
47
|
this.utils = opts.utils || {}; // parse function
|
|
48
48
|
this.devas = opts.devas || {}; // Devas which are loaded
|
|
49
49
|
this.vars = opts.vars || {}; // Variables object
|