@indra.ai/deva.security 0.13.12 → 0.13.13

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 +3 -2
  2. package/package.json +2 -2
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,
@@ -113,7 +113,8 @@ const SecurityDeva = new Deva({
113
113
  this.action('return', `onInit:${data.id.uid}`);
114
114
  return license_check ? this.start(data, resolve) : this.stop(data, resolve);
115
115
  },
116
- async onReady(data, resolve) {
116
+
117
+ onReady(data, resolve) {
117
118
  const {VLA} = this.info();
118
119
 
119
120
  this.state('get', `mongo:global:${data.id.uid}`);
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.12",
4
+ "version": "0.13.13",
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.29.11",
61
+ "@indra.ai/deva": "^1.29.13",
62
62
  "mongodb": "^6.20.0"
63
63
  },
64
64
  "data": {