@indra.ai/deva 1.5.23 → 1.5.24

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 +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -927,8 +927,9 @@ class Deva {
927
927
  value: this._messages.stop, // set the value
928
928
  agent: this.agent(), // set the agent
929
929
  client: this.client(), // set the client
930
- created: Date.now(), // set the created date
930
+ stop: Date.now(), // set the created date
931
931
  }
932
+ data.hash = this.lib.hash(data);
932
933
  // has stop function then set hasOnStop variable
933
934
  // if: has on stop then run on stop function or return exit function.
934
935
  return hasOnStop ? this.onStop(data) : this.exit()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.5.23",
3
+ "version": "1.5.24",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "copyright": "(c)2025 Quinn Michaels; All rights reserved.",