@indra.ai/deva 1.1.16 → 1.1.17

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 +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -108,6 +108,7 @@ class Deva {
108
108
  data,
109
109
  created: Date.now(),
110
110
  };
111
+ this.prompt(this._state);
111
112
  this.talk(`${this.agent.key}:state`, _data);
112
113
  return this._state;
113
114
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.16",
3
+ "version": "1.1.17",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {