@indra.ai/deva 1.1.115 → 1.1.116

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 +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -883,7 +883,6 @@ class Deva {
883
883
  init(client) {
884
884
  // set client
885
885
  this._active = Date.now();
886
- this._agent.dir = __dirname;
887
886
  const agent = this.agent();
888
887
  const _data = {
889
888
  id: this.uid(true),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.115",
3
+ "version": "1.1.116",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {