@indra.ai/deva.security 0.14.4 → 0.15.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 +1 -1
- package/index.js +1 -1
- package/package.json +5 -5
package/feature/methods.js
CHANGED
|
@@ -28,7 +28,7 @@ export default {
|
|
|
28
28
|
this.feature('security', `uid:${id.uid}`);
|
|
29
29
|
this.zone('security', `uid:${id.uid}`);
|
|
30
30
|
this.belief('security', `uid:${id.uid}`)
|
|
31
|
-
const {key} = this.agent();
|
|
31
|
+
const {key,profile,prompt} = this.agent();
|
|
32
32
|
|
|
33
33
|
const showJSON = packet.q.meta.params[1] || false;
|
|
34
34
|
const status = `${key}:uid:${id.uid}`;
|
package/index.js
CHANGED
|
@@ -15,7 +15,7 @@ import guard from '@indra.ai/deva.guard';
|
|
|
15
15
|
import wall from '@indra.ai/deva.wall';
|
|
16
16
|
import shield from '@indra.ai/deva.shield';
|
|
17
17
|
import defense from '@indra.ai/deva.defense';
|
|
18
|
-
import proxy from '
|
|
18
|
+
import proxy from '@indra.ai/deva.proxy';
|
|
19
19
|
|
|
20
20
|
// set the __dirname
|
|
21
21
|
import {dirname} from 'node:path';
|
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.15.0",
|
|
5
5
|
"license": "VLA:40899039373337698066 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "40899039373337698066",
|
|
@@ -59,10 +59,10 @@
|
|
|
59
59
|
},
|
|
60
60
|
"homepage": "https://deva.space/devas/security",
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@indra.ai/deva": "^1.
|
|
62
|
+
"@indra.ai/deva": "^1.32.0",
|
|
63
63
|
"@indra.ai/deva.defense": "^0.7.4",
|
|
64
64
|
"@indra.ai/deva.guard": "^0.9.2",
|
|
65
|
-
"@indra.ai/deva.proxy": "^0.7.
|
|
65
|
+
"@indra.ai/deva.proxy": "^0.7.3",
|
|
66
66
|
"@indra.ai/deva.shield": "^0.9.1",
|
|
67
67
|
"@indra.ai/deva.vector": "^0.9.1",
|
|
68
68
|
"@indra.ai/deva.wall": "^0.8.1",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"subtitle": "Handling security like a professional",
|
|
97
97
|
"describe": "Expert in security who sets the standard of excellence in strict chain of custody, legal, ethics, and privacy laws.",
|
|
98
98
|
"tweet": "Security Deva is an expert in security who sets the standard of excellence in strict chain of custody, legal, ethics, and privacy laws.",
|
|
99
|
-
"hashtags": "#QuinnMichaels #InsideTheNet #IndraAI #DevaWorld #SecurityDeva #
|
|
99
|
+
"hashtags": "#QuinnMichaels #InsideTheNet #IndraAI #DevaWorld #SecurityDeva #VectorGuardWall #CentralSecurityService",
|
|
100
100
|
"pronouns": "He, Him",
|
|
101
101
|
"gender": "DEVA",
|
|
102
102
|
"style": "Security officer with Military Precision.",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"creator": "Quinn A Michaels",
|
|
114
114
|
"company": "Inside The Net, Inc.",
|
|
115
115
|
"status": "vedic",
|
|
116
|
-
"warning": "{{prompt.emoji}} {{profile.
|
|
116
|
+
"warning": "{{prompt.emoji}} {{profile.name}} give us #Security from that we are #Afraid. Help us, {{profile.hashtag}}, drive away #FoesAndEnemies from #AllTheRegionsOfTheWorld send {{profile.name}}. {{profile.name}} the #FoeSubduer #SwiftToAct #PromptToListen. {{profile.name}} hold thy #SpiritFast #HoldItForLife #NotForDeath #HoldItForSecurity. Where those who #SubsistByTheFulfillmentOfTheLaw depart from the #EstablishedRuleOfLaw the {{profile.name}} shall #Punish with the designated 1000 Pana #VedicSahasaFine for #ViolationOfDuty. {{profile.hashtags}}",
|
|
117
117
|
"copyright": "Copyright ©2000-2025 Quinn A Michaels. All rights reserved.",
|
|
118
118
|
"created": "Monday, May 22, 2023 at 9:26 AM",
|
|
119
119
|
"updated": "Friday, November 21, 2025 - 9:12:59 PM"
|