@indra.ai/deva 1.2.24 โ†’ 1.2.26

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 +21 -3
  2. package/index.js +2 -2
  3. package/package.json +1 -1
package/config.json CHANGED
@@ -44,6 +44,8 @@
44
44
  "security": "๐Ÿ” Security",
45
45
  "support": "๐Ÿ’ผ Support",
46
46
  "services": "๐Ÿ› ๏ธ Services",
47
+ "legal": "๐Ÿ‘จโ€โš–๏ธ๏ธ Legal",
48
+ "authority": "๐Ÿ‘ฎโ€โ™‚๏ธ Authority",
47
49
  "help": "๐Ÿ’š Help",
48
50
  "error": "โŒ Error!"
49
51
  },
@@ -99,7 +101,7 @@
99
101
  "pull": "๐Ÿ‘‰ Pull",
100
102
  "search": "๐Ÿ”Ž Search",
101
103
  "memory": "๐Ÿ’ญ Memory",
102
- "response": "โœ๏ธ Response",
104
+ "signature": "โ›‘๏ธ Response",
103
105
  "invalid": "๐Ÿ‘Ž INVALID!",
104
106
  "valid": "๐Ÿ‘ VALID!",
105
107
  "abort": "๐Ÿ’” ABORT!",
@@ -107,7 +109,15 @@
107
109
  "help": "๐Ÿ’™ Help",
108
110
  "authorized": "๐Ÿ” authorized",
109
111
  "unauthorized": "๐Ÿดโ€โ˜ ๏ธ unauthorized",
110
- "Done": "โ˜‘๏ธ Done"
112
+ "Done": "โ˜‘๏ธ Done",
113
+ "glitch": "๐Ÿ˜ก Glitch",
114
+ "intruder": "๐Ÿฆนโ€โ™‚๏ธ Intruder",
115
+ "snooper": "๐Ÿ‘€ Snooper",
116
+ "scam": "๐Ÿ™…โ€โ™‚๏ธ Scam",
117
+ "fraud": "โ€ผ๏ธ Fraud",
118
+ "crime": "๐Ÿš” Crime",
119
+ "official": "๐Ÿซก Official",
120
+ "unofficial": "๐Ÿคฅ Unofficial"
111
121
  },
112
122
  "action": false,
113
123
  "actions": {
@@ -176,7 +186,15 @@
176
186
  "features": "๐ŸŽฅ Getting features",
177
187
  "contexts": "๐ŸŒˆ Getting contexts",
178
188
  "help": "๐Ÿ’œ Help",
179
- "error": "๐Ÿ”ด ERROR!"
189
+ "error": "๐Ÿ”ด ERROR!",
190
+ "lawful": "๐Ÿš“ Lawful",
191
+ "unlawful": "๐Ÿ‘ฟ Unlawful",
192
+ "audio": "๐Ÿ‘‚ Audio",
193
+ "text": "๐Ÿ“• Text",
194
+ "image": "๐ŸŒ„ Image",
195
+ "image": "๐Ÿ“ฝ๏ธ Video",
196
+ "signature": "โœ๏ธ Signature",
197
+ "orders": "๐Ÿช– Orders"
180
198
  },
181
199
  "feature": false,
182
200
  "features": {
package/index.js CHANGED
@@ -621,8 +621,8 @@ class Deva {
621
621
  The main init interface where the chain begins. Where the states fire for
622
622
  each process of setting:
623
623
  1. Set the Max listeners to control event memory buffer.
624
- 2. Assign the Interited Properties
625
- 3. Assign binding functions and methods to 'this' scoe.
624
+ 2. Assign the Inherited Properties
625
+ 3. Assign binding functions and methods to 'this' scope.
626
626
  4. Assign any listeners for additional functionality.
627
627
  5. run the onInit custom function if preset or the start function.
628
628
  6. The start function will create a chain reaction of states that load.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.2.24",
3
+ "version": "1.2.26",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "type": "module",