@indra.ai/deva 1.5.45 → 1.5.47

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 +2 -0
  2. package/package.json +10 -7
package/index.js CHANGED
@@ -810,6 +810,8 @@ class Deva {
810
810
  return this.Defense(resolve, reject);
811
811
  }).then(() => {
812
812
  return this.Wall(resolve, reject);
813
+ }).then(() => {
814
+ return this.Shield(resolve, reject);
813
815
  }).then(() => {
814
816
  return this.Proxy(resolve, reject);
815
817
  }).then(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.5.45",
3
+ "version": "1.5.47",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "copyright": "(c)2025 Quinn Michaels; All rights reserved.",
@@ -96,18 +96,21 @@
96
96
  "stop": "🔴 Stop",
97
97
  "exit": "🚪 Exit",
98
98
  "deva": "⚡️ Deva",
99
- "client": "👨 Client",
100
99
  "agent": "🤖 Agent",
100
+ "client": "👨 Client",
101
+ "vector": "🛤️ Vector",
101
102
  "security": "🔐 Security",
103
+ "guard": "💂 Guard",
104
+ "wall": "🧱 Wall",
105
+ "defense": "🪖 Defense",
106
+ "proxy": "🔗 Proxy",
107
+ "legal": "🏛️ Legal",
108
+ "authority": "🚔 Authority",
109
+ "justice": "⚖️ Justice",
102
110
  "support": "🚑 Support",
103
111
  "services": "🚚 Services",
104
112
  "systems": "🚛 Systems",
105
113
  "networks": "🛰️ Networks",
106
- "legal": "🏛️ Legal",
107
- "authority": "🚔 Authority",
108
- "justice": "⚖️ Justice",
109
- "defense": "🪖 Defense",
110
- "guard": "💂 Guard",
111
114
  "help": "💚 Help",
112
115
  "error": "❌ Error!"
113
116
  },