@indra.ai/deva.security 0.0.130 → 0.0.132
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 +4 -0
- package/package.json +3 -3
package/feature/methods.js
CHANGED
|
@@ -21,6 +21,8 @@ export default {
|
|
|
21
21
|
describe: Return a system id to the user from the Log Buddy.
|
|
22
22
|
***************/
|
|
23
23
|
uid(packet) {
|
|
24
|
+
this.belief('security', `uid:${data.id.uid}`)
|
|
25
|
+
this.context('uid', packet.id.uid);
|
|
24
26
|
this.feature('security', `uid:${packet.id.uid}`);
|
|
25
27
|
this.zone('security', `uid:${packet.id.uid}`);
|
|
26
28
|
const agent = this.agent();
|
|
@@ -53,6 +55,8 @@ export default {
|
|
|
53
55
|
text.push('::::');
|
|
54
56
|
text.push(JSON.stringify(id, null, 2));
|
|
55
57
|
}
|
|
58
|
+
|
|
59
|
+
this.belief('vedic', `uid:${data.id.uid}`)
|
|
56
60
|
return Promise.resolve({
|
|
57
61
|
text: text.join('\n'),
|
|
58
62
|
html: false,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "45249771785697968797",
|
|
3
3
|
"name": "@indra.ai/deva.security",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.132",
|
|
5
5
|
"license": "VLA:45249771785697968797 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "45249771785697968797",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
},
|
|
61
61
|
"homepage": "https://deva.space/devas/security",
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@indra.ai/deva": "^1.8.
|
|
63
|
+
"@indra.ai/deva": "^1.8.7",
|
|
64
64
|
"mongodb": "^6.20.0"
|
|
65
65
|
},
|
|
66
66
|
"data": {
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
},
|
|
135
135
|
"trigger": "@SECURITY",
|
|
136
136
|
"context": {
|
|
137
|
-
"uid": "
|
|
137
|
+
"uid": "🆔 Generate uid",
|
|
138
138
|
"status": "getting status",
|
|
139
139
|
"info": "getting info",
|
|
140
140
|
"feature": "accessing feature",
|