@indra.ai/deva 1.6.23 → 1.6.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/lib/index.js +1 -0
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -114,6 +114,7 @@ class LIB {
114
114
  }
115
115
 
116
116
  sign(packet, concerns) {
117
+ const time = Date.now();
117
118
  const {q, id} = packet;
118
119
 
119
120
  const {meta, agent, client, text} = q;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": 55286864875635310000,
3
3
  "name": "@indra.ai/deva",
4
- "version": "1.6.23",
4
+ "version": "1.6.24",
5
5
  "description": "The Deva Core",
6
6
  "main": "index.js",
7
7
  "license": "VLA:15127963876514842820 LICENSE.md",