@indra.ai/deva.security 0.20.2 β 0.21.0
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/feature/methods.js +10 -4
- package/package.json +11 -10
package/feature/methods.js
CHANGED
|
@@ -30,7 +30,11 @@ export default {
|
|
|
30
30
|
this.feature('security', `uid:${id.uid}`);
|
|
31
31
|
this.zone('security', `uid:${id.uid}`);
|
|
32
32
|
this.belief('security', `uid:${id.uid}`)
|
|
33
|
-
|
|
33
|
+
|
|
34
|
+
const agent = this.agent();
|
|
35
|
+
const {key} = agent;
|
|
36
|
+
|
|
37
|
+
const client = this.client();
|
|
34
38
|
|
|
35
39
|
const showJSON = packet.q.meta.params[1] || false;
|
|
36
40
|
const status = `${key}:uid:${id.uid}`;
|
|
@@ -45,10 +49,12 @@ export default {
|
|
|
45
49
|
`date: ${id.date}`,
|
|
46
50
|
`warning: ${id.warning}`,
|
|
47
51
|
`tags: ${id.tags}`,
|
|
48
|
-
`
|
|
52
|
+
`agent: ${agent.profile.name}`,
|
|
53
|
+
`client: ${client.profile.name}`,
|
|
49
54
|
`creator: ${id.creator}`,
|
|
50
|
-
`
|
|
55
|
+
`owner: ${id.owner}`,
|
|
51
56
|
`salute: ${id.salute}`,
|
|
57
|
+
`license: ${id.license}`,
|
|
52
58
|
`fingerprint: ${id.fingerprint}`,
|
|
53
59
|
`copyright: ${id.copyright}`,
|
|
54
60
|
`md5: ${id.md5}`,
|
|
@@ -69,7 +75,7 @@ export default {
|
|
|
69
75
|
return resolve({
|
|
70
76
|
text: parsed.a.text,
|
|
71
77
|
html: parsed.a.html,
|
|
72
|
-
data,
|
|
78
|
+
data: id,
|
|
73
79
|
});
|
|
74
80
|
}).catch(err => {
|
|
75
81
|
return this.err(err, packet, reject);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "40899039373337698066",
|
|
3
3
|
"name": "@indra.ai/deva.security",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.21.0",
|
|
5
5
|
"license": "VLA:40899039373337698066 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "72981472549283584069",
|
|
@@ -59,13 +59,13 @@
|
|
|
59
59
|
},
|
|
60
60
|
"homepage": "https://deva.space/devas/security",
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@indra.ai/deva": "^1.37.
|
|
63
|
-
"@indra.ai/deva.defense": "^0.
|
|
64
|
-
"@indra.ai/deva.guard": "^0.
|
|
65
|
-
"@indra.ai/deva.proxy": "^0.
|
|
66
|
-
"@indra.ai/deva.shield": "^0.
|
|
67
|
-
"@indra.ai/deva.vector": "^0.
|
|
68
|
-
"@indra.ai/deva.wall": "^0.
|
|
62
|
+
"@indra.ai/deva": "^1.37.3",
|
|
63
|
+
"@indra.ai/deva.defense": "^0.8.3",
|
|
64
|
+
"@indra.ai/deva.guard": "^0.11.1",
|
|
65
|
+
"@indra.ai/deva.proxy": "^0.9.1",
|
|
66
|
+
"@indra.ai/deva.shield": "^0.12.1",
|
|
67
|
+
"@indra.ai/deva.vector": "^0.13.0",
|
|
68
|
+
"@indra.ai/deva.wall": "^0.10.2",
|
|
69
69
|
"mongodb": "^6.20.0"
|
|
70
70
|
},
|
|
71
71
|
"data": {
|
|
@@ -113,10 +113,11 @@
|
|
|
113
113
|
"creator": "Quinn A Michaels",
|
|
114
114
|
"company": "Inside The Net, Inc.",
|
|
115
115
|
"status": "vedic",
|
|
116
|
-
"
|
|
116
|
+
"salute": "π€π«‘π¨ποΈπΊπΈ",
|
|
117
|
+
"warning": "{{prompt.emoji}} {{profile.name}} give us SECURITY from that we are AFRAID. HELP US, {{profile.hashtag}}, drive away FOES and ENEMIES from all the REGIONS of the WORLD send {{profile.name}}. {{profile.name}} the FOE SUBDUER SWIFT to ACT PROMPT to LISTEN. {{profile.name}} hold thy SPIRIT FAST hold it for LIFE not for DEATH hold it for SECURITY. Where those who SUBSIST by the FULFILLMENT of the LAW depart from the ESTABLISHED RULE of LAW the {{profile.name}} shall PUNISH with A FINE equal to the DAMAGE CAUSED.",
|
|
117
118
|
"copyright": "Copyright Β©2000-2026 Quinn A Michaels. All rights reserved.",
|
|
118
119
|
"created": "Monday, May 22, 2023 at 9:26β―AM",
|
|
119
|
-
"updated": "Sunday,
|
|
120
|
+
"updated": "Sunday, March 1, 2026 - 7:11:47 PM"
|
|
120
121
|
}
|
|
121
122
|
},
|
|
122
123
|
"vars": {
|