@indra.ai/deva 1.4.5 → 1.4.6

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 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -902,8 +902,7 @@ class Deva {
902
902
  params:
903
903
  - msg: hte message from the caller incase need to use in calls
904
904
  describe:
905
- The exit state function is triggered when the Deva is exiting it's online
906
- status and setting the state to exit for things like security check.
905
+ The exit state function is triggered when the Deva is exiting.
907
906
 
908
907
  The return will check for a custom onExit function or run the done
909
908
  function.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "type": "module",