@indra.ai/deva 1.22.0 → 1.22.1
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 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -66,7 +66,8 @@ class Deva {
|
|
|
66
66
|
this.cmdChr = config.cmdChr; // the trigger for local commands
|
|
67
67
|
this.askChr = config.askChr; // the trigger for ask other DEva features
|
|
68
68
|
this.container = config.container // set the container object
|
|
69
|
-
this.box = config.
|
|
69
|
+
this.box = config.box // set the box object
|
|
70
|
+
|
|
70
71
|
this._inherit = config.inherit; // set inherit from config data.
|
|
71
72
|
this._bind = config.bind; // set the bind from the config data.
|
|
72
73
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "64907438819979111427",
|
|
3
3
|
"name": "@indra.ai/deva",
|
|
4
|
-
"version": "1.22.
|
|
4
|
+
"version": "1.22.1",
|
|
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:64907438819979111427 LICENSE.md",
|