@indra.ai/deva 1.1.52 → 1.1.53

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 +26 -26
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -215,34 +215,34 @@ class Deva {
215
215
  cipher: `🔒 ${this._agent.profile.name} ${this._actions.cipher}`,
216
216
  decipher: `🔓 ${this._agent.profile.name} ${this._actions.decipher}`,
217
217
 
218
- security: `${this._features.security} action`,
219
- Security: `${this._features.Security} ready`,
220
- support: `${this._features.support} action`,
221
- Support: `${this._features.Support} ready`,
222
- services: `${this._features.services} action`,
223
- Services: `${this._features.Services} ready`,
224
- solutions: `${this._features.solutions} action`,
225
- Solutions: `${this._features.Solutions} ready`,
226
- systems: `${this._features.systems} action`,
227
- Systems: `${this._features.Systems} ready`,
228
- research: `${this._features.research} action`,
229
- Research: `${this._features.Research} ready`,
230
- development: `${this._features.Development} action`,
231
- Development: `${this._features.Development} ready`,
232
- business: `${this._features.business} action`,
233
- Business: `${this._features.Business} ready`,
234
- legal: `${this._features.legal} action`,
235
- Legal: `${this._features.Legal} ready`,
236
- assistant: `${this._features.assistant} action`,
237
- Assistant: `${this._features.Assistant} ready`,
238
- story: `${this._features.story} action`,
239
- Story: `${this._features.Story} ready`,
240
- mind: `${this._features.mind} action`,
241
- Mind: `${this._features.Mind} ready`,
218
+ security: `👮‍♀️ ${this._features.security} action`,
219
+ Security: `👮‍♂️ ${this._features.Security} ready`,
220
+ support: `👩‍⚕️ ${this._features.support} action`,
221
+ Support: `👨‍⚕️ ${this._features.Support} ready`,
222
+ services: `👩‍🔧 ${this._features.services} action`,
223
+ Services: `👨‍🔧 ${this._features.Services} ready`,
224
+ solutions: `👩‍🚀 ${this._features.solutions} action`,
225
+ Solutions: `👨‍🚀 ${this._features.Solutions} ready`,
226
+ systems: `👷‍♀️ ${this._features.systems} action`,
227
+ Systems: `👷‍♂️ ${this._features.Systems} ready`,
228
+ research: `👩‍🔬 ${this._features.research} action`,
229
+ Research: `👨‍🔬 ${this._features.Research} ready`,
230
+ development: `👩‍💻 ${this._features.Development} action`,
231
+ Development: `👨‍💻 ${this._features.Development} ready`,
232
+ business: `👩‍💼 ${this._features.business} action`,
233
+ Business: `👨‍💼 ${this._features.Business} ready`,
234
+ legal: `👩‍⚖️ ${this._features.legal} action`,
235
+ Legal: `👩‍⚖️ ${this._features.Legal} ready`,
236
+ assistant: `👩 ${this._features.assistant} action`,
237
+ Assistant: `👨 ${this._features.Assistant} ready`,
238
+ story: `👩‍🏫 ${this._features.story} action`,
239
+ Story: `👨‍🏫 ${this._features.Story} ready`,
240
+ mind: `🧘‍♀️ ${this._features.mind} action`,
241
+ Mind: `🧘‍♂️ ${this._features.Mind} ready`,
242
242
  client_data: `📂 ${this._agent.profile.name} configure`,
243
- invalid: `${this._actions.invalid}`,
243
+ invalid: `⚠️ ${this._actions.invalid}`,
244
244
  done: `✅ ${this._actions.done}`,
245
- error: `${this._action.error}`,
245
+ error: `❌ ${this._action.error}`,
246
246
  },
247
247
  features: {
248
248
  security: `🔐 ${this._features.security} feature`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.52",
3
+ "version": "1.1.53",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {