@indra.ai/deva 1.22.0 → 1.23.0
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 +3 -2
- 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
|
|
|
@@ -1938,7 +1939,7 @@ class Deva {
|
|
|
1938
1939
|
usage: this.owner()
|
|
1939
1940
|
***************/
|
|
1940
1941
|
owner() {
|
|
1941
|
-
return this._getFeature('owner', this.
|
|
1942
|
+
return this._getFeature('owner', this._owner);
|
|
1942
1943
|
}
|
|
1943
1944
|
|
|
1944
1945
|
/**************
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "64907438819979111427",
|
|
3
3
|
"name": "@indra.ai/deva",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.23.0",
|
|
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",
|