@indra.ai/deva 1.4.1 → 1.4.3

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 (3) hide show
  1. package/config.json +5 -5
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/config.json CHANGED
@@ -49,7 +49,7 @@
49
49
  "legal": "🏛️ Legal",
50
50
  "authority": "🚔 Authority",
51
51
  "justice": "⚖️ Justice",
52
- "defense": "🪖 Defense",
52
+ "defense": "🪖 Defense",
53
53
  "help": "💚 Help",
54
54
  "error": "❌ Error!"
55
55
  },
@@ -64,7 +64,7 @@
64
64
  "listen": "👂 Listen",
65
65
  "ask": "🗣️ Ask",
66
66
  "question": "💬 Question",
67
- "cmd": "🪖 Command",
67
+ "cmd": "🪖 Command",
68
68
  "answer": "💡 Answer",
69
69
  "ready": "😊 Ready",
70
70
  "wait": "⏳ Waiting",
@@ -184,7 +184,7 @@
184
184
  "legal": "🗃️ Legal",
185
185
  "justice": "🗄️ Justice",
186
186
  "authority": "👮 Authority",
187
- "defense": "🪖 Defense",
187
+ "defense": "🪖 Defense",
188
188
 
189
189
  "invalid": "❌ Invalid",
190
190
  "states": "🛻 States",
@@ -202,7 +202,7 @@
202
202
  "image": "🌄 Image",
203
203
  "image": "📽️ Video",
204
204
  "signature": "✍️ Signature",
205
- "orders": "🪖 Orders",
205
+ "orders": "🪖 Orders",
206
206
  "law": "🔏 Law",
207
207
  "decree": "📜 Decree"
208
208
  },
@@ -218,7 +218,7 @@
218
218
  "legal": "🗂️️️ Legal",
219
219
  "justice": "🏛️️ Justice",
220
220
  "authority": "🚓️️ Authority",
221
- "defense": "🪖️️ Defense",
221
+ "defense": "🪖️️ Defense",
222
222
  "cipher": "🔒 Cipher",
223
223
  "decipher": "🔓 Decipher",
224
224
  "promp": "🪵 Prompt",
package/index.js CHANGED
@@ -911,7 +911,7 @@ class Deva {
911
911
  If the deva is offline it will return the offline message.
912
912
  usage: this.exit('msg')
913
913
  ***************/
914
- exit() {
914
+ exit(data) {
915
915
  this.zone('exit');
916
916
 
917
917
  const agent = this.agent();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.4.1",
3
+ "version": "1.4.3",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "type": "module",