@indra.ai/deva.security 0.18.0 → 0.19.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/index.js +7 -0
- package/package.json +7 -7
package/index.js
CHANGED
|
@@ -18,6 +18,13 @@ import shield from '@indra.ai/deva.shield';
|
|
|
18
18
|
import defense from '@indra.ai/deva.defense';
|
|
19
19
|
import proxy from '@indra.ai/deva.proxy';
|
|
20
20
|
|
|
21
|
+
// import vector from '/Users/quinnmichaels/Dev/deva.space/devas/deva.vector/index.js';
|
|
22
|
+
// import guard from '/Users/quinnmichaels/Dev/deva.space/devas/deva.guard/index.js';
|
|
23
|
+
// import wall from '/Users/quinnmichaels/Dev/deva.space/devas/deva.wall/index.js';
|
|
24
|
+
// import shield from '/Users/quinnmichaels/Dev/deva.space/devas/deva.shield/index.js';
|
|
25
|
+
// import defense from '/Users/quinnmichaels/Dev/deva.space/devas/deva.defense/index.js';
|
|
26
|
+
// import proxy from '/Users/quinnmichaels/Dev/deva.space/devas/deva.proxy/index.js';
|
|
27
|
+
|
|
21
28
|
// set the __dirname
|
|
22
29
|
import {dirname} from 'node:path';
|
|
23
30
|
import {fileURLToPath} from 'node:url';
|
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.19.0",
|
|
5
5
|
"license": "VLA:40899039373337698066 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "72981472549283584069",
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
"homepage": "https://deva.space/devas/security",
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@indra.ai/deva": "^1.36.0",
|
|
63
|
-
"@indra.ai/deva.defense": "^0.7.
|
|
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.8.
|
|
63
|
+
"@indra.ai/deva.defense": "^0.7.5",
|
|
64
|
+
"@indra.ai/deva.guard": "^0.10.0",
|
|
65
|
+
"@indra.ai/deva.proxy": "^0.8.0",
|
|
66
|
+
"@indra.ai/deva.shield": "^0.11.0",
|
|
67
|
+
"@indra.ai/deva.vector": "^0.11.0",
|
|
68
|
+
"@indra.ai/deva.wall": "^0.8.2",
|
|
69
69
|
"mongodb": "^6.20.0"
|
|
70
70
|
},
|
|
71
71
|
"data": {
|