@indra.ai/deva 1.2.25 โ 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.
- package/config.json +21 -3
- package/index.js +2 -2
- 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
|
-
"
|
|
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
|
|
625
|
-
3. Assign binding functions and methods to 'this'
|
|
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.
|