@indra.ai/deva 1.6.62 → 1.6.63
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 +0 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2209,7 +2209,6 @@ class Deva {
|
|
|
2209
2209
|
const created = this.lib.formatDate(time, 'long', true); // Formatted created date.
|
|
2210
2210
|
|
|
2211
2211
|
const container = `OM:O:${key.toUpperCase()}:${transport}`; // set container string.
|
|
2212
|
-
const {write} = client.profile; // set write string.
|
|
2213
2212
|
|
|
2214
2213
|
const packet_hash = this.lib.hash(packet, 'sha256');
|
|
2215
2214
|
const token = this.lib.hash(`${key} client:${client.profile.id} fullname:${client.profile.fullname} transport:${transport}`, 'sha256');
|
|
@@ -2223,7 +2222,6 @@ class Deva {
|
|
|
2223
2222
|
text,
|
|
2224
2223
|
time,
|
|
2225
2224
|
container,
|
|
2226
|
-
write,
|
|
2227
2225
|
client: {
|
|
2228
2226
|
key: client.key,
|
|
2229
2227
|
name: client.profile.name,
|