@indra.ai/deva 1.1.57 → 1.1.58

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
@@ -169,7 +169,7 @@ class Deva {
169
169
  offline: `🛌 ${this._agent.profile.name} ${this._states.offline}`,
170
170
  online: `🌞 ${this._agent.profile.name} ${this._states.online}`,
171
171
  ask: `😎 ${this._agent.profile.name} ${this._states.ask}`,
172
- question: `🎙️ ${this._agent.profile.name} ${this._states.question}`,
172
+ question: `🎙️ ${this._agent.profile.name} ${this._states.question}`,
173
173
  answer: `🎟️ ${this._agent.profile.name} ${this._states.answer}`,
174
174
  init: `🚀 ${this._agent.profile.name} ${this._states.init}`,
175
175
  start: `🚙 ${this._agent.profile.name} ${this._states.start}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.57",
3
+ "version": "1.1.58",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {