@indra.ai/deva.log 0.0.166 → 0.0.168
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 +0 -2
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -41,12 +41,10 @@ const LOG = new Deva({
|
|
|
41
41
|
listeners: {
|
|
42
42
|
// log the question
|
|
43
43
|
'devacore:question'(packet) {
|
|
44
|
-
this.methods.echo(agent.key, 'q', packet);
|
|
45
44
|
this.func.log_write('question', packet);
|
|
46
45
|
},
|
|
47
46
|
// log the answer
|
|
48
47
|
'devacore:answer'(packet) {
|
|
49
|
-
this.methods.echo(agent.key, 'a', packet);
|
|
50
48
|
this.func.log_write('answer', packet);
|
|
51
49
|
},
|
|
52
50
|
// log deva sking another deva
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "46605441065773246919",
|
|
3
3
|
"name": "@indra.ai/deva.log",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.168",
|
|
5
5
|
"license": "VLA:46605441065773246919 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "46605441065773246919",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"url": "https://github.com/indraai/deva.log/issues"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@indra.ai/deva": "^1.8.
|
|
60
|
+
"@indra.ai/deva": "^1.8.9",
|
|
61
61
|
"mongodb": "^6.1.0"
|
|
62
62
|
},
|
|
63
63
|
"data": {
|