@indra.ai/deva.security 0.14.0 → 0.14.2
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 +3 -3
- package/package.json +9 -7
package/feature/methods.js
CHANGED
|
@@ -59,7 +59,7 @@ export default {
|
|
|
59
59
|
text.push(`${this.box.end}${key}:uid:json:${data.uid}`);
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
this.question(`${this.askChr}feecting parse ${text.join('\n')}
|
|
62
|
+
this.question(`${this.askChr}feecting parse ${text.join('\n')}`, {vars:this.vars}).then(parsed => {
|
|
63
63
|
this.belief('vedic', `uid:${packet.id.uid}`);
|
|
64
64
|
this.action('resolve', `uid:${packet.id.uid}`);
|
|
65
65
|
return resolve({
|
package/index.js
CHANGED
|
@@ -13,8 +13,8 @@ const {agent,vars} = pkg.data;
|
|
|
13
13
|
import vector from '@indra.ai/deva.vector';
|
|
14
14
|
import guard from '@indra.ai/deva.guard';
|
|
15
15
|
import wall from '@indra.ai/deva.wall';
|
|
16
|
+
import shield from '@indra.ai/deva.shield';
|
|
16
17
|
import defense from '@indra.ai/deva.defense';
|
|
17
|
-
import shield from '/Users/quinnmichaels/Dev/deva.space/devas/deva.shield/index.js';
|
|
18
18
|
import proxy from '/Users/quinnmichaels/Dev/deva.space/devas/deva.proxy/index.js';
|
|
19
19
|
|
|
20
20
|
// set the __dirname
|
|
@@ -79,9 +79,9 @@ const SecurityDeva = new Deva({
|
|
|
79
79
|
vector,
|
|
80
80
|
guard,
|
|
81
81
|
wall,
|
|
82
|
-
defense,
|
|
83
82
|
shield,
|
|
84
|
-
|
|
83
|
+
defense,
|
|
84
|
+
proxy,
|
|
85
85
|
},
|
|
86
86
|
func: {
|
|
87
87
|
/**************
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "40899039373337698066",
|
|
3
3
|
"name": "@indra.ai/deva.security",
|
|
4
|
-
"version": "0.14.
|
|
4
|
+
"version": "0.14.2",
|
|
5
5
|
"license": "VLA:40899039373337698066 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "40899039373337698066",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"type": "module",
|
|
35
35
|
"scripts": {
|
|
36
36
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
37
|
-
"latest": "npm i @indra.ai/deva@latest @indra.ai/deva.vector@latest @indra.ai/deva.guard@latest @indra.ai/deva.wall@latest @indra.ai/deva.defense@latest --save"
|
|
37
|
+
"latest": "npm i @indra.ai/deva@latest @indra.ai/deva.vector@latest @indra.ai/deva.guard@latest @indra.ai/deva.wall@latest @indra.ai/deva.shield@latest @indra.ai/deva.defense@latest @indra.ai/deva.proxy@latest --save"
|
|
38
38
|
},
|
|
39
39
|
"repository": {
|
|
40
40
|
"type": "git",
|
|
@@ -59,11 +59,13 @@
|
|
|
59
59
|
},
|
|
60
60
|
"homepage": "https://deva.space/devas/security",
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@indra.ai/deva": "^1.29.
|
|
63
|
-
"@indra.ai/deva.defense": "^0.7.
|
|
64
|
-
"@indra.ai/deva.guard": "^0.
|
|
65
|
-
"@indra.ai/deva.
|
|
66
|
-
"@indra.ai/deva.
|
|
62
|
+
"@indra.ai/deva": "^1.29.31",
|
|
63
|
+
"@indra.ai/deva.defense": "^0.7.4",
|
|
64
|
+
"@indra.ai/deva.guard": "^0.9.2",
|
|
65
|
+
"@indra.ai/deva.proxy": "^0.7.2",
|
|
66
|
+
"@indra.ai/deva.shield": "^0.9.1",
|
|
67
|
+
"@indra.ai/deva.vector": "^0.9.1",
|
|
68
|
+
"@indra.ai/deva.wall": "^0.8.1",
|
|
67
69
|
"mongodb": "^6.20.0"
|
|
68
70
|
},
|
|
69
71
|
"data": {
|