@indra.ai/deva 1.5.23 → 1.5.25

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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -929,6 +929,7 @@ class Deva {
929
929
  client: this.client(), // set the client
930
930
  created: 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.25",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "copyright": "(c)2025 Quinn Michaels; All rights reserved.",