@indra.ai/deva 1.5.24 → 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 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -927,7 +927,7 @@ 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
|
-
|
|
930
|
+
created: Date.now(), // set the created date
|
|
931
931
|
}
|
|
932
932
|
data.hash = this.lib.hash(data);
|
|
933
933
|
// has stop function then set hasOnStop variable
|