@indra.ai/deva 1.1.7 → 1.1.8

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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -487,7 +487,6 @@ class Deva {
487
487
  // create a hash for entire packet and insert into packet
488
488
  packet.hash = this.hash(JSON.stringify(packet));
489
489
 
490
- this.state('wait');
491
490
  this.talk(`log`, packet);
492
491
  return resolve(packet);
493
492
  }).catch(err => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {