@indra.ai/deva 1.1.38 → 1.1.39

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
@@ -1279,7 +1279,6 @@ class Deva {
1279
1279
  done(data=false) {
1280
1280
  this.state('done');
1281
1281
  if (!this._active) return Promise.resolve(this._messages.states.offline);
1282
- this._active = false;
1283
1282
  const _data = {
1284
1283
  id: this.uid(),
1285
1284
  key: 'done',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.38",
3
+ "version": "1.1.39",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {