@indra.ai/deva.justice 0.0.117 → 0.0.119

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 (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +8 -4
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.117",
4
+ "version": "0.0.119",
5
5
  "license": "VLA:66900525171674101536 LICENSE.md",
6
6
  "VLA": {
7
7
  "uid": "66900525171674101536",
@@ -52,14 +52,16 @@
52
52
  "Deva.cloud",
53
53
  "Deva.world",
54
54
  "Quinn A Michaels",
55
- "Inside The Net, Inc."
55
+ "Inside The Net, Inc.",
56
+ "Throwing Pigment",
57
+ "bleuBrain"
56
58
  ],
57
59
  "bugs": {
58
60
  "url": "https://github.com/indraai/deva.justice/issues"
59
61
  },
60
- "homepage": "https://deva.space/devas/justice",
62
+ "homepage": "https://indra.ai",
61
63
  "dependencies": {
62
- "@indra.ai/deva": "^1.11.0",
64
+ "@indra.ai/deva": "^1.17.0",
63
65
  "mongodb": "^6.20.0"
64
66
  },
65
67
  "data": {
@@ -104,6 +106,8 @@
104
106
  "background": "/assets/devas/justice/background.png",
105
107
  "owner": "Quinn Michaels",
106
108
  "creator": "Quinn Michaels",
109
+ "status": "unofficial",
110
+ "uid_warning": "⚖️ Where justice is destroyed by injustice, or truth by falsehood, while the judges look on, there they shall also be destroyed. The only friend who follows men even after death is justice; for everything else is lost at the same time when the body perishes.",
107
111
  "copyright": "Copyright ©2025 Quinn A Michaels; All rights reserved.",
108
112
  "created": "February 7, 2025 at 8:02 PM"
109
113
  }