@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.
Files changed (2) hide show
  1. package/index.js +0 -2
  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,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "45101309286114035798",
3
3
  "name": "@indra.ai/deva",
4
- "version": "1.6.62",
4
+ "version": "1.6.63",
5
5
  "description": "The Deva Core",
6
6
  "main": "index.js",
7
7
  "license": "VLA:45101309286114035798 LICENSE.md",