@indra.ai/deva.security 0.13.26 → 0.13.28
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 +2 -2
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -76,7 +76,7 @@ const SecurityDeva = new Deva({
|
|
|
76
76
|
},
|
|
77
77
|
modules: {},
|
|
78
78
|
devas: {
|
|
79
|
-
vector,
|
|
79
|
+
// vector,
|
|
80
80
|
// guard,
|
|
81
81
|
// wall,
|
|
82
82
|
// defense,
|
|
@@ -114,7 +114,7 @@ const SecurityDeva = new Deva({
|
|
|
114
114
|
return license_check ? this.start(data, resolve) : this.stop(data, resolve);
|
|
115
115
|
},
|
|
116
116
|
|
|
117
|
-
|
|
117
|
+
onReady(data, resolve) {
|
|
118
118
|
const {VLA} = this.info();
|
|
119
119
|
|
|
120
120
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "40899039373337698066",
|
|
3
3
|
"name": "@indra.ai/deva.security",
|
|
4
|
-
"version": "0.13.
|
|
4
|
+
"version": "0.13.28",
|
|
5
5
|
"license": "VLA:40899039373337698066 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "40899039373337698066",
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
},
|
|
60
60
|
"homepage": "https://deva.space/devas/security",
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@indra.ai/deva": "^1.29.
|
|
63
|
-
"@indra.ai/deva.vector": "^0.8.
|
|
62
|
+
"@indra.ai/deva": "^1.29.27",
|
|
63
|
+
"@indra.ai/deva.vector": "^0.8.25",
|
|
64
64
|
"mongodb": "^6.20.0"
|
|
65
65
|
},
|
|
66
66
|
"data": {
|