@indra.ai/deva 1.1.48 → 1.1.50
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 +2 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -216,6 +216,7 @@ class Deva {
|
|
|
216
216
|
solutions: `${this._features.solutions} action`,
|
|
217
217
|
Solutions: `${this._features.Solutions} ready`,
|
|
218
218
|
solutions: `${this._features.Systems} action`,
|
|
219
|
+
systems: `${this._features.Systems} action`,
|
|
219
220
|
Systems: `${this._features.Systems} ready`,
|
|
220
221
|
development: `${this._features.Development} action`,
|
|
221
222
|
Development: `${this._features.Development} ready`,
|
|
@@ -410,6 +411,7 @@ class Deva {
|
|
|
410
411
|
global: systems.global, // the global policies for client
|
|
411
412
|
personal: systems.devas[this._agent.key] // Client personal features and rules.
|
|
412
413
|
};
|
|
414
|
+
console.log('SYSTEMS FEATURE SETUP', this._systems);
|
|
413
415
|
delete this._client.features.systems
|
|
414
416
|
return this.Solutions()
|
|
415
417
|
}
|