@indra.ai/deva 1.4.2 → 1.4.3

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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -911,7 +911,7 @@ class Deva {
911
911
  If the deva is offline it will return the offline message.
912
912
  usage: this.exit('msg')
913
913
  ***************/
914
- exit() {
914
+ exit(data) {
915
915
  this.zone('exit');
916
916
 
917
917
  const agent = this.agent();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "type": "module",