@indra.ai/deva 1.6.86 → 1.6.88

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/config/zones.json CHANGED
@@ -57,6 +57,7 @@
57
57
  "danger": "⛔️ Danger",
58
58
  "crisis": "😱 Crisis",
59
59
  "irs": "🧾 IRS Department of Vedic Fines and Taxes",
60
- "fbi": "👮 FBI Department of Vedic Law Enforcement"
60
+ "fbi": "👮 FBI Department of Vedic Law Enforcement",
61
+ "blackmarket": "🏴 Blackmarket"
61
62
  }
62
63
  }
package/index.js CHANGED
@@ -12,7 +12,7 @@ import pkg from './package.json' with {type:'json'};
12
12
  class Deva {
13
13
  constructor(opts) {
14
14
  opts = opts || {}; // set opts to provided opts or an empty object.
15
- this._core = pkg;
15
+ this._core = pkg; // set the core from the package data.
16
16
  this._id = opts.id || randomUUID(); // the unique id assigned to the agent at load
17
17
  this._info = opts.info || false; // the deva information from the package file.
18
18
  this._config = opts.config || {}; // local Config Object
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "19341514494262600745",
3
3
  "name": "@indra.ai/deva",
4
- "version": "1.6.86",
4
+ "version": "1.6.88",
5
5
  "description": "Deva Core a Vedic-inspired Event Based Context Aware Feature, Zone, Action, and State Machine integrated Artificial Intelligence Framework",
6
6
  "main": "index.js",
7
7
  "license": "VLA:19341514494262600745 LICENSE.md",