@indra.ai/deva 1.1.87 → 1.1.88

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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1669,7 +1669,7 @@ class Deva {
1669
1669
  // Talk a global prompt event for the client
1670
1670
  const _data = {
1671
1671
  id: this.uid(true),
1672
- key: 'return',
1672
+ key: 'prompt',
1673
1673
  value: 'prompt',
1674
1674
  agent: this.agent(),
1675
1675
  client: this.client(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.87",
3
+ "version": "1.1.88",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {