@indra.ai/deva 1.1.100 → 1.1.101
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 +0 -5
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1012,11 +1012,6 @@ class Deva {
|
|
|
1012
1012
|
delete data.hash;
|
|
1013
1013
|
data.hash = this.hash(data);
|
|
1014
1014
|
|
|
1015
|
-
if (this.info) {
|
|
1016
|
-
const _info = this.info(data.id);
|
|
1017
|
-
this.prompt(_info);
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
1015
|
this.action(data.value);
|
|
1021
1016
|
const hasOnStart = this.onStart && typeof this.onStart === 'function' ? true : false;
|
|
1022
1017
|
return hasOnStart ? this.onStart(data) : this.enter(data)
|