@indra.ai/deva.justice 0.0.117 → 0.0.118
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/index.js +2 -2
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -42,11 +42,11 @@ const JUSTICE = new Deva({
|
|
|
42
42
|
listeners: {
|
|
43
43
|
// log the exit packet when the deva exits the system
|
|
44
44
|
'devacore:exit'(packet) {
|
|
45
|
-
this.func.write_log('exit', packet);
|
|
45
|
+
this.func.write_log('exit', this.lib.copy(packet));
|
|
46
46
|
},
|
|
47
47
|
// log the answer on complete of the question and answer
|
|
48
48
|
'devacore:complete'(packet) {
|
|
49
|
-
this.func.write_log('complete', packet);
|
|
49
|
+
this.func.write_log('complete', this.lib.copy(packet));
|
|
50
50
|
},
|
|
51
51
|
},
|
|
52
52
|
modules: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "66900525171674101536",
|
|
3
3
|
"name": "@indra.ai/deva.justice",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.118",
|
|
5
5
|
"license": "VLA:66900525171674101536 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "66900525171674101536",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
"homepage": "https://deva.space/devas/justice",
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@indra.ai/deva": "^1.
|
|
62
|
+
"@indra.ai/deva": "^1.12.0",
|
|
63
63
|
"mongodb": "^6.20.0"
|
|
64
64
|
},
|
|
65
65
|
"data": {
|