@indra.ai/deva 1.8.4 → 1.8.5

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/config/index.js +2 -2
  2. package/package.json +1 -1
package/config/index.js CHANGED
@@ -128,8 +128,8 @@ export default {
128
128
  next_key: false,
129
129
  onfunc: 'onShutdown',
130
130
  clear: [
131
- 'modules'
132
- 'listeners'
131
+ 'modules',
132
+ 'listeners',
133
133
  'events',
134
134
  '_config',
135
135
  '_active',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "44091450722329207445",
3
3
  "name": "@indra.ai/deva",
4
- "version": "1.8.4",
4
+ "version": "1.8.5",
5
5
  "description": "Deva Core a Vedic-inspired Event Based Context Aware Feature, Zone, Action, and State Machine integrated Artificial Intelligence Framework",
6
6
  "main": "index.js",
7
7
  "license": "VLA:44091450722329207445 LICENSE.md",