@indra.ai/deva 1.6.21 → 1.6.22
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/lib/index.js +2 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -132,7 +132,8 @@ class LIB {
|
|
|
132
132
|
const packet_hash = this.hash(packet, 'sha256');
|
|
133
133
|
const laws_hash = this.hash(agent.laws || client.laws, 'sha256');
|
|
134
134
|
const token = this.hash(`${key} client:${client.profile.id} fullname:${client.profile.fullname} transport:${transport}`, 'sha256');
|
|
135
|
-
|
|
135
|
+
|
|
136
|
+
// build the main data packet.
|
|
136
137
|
const data = {
|
|
137
138
|
id,
|
|
138
139
|
key,
|