@indra.ai/deva.security 0.10.0 → 0.11.1

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.
@@ -32,7 +32,6 @@ export default {
32
32
 
33
33
  const showJSON = packet.q.meta.params[1] || false;
34
34
  const status = `${key}:uid:${id.uid}`;
35
- const {VLA} = this.info();
36
35
 
37
36
  const text = [
38
37
  `${this.box.begin}:${status}`,
@@ -40,8 +39,8 @@ export default {
40
39
  `time: ${id.time}`,
41
40
  `date: ${id.date}`,
42
41
  `fingerprint: ${id.fingerprint}`,
43
- `license: ${VLA.uid}`,
44
42
  `warning: ${id.warning}`,
43
+ `license: ${id.license}`,
45
44
  `copyright: ${id.copyright}`,
46
45
  `${this.box.end}:${status}`,
47
46
  ];
@@ -50,8 +49,8 @@ export default {
50
49
  time: id.time,
51
50
  date: id.date,
52
51
  fingerprint: id.fingerprint,
53
- license: VLA.uid,
54
52
  warning: id.warning,
53
+ license: id.license,
55
54
  copyright: id.copyright,
56
55
  }
57
56
  if (showJSON) {
@@ -160,6 +159,7 @@ export default {
160
159
  `time: ${data.id.time}`,
161
160
  `date: ${data.id.date}`,
162
161
  `warning: ${data.id.warning}`,
162
+ `license: ${data.id.license}`,
163
163
  `copyright: ${data.id.copyright}`,
164
164
  `${this.box.end}:${status}`,
165
165
  ].join('\n');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "32562709245022934531",
3
3
  "name": "@indra.ai/deva.security",
4
- "version": "0.10.0",
4
+ "version": "0.11.1",
5
5
  "license": "VLA:32562709245022934531 LICENSE.md",
6
6
  "VLA": {
7
7
  "uid": "32562709245022934531",
@@ -60,7 +60,7 @@
60
60
  },
61
61
  "homepage": "https://deva.space/devas/security",
62
62
  "dependencies": {
63
- "@indra.ai/deva": "^1.27.0",
63
+ "@indra.ai/deva": "^1.27.1",
64
64
  "mongodb": "^6.20.0"
65
65
  },
66
66
  "data": {