@indra.ai/deva 1.3.9 → 1.3.10

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 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -694,10 +694,6 @@ class Deva {
694
694
  }).then(() => {
695
695
  return this._assignListeners();
696
696
  }).then(() => {
697
- this.feature('init');
698
- this.zone('init');
699
- this.action('init');
700
- this.state('init');
701
697
  return this.Client(client, resolve, reject);
702
698
  }).then(part => {
703
699
  this.state('done', 'client');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.3.9",
3
+ "version": "1.3.10",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "type": "module",