@indra.ai/deva 1.1.28 → 1.1.29

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 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -43,7 +43,6 @@ class Deva {
43
43
  }
44
44
 
45
45
  set States(opts) {
46
- console.log('CLIENT', this._client.profile.name);
47
46
  const _states = {
48
47
  uid: `👻 ${this._agent.profile.name} is making a new #uid`,
49
48
  offline: `👻 ${this._agent.profile.name} is offline`,
@@ -93,7 +92,7 @@ class Deva {
93
92
  question_command: `🧞‍♀️ ${this._client.profile.name} issued a #command to ${this._agent.profile.name}`,
94
93
  hash_question: `🔑 ${this._agent.profile.name} created the #question #hash for ${this._client.profile.name}`,
95
94
  hash_ask: `🔑 ${this._agent.profile.name} created the #ask #hash for ${this._client.profile.name}`,
96
- hash_answer: `🔑 ${this._agent.profile.name} #answer #hash with`,
95
+ hash_answer: `🔑 ${this._client.profile.name} #answer #hash with`,
97
96
  hash_command: `🔑 ${this._client.profile.name} #command #hash with ${this._agent.profile.name}`,
98
97
  hash_packet: `🔑 ${this._agent.profile.name} created the #packet #hash for ${this._client.profile.name}`,
99
98
  ask_question: `👽 ${this._client.profile.name} asked ${this._agent.profile.name} a great #question`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.28",
3
+ "version": "1.1.29",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {