@indra.ai/deva 1.5.46 → 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.
- package/index.js +2 -0
- package/package.json +1 -1
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(() => {
|