@indra.ai/deva 1.1.53 → 1.1.54

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 +2 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -267,8 +267,8 @@ class Deva {
267
267
  Assistant: `👤 ${this._features.Assistant} configure`,
268
268
  story: `📚 ${this._features.story} feature`,
269
269
  Story: `📚 ${this._features.Story} configure`,
270
- mind: `${this._features.story} feature`,
271
- Mind: `${this._features.Mind} configure`,
270
+ mind: `🧠 ${this._features.story} feature`,
271
+ Mind: `🧠 ${this._features.Mind} configure`,
272
272
  invalid: `⚠️ ${this._features.invalid}`,
273
273
  done: `✅ ${this._features.done}`,
274
274
  error: `❌ ${this._features.error}`,
@@ -1130,7 +1130,6 @@ class Deva {
1130
1130
  usage: this.init(client_object)
1131
1131
  ***************/
1132
1132
  init(client) {
1133
- console.log('INIT');
1134
1133
  const _data = {
1135
1134
  id: this.uid(true),
1136
1135
  key: 'return',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.53",
3
+ "version": "1.1.54",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {