@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.
- package/index.js +1 -0
- 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()
|