@indra.ai/deva.security 0.12.6 → 0.13.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.
Files changed (2) hide show
  1. package/index.js +15 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -10,6 +10,13 @@ import { MongoClient, ObjectId } from 'mongodb';
10
10
  import pkg from './package.json' with {type:'json'};
11
11
  const {agent,vars} = pkg.data;
12
12
 
13
+ import vector from '/Users/quinnmichaels/Dev/deva.space/devas/deva.vector/index.js';
14
+ import guard from '/Users/quinnmichaels/Dev/deva.space/devas/deva.guard/index.js';
15
+ import wall from '/Users/quinnmichaels/Dev/deva.space/devas/deva.wall/index.js';
16
+ import defense from '/Users/quinnmichaels/Dev/deva.space/devas/deva.defense/index.js';
17
+ import shield from '/Users/quinnmichaels/Dev/deva.space/devas/deva.shield/index.js';
18
+ import proxy from '/Users/quinnmichaels/Dev/deva.space/devas/deva.proxy/index.js';
19
+
13
20
  // set the __dirname
14
21
  import {dirname} from 'node:path';
15
22
  import {fileURLToPath} from 'node:url';
@@ -68,7 +75,14 @@ const SECURITY = new Deva({
68
75
  },
69
76
  },
70
77
  modules: {},
71
- devas: {},
78
+ devas: {
79
+ vector,
80
+ guard,
81
+ wall,
82
+ defense,
83
+ shield,
84
+ proxy,
85
+ },
72
86
  func: {
73
87
  /**************
74
88
  func: write_log
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "40899039373337698066",
3
3
  "name": "@indra.ai/deva.security",
4
- "version": "0.12.6",
4
+ "version": "0.13.0",
5
5
  "license": "VLA:40899039373337698066 LICENSE.md",
6
6
  "VLA": {
7
7
  "uid": "40899039373337698066",
@@ -58,7 +58,7 @@
58
58
  },
59
59
  "homepage": "https://deva.space/devas/security",
60
60
  "dependencies": {
61
- "@indra.ai/deva": "^1.28.2",
61
+ "@indra.ai/deva": "^1.29.0",
62
62
  "mongodb": "^6.20.0"
63
63
  },
64
64
  "data": {