@indra.ai/deva 1.1.78 → 1.1.79

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 +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1297,6 +1297,7 @@ class Deva {
1297
1297
  const agent_copy = this.copy(this._agent);
1298
1298
  delete agent_copy.parse;
1299
1299
  delete agent_copy.translate;
1300
+ delete agent_copy.process;
1300
1301
  return agent_copy;
1301
1302
  }
1302
1303
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.78",
3
+ "version": "1.1.79",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {