@indra.ai/deva 1.1.48 → 1.1.49

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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -410,6 +410,7 @@ class Deva {
410
410
  global: systems.global, // the global policies for client
411
411
  personal: systems.devas[this._agent.key] // Client personal features and rules.
412
412
  };
413
+ console.log('SYSTEMS FEATURE SETUP', this._systems);
413
414
  delete this._client.features.systems
414
415
  return this.Solutions()
415
416
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.48",
3
+ "version": "1.1.49",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {